summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2023-12-14perf stat: Combine the -A/--no-aggr and --no-merge optionsIan Rogers
2023-12-13perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()Yicong Yang
2023-12-13perf header: Fix one memory leakage in perf_event__fprintf_event_update()Yicong Yang
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers
2023-12-07perf annotate: Get rid of local annotation optionsNamhyung Kim
2023-12-07perf annotate: Remove remaining usages of local annotation optionsNamhyung Kim
2023-12-07perf annotate: Ensure init/exit for global optionsNamhyung Kim
2023-12-07perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim
2023-12-07perf annotate: Use global annotation_optionsNamhyung Kim
2023-12-07perf top: Convert to the global annotation_optionsNamhyung Kim
2023-12-07perf annotate: Introduce global annotation_optionsNamhyung Kim
2023-12-06perf thread: Add missing RC_CHK_EQUALIan Rogers
2023-12-06perf maps: Move symbol maps functions to maps.cIan Rogers
2023-12-06perf map: Simplify map_ip/unmap_ip and make 'struct map' smallerIan Rogers
2023-12-06perf symbols: Parse NOTE segments until the build id is foundChengen Du
2023-12-06perf evsel: Fallback to "task-clock" when not system wideIan Rogers
2023-12-05perf mem: Fix error on hybrid related to availability of mem event in a PMUKan Liang
2023-12-05perf metrics: Avoid segv if default metricgroup isn't setIan Rogers
2023-12-04perf env: Cache the arch specific strerrno function in perf_env__arch_strerrno()Arnaldo Carvalho de Melo
2023-12-04perf env: Introduce perf_env__arch_strerrno()Arnaldo Carvalho de Melo
2023-11-28perf mmap: Lazily initialize zstd streams to save memory when not using itIan Rogers
2023-11-28perf dwarf-aux: Add die_find_variable_by_addr()Namhyung Kim
2023-11-27perf annotate: Check if operand has multiple regsNamhyung Kim
2023-11-27perf header: Fix segfault on build_mem_topology() error pathAdrian Hunter
2023-11-27perf report: Remove warning on missing raw data for s390Thomas Richter
2023-11-27perf parse-events: Make legacy events lower priority than sysfs/JSONIan Rogers
2023-11-27perf cs-etm: Enable itrace option 'T'Leo Yan
2023-11-27perf auxtrace: Add 'T' itrace option for timestamp traceLeo Yan
2023-11-27perf script perl: Fail check on dynamic allocationzhaimingbing
2023-11-27perf script python: Fail check on dynamic allocationParan Lee
2023-11-22perf build: Ensure sysreg-defs Makefile respects output dirOliver Upton
2023-11-21perf lock contention: Fix a build error on 32-bitYang Jihong
2023-11-15perf report: Add s390 raw data interpretation for PAI countersThomas Richter
2023-11-10perf probe: Convert to check dwarf_getcfi featureNamhyung Kim
2023-11-10perf dwarf-aux: Add die_find_variable_by_reg() helperNamhyung Kim
2023-11-10perf dwarf-aux: Add die_get_scopes() alternative to dwarf_getscopes()Namhyung Kim
2023-11-10perf dwarf-aux: Move #else block of #ifdef HAVE_DWARF_GETLOCATIONS_SUPPORT co...Namhyung Kim
2023-11-10perf dwarf-aux: Fix die_get_typename() for void *Namhyung Kim
2023-11-10perf tools: Add util/debuginfo.[ch] filesNamhyung Kim
2023-11-10perf annotate: Move raw_comment and raw_func_start fields out of 'struct ins_...Namhyung Kim
2023-11-10perf annotate: Pass "-l" option to objdump conditionallyNamhyung Kim
2023-11-10perf header: Additional note on AMD IBS for max_precise pmu capArnaldo Carvalho de Melo
2023-11-09perf bpf: Don't synthesize BPF events when disabledIan Rogers
2023-11-09perf annotate: Move offsets array from 'struct annotation' to 'struct annotat...Namhyung Kim
2023-11-09perf annotate: Move some source code related fields from 'struct annotation' ...Namhyung Kim
2023-11-09perf annotate: Move max_coverage from 'struct annotation' to 'struct annotate...Namhyung Kim
2023-11-09perf annotate: Split branch stack cycles info from 'struct annotation'Namhyung Kim
2023-11-09perf annotate: Split branch stack cycles information out of 'struct annotatio...Namhyung Kim