summaryrefslogtreecommitdiffstats
path: root/tools/perf
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-044-22/+15
* perf mem: Check mem_events for all eligible PMUsKan Liang2024-10-044-4/+16
* perf time-utils: Fix 32-bit nsec parsingIan Rogers2024-10-041-2/+2
* perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong2024-10-041-1/+4
* 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 sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong2024-10-041-1/+2
* perf report: Fix --total-cycles --stdio output errorKan Liang2024-10-041-1/+2
* perf inject: Fix leader sampling inserting additional samplesIan Rogers2024-10-043-0/+5
* perf lock contention: Change stack_id type to s32Namhyung Kim2024-10-042-2/+3
* perf mem: Free the allocated sort string, fixing a leakNamhyung Kim2024-10-041-0/+1
* perf scripts python cs-etm: Restore first sample log in verbose modeJames Clark2024-10-041-5/+4
* perf lock contention: Fix spinlock and rwlock accountingNamhyung Kim2024-09-121-0/+3
* kallsyms: get rid of code for absolute kallsymsJann Horn2024-08-291-1/+0
* perf arch events: Fix duplicate RISC-V SBI firmware event nameEric Lin2024-08-115-5/+5
* 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-039-44/+56
* perf intel-pt: Fix exclude_guest settingAdrian Hunter2024-08-031-0/+12
* perf intel-pt: Fix aux_watermark calculation for 64-bit sizeAdrian Hunter2024-08-031-1/+2
* 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 test: Make test_arm_callgraph_fp.sh more robustJames Clark2024-08-032-21/+26
* 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
* perf bpf: Fix handling of minimal vmlinux.h file when interrupting the buildNamhyung Kim2024-06-051-0/+1
* Revert "perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES event"Arnaldo Carvalho de Melo2024-06-051-4/+2
* tools headers: Update the syscall tables and unistd.h, mostly to support the ...Arnaldo Carvalho de Melo2024-05-284-1/+5
* perf trace beauty: Update the arch/x86/include/asm/irq_vectors.h copy with th...Arnaldo Carvalho de Melo2024-05-271-1/+7
* perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2024-05-271-1/+2
* tools headers UAPI: Sync fcntl.h with the kernel sources to pick F_DUPFD_QUERYArnaldo Carvalho de Melo2024-05-272-7/+9
* tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2024-05-271-0/+22
* tools include UAPI: Sync linux/stat.h with the kernel sourcesArnaldo Carvalho de Melo2024-05-271-1/+3
* 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-21288-5882/+18043
|\
| * 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