summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2024-09-12perf lock contention: Fix spinlock and rwlock accountingNamhyung Kim1-0/+3
2024-08-29kallsyms: get rid of code for absolute kallsymsJann Horn1-1/+0
2024-08-11perf arch events: Fix duplicate RISC-V SBI firmware event nameEric Lin5-5/+5
2024-08-11perf tool: fix dereferencing NULL al->mapsCasey Chen1-1/+1
2024-08-03perf dso: Fix build when libunwind is enabledJames Clark3-2/+7
2024-08-03perf stat: Fix the hard-coded metrics calculation on the hybridKan Liang1-0/+7
2024-08-03perf dso: Fix address sanitizer buildIan Rogers9-44/+56
2024-08-03perf intel-pt: Fix exclude_guest settingAdrian Hunter1-0/+12
2024-08-03perf intel-pt: Fix aux_watermark calculation for 64-bit sizeAdrian Hunter1-1/+2
2024-08-03perf stat: Fix a segfault with --per-cluster --metric-onlyNamhyung Kim1-0/+3
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-08-03tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__loadAthira Rajeev3-1/+18
2024-08-03perf test: Make test_arm_callgraph_fp.sh more robustJames Clark2-21/+26
2024-08-03perf maps: Fix use after free in __maps__fixup_overlap_and_insertIan Rogers1-4/+5
2024-07-08perf dsos: When adding a dso into sorted dsos maintain the sort orderIan Rogers1-5/+21
2024-07-08perf comm str: Avoid sort during insertIan Rogers1-11/+18
2024-06-05perf bpf: Fix handling of minimal vmlinux.h file when interrupting the buildNamhyung Kim1-0/+1
2024-06-05Revert "perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES event"Arnaldo Carvalho de Melo1-4/+2
2024-05-28tools headers: Update the syscall tables and unistd.h, mostly to support the ...Arnaldo Carvalho de Melo4-1/+5
2024-05-27perf trace beauty: Update the arch/x86/include/asm/irq_vectors.h copy with th...Arnaldo Carvalho de Melo1-1/+7
2024-05-27perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+2
2024-05-27tools headers UAPI: Sync fcntl.h with the kernel sources to pick F_DUPFD_QUERYArnaldo Carvalho de Melo2-7/+9
2024-05-27tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+22
2024-05-27tools include UAPI: Sync linux/stat.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+3
2024-05-26Revert "perf parse-events: Prefer sysfs/JSON hardware events over legacy"Arnaldo Carvalho de Melo4-103/+68
2024-05-22Merge tag 'perf-tools-for-v6.10-1-2024-05-21' of git://git.kernel.org/pub/scm...Linus Torvalds288-5882/+18043
2024-05-11perf pmu: Count sys and cpuid JSON events separatelyIan Rogers2-23/+53
2024-05-11perf stat: Don't display metric header for non-leader uncore eventsIan Rogers1-0/+3
2024-05-11perf annotate-data: Ensure the number of type histogramsNamhyung Kim1-1/+4
2024-05-11perf annotate: Fix segfault on sample histogramNamhyung Kim1-4/+5
2024-05-10perf daemon: Fix file leak in daemon_session__controlSamasth Norway Ananda1-2/+2
2024-05-10perf lock: Avoid memory leaks from strdup()Ian Rogers1-14/+4
2024-05-10perf sched: Rename 'switches' column header to 'count' and add usage descript...Madadi Vineeth Reddy2-1/+37
2024-05-10perf tools: Ignore deleted cgroupsNamhyung Kim2-4/+5
2024-05-10perf parse: Allow tracepoint names to start with digitsDominique Martinet2-2/+9
2024-05-10perf parse-events: Add new 'fake_tp' parameter for testsDominique Martinet8-19/+34
2024-05-10perf parse-events: pass parse_state to add_tracepointDominique Martinet3-15/+21
2024-05-10perf symbols: Fix ownership of string in dso__load_vmlinux()James Clark1-3/+8
2024-05-10perf symbols: Update kcore map before merging in remaining symbolsJames Clark1-19/+21
2024-05-10perf maps: Re-use __maps__free_maps_by_name()James Clark1-7/+7
2024-05-10perf symbols: Remove map from list before updating addressesJames Clark1-4/+6
2024-05-10perf tracepoint: Don't scan all tracepoints to test if one existsIan Rogers2-35/+24
2024-05-10perf dwarf-aux: Fix build with HAVE_DWARF_CFI_SUPPORTJames Clark1-28/+28
2024-05-10perf thread: Fixes to thread__new() related to initializing commIan Rogers1-9/+5
2024-05-10perf report: Avoid SEGV in report__setup_sample_type()Ian Rogers1-1/+1
2024-05-10perf comm: Fix comm_str__put() for reference count checkingIan Rogers1-14/+31
2024-05-10perf ui browser: Avoid SEGV on titleIan Rogers1-1/+1
2024-05-08perf dwarf-aux: Print array type name with "[]"Namhyung Kim1-1/+3
2024-05-08perf hist: Avoid 'struct hist_entry_iter' mem_info memory leakIan Rogers2-28/+19