aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf python: include "util/sample.h"Xu Yang2024-09-021-0/+1
* perf lock contention: Fix spinlock and rwlock accountingNamhyung Kim2024-09-021-0/+3
* perf tool: fix dereferencing NULL al->mapsCasey Chen2024-07-261-1/+1
* perf dso: Fix build when libunwind is enabledJames Clark2024-07-173-2/+7
* perf trace: Fix iteration of syscall ids in syscalltbl->entriesHoward Chu2024-07-122-0/+8
* perf dso: Fix address sanitizer buildIan Rogers2024-07-127-38/+49
* perf mem: Warn if memory events are not supported on all CPUsLeo Yan2024-07-121-0/+14
* perf dsos: When adding a dso into sorted dsos maintain the sort orderIan Rogers2024-07-031-5/+21
* perf comm str: Avoid sort during insertIan Rogers2024-07-031-11/+18
* perf: pmus: Remove unneeded semicolonYang Li2024-06-281-1/+1
* perf stat: Use field separator in the metric headerNamhyung Kim2024-06-281-3/+14
* perf stat: Fix a segfault with --per-cluster --metric-onlyNamhyung Kim2024-06-281-0/+3
* perf pmu: Don't de-duplicate core PMUsJames Clark2024-06-271-6/+21
* perf pmu: Restore full PMU name wildcard supportJames Clark2024-06-271-1/+1
* perf report: Display pregress bar on redirected pipe dataNamhyung Kim2024-06-271-1/+19
* perf python: Clean up build dependenciesIan Rogers2024-06-261-53/+0
* perf python: Switch module to linking libraries from building sourceIan Rogers2024-06-262-205/+102
* perf util: Make util its own libraryIan Rogers2024-06-267-212/+212
* perf mem: Fix a segfault with NULL event->nameNamhyung Kim2024-06-251-1/+1
* perf tools: Fix a compiler warning of NULL pointerNamhyung Kim2024-06-251-0/+3
* perf symbol: Simplify kernel module checkingNamhyung Kim2024-06-251-4/+1
* perf report: Fix condition in sort__sym_cmp()Namhyung Kim2024-06-251-1/+1
* perf pmus: Fixes always false when compare duplicates aliasesJunhao He2024-06-251-2/+3
* perf unwind-libunwind: Add malloc() failure handlingYunseong Kim2024-06-251-0/+5
* util: constant -1 with expression of type charYunseong Kim2024-06-251-1/+1
* perf intel pt: Add new JMPABS instruction to the Intel PT instruction decoderAdrian Hunter2024-06-251-0/+9
* tools/perf: Use is_perf_pid_map_name helper function to check dso's of patter...Athira Rajeev2024-06-252-2/+2
* tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__loadAthira Rajeev2024-06-253-1/+18
* perf stat: Fix the hard-coded metrics calculation on the hybridKan Liang2024-06-211-0/+7
* perf hist: Honor symbol_conf.skip_emptyNamhyung Kim2024-06-152-3/+13
* perf hist: Add symbol_conf.skip_emptyNamhyung Kim2024-06-156-13/+10
* perf evsel: Refactor tool eventsIan Rogers2024-06-103-3/+244
* perf maps: Add/use a sorted insert for fixup overlap and insertIan Rogers2024-06-061-6/+59
* perf maps: Reduce sorting for overlapping mappingsIan Rogers2024-06-061-19/+36
* perf maps: Fix use after free in __maps__fixup_overlap_and_insertIan Rogers2024-06-061-4/+5
* perf: parse-events: Fix compilation error while defining DEBUG_PARSERClément Le Goffic2024-06-062-7/+0
* perf hisi-ptt: remove unused struct 'hisi_ptt_queue'Dr. David Alan Gilbert2024-06-041-5/+0
* perf genelf: remove unused struct 'options'Dr. David Alan Gilbert2024-06-031-5/+0
* perf bpf filter: Add uid and gid termsIan Rogers2024-05-304-0/+14
* perf bpf filter: Give terms their own enumIan Rogers2024-05-306-69/+141
* perf arm-spe: Unaligned pointer work aroundIan Rogers2024-05-281-18/+5
* perf pmus: Sort/merge/aggregate PMUs like mrvl_ddr_pmuIan Rogers2024-05-283-42/+65
* 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