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