summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2024-07-26perf tool: fix dereferencing NULL al->mapsCasey Chen
2024-07-17perf dso: Fix build when libunwind is enabledJames Clark
2024-07-12perf trace: Fix iteration of syscall ids in syscalltbl->entriesHoward Chu
2024-07-12perf dso: Fix address sanitizer buildIan Rogers
2024-07-12perf mem: Warn if memory events are not supported on all CPUsLeo Yan
2024-07-03perf dsos: When adding a dso into sorted dsos maintain the sort orderIan Rogers
2024-07-03perf comm str: Avoid sort during insertIan Rogers
2024-06-28perf: pmus: Remove unneeded semicolonYang Li
2024-06-28perf stat: Use field separator in the metric headerNamhyung Kim
2024-06-28perf stat: Fix a segfault with --per-cluster --metric-onlyNamhyung Kim
2024-06-27perf pmu: Don't de-duplicate core PMUsJames Clark
2024-06-27perf pmu: Restore full PMU name wildcard supportJames Clark
2024-06-27perf report: Display pregress bar on redirected pipe dataNamhyung Kim
2024-06-26perf python: Clean up build dependenciesIan Rogers
2024-06-26perf python: Switch module to linking libraries from building sourceIan Rogers
2024-06-26perf util: Make util its own libraryIan Rogers
2024-06-25perf mem: Fix a segfault with NULL event->nameNamhyung Kim
2024-06-25perf tools: Fix a compiler warning of NULL pointerNamhyung Kim
2024-06-25perf symbol: Simplify kernel module checkingNamhyung Kim
2024-06-25perf report: Fix condition in sort__sym_cmp()Namhyung Kim
2024-06-25perf pmus: Fixes always false when compare duplicates aliasesJunhao He
2024-06-25perf unwind-libunwind: Add malloc() failure handlingYunseong Kim
2024-06-25util: constant -1 with expression of type charYunseong Kim
2024-06-25perf intel pt: Add new JMPABS instruction to the Intel PT instruction decoderAdrian Hunter
2024-06-25tools/perf: Use is_perf_pid_map_name helper function to check dso's of patter...Athira Rajeev
2024-06-25tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__loadAthira Rajeev
2024-06-21perf stat: Fix the hard-coded metrics calculation on the hybridKan Liang
2024-06-15perf hist: Honor symbol_conf.skip_emptyNamhyung Kim
2024-06-15perf hist: Add symbol_conf.skip_emptyNamhyung Kim
2024-06-10perf evsel: Refactor tool eventsIan Rogers
2024-06-06perf maps: Add/use a sorted insert for fixup overlap and insertIan Rogers
2024-06-06perf maps: Reduce sorting for overlapping mappingsIan Rogers
2024-06-06perf maps: Fix use after free in __maps__fixup_overlap_and_insertIan Rogers
2024-06-06perf: parse-events: Fix compilation error while defining DEBUG_PARSERClément Le Goffic
2024-06-04perf hisi-ptt: remove unused struct 'hisi_ptt_queue'Dr. David Alan Gilbert
2024-06-03perf genelf: remove unused struct 'options'Dr. David Alan Gilbert
2024-05-30perf bpf filter: Add uid and gid termsIan Rogers
2024-05-30perf bpf filter: Give terms their own enumIan Rogers
2024-05-28perf arm-spe: Unaligned pointer work aroundIan Rogers
2024-05-28perf pmus: Sort/merge/aggregate PMUs like mrvl_ddr_pmuIan Rogers
2024-05-26Revert "perf parse-events: Prefer sysfs/JSON hardware events over legacy"Arnaldo Carvalho de Melo
2024-05-21Merge tag 'perf-tools-for-v6.10-1-2024-05-21' of git://git.kernel.org/pub/scm...Linus Torvalds
2024-05-11perf pmu: Count sys and cpuid JSON events separatelyIan Rogers
2024-05-11perf stat: Don't display metric header for non-leader uncore eventsIan Rogers
2024-05-11perf annotate-data: Ensure the number of type histogramsNamhyung Kim
2024-05-11perf annotate: Fix segfault on sample histogramNamhyung Kim
2024-05-10perf tools: Ignore deleted cgroupsNamhyung Kim
2024-05-10perf parse: Allow tracepoint names to start with digitsDominique Martinet
2024-05-10perf parse-events: Add new 'fake_tp' parameter for testsDominique Martinet
2024-05-10perf parse-events: pass parse_state to add_tracepointDominique Martinet