summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* | | | perf top: Uniform the event name for the hybrid machineKan Liang2023-12-142-0/+26
* | | | perf unwind-libunwind: Fix base address for .eh_frameNamhyung Kim2023-12-141-1/+1
* | | | perf unwind-libdw: Handle JIT-generated DSOs properlyNamhyung Kim2023-12-141-4/+17
* | | | perf genelf: Set ELF program header addresses properlyNamhyung Kim2023-12-141-3/+3
* | | | perf stat: Combine the -A/--no-aggr and --no-merge optionsIan Rogers2023-12-143-3/+2
* | | | perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()Yicong Yang2023-12-131-0/+1
* | | | perf header: Fix one memory leakage in perf_event__fprintf_event_update()Yicong Yang2023-12-131-2/+3
* | | | libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers2023-12-126-7/+7
* | | | libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers2023-12-123-4/+4
* | | | libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers2023-12-122-2/+2
* | | | perf annotate: Get rid of local annotation optionsNamhyung Kim2023-12-072-3/+0
* | | | perf annotate: Remove remaining usages of local annotation optionsNamhyung Kim2023-12-072-4/+4
* | | | perf annotate: Ensure init/exit for global optionsNamhyung Kim2023-12-072-12/+15
* | | | perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim2023-12-074-27/+13
* | | | perf annotate: Use global annotation_optionsNamhyung Kim2023-12-072-73/+60
* | | | perf top: Convert to the global annotation_optionsNamhyung Kim2023-12-071-1/+0
* | | | perf annotate: Introduce global annotation_optionsNamhyung Kim2023-12-072-0/+5
* | | | perf thread: Add missing RC_CHK_EQUALIan Rogers2023-12-061-1/+1
* | | | perf maps: Move symbol maps functions to maps.cIan Rogers2023-12-064-249/+250
* | | | perf map: Simplify map_ip/unmap_ip and make 'struct map' smallerIan Rogers2023-12-065-68/+50
* | | | perf symbols: Parse NOTE segments until the build id is foundChengen Du2023-12-061-4/+6
* | | | perf evsel: Fallback to "task-clock" when not system wideIan Rogers2023-12-062-9/+12
* | | | perf mem: Fix error on hybrid related to availability of mem event in a PMUKan Liang2023-12-051-11/+14
* | | | perf env: Cache the arch specific strerrno function in perf_env__arch_strerrno()Arnaldo Carvalho de Melo2023-12-042-2/+9
* | | | perf env: Introduce perf_env__arch_strerrno()Arnaldo Carvalho de Melo2023-12-042-0/+13
* | | | perf mmap: Lazily initialize zstd streams to save memory when not using itIan Rogers2023-11-284-36/+40
* | | | perf dwarf-aux: Add die_find_variable_by_addr()Namhyung Kim2023-11-282-0/+93
* | | | perf annotate: Check if operand has multiple regsNamhyung Kim2023-11-272-0/+38
* | | | perf header: Fix segfault on build_mem_topology() error pathAdrian Hunter2023-11-271-1/+3
* | | | perf report: Remove warning on missing raw data for s390Thomas Richter2023-11-271-4/+5
* | | | perf parse-events: Make legacy events lower priority than sysfs/JSONIan Rogers2023-11-273-17/+46
* | | | perf cs-etm: Enable itrace option 'T'Leo Yan2023-11-271-3/+18
* | | | perf auxtrace: Add 'T' itrace option for timestamp traceLeo Yan2023-11-272-0/+6
* | | | perf script perl: Fail check on dynamic allocationzhaimingbing2023-11-271-0/+3
* | | | perf script python: Fail check on dynamic allocationParan Lee2023-11-271-2/+15
* | | | perf report: Add s390 raw data interpretation for PAI countersThomas Richter2023-11-152-8/+103
* | | | perf probe: Convert to check dwarf_getcfi featureNamhyung Kim2023-11-101-4/+4
* | | | perf dwarf-aux: Add die_find_variable_by_reg() helperNamhyung Kim2023-11-102-0/+79
* | | | perf dwarf-aux: Add die_get_scopes() alternative to dwarf_getscopes()Namhyung Kim2023-11-102-0/+56
* | | | perf dwarf-aux: Move #else block of #ifdef HAVE_DWARF_GETLOCATIONS_SUPPORT co...Namhyung Kim2023-11-102-9/+17
* | | | perf dwarf-aux: Fix die_get_typename() for void *Namhyung Kim2023-11-101-1/+8
* | | | perf tools: Add util/debuginfo.[ch] filesNamhyung Kim2023-11-105-210/+272
* | | | perf annotate: Move raw_comment and raw_func_start fields out of 'struct ins_...Namhyung Kim2023-11-102-6/+17
* | | | perf annotate: Pass "-l" option to objdump conditionallyNamhyung Kim2023-11-101-1/+2
* | | | perf header: Additional note on AMD IBS for max_precise pmu capArnaldo Carvalho de Melo2023-11-103-0/+28
* | | | perf bpf: Don't synthesize BPF events when disabledIan Rogers2023-11-091-0/+3
* | | | perf annotate: Move offsets array from 'struct annotation' to 'struct annotat...Namhyung Kim2023-11-092-11/+11
* | | | perf annotate: Move some source code related fields from 'struct annotation' ...Namhyung Kim2023-11-092-15/+16
* | | | perf annotate: Move max_coverage from 'struct annotation' to 'struct annotate...Namhyung Kim2023-11-093-3/+10
* | | | perf annotate: Split branch stack cycles info from 'struct annotation'Namhyung Kim2023-11-094-61/+73