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