summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2025-04-10perf python: Decrement the refcount of just created event on failureArnaldo Carvalho de Melo1-1/+5
2025-04-10perf python: Fixup description of sample.id event memberArnaldo Carvalho de Melo1-1/+1
2025-04-10perf test stat_all_pmu.sh: Correctly check 'perf stat' resultVeronika Molnarova1-14/+34
2025-04-10perf units: Fix insufficient array spaceArnaldo Carvalho de Melo1-1/+1
2025-04-10perf x86/topdown: Fix topdown leader sampling test error on hybridDapeng Mi1-1/+1
2025-04-10perf evsel: tp_format accessing improvementsIan Rogers1-1/+15
2025-04-10perf evlist: Add success path to evlist__create_syswide_mapsIan Rogers1-7/+6
2025-04-10perf debug: Avoid stack overflow in recursive error messageIan Rogers1-1/+1
2025-04-10perf tests: Fix data symbol test with LTO buildsIan Rogers2-13/+15
2025-04-10perf test: Add timeout to datasym workloadNamhyung Kim1-2/+21
2025-04-10perf machine: Fixup kernel maps ends after adding extra mapsNamhyung Kim1-2/+2
2025-04-10perf bench: Fix perf bench syscall loop countThomas Richter1-9/+13
2025-04-10perf arm-spe: Fix load-store operation checkingLeo Yan1-1/+7
2025-04-10perf build: Fix in-tree build due to symbolic linkLuca Ceresoli1-1/+1
2025-04-10perf pmu: Don't double count common sysfs and json eventsJames Clark2-3/+9
2025-04-10perf pmu: Dynamically allocate tool PMUJames Clark3-14/+13
2025-04-10perf pmus: Restructure pmu_read_sysfs to scan fewer PMUsIan Rogers2-51/+97
2025-04-10perf report: Fix input reload/switch with symbol sort keyDmitry Vyukov1-14/+16
2025-04-10perf report: Switch data file correctly in TUINamhyung Kim1-1/+1
2025-04-10perf tests: Fix Tool PMU test segfaultJames Clark1-2/+2
2025-04-10perf tools: Add skip check in tool_pmu__event_to_str()Kan Liang2-1/+4
2025-04-10perf stat: Don't merge counters purely on nameIan Rogers1-2/+11
2025-04-10perf test: Fix Hwmon PMU test endianess issueThomas Richter3-19/+27
2025-04-10perf: Always feature test reallocarrayJames Clark2-6/+6
2025-04-10perf stat: Fix find_stat for mixed legacy/non-legacy eventsIan Rogers2-4/+19
2025-04-07perf tools: Fix up some comments and code to properly use the event_source busGreg Kroah-Hartman6-12/+12
2025-02-25Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/p...Linus Torvalds1-41/+0
2025-02-18tools: Unify top-level quiet infrastructureCharlie Jenkins1-41/+0
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-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-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