summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2025-02-12perf tools: Get rid of now-unused rb_resort.hNamhyung Kim1-146/+0
2025-02-12perf trace: Convert syscall_stats to hashmapNamhyung Kim1-29/+86
2025-02-12perf trace: Allocate syscall stats only if summary is onNamhyung Kim1-10/+11
2025-02-12perf tests: Fix Tool PMU test segfaultJames Clark1-2/+2
2025-02-10perf tools: Add skip check in tool_pmu__event_to_str()Kan Liang2-1/+4
2025-02-10perf tools: Deadcode removalDr. David Alan Gilbert4-36/+0
2025-02-05Merge tag 'v6.14-rc1' into perf-tools-nextNamhyung Kim8-90/+139
2025-02-04perf stat: Changes to event name uniquificationIan Rogers2-33/+79
2025-02-04perf stat: Don't merge counters purely on nameIan Rogers1-2/+11
2025-02-04perf pmu: Rename name matching for no suffix or wildcard variantsIan Rogers6-129/+235
2025-02-04perf pmus: Restructure pmu_read_sysfs to scan fewer PMUsIan Rogers2-51/+97
2025-02-04perf evsel: Reduce scanning core PMUs in is_hybridIan Rogers1-2/+2
2025-02-04perf test: Fix Hwmon PMU test endianess issueThomas Richter3-19/+27
2025-02-04perf test: Use cycles event in perf record test for leader_samplingThomas Richter1-5/+5
2025-02-04perf test: Fix perf record test for precise_maxThomas Richter1-14/+29
2025-02-03perf script: force stdin for flamegraph in live modeAnubhav Shelat1-1/+1
2025-02-03perf test: Extra verbosity and hypervisor skip for tpebs testIan Rogers1-13/+76
2025-01-31perf: Always feature test reallocarrayJames Clark2-6/+6
2025-01-30Merge tag 'perf-tools-fixes-for-v6.14-2025-01-30' of git://git.kernel.org/pub...Linus Torvalds7-90/+113
2025-01-29perf stat: Fix find_stat for mixed legacy/non-legacy eventsIan Rogers2-4/+19
2025-01-29perf evsel: Add pmu_name helperIan Rogers2-0/+11
2025-01-28perf cpumap: Fix die and cluster IDsJames Clark1-2/+2
2025-01-28perf test: Skip syscall enum test if no landlock syscallNamhyung Kim1-2/+6
2025-01-28perf trace: Fix runtime error of index out of boundsHoward Chu1-1/+5
2025-01-27perf annotate: Use an array for the disassembler preferenceIan Rogers3-78/+96
2025-01-24perf vendor events arm64: Add V3 events/metricsJames Clark19-0/+1596
2025-01-24perf vendor events arm64: Add N3 events/metricsJames Clark20-0/+1468
2025-01-24perf trace: Fix return value of trace__fprintf_tp_fieldsBenjamin Peterson1-1/+1
2025-01-24Merge tag 'perf-tools-for-v6.14-2025-01-21' of git://git.kernel.org/pub/scm/l...Linus Torvalds274-2818/+10484
2025-01-23perf trace: Fix BPF loading failure (-E2BIG)Howard Chu1-7/+4
2025-01-20Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+26
2025-01-18perf test: Update event_groups test to use instructionsAthira Rajeev1-5/+26
2025-01-18perf bench: Fix undefined behavior in cmpworker()Kuan-Wei Chiu1-1/+6
2025-01-18perf annotate: Prefer passing evsel to evsel->core.idxIan Rogers5-36/+38
2025-01-17perf lock: Rename fields in lock_type_tableChun-Tse Shao1-14/+19
2025-01-17perf lock: Add percpu-rwsem for type filterChun-Tse Shao2-2/+5
2025-01-17perf lock: Fix parse_lock_type which only retrieve one lock flagChun-Tse Shao1-25/+41
2025-01-17perf lock: Fix return code for functions in __cmd_contentionAthira Rajeev1-3/+8
2025-01-17perf hist: Fix width calculation in hpp__fmt()Dmitry Vyukov1-1/+1
2025-01-16perf hist: Fix bogus profiles when filters are enabledDmitry Vyukov1-1/+10
2025-01-16perf hist: Deduplicate cmp/sort/collapse codeDmitry Vyukov2-68/+49
2025-01-16perf test: Improve verbose documentationIan Rogers1-1/+4
2025-01-16perf test: Add a runs-per-test flagIan Rogers2-11/+22
2025-01-16perf test: Fix parallel/sequential option documentationIan Rogers1-7/+3
2025-01-16perf test: Send list output to stdout rather than stderrIan Rogers1-4/+4
2025-01-16perf test: Rename functions and variables for better clarityIan Rogers1-108/+93
2025-01-16perf tools: Expose quiet/verbose variables in Makefile.perfCharlie Jenkins2-2/+37
2025-01-14perf config: Add a function to set one variable in .perfconfigArnaldo Carvalho de Melo2-0/+39
2025-01-14perf test perftool_testsuite: Return correct value for skippingVeronika Molnarova6-6/+6
2025-01-14perf test perftool_testsuite: Add missing descriptionVeronika Molnarova7-7/+7