summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-26perf hists browser: Skip scripting when perf.data file not availableNamhyung Kim1-0/+4
2016-01-26perf build: Select all feature checkers for feature-dumpWang Nan1-0/+9
2016-01-26tools build: Allow subprojects select all feature checkersWang Nan1-1/+20
2016-01-26perf bpf: Check relocation target sectionWang Nan1-12/+22
2016-01-26perf test: Add libbpf relocation checkerWang Nan7-12/+98
2016-01-26perf test: Fixup aliases checking in the 'vmlinux matches kallsyms' testArnaldo Carvalho de Melo1-19/+5
2016-01-26perf machine: Introduce machine__find_kernel_symbol_by_name()Arnaldo Carvalho de Melo1-0/+10
2016-01-26perf hists browser: Offer non-symbol specific menu options for --sort without...Namhyung Kim1-5/+1
2016-01-26perf hists browser: Be a bit more strict about presenting CPU socket zoomNamhyung Kim1-1/+1
2016-01-26perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order ...Namhyung Kim2-2/+3
2016-01-26perf hists browser: Only offer symbol scripting when a symbol is under the cu...Namhyung Kim1-4/+6
2016-01-26perf hists browser: Only 'Zoom into thread' only when sort order has 'pid'Namhyung Kim1-5/+7
2016-01-26perf sort: Provide a way to find out if per-thread bucketing is in placeNamhyung Kim2-0/+4
2016-01-26perf config: Document 'hist.percentage' variable in man pageTaeung Song1-0/+17
2016-01-26perf config: Document variables for 'annotate' section in man pageTaeung Song1-0/+110
2016-01-26perf config: Document 'buildid.dir' variable in man pageTaeung Song1-0/+15
2016-01-26perf config: Document variables for 'tui' and 'gtk' sections in man pageTaeung Song1-0/+10
2016-01-26perf config: Document variables for 'colors' section in man pageTaeung Song1-0/+46
2016-01-26perf annotate: Rename 'colors.code' to 'colors.jump_arrows'Taeung Song5-6/+6
2016-01-26perf tools: Document the perf sysctlsBen Hutchings2-6/+22
2016-01-26perf hists: Cleanup filtering functionsNamhyung Kim1-60/+29
2016-01-26perf hists: Remove parent filter check in DSO filter functionNamhyung Kim1-3/+0
2016-01-26perf stat: Making several helper functions staticJiri Olsa2-17/+7
2016-01-26perf symbols: Do not read symbols/data from device filesJiri Olsa4-1/+21
2016-01-26perf pmu: Fix misleadingly indented assignment (whitespace)Markus Trippelsdorf1-1/+1
2016-01-26perf stat: Do not clean event's private statsJiri Olsa1-1/+0
2016-01-26perf hists: Fix HISTC_MEM_DCACHELINE width settingJiri Olsa1-0/+2
2016-01-26perf annotate browser: Fix behaviour of Shift-Tab with nothing focussedMarkus Trippelsdorf1-2/+2
2016-01-26perf tests: Remove wrong semicolon in while loop in CQM testMarkus Trippelsdorf1-1/+1
2016-01-21perf: Synchronously free aux pages in case of allocation failureAlexander Shishkin1-20/+20
2016-01-21perf/x86: add Intel SkyLake uncore IMC PMU supportStephane Eranian3-0/+24
2016-01-21perf: Fix perf_event_exit_task() racePeter Zijlstra1-66/+85
2016-01-21perf: Add more assertionsPeter Zijlstra1-0/+9
2016-01-21perf: Collapse and fix event_function_call() usersPeter Zijlstra3-201/+168
2016-01-21perf: Specialize perf_event_exit_task()Peter Zijlstra1-7/+11
2016-01-21perf: Fix task context schedulingPeter Zijlstra1-64/+91
2016-01-21perf: Make ctx->is_active and cpuctx->task_ctx consistentPeter Zijlstra1-7/+14
2016-01-21perf: Optimize perf_sched_events() usagePeter Zijlstra1-6/+16
2016-01-21perf: Simplify/fix perf_event_enable() event schedulingPeter Zijlstra1-26/+5
2016-01-21perf: Use task_ctx_sched_out()Peter Zijlstra1-2/+1
2016-01-21perf: Fix perf_enable_on_exec() event schedulingPeter Zijlstra1-20/+27
2016-01-21perf: Remove stale commentPeter Zijlstra1-7/+0
2016-01-21perf: Fix cgroup scheduling in perf_enable_on_exec()Peter Zijlstra1-24/+7
2016-01-21perf: Fix cgroup event schedulingPeter Zijlstra1-7/+10
2016-01-21perf: Add lockdep assertionsPeter Zijlstra1-2/+8
2016-01-19Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar5-18/+70
2016-01-15perf build: Introduce FEATURES_DUMP make variableJiri Olsa2-1/+17
2016-01-15perf build: Add feature-dump targetJiri Olsa1-0/+11
2016-01-15perf build: Pass O option to kernel makefile in build-testWang Nan1-4/+5
2016-01-15perf build: Test correct path of perf in build-testWang Nan1-7/+14