summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
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
2023-11-09perf machine thread: Remove exited threads by defaultIan Rogers
2023-11-09perf record: Lazy load kernel symbolsIan Rogers
2023-11-09perf tools: Add branch counter knobKan Liang
2023-11-06perf header: Support num and width of branch countersKan Liang
2023-11-03Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-10-31Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2023-10-30Merge tag 'perf-tools-fixes-for-v6.6-2-2023-10-20' into perf-tools-nextNamhyung Kim
2023-10-27perf callchain: Fix spelling mistake "statisitcs" -> "statistics"Colin Ian King
2023-10-27perf python: Fix binding linkage due to rename and move of evsel__increase_rl...Arnaldo Carvalho de Melo
2023-10-25perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exitIan Rogers
2023-10-25perf callchain: Minor layout changes to callchain_listIan Rogers
2023-10-25perf callchain: Make brtype_stat in callchain_list optionalIan Rogers
2023-10-25perf callchain: Make display use of branch_type_stat constIan Rogers
2023-10-25perf offcpu: Add missed btf_freeIan Rogers
2023-10-25perf threads: Remove unused dead thread listIan Rogers
2023-10-25perf hist: Add missing puts to hist__account_cyclesIan Rogers
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers
2023-10-25perf machine: Avoid out of bounds LBR memory readIan Rogers
2023-10-25perf rwsem: Add debug mode that uses a mutexIan Rogers
2023-10-25perf lock contention: Use per-cpu array map for spinlocksNamhyung Kim
2023-10-25perf lock contention: Check race in tstamp elem creationNamhyung Kim
2023-10-25perf lock contention: Clear lock addr after useNamhyung Kim