summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf build: Use feature dump file for build-testWang Nan2016-01-292-1/+34
* perf build: Remove all condition feature check {C,LD}FLAGSWang Nan2016-01-291-54/+47
* perf build: Fix feature-dump checks, we need to test all featuresJiri Olsa2016-01-281-0/+8
* tools build: Check basic headers for test-compile feature checkerWang Nan2016-01-271-0/+2
* perf cpumap: Auto initialize cpu__max_{node,cpu}Arnaldo Carvalho de Melo2016-01-262-29/+33
* perf hists browser: Skip scripting when perf.data file not availableNamhyung Kim2016-01-261-0/+4
* perf build: Select all feature checkers for feature-dumpWang Nan2016-01-261-0/+9
* tools build: Allow subprojects select all feature checkersWang Nan2016-01-261-1/+20
* perf bpf: Check relocation target sectionWang Nan2016-01-261-12/+22
* perf test: Add libbpf relocation checkerWang Nan2016-01-267-12/+98
* perf test: Fixup aliases checking in the 'vmlinux matches kallsyms' testArnaldo Carvalho de Melo2016-01-261-19/+5
* perf machine: Introduce machine__find_kernel_symbol_by_name()Arnaldo Carvalho de Melo2016-01-261-0/+10
* perf hists browser: Offer non-symbol specific menu options for --sort without...Namhyung Kim2016-01-261-5/+1
* perf hists browser: Be a bit more strict about presenting CPU socket zoomNamhyung Kim2016-01-261-1/+1
* perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order ...Namhyung Kim2016-01-262-2/+3
* perf hists browser: Only offer symbol scripting when a symbol is under the cu...Namhyung Kim2016-01-261-4/+6
* perf hists browser: Only 'Zoom into thread' only when sort order has 'pid'Namhyung Kim2016-01-261-5/+7
* perf sort: Provide a way to find out if per-thread bucketing is in placeNamhyung Kim2016-01-262-0/+4
* perf config: Document 'hist.percentage' variable in man pageTaeung Song2016-01-261-0/+17
* perf config: Document variables for 'annotate' section in man pageTaeung Song2016-01-261-0/+110
* perf config: Document 'buildid.dir' variable in man pageTaeung Song2016-01-261-0/+15
* perf config: Document variables for 'tui' and 'gtk' sections in man pageTaeung Song2016-01-261-0/+10
* perf config: Document variables for 'colors' section in man pageTaeung Song2016-01-261-0/+46
* perf annotate: Rename 'colors.code' to 'colors.jump_arrows'Taeung Song2016-01-265-6/+6
* perf tools: Document the perf sysctlsBen Hutchings2016-01-262-6/+22
* perf hists: Cleanup filtering functionsNamhyung Kim2016-01-261-60/+29
* perf hists: Remove parent filter check in DSO filter functionNamhyung Kim2016-01-261-3/+0
* perf stat: Making several helper functions staticJiri Olsa2016-01-262-17/+7
* perf symbols: Do not read symbols/data from device filesJiri Olsa2016-01-264-1/+21
* perf pmu: Fix misleadingly indented assignment (whitespace)Markus Trippelsdorf2016-01-261-1/+1
* perf stat: Do not clean event's private statsJiri Olsa2016-01-261-1/+0
* perf hists: Fix HISTC_MEM_DCACHELINE width settingJiri Olsa2016-01-261-0/+2
* perf annotate browser: Fix behaviour of Shift-Tab with nothing focussedMarkus Trippelsdorf2016-01-261-2/+2
* perf tests: Remove wrong semicolon in while loop in CQM testMarkus Trippelsdorf2016-01-261-1/+1
* perf: Synchronously free aux pages in case of allocation failureAlexander Shishkin2016-01-211-20/+20
* perf/x86: add Intel SkyLake uncore IMC PMU supportStephane Eranian2016-01-213-0/+24
* perf: Fix perf_event_exit_task() racePeter Zijlstra2016-01-211-66/+85
* perf: Add more assertionsPeter Zijlstra2016-01-211-0/+9
* perf: Collapse and fix event_function_call() usersPeter Zijlstra2016-01-213-201/+168
* perf: Specialize perf_event_exit_task()Peter Zijlstra2016-01-211-7/+11
* perf: Fix task context schedulingPeter Zijlstra2016-01-211-64/+91
* perf: Make ctx->is_active and cpuctx->task_ctx consistentPeter Zijlstra2016-01-211-7/+14
* perf: Optimize perf_sched_events() usagePeter Zijlstra2016-01-211-6/+16
* perf: Simplify/fix perf_event_enable() event schedulingPeter Zijlstra2016-01-211-26/+5
* perf: Use task_ctx_sched_out()Peter Zijlstra2016-01-211-2/+1
* perf: Fix perf_enable_on_exec() event schedulingPeter Zijlstra2016-01-211-20/+27
* perf: Remove stale commentPeter Zijlstra2016-01-211-7/+0
* perf: Fix cgroup scheduling in perf_enable_on_exec()Peter Zijlstra2016-01-211-24/+7
* perf: Fix cgroup event schedulingPeter Zijlstra2016-01-211-7/+10
* perf: Add lockdep assertionsPeter Zijlstra2016-01-211-2/+8