summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2020-04-18perf parser: Add support to specify rXXX event with pmuJiri Olsa4-1/+31
2020-04-18perf doc: allow ASCIIDOC_EXTRA to be an argumentIan Rogers1-2/+2
2020-04-18perf pmu: Add support for PMU capabilitiesKan Liang2-0/+91
2020-04-18perf stat: Force error in fallback on :k eventsStephane Eranian1-0/+4
2020-04-18perf tools: Add support for leader-sampling with AUX area eventsAdrian Hunter2-6/+42
2020-04-18perf evlist: Allow multiple read formatsAdrian Hunter1-2/+4
2020-04-18perf evsel: Rearrange perf_evsel__config_leader_sampling()Adrian Hunter1-13/+13
2020-04-18perf evlist: Move leader-sampling configurationAdrian Hunter2-19/+29
2020-04-18perf evsel: Move and globalize perf_evsel__find_pmu() and perf_evsel__is_aux_...Adrian Hunter3-19/+23
2020-04-16perf intel-pt: Add support for synthesizing callchains for regular eventsAdrian Hunter1-7/+61
2020-04-16perf evsel: Add support for synthesized sample typeAdrian Hunter1-1/+14
2020-04-16perf evsel: Be consistent when looking which evsel PERF_SAMPLE_ bits are setAdrian Hunter1-1/+1
2020-04-16perf thread-stack: Add thread_stack__sample_late()Adrian Hunter2-0/+60
2020-04-16perf auxtrace: Add an option to synthesize callchains for regular eventsAdrian Hunter6-4/+12
2020-04-16perf auxtrace: For reporting purposes, un-group AUX area eventAdrian Hunter1-5/+55
2020-04-16perf s390-cpumsf: Implement ->evsel_is_auxtrace() callbackAdrian Hunter2-0/+10
2020-04-16perf cs-etm: Implement ->evsel_is_auxtrace() callbackAdrian Hunter1-0/+11
2020-04-16perf arm-spe: Implement ->evsel_is_auxtrace() callbackAdrian Hunter1-0/+9
2020-04-16perf intel-bts: Implement ->evsel_is_auxtrace() callbackAdrian Hunter1-0/+10
2020-04-16perf intel-pt: Implement ->evsel_is_auxtrace() callbackAdrian Hunter1-0/+10
2020-04-16perf auxtrace: Add ->evsel_is_auxtrace() callbackAdrian Hunter2-0/+21
2020-04-16perf script: Add flamegraph.py scriptAndreas Gerstmayr3-0/+129
2020-04-16perf metrictroup: Split the metricgroup__add_metric functionKajol Jain1-25/+35
2020-04-16perf expr: Add expr_scanner_ctx objectJiri Olsa3-7/+13
2020-04-16perf expr: Add expr_ prefix for parse_ctx and parse_idJiri Olsa5-17/+17
2020-04-16perf synthetic-events: save 4kb from 2 stack framesIan Rogers1-12/+10
2020-04-16perf bench: Add event synthesis benchmarkIan Rogers5-2/+117
2020-04-16perf script: Simplify auxiliary event printing functionsAdrian Hunter1-238/+66
2020-04-16perf tools: Support CAP_PERFMON capabilityAlexey Budankov5-8/+15
2020-04-16perf annotate: Add basic support for bpf_imageJiri Olsa5-0/+34
2020-04-16perf machine: Set ksymbol dso as loaded on arrivalJiri Olsa1-0/+1
2020-04-16perf tools: Synthesize bpf_trampoline/dispatcher ksymbol eventJiri Olsa1-0/+93
2020-04-16perf stat: Honour --timeout for forked workloadsArnaldo Carvalho de Melo1-1/+4
2020-04-14tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+2
2020-04-14tools headers: Update x86's syscall_64.tbl with the kernel sourcesArnaldo Carvalho de Melo1-370/+370
2020-04-14tools headers UAPI: Sync linux/mman.h with the kernelArnaldo Carvalho de Melo1-0/+1
2020-04-14tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo1-0/+1
2020-04-14tools headers: Update linux/vdso.h and grab a copy of vdso/const.hArnaldo Carvalho de Melo1-0/+1
2020-04-14perf stat: Fix no metric header if --per-socket and --metric-only setJin Yao1-2/+5
2020-04-14perf python: Check if clang supports -fno-semantic-interpositionArnaldo Carvalho de Melo1-0/+2
2020-04-05Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds91-615/+2987
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-0/+2
2020-04-03perf python: Fix clang detection to strip out options passed in $CCArnaldo Carvalho de Melo1-1/+1
2020-04-03perf tools: Support Python 3.8+ in MakefileSam Lunt1-1/+10
2020-04-03perf script: Fix invalid read of directory entry after closedir()Andreas Gerstmayr1-1/+1
2020-04-03perf script report: Fix SEGFAULT when using DWARF modeAndreas Gerstmayr1-0/+3
2020-04-03perf script: add -S/--symbols documentationIan Rogers1-0/+8
2020-04-03perf pmu-events x86: Use CPU_CLK_UNHALTED.THREAD in Kernel_Utilization metricJin Yao12-12/+12
2020-04-03perf events parser: Add missing Intel CPU events to parserAdrian Hunter1-5/+7
2020-04-03perf script: Allow --symbol to accept hexadecimal addressesStephane Eranian1-4/+17