summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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
| * | | | | | | 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-0657-739/+1169
| * | | | | | | 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 vendor events amd: Add Zen 5 mappingSandipan Das2024-05-041-0/+1
| * | | | | | | perf vendor events amd: Add Zen 5 metricsSandipan Das2024-05-042-0/+444
| * | | | | | | perf vendor events amd: Add Zen 5 uncore eventsSandipan Das2024-05-042-0/+278
| * | | | | | | perf vendor events amd: Add Zen 5 core eventsSandipan Das2024-05-047-0/+1983
| * | | | | | | perf trace: Disable syscall augmentation with recordIan Rogers2024-05-041-0/+5
| * | | | | | | perf pmu: Assume sysfs events are always the same caseIan Rogers2024-05-031-5/+26
| * | | | | | | perf test pmu: Test all sysfs PMU event names are the same caseIan Rogers2024-05-031-0/+90
| * | | | | | | perf test pmu: Add an eagerly loaded event testIan Rogers2024-05-032-21/+124
| * | | | | | | perf test pmu: Refactor format test and exposed test APIsIan Rogers2024-05-037-179/+177
| * | | | | | | perf test pmu-events: Make it clearer that pmu-events tests JSON eventsIan Rogers2024-05-031-1/+1
| * | | | | | | perf maps: Remove check_invariants() from maps__lock()Namhyung Kim2024-05-021-5/+11
| * | | | | | | perf cs-etm: Improve version detection and error reportingJames Clark2024-05-021-18/+43
| * | | | | | | perf cs-etm: Remove repeated fetches of the ETM PMUJames Clark2024-05-021-33/+27
| * | | | | | | perf cs-etm: Use struct perf_cpu as much as possibleJames Clark2024-05-021-116/+88
| * | | | | | | 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