aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2024-07-26perf tool: fix dereferencing NULL al->mapsCasey Chen1-1/+1
2024-07-17perf dso: Fix build when libunwind is enabledJames Clark3-2/+7
2024-07-12perf trace: Fix iteration of syscall ids in syscalltbl->entriesHoward Chu2-0/+8
2024-07-12perf dso: Fix address sanitizer buildIan Rogers7-38/+49
2024-07-12perf mem: Warn if memory events are not supported on all CPUsLeo Yan1-0/+14
2024-07-03perf dsos: When adding a dso into sorted dsos maintain the sort orderIan Rogers1-5/+21
2024-07-03perf comm str: Avoid sort during insertIan Rogers1-11/+18
2024-06-28perf: pmus: Remove unneeded semicolonYang Li1-1/+1
2024-06-28perf stat: Use field separator in the metric headerNamhyung Kim1-3/+14
2024-06-28perf stat: Fix a segfault with --per-cluster --metric-onlyNamhyung Kim1-0/+3
2024-06-27perf pmu: Don't de-duplicate core PMUsJames Clark1-6/+21
2024-06-27perf pmu: Restore full PMU name wildcard supportJames Clark1-1/+1
2024-06-27perf report: Display pregress bar on redirected pipe dataNamhyung Kim1-1/+19
2024-06-26perf python: Clean up build dependenciesIan Rogers1-53/+0
2024-06-26perf python: Switch module to linking libraries from building sourceIan Rogers2-205/+102
2024-06-26perf util: Make util its own libraryIan Rogers7-212/+212
2024-06-25perf mem: Fix a segfault with NULL event->nameNamhyung Kim1-1/+1
2024-06-25perf tools: Fix a compiler warning of NULL pointerNamhyung Kim1-0/+3
2024-06-25perf symbol: Simplify kernel module checkingNamhyung Kim1-4/+1
2024-06-25perf report: Fix condition in sort__sym_cmp()Namhyung Kim1-1/+1
2024-06-25perf pmus: Fixes always false when compare duplicates aliasesJunhao He1-2/+3
2024-06-25perf unwind-libunwind: Add malloc() failure handlingYunseong Kim1-0/+5
2024-06-25util: constant -1 with expression of type charYunseong Kim1-1/+1
2024-06-25perf intel pt: Add new JMPABS instruction to the Intel PT instruction decoderAdrian Hunter1-0/+9
2024-06-25tools/perf: Use is_perf_pid_map_name helper function to check dso's of patter...Athira Rajeev2-2/+2
2024-06-25tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__loadAthira Rajeev3-1/+18
2024-06-21perf stat: Fix the hard-coded metrics calculation on the hybridKan Liang1-0/+7
2024-06-15perf hist: Honor symbol_conf.skip_emptyNamhyung Kim2-3/+13
2024-06-15perf hist: Add symbol_conf.skip_emptyNamhyung Kim6-13/+10
2024-06-10perf evsel: Refactor tool eventsIan Rogers3-3/+244
2024-06-06perf maps: Add/use a sorted insert for fixup overlap and insertIan Rogers1-6/+59
2024-06-06perf maps: Reduce sorting for overlapping mappingsIan Rogers1-19/+36
2024-06-06perf maps: Fix use after free in __maps__fixup_overlap_and_insertIan Rogers1-4/+5
2024-06-06perf: parse-events: Fix compilation error while defining DEBUG_PARSERClément Le Goffic2-7/+0
2024-06-04perf hisi-ptt: remove unused struct 'hisi_ptt_queue'Dr. David Alan Gilbert1-5/+0
2024-06-03perf genelf: remove unused struct 'options'Dr. David Alan Gilbert1-5/+0
2024-05-30perf bpf filter: Add uid and gid termsIan Rogers4-0/+14
2024-05-30perf bpf filter: Give terms their own enumIan Rogers6-69/+141
2024-05-28perf arm-spe: Unaligned pointer work aroundIan Rogers1-18/+5
2024-05-28perf pmus: Sort/merge/aggregate PMUs like mrvl_ddr_pmuIan Rogers3-42/+65
2024-05-26Revert "perf parse-events: Prefer sysfs/JSON hardware events over legacy"Arnaldo Carvalho de Melo4-103/+68
2024-05-21Merge tag 'perf-tools-for-v6.10-1-2024-05-21' of git://git.kernel.org/pub/scm...Linus Torvalds98-4274/+8099
2024-05-11perf pmu: Count sys and cpuid JSON events separatelyIan Rogers2-23/+53
2024-05-11perf stat: Don't display metric header for non-leader uncore eventsIan Rogers1-0/+3
2024-05-11perf annotate-data: Ensure the number of type histogramsNamhyung Kim1-1/+4
2024-05-11perf annotate: Fix segfault on sample histogramNamhyung Kim1-4/+5
2024-05-10perf tools: Ignore deleted cgroupsNamhyung Kim2-4/+5
2024-05-10perf parse: Allow tracepoint names to start with digitsDominique Martinet1-2/+2
2024-05-10perf parse-events: Add new 'fake_tp' parameter for testsDominique Martinet6-16/+29
2024-05-10perf parse-events: pass parse_state to add_tracepointDominique Martinet3-15/+21