summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
7 daysRevert "perf parse-events: Prefer sysfs/JSON hardware events over legacy"Arnaldo Carvalho de Melo4-103/+68
11 daysMerge 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
2024-05-08perf mem-info: Add reference count checkingIan Rogers11-88/+135
2024-05-08perf mem-info: Move mem-info out of mem-events and symbolIan Rogers15-63/+85
2024-05-08perf comm: Add reference count checking to 'struct comm_str'Ian Rogers1-70/+126
2024-05-08perf cpumap: Remove refcnt from 'struct cpu_aggr_map'Ian Rogers3-17/+3
2024-05-08perf block-info: Remove unused refcountIan Rogers3-33/+8
2024-05-08perf annotate: Fix memory leak in annotated_sourceIan Rogers1-0/+6
2024-05-08perf ui browser: Don't save pointer to stack memoryIan Rogers2-2/+4
2024-05-07perf bench internals inject-build-id: Fix trap divide when collecting just on...He Zhe1-1/+1
2024-05-07perf probe: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo1-1/+1
2024-05-07perf auxtrace: Allow number of queues to be specifiedJames Clark2-2/+8
2024-05-07perf cs-etm: Print error for new PERF_RECORD_AUX_OUTPUT_HW_ID versionsJames Clark1-1/+4
2024-05-07perf annotate: Fix a comment about multi_regs in extract_reg_offset functionAthira Rajeev1-1/+1
2024-05-07perf kwork: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo1-1/+1
2024-05-07perf callchain: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo1-1/+1
2024-05-07perf annotate: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo3-11/+13
2024-05-06perf dso: Use container_of() to avoid a pointer in 'struct dso_data'Ian Rogers3-32/+46
2024-05-06perf symbol-elf: dso__load_sym_internal() reference count fixesIan Rogers1-26/+25
2024-05-06perf symbol-elf: Ensure dso__put() in machine__process_ksymbol_register()Ian Rogers1-3/+3
2024-05-06perf map: Add missing dso__put() in map__new()Ian Rogers1-0/+1
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers57-739/+1169
2024-05-06perf dsos: Switch hand crafted code to bsearch()Ian Rogers1-19/+27
2024-05-06perf dsos: Remove __dsos__findnew_link_by_longname_id()Ian Rogers2-47/+10
2024-05-06perf dsos: Remove __dsos__addnew()Ian Rogers2-6/+0
2024-05-06perf dsos: Switch backing storage to array from rbtree/listIan Rogers4-109/+177
2024-05-04perf vendor events amd: Add Zen 5 mappingSandipan Das1-0/+1