summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2023-12-04perf env: Cache the arch specific strerrno function in perf_env__arch_strerrno()Arnaldo Carvalho de Melo2-2/+9
2023-12-04perf env: Introduce perf_env__arch_strerrno()Arnaldo Carvalho de Melo2-0/+13
2023-11-28perf mmap: Lazily initialize zstd streams to save memory when not using itIan Rogers4-36/+40
2023-11-28perf dwarf-aux: Add die_find_variable_by_addr()Namhyung Kim2-0/+93
2023-11-27perf annotate: Check if operand has multiple regsNamhyung Kim2-0/+38
2023-11-27perf header: Fix segfault on build_mem_topology() error pathAdrian Hunter1-1/+3
2023-11-27perf report: Remove warning on missing raw data for s390Thomas Richter1-4/+5
2023-11-27perf parse-events: Make legacy events lower priority than sysfs/JSONIan Rogers3-17/+46
2023-11-27perf cs-etm: Enable itrace option 'T'Leo Yan1-3/+18
2023-11-27perf auxtrace: Add 'T' itrace option for timestamp traceLeo Yan2-0/+6
2023-11-27perf script perl: Fail check on dynamic allocationzhaimingbing1-0/+3
2023-11-27perf script python: Fail check on dynamic allocationParan Lee1-2/+15
2023-11-22perf build: Ensure sysreg-defs Makefile respects output dirOliver Upton1-1/+1
2023-11-21perf lock contention: Fix a build error on 32-bitYang Jihong1-1/+2
2023-11-15perf report: Add s390 raw data interpretation for PAI countersThomas Richter2-8/+103
2023-11-10perf probe: Convert to check dwarf_getcfi featureNamhyung Kim1-4/+4
2023-11-10perf dwarf-aux: Add die_find_variable_by_reg() helperNamhyung Kim2-0/+79
2023-11-10perf dwarf-aux: Add die_get_scopes() alternative to dwarf_getscopes()Namhyung Kim2-0/+56
2023-11-10perf dwarf-aux: Move #else block of #ifdef HAVE_DWARF_GETLOCATIONS_SUPPORT co...Namhyung Kim2-9/+17
2023-11-10perf dwarf-aux: Fix die_get_typename() for void *Namhyung Kim1-1/+8
2023-11-10perf tools: Add util/debuginfo.[ch] filesNamhyung Kim5-210/+272
2023-11-10perf annotate: Move raw_comment and raw_func_start fields out of 'struct ins_...Namhyung Kim2-6/+17
2023-11-10perf annotate: Pass "-l" option to objdump conditionallyNamhyung Kim1-1/+2
2023-11-10perf header: Additional note on AMD IBS for max_precise pmu capArnaldo Carvalho de Melo3-0/+28
2023-11-09perf bpf: Don't synthesize BPF events when disabledIan Rogers1-0/+3
2023-11-09perf annotate: Move offsets array from 'struct annotation' to 'struct annotat...Namhyung Kim2-11/+11
2023-11-09perf annotate: Move some source code related fields from 'struct annotation' ...Namhyung Kim2-15/+16
2023-11-09perf annotate: Move max_coverage from 'struct annotation' to 'struct annotate...Namhyung Kim3-3/+10
2023-11-09perf annotate: Split branch stack cycles info from 'struct annotation'Namhyung Kim4-61/+73
2023-11-09perf annotate: Split branch stack cycles information out of 'struct annotatio...Namhyung Kim2-23/+53
2023-11-09perf machine thread: Remove exited threads by defaultIan Rogers4-4/+28
2023-11-09perf record: Lazy load kernel symbolsIan Rogers2-3/+4
2023-11-09perf tools: Add branch counter knobKan Liang6-3/+51
2023-11-06perf header: Support num and width of branch countersKan Liang2-3/+20
2023-11-03Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds69-552/+1754
2023-10-31Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-1/+1
2023-10-30Merge tag 'perf-tools-fixes-for-v6.6-2-2023-10-20' into perf-tools-nextNamhyung Kim2-21/+19
2023-10-27perf callchain: Fix spelling mistake "statisitcs" -> "statistics"Colin Ian King1-2/+2
2023-10-27perf python: Fix binding linkage due to rename and move of evsel__increase_rl...Arnaldo Carvalho de Melo1-0/+1
2023-10-25perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exitIan Rogers7-39/+47
2023-10-25perf callchain: Minor layout changes to callchain_listIan Rogers1-8/+8
2023-10-25perf callchain: Make brtype_stat in callchain_list optionalIan Rogers2-9/+34
2023-10-25perf callchain: Make display use of branch_type_stat constIan Rogers3-7/+7
2023-10-25perf offcpu: Add missed btf_freeIan Rogers1-4/+6
2023-10-25perf threads: Remove unused dead thread listIan Rogers2-2/+0
2023-10-25perf hist: Add missing puts to hist__account_cyclesIan Rogers1-3/+7
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers5-7/+7
2023-10-25perf machine: Avoid out of bounds LBR memory readIan Rogers1-10/+12
2023-10-25perf rwsem: Add debug mode that uses a mutexIan Rogers2-0/+45
2023-10-25perf lock contention: Use per-cpu array map for spinlocksNamhyung Kim1-17/+72