summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2024-10-10Revert "perf callchain: Fix stitch LBR memory leaks"Greg Kroah-Hartman3-20/+2
2024-10-10perf python: Allow checking for the existence of warning options in clangArnaldo Carvalho de Melo1-1/+1
2024-10-10perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim1-1/+1
2024-10-10perf hist: Update hist symbol when updating mapsMatt Fleming1-0/+5
2024-10-10perf python: Disable -Wno-cast-function-type-mismatch if present on clangArnaldo Carvalho de Melo1-0/+2
2024-10-10perf callchain: Fix stitch LBR memory leaksIan Rogers3-2/+20
2024-10-04perf time-utils: Fix 32-bit nsec parsingIan Rogers1-2/+2
2024-10-04perf stat: Display iostat headers correctlyYicong Yang1-1/+2
2024-10-04perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim4-27/+13
2024-10-04perf annotate: Move some source code related fields from 'struct annotation' ...Namhyung Kim2-15/+16
2024-10-04perf annotate: Split branch stack cycles info from 'struct annotation'Namhyung Kim4-61/+73
2024-10-04perf inject: Fix leader sampling inserting additional samplesIan Rogers2-0/+4
2024-08-11perf tool: fix dereferencing NULL al->mapsCasey Chen1-1/+1
2024-08-03perf stat: Fix the hard-coded metrics calculation on the hybridKan Liang1-0/+7
2024-08-03perf report: Fix condition in sort__sym_cmp()Namhyung Kim1-1/+1
2024-08-03perf pmus: Fixes always false when compare duplicates aliasesJunhao He1-2/+3
2024-06-21perf auxtrace: Fix multiple use of --itrace optionAdrian Hunter1-1/+3
2024-06-12perf util: Add a function for replacing characters in a stringJames Clark2-0/+49
2024-06-12perf pmu: Count sys and cpuid JSON events separatelyIan Rogers2-23/+53
2024-06-12perf pmu: Assume sysfs events are always the same caseIan Rogers1-5/+26
2024-06-12perf tools: Add/use PMU reverse lookup from config to nameIan Rogers4-2/+37
2024-06-12perf tools: Use pmus to describe type from attributeIan Rogers1-5/+11
2024-06-12perf pmu: "Compat" supports regular expression matching identifiersJing Zhang2-2/+26
2024-06-12perf pmu: Move pmu__find_core_pmu() to pmus.cJames Clark4-20/+21
2024-06-12perf stat: Don't display metric header for non-leader uncore eventsIan Rogers1-0/+3
2024-06-12perf symbols: Fix ownership of string in dso__load_vmlinux()James Clark1-3/+8
2024-06-12perf maps: Move symbol maps functions to maps.cIan Rogers4-249/+250
2024-06-12perf thread: Fixes to thread__new() related to initializing commIan Rogers1-9/+5
2024-06-12perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer)Adrian Hunter2-0/+4
2024-06-12perf evlist: Add evlist__findnew_tracking_event() helperYang Jihong2-0/+19
2024-06-12perf annotate: Fix annotation_calc_lines() to pass correct address to get_src...Namhyung Kim1-4/+6
2024-06-12perf annotate: Use global annotation_optionsNamhyung Kim2-73/+60
2024-06-12perf top: Convert to the global annotation_optionsNamhyung Kim1-1/+0
2024-06-12perf annotate: Introduce global annotation_optionsNamhyung Kim2-0/+5
2024-06-12perf annotate: Split branch stack cycles information out of 'struct annotatio...Namhyung Kim2-23/+53
2024-06-12perf machine thread: Remove exited threads by defaultIan Rogers4-4/+28
2024-06-12perf record: Lazy load kernel symbolsIan Rogers2-3/+4
2024-06-12perf probe: Add missing libgen.h header needed for using basename()Arnaldo Carvalho de Melo1-0/+1
2024-04-27perf lock contention: Add a missing NULL checkNamhyung Kim1-1/+4
2024-03-26perf pmu: Fix a potential memory leak in perf_pmu__lookup()Christophe JAILLET1-4/+3
2024-03-26perf print-events: make is_event_supported() more robustMark Rutland1-8/+19
2024-03-26perf metric: Don't remove scale from countsIan Rogers1-6/+1
2024-03-26perf stat: Avoid metric-only segvIan Rogers1-1/+1
2024-03-26perf expr: Fix "has_event" function for metric style eventsIan Rogers1-1/+19
2024-03-26perf srcline: Add missed addr2line closesIan Rogers1-0/+2
2024-03-26perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()Yang Jihong1-1/+1
2024-03-26perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong1-1/+0
2024-03-26perf pmu: Treat the msr pmu as softwareIan Rogers1-1/+11
2024-03-26perf record: Check conflict between '--timestamp-filename' option and pipe mo...Yang Jihong1-2/+0
2024-03-26perf top: Uniform the event name for the hybrid machineKan Liang2-0/+26