summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf bpf: Fix handling of minimal vmlinux.h file when interrupting the buildNamhyung Kim10 days1-0/+1
* Revert "perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES event"Arnaldo Carvalho de Melo10 days1-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
| * perf daemon: Fix file leak in daemon_session__controlSamasth Norway Ananda2024-05-101-2/+2
| * perf lock: Avoid memory leaks from strdup()Ian Rogers2024-05-101-14/+4
| * perf sched: Rename 'switches' column header to 'count' and add usage descript...Madadi Vineeth Reddy2024-05-102-1/+37
| * perf tools: Ignore deleted cgroupsNamhyung Kim2024-05-102-4/+5
| * perf parse: Allow tracepoint names to start with digitsDominique Martinet2024-05-102-2/+9
| * perf parse-events: Add new 'fake_tp' parameter for testsDominique Martinet2024-05-108-19/+34
| * 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 report: Avoid SEGV in report__setup_sample_type()Ian Rogers2024-05-091-1/+1
| * perf comm: Fix comm_str__put() for reference count checkingIan Rogers2024-05-091-14/+31
| * perf ui browser: Avoid SEGV on titleIan Rogers2024-05-091-1/+1
| * 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-0711-88/+135
| * perf mem-info: Move mem-info out of mem-events and symbolIan Rogers2024-05-0715-63/+85
| * 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-073-17/+3
| * perf block-info: Remove unused refcountIan Rogers2024-05-073-33/+8
| * perf annotate: Fix memory leak in annotated_sourceIan Rogers2024-05-071-0/+6
| * perf ui browser: Don't save pointer to stack memoryIan Rogers2024-05-072-2/+4
| * perf bench internals inject-build-id: Fix trap divide when collecting just on...He Zhe2024-05-071-1/+1
| * perf probe: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo2024-05-071-1/+1
| * perf auxtrace: Allow number of queues to be specifiedJames Clark2024-05-072-2/+8
| * perf cs-etm: Print error for new PERF_RECORD_AUX_OUTPUT_HW_ID versionsJames Clark2024-05-071-1/+4
| * perf annotate: Fix a comment about multi_regs in extract_reg_offset functionAthira Rajeev2024-05-071-1/+1
| * perf kwork: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo2024-05-071-1/+1
| * perf callchain: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo2024-05-071-1/+1
| * perf annotate: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo2024-05-073-11/+13
| * perf dso: Use container_of() to avoid a pointer in 'struct dso_data'Ian Rogers2024-05-063-32/+46
| * perf symbol-elf: dso__load_sym_internal() reference count fixesIan Rogers2024-05-061-26/+25