summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+0
2023-02-17perf tests stat_all_metrics: Change true workload to sleep workload for syste...Kajol Jain-1/+1
2023-02-17perf vendor events power10: Add JSON metric events to present CPI stall cycle...Athira Rajeev-5/+5
2023-02-17perf intel-pt: Synthesize cycle eventsSteinar H. Gunderson-21/+101
2023-02-16perf c2c: Add report option to show false sharing in adjacent cachelinesFeng Tang-17/+49
2023-02-15perf record: Fix segfault with --overwrite and --max-sizeYang Jihong-10/+6
2023-02-09perf stat: Avoid merging/aggregating metric counts twiceIan Rogers-1/+1
2023-02-08perf tools: Fix perf tool build error in util/pfm.cThomas Richter-4/+2
2023-02-08perf tools: Fix auto-complete on aarch64Yicong Yang-3/+8
2023-02-08perf lock contention: Support old rw_semaphore typeNamhyung Kim-13/+44
2023-02-08perf lock contention: Add -o/--lock-owner optionNamhyung Kim-14/+102
2023-02-08perf lock contention: Fix to save callstack for the default modifiedNamhyung Kim-0/+3
2023-02-06perf test bpf: Skip test if kernel-debuginfo is not presentAthira Rajeev-1/+5
2023-02-06perf probe: Update the exit error codes in function try_to_find_probe_trace_e...Athira Rajeev-2/+2
2023-02-06perf script: Fix missing Retire Latency fields option documentationKan Liang-1/+1
2023-02-06perf event x86: Add retire_lat when synthesizing PERF_SAMPLE_WEIGHT_STRUCTKan Liang-0/+1
2023-02-06perf test x86: Support the retire_lat (Retire Latency) sample_type checkKan Liang-1/+4
2023-02-06perf test bpf: Check for libtraceevent supportAthira Rajeev-11/+11
2023-02-03perf script: Support Retire LatencyKan Liang-2/+11
2023-02-03perf report: Support Retire LatencyKan Liang-1/+30
2023-02-03perf lock contention: Support filters for different aggregationNamhyung Kim-51/+89
2023-02-03perf lock contention: Use lock_stat_find{,new}Namhyung Kim-19/+34
2023-02-03perf lock contention: Factor out lock_contention_get_name()Namhyung Kim-50/+65
2023-02-03perf arm-spe: Add raw decoding for SPEv1.2 previous branch addressRob Herring-1/+4
2023-02-03perf jevents: Run metric_test.py at compile-timeIan Rogers-2/+14
2023-02-03perf jevents: Correct bad character encodingIan Rogers-2/+2
2023-02-03perf pmu-events: Fix testing with JEVENTS_ARCH=allIan Rogers-3/+7
2023-02-03perf jevents: Add model list optionIan Rogers-1/+16
2023-02-03perf jevents: Generate metrics and events as separate tablesIan Rogers-58/+189
2023-02-03perf pmu-events: Introduce pmu_metrics_tableIan Rogers-54/+78
2023-02-03perf jevents: Combine table prefix and suffix writingIan Rogers-22/+14
2023-02-03perf stat: Remove evsel metric_name/exprIan Rogers-126/+0
2023-02-03perf pmu-events: Remove now unused event and metric variablesIan Rogers-134/+36
2023-02-03perf pmu-events: Separate the metrics from events for no jeventsIan Rogers-29/+80
2023-02-02mm: discard __GFP_ATOMICNeilBrown-1/+0
2023-02-02perf pmu-events: Add separate metric from pmu_eventIan Rogers-111/+228
2023-02-02perf jevents: Rewrite metrics in the same file with each otherIan Rogers-5/+16
2023-02-02perf jevents metric: Add ability to rewrite metrics in terms of othersIan Rogers-2/+81
2023-02-02perf jevents metric: Correct Function equalityIan Rogers-2/+4
2023-02-02perf session: Show branch speculation info in raw dumpSandipan Das-11/+12
2023-02-02perf script: Show branch speculation infoSandipan Das-6/+33
2023-02-02perf test: Add more test cases for perf lock contentionNamhyung Kim-4/+62
2023-02-02perf bench syscall: Add execve syscall benchmarkTiezhu Yang-0/+38
2023-02-02perf bench syscall: Add getpgid syscall benchmarkTiezhu Yang-0/+13
2023-02-02perf bench syscall: Introduce bench_syscall_common()Tiezhu Yang-4/+25
2023-02-02perf test: Replace legacy `...` with $(...)Diederik de Haas-9/+9
2023-02-02perf test: Replace 'grep | wc -l' with 'grep -c'Diederik de Haas-3/+3
2023-02-02perf stat: Hide invalid uncore event output for aggr modeNamhyung Kim-5/+46
2023-02-02perf lock contention: Add -S/--callstack-filter optionNamhyung Kim-2/+75
2023-02-02perf script: Add 'cgroup' field for outputNamhyung Kim-2/+25