summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-03perf pmu-events: Introduce pmu_metrics_tableIan Rogers11-54/+78
2023-02-03perf jevents: Combine table prefix and suffix writingIan Rogers1-22/+14
2023-02-03perf stat: Remove evsel metric_name/exprIan Rogers7-126/+0
2023-02-03perf pmu-events: Remove now unused event and metric variablesIan Rogers9-134/+36
2023-02-03perf pmu-events: Separate the metrics from events for no jeventsIan Rogers7-29/+80
2023-02-02perf pmu-events: Add separate metric from pmu_eventIan Rogers7-111/+228
2023-02-02perf jevents: Rewrite metrics in the same file with each otherIan Rogers1-5/+16
2023-02-02perf jevents metric: Add ability to rewrite metrics in terms of othersIan Rogers2-2/+81
2023-02-02perf jevents metric: Correct Function equalityIan Rogers1-2/+4
2023-02-02perf session: Show branch speculation info in raw dumpSandipan Das2-11/+12
2023-02-02perf script: Show branch speculation infoSandipan Das5-6/+33
2023-02-02perf test: Add more test cases for perf lock contentionNamhyung Kim1-4/+62
2023-02-02perf bench syscall: Add execve syscall benchmarkTiezhu Yang5-0/+44
2023-02-02perf bench syscall: Add getpgid syscall benchmarkTiezhu Yang5-0/+19
2023-02-02perf bench syscall: Introduce bench_syscall_common()Tiezhu Yang3-4/+31
2023-02-02tools x86: Keep list sorted by number in unistd_{32,64}.hTiezhu Yang2-16/+16
2023-02-02perf test: Replace legacy `...` with $(...)Diederik de Haas1-9/+9
2023-02-02perf test: Replace 'grep | wc -l' with 'grep -c'Diederik de Haas1-3/+3
2023-02-02perf stat: Hide invalid uncore event output for aggr modeNamhyung Kim1-5/+46
2023-02-02perf lock contention: Add -S/--callstack-filter optionNamhyung Kim4-2/+75
2023-02-02perf script: Add 'cgroup' field for outputNamhyung Kim2-2/+25
2023-02-02perf tools docs: Use canonical ftrace pathRoss Zwisler3-4/+4
2023-02-02perf arm-spe: Only warn once for each unsupported address packetRob Herring1-1/+5
2023-02-02perf symbols: Symbol lookup with kcore can fail if multiple segments match stextKrister Johansen1-2/+15
2023-02-02perf probe: Fix usage when libtraceevent is missingAthira Rajeev1-0/+9
2023-02-02perf symbols: Get symbols for .plt.got for x86-64Adrian Hunter1-4/+157
2023-02-02perf symbols: Start adding support for .plt.got for x86Adrian Hunter1-0/+29
2023-02-02perf symbols: Allow for static executables with .pltAdrian Hunter2-10/+21
2023-02-02perf symbols: Allow for .plt without headerAdrian Hunter1-1/+15
2023-02-02perf symbols: Add support for IFUNC symbols for x86_64Adrian Hunter1-1/+37
2023-02-02perf symbols: Record whether a symbol is an alias for an IFUNC symbolAdrian Hunter2-0/+6
2023-02-02perf symbols: Sort plt relocations for x86Adrian Hunter1-3/+57
2023-02-02perf symbols: Add support for x86 .plt.secAdrian Hunter1-7/+23
2023-02-02perf symbols: Correct plt entry sizes for x86Adrian Hunter1-4/+13
2023-02-02perf tests shell: Fix check for libtracevent supportAthira Rajeev3-0/+17
2023-02-02perf tests shell: Add check for perf data file in record+probe_libc_inet_pton...Athira Rajeev1-0/+5
2023-02-02perf test: Add pipe mode test to the Intel PT test suiteNamhyung Kim1-0/+17
2023-02-02perf session: Avoid calling lseek(2) for pipeNamhyung Kim1-2/+7
2023-02-02perf intel-pt: Do not try to queue auxtrace data on pipeNamhyung Kim3-0/+39
2023-02-02perf inject: Use perf_data__read() for auxtraceNamhyung Kim1-3/+3
2023-01-30perf cs-etm: Update decoder code for OpenCSD version 1.4Mike Leach1-0/+3
2023-01-30perf test: Fix DWARF unwind test by adding non-inline to expected function in...Naveen N. Rao1-2/+3
2023-01-27perf buildid: Avoid copy of uninitialized memoryIan Rogers1-2/+2
2023-01-27perf mem/c2c: Document that SPE is used for mem and c2c on ARMJames Clark2-3/+12
2023-01-27perf cs-etm: Improve missing sink warning messageJames Clark1-3/+9
2023-01-27perf tools: Add Ian Rogers to MAINTAINERS as a reviewerArnaldo Carvalho de Melo1-0/+1
2023-01-23perf test buildid: Fix shell string substitutionsAthira Rajeev1-7/+11
2023-01-23perf: Various spelling fixesDiederik de Haas4-5/+5
2023-01-23perf test: Switch basic bpf filtering test to use syscall tracepointNaveen N. Rao1-1/+1
2023-01-23Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo341-1627/+2595