summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf python: Allow checking for the existence of warning options in clangArnaldo Carvalho de Melo2024-10-101-1/+1
* perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim2024-10-101-1/+1
* perf hist: Update hist symbol when updating mapsMatt Fleming2024-10-101-0/+5
* perf python: Disable -Wno-cast-function-type-mismatch if present on clangArnaldo Carvalho de Melo2024-10-101-0/+2
* perf callchain: Fix stitch LBR memory leaksIan Rogers2024-10-103-2/+20
* perf mem: Fix missed p-core mem events on ADL and RPLKan Liang2024-10-042-3/+5
* perf mem: Check mem_events for all eligible PMUsKan Liang2024-10-042-2/+14
* perf time-utils: Fix 32-bit nsec parsingIan Rogers2024-10-041-2/+2
* perf dwarf-aux: Handle bitfield members from pointer accessNamhyung Kim2024-10-041-2/+9
* perf annotate-data: Fix off-by-one in location range checkNamhyung Kim2024-10-042-2/+2
* perf dwarf-aux: Check allowed location expressions when collecting variablesNamhyung Kim2024-10-041-0/+3
* perf stat: Display iostat headers correctlyYicong Yang2024-10-041-1/+2
* perf inject: Fix leader sampling inserting additional samplesIan Rogers2024-10-042-0/+4
* perf lock contention: Change stack_id type to s32Namhyung Kim2024-10-042-2/+3
* perf lock contention: Fix spinlock and rwlock accountingNamhyung Kim2024-09-121-0/+3
* perf tool: fix dereferencing NULL al->mapsCasey Chen2024-08-111-1/+1
* perf dso: Fix build when libunwind is enabledJames Clark2024-08-033-2/+7
* perf stat: Fix the hard-coded metrics calculation on the hybridKan Liang2024-08-031-0/+7
* perf dso: Fix address sanitizer buildIan Rogers2024-08-037-38/+49
* perf stat: Fix a segfault with --per-cluster --metric-onlyNamhyung Kim2024-08-031-0/+3
* perf report: Fix condition in sort__sym_cmp()Namhyung Kim2024-08-031-1/+1
* perf pmus: Fixes always false when compare duplicates aliasesJunhao He2024-08-031-2/+3
* tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__loadAthira Rajeev2024-08-033-1/+18
* perf maps: Fix use after free in __maps__fixup_overlap_and_insertIan Rogers2024-08-031-4/+5
* perf dsos: When adding a dso into sorted dsos maintain the sort orderIan Rogers2024-07-071-5/+21
* perf comm str: Avoid sort during insertIan Rogers2024-07-071-11/+18
* Revert "perf parse-events: Prefer sysfs/JSON hardware events over legacy"Arnaldo Carvalho de Melo2024-05-264-103/+68
* Merge tag 'perf-tools-for-v6.10-1-2024-05-21' of git://git.kernel.org/pub/scm...Linus Torvalds2024-05-2198-4274/+8099
|\
| * perf pmu: Count sys and cpuid JSON events separatelyIan Rogers2024-05-112-23/+53
| * perf stat: Don't display metric header for non-leader uncore eventsIan Rogers2024-05-111-0/+3
| * perf annotate-data: Ensure the number of type histogramsNamhyung Kim2024-05-111-1/+4
| * perf annotate: Fix segfault on sample histogramNamhyung Kim2024-05-111-4/+5
| * perf tools: Ignore deleted cgroupsNamhyung Kim2024-05-102-4/+5
| * perf parse: Allow tracepoint names to start with digitsDominique Martinet2024-05-101-2/+2
| * perf parse-events: Add new 'fake_tp' parameter for testsDominique Martinet2024-05-106-16/+29
| * perf parse-events: pass parse_state to add_tracepointDominique Martinet2024-05-103-15/+21
| * perf symbols: Fix ownership of string in dso__load_vmlinux()James Clark2024-05-091-3/+8
| * perf symbols: Update kcore map before merging in remaining symbolsJames Clark2024-05-091-19/+21
| * perf maps: Re-use __maps__free_maps_by_name()James Clark2024-05-091-7/+7
| * perf symbols: Remove map from list before updating addressesJames Clark2024-05-091-4/+6
| * perf tracepoint: Don't scan all tracepoints to test if one existsIan Rogers2024-05-092-35/+24
| * perf dwarf-aux: Fix build with HAVE_DWARF_CFI_SUPPORTJames Clark2024-05-091-28/+28
| * perf thread: Fixes to thread__new() related to initializing commIan Rogers2024-05-091-9/+5
| * perf comm: Fix comm_str__put() for reference count checkingIan Rogers2024-05-091-14/+31
| * perf dwarf-aux: Print array type name with "[]"Namhyung Kim2024-05-071-1/+3
| * perf hist: Avoid 'struct hist_entry_iter' mem_info memory leakIan Rogers2024-05-072-28/+19
| * perf mem-info: Add reference count checkingIan Rogers2024-05-077-74/+114
| * perf mem-info: Move mem-info out of mem-events and symbolIan Rogers2024-05-0711-63/+81
| * perf comm: Add reference count checking to 'struct comm_str'Ian Rogers2024-05-071-70/+126
| * perf cpumap: Remove refcnt from 'struct cpu_aggr_map'Ian Rogers2024-05-072-4/+0