summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* 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-2198-4274/+8099
|\
| * 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 tools: Ignore deleted cgroupsNamhyung Kim2024-05-102-4/+5
| * perf parse: Allow tracepoint names to start with digitsDominique Martinet2024-05-101-2/+2
| * perf parse-events: Add new 'fake_tp' parameter for testsDominique Martinet2024-05-106-16/+29
| * 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 comm: Fix comm_str__put() for reference count checkingIan Rogers2024-05-091-14/+31
| * 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-077-74/+114
| * perf mem-info: Move mem-info out of mem-events and symbolIan Rogers2024-05-0711-63/+81
| * 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-072-4/+0
| * 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 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 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-072-10/+11
| * perf dso: Use container_of() to avoid a pointer in 'struct dso_data'Ian Rogers2024-05-062-1/+17
| * perf symbol-elf: dso__load_sym_internal() reference count fixesIan Rogers2024-05-061-26/+25
| * perf symbol-elf: Ensure dso__put() in machine__process_ksymbol_register()Ian Rogers2024-05-061-3/+3
| * perf map: Add missing dso__put() in map__new()Ian Rogers2024-05-061-0/+1
| * perf dso: Add reference count checking and accessor functionsIan Rogers2024-05-0636-645/+1073
| * perf dsos: Switch hand crafted code to bsearch()Ian Rogers2024-05-061-19/+27
| * perf dsos: Remove __dsos__findnew_link_by_longname_id()Ian Rogers2024-05-062-47/+10
| * perf dsos: Remove __dsos__addnew()Ian Rogers2024-05-062-6/+0
| * perf dsos: Switch backing storage to array from rbtree/listIan Rogers2024-05-064-109/+177
| * perf pmu: Assume sysfs events are always the same caseIan Rogers2024-05-031-5/+26
| * perf test pmu: Add an eagerly loaded event testIan Rogers2024-05-031-21/+48
| * perf test pmu: Refactor format test and exposed test APIsIan Rogers2024-05-036-11/+26
| * perf maps: Remove check_invariants() from maps__lock()Namhyung Kim2024-05-021-5/+11
| * perf annotate-data: Check kind of stack variablesNamhyung Kim2024-05-021-0/+6
| * perf annotate-data: Handle multi regs in find_data_type_block()Namhyung Kim2024-05-021-11/+12
| * perf annotate-data: Check memory access with two registersNamhyung Kim2024-05-021-5/+39
| * perf annotate-data: Handle direct global variable accessNamhyung Kim2024-05-021-12/+15
| * perf annotate-data: Collect global variables in advanceNamhyung Kim2024-05-021-2/+55
| * perf dwarf-aux: Add die_collect_global_vars()Namhyung Kim2024-05-022-0/+70