summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2023-02-17perf tests stat_all_metrics: Change true workload to sleep workload for syste...Kajol Jain1-1/+1
2023-02-17perf vendor events power10: Add JSON metric events to present CPI stall cycle...Athira Rajeev2-5/+5
2023-02-17perf intel-pt: Synthesize cycle eventsSteinar H. Gunderson5-21/+101
2023-02-16perf c2c: Add report option to show false sharing in adjacent cachelinesFeng Tang5-17/+49
2023-02-15perf record: Fix segfault with --overwrite and --max-sizeYang Jihong1-10/+6
2023-02-10perf stat: Avoid merging/aggregating metric counts twiceIan Rogers1-1/+1
2023-02-08perf tools: Fix perf tool build error in util/pfm.cThomas Richter1-4/+2
2023-02-08perf tools: Fix auto-complete on aarch64Yicong Yang1-3/+8
2023-02-08perf lock contention: Support old rw_semaphore typeNamhyung Kim1-13/+44
2023-02-08perf lock contention: Add -o/--lock-owner optionNamhyung Kim5-14/+102
2023-02-08perf lock contention: Fix to save callstack for the default modifiedNamhyung Kim1-0/+3
2023-02-06perf test bpf: Skip test if kernel-debuginfo is not presentAthira Rajeev1-1/+5
2023-02-06perf probe: Update the exit error codes in function try_to_find_probe_trace_e...Athira Rajeev1-2/+2
2023-02-06perf script: Fix missing Retire Latency fields option documentationKan Liang1-1/+1
2023-02-06perf event x86: Add retire_lat when synthesizing PERF_SAMPLE_WEIGHT_STRUCTKan Liang1-0/+1
2023-02-06perf test x86: Support the retire_lat (Retire Latency) sample_type checkKan Liang1-1/+4
2023-02-06perf test bpf: Check for libtraceevent supportAthira Rajeev1-11/+11
2023-02-03perf script: Support Retire LatencyKan Liang1-2/+11
2023-02-03perf report: Support Retire LatencyKan Liang5-1/+30
2023-02-03perf lock contention: Support filters for different aggregationNamhyung Kim5-51/+89
2023-02-03perf lock contention: Use lock_stat_find{,new}Namhyung Kim4-19/+34
2023-02-03perf lock contention: Factor out lock_contention_get_name()Namhyung Kim1-50/+65
2023-02-03perf arm-spe: Add raw decoding for SPEv1.2 previous branch addressRob Herring2-1/+4
2023-02-03perf jevents: Run metric_test.py at compile-timeIan Rogers4-2/+14
2023-02-03perf jevents: Correct bad character encodingIan Rogers1-2/+2
2023-02-03perf pmu-events: Fix testing with JEVENTS_ARCH=allIan Rogers3-3/+7
2023-02-03perf jevents: Add model list optionIan Rogers2-1/+16
2023-02-03perf jevents: Generate metrics and events as separate tablesIan Rogers2-58/+189
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-03mm: discard __GFP_ATOMICNeilBrown1-1/+0
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 Yang3-0/+38
2023-02-02perf bench syscall: Add getpgid syscall benchmarkTiezhu Yang3-0/+13
2023-02-02perf bench syscall: Introduce bench_syscall_common()Tiezhu Yang1-4/+25
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