aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2024-06-05perf bpf: Fix handling of minimal vmlinux.h file when interrupting the buildNamhyung Kim
2024-06-05Revert "perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES event"Arnaldo Carvalho de Melo
2024-05-28tools headers: Update the syscall tables and unistd.h, mostly to support the ...Arnaldo Carvalho de Melo
2024-05-27perf trace beauty: Update the arch/x86/include/asm/irq_vectors.h copy with th...Arnaldo Carvalho de Melo
2024-05-27perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo
2024-05-27tools headers UAPI: Sync fcntl.h with the kernel sources to pick F_DUPFD_QUERYArnaldo Carvalho de Melo
2024-05-27tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo
2024-05-27tools include UAPI: Sync linux/stat.h with the kernel sourcesArnaldo Carvalho de Melo
2024-05-26Revert "perf parse-events: Prefer sysfs/JSON hardware events over legacy"Arnaldo Carvalho de Melo
2024-05-21Merge tag 'perf-tools-for-v6.10-1-2024-05-21' of git://git.kernel.org/pub/scm...Linus Torvalds
2024-05-11perf pmu: Count sys and cpuid JSON events separatelyIan Rogers
2024-05-11perf stat: Don't display metric header for non-leader uncore eventsIan Rogers
2024-05-11perf annotate-data: Ensure the number of type histogramsNamhyung Kim
2024-05-11perf annotate: Fix segfault on sample histogramNamhyung Kim
2024-05-10perf daemon: Fix file leak in daemon_session__controlSamasth Norway Ananda
2024-05-10perf lock: Avoid memory leaks from strdup()Ian Rogers
2024-05-10perf sched: Rename 'switches' column header to 'count' and add usage descript...Madadi Vineeth Reddy
2024-05-10perf tools: Ignore deleted cgroupsNamhyung Kim
2024-05-10perf parse: Allow tracepoint names to start with digitsDominique Martinet
2024-05-10perf parse-events: Add new 'fake_tp' parameter for testsDominique Martinet
2024-05-10perf parse-events: pass parse_state to add_tracepointDominique Martinet
2024-05-09perf symbols: Fix ownership of string in dso__load_vmlinux()James Clark
2024-05-09perf symbols: Update kcore map before merging in remaining symbolsJames Clark
2024-05-09perf maps: Re-use __maps__free_maps_by_name()James Clark
2024-05-09perf symbols: Remove map from list before updating addressesJames Clark
2024-05-09perf tracepoint: Don't scan all tracepoints to test if one existsIan Rogers
2024-05-09perf dwarf-aux: Fix build with HAVE_DWARF_CFI_SUPPORTJames Clark
2024-05-09perf thread: Fixes to thread__new() related to initializing commIan Rogers
2024-05-09perf report: Avoid SEGV in report__setup_sample_type()Ian Rogers
2024-05-09perf comm: Fix comm_str__put() for reference count checkingIan Rogers
2024-05-09perf ui browser: Avoid SEGV on titleIan Rogers
2024-05-07perf dwarf-aux: Print array type name with "[]"Namhyung Kim
2024-05-07perf hist: Avoid 'struct hist_entry_iter' mem_info memory leakIan Rogers
2024-05-07perf mem-info: Add reference count checkingIan Rogers
2024-05-07perf mem-info: Move mem-info out of mem-events and symbolIan Rogers
2024-05-07perf comm: Add reference count checking to 'struct comm_str'Ian Rogers
2024-05-07perf cpumap: Remove refcnt from 'struct cpu_aggr_map'Ian Rogers
2024-05-07perf block-info: Remove unused refcountIan Rogers
2024-05-07perf annotate: Fix memory leak in annotated_sourceIan Rogers
2024-05-07perf ui browser: Don't save pointer to stack memoryIan Rogers
2024-05-07perf bench internals inject-build-id: Fix trap divide when collecting just on...He Zhe
2024-05-07perf probe: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo
2024-05-07perf auxtrace: Allow number of queues to be specifiedJames Clark
2024-05-07perf cs-etm: Print error for new PERF_RECORD_AUX_OUTPUT_HW_ID versionsJames Clark
2024-05-07perf annotate: Fix a comment about multi_regs in extract_reg_offset functionAthira Rajeev
2024-05-07perf kwork: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo
2024-05-07perf callchain: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo
2024-05-07perf annotate: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo
2024-05-06perf dso: Use container_of() to avoid a pointer in 'struct dso_data'Ian Rogers
2024-05-06perf symbol-elf: dso__load_sym_internal() reference count fixesIan Rogers