summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf evlist: Fix evlist__new_default() for > 1 core PMUJames Clark2024-01-301-1/+8
* tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo2024-01-301-0/+4
* perf tools: Fix calloc() arguments to address error introduced in gcc-14Sun Haiyong2024-01-263-5/+5
* perf list: Switch error message to pr_err() to respect debug settings (-v)Ian Rogers2024-01-261-1/+1
* perf db-export: Fix missing reference count get in call_path_from_sample()Ben Gainey2024-01-041-2/+2
* perf stat: Fix hard coded LL miss unitsIan Rogers2024-01-031-1/+1
* perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers2024-01-035-32/+50
* perf annotate: Add --insn-stat option for debuggingNamhyung Kim2023-12-232-0/+46
* perf annotate: Add --type-stat option for debuggingNamhyung Kim2023-12-233-6/+62
* perf annotate: Add --data-type optionNamhyung Kim2023-12-234-10/+14
* perf report: Add 'symoff' sort keyNamhyung Kim2023-12-233-0/+49
* perf report: Add 'typeoff' sort keyNamhyung Kim2023-12-234-1/+86
* perf annotate-data: Update sample histogram for typeNamhyung Kim2023-12-233-1/+131
* perf annotate-data: Add member field in the data typeNamhyung Kim2023-12-233-18/+119
* perf report: Add 'type' sort keyNamhyung Kim2023-12-234-2/+74
* perf annotate: Implement hist_entry__get_data_type()Namhyung Kim2023-12-232-0/+92
* perf annotate: Add annotate_get_insn_location()Namhyung Kim2023-12-232-0/+143
* perf annotate: Factor out evsel__get_arch()Namhyung Kim2023-12-232-13/+33
* perf annotate-data: Add dso->data_types treeNamhyung Kim2023-12-234-10/+100
* perf annotate-data: Add find_data_type() to get type from memory accessNamhyung Kim2023-12-233-0/+205
* perf dwarf-regs: Add get_dwarf_regnum()Namhyung Kim2023-12-232-0/+53
* perf dwarf-aux: Factor out die_get_typename_from_type()Namhyung Kim2023-12-232-11/+30
* perf maps: Fix up overlaps during fixup_endIan Rogers2023-12-201-1/+1
* perf maps: Reduce scope of map_rb_node and maps internalsIan Rogers2023-12-202-58/+55
* perf maps: Add find next entry to give entry after the given mapIan Rogers2023-12-203-4/+16
* perf maps: Add maps__load_first()Ian Rogers2023-12-203-1/+16
* perf maps: Rename clone to copy fromIan Rogers2023-12-204-9/+4
* perf maps: Do simple merge if given map doesn't overlapIan Rogers2023-12-201-0/+11
* perf maps: Refactor maps__fixup_overlappings()Ian Rogers2023-12-203-25/+37
* perf debug: Expose debug fileIan Rogers2023-12-202-7/+16
* perf maps: Add remove maps function to remove a map based on callbackIan Rogers2023-12-203-16/+38
* perf maps: Reduce scope of maps__for_each_entry()Ian Rogers2023-12-202-3/+3
* perf vdso: Use function to add missing maps lockIan Rogers2023-12-201-12/+23
* perf unwind: Use function to add missing maps lockIan Rogers2023-12-201-10/+24
* Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2023-12-183-3/+4
|\
| * perf metrics: Avoid segv if default metricgroup isn't setIan Rogers2023-12-051-1/+1
| * perf build: Ensure sysreg-defs Makefile respects output dirOliver Upton2023-11-221-1/+1
| * perf lock contention: Fix a build error on 32-bitYang Jihong2023-11-211-1/+2
| * Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-0369-552/+1754
| |\
| * \ Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-10-311-1/+1
| |\ \
| | * | perf build: Generate arm64's sysreg-defs.h and add to include pathOliver Upton2023-10-181-1/+1
* | | | perf thread: Use function to add missing maps lockIan Rogers2023-12-181-18/+17
* | | | perf synthetic-events: Use function to add missing maps lockIan Rogers2023-12-181-51/+67
* | | | perf symbol: Use function to add missing maps lockIan Rogers2023-12-181-17/+19
* | | | perf probe-event: Use function to add missing maps lockIan Rogers2023-12-181-14/+26
* | | | perf machine: Use function to add missing maps lockIan Rogers2023-12-181-24/+29
* | | | perf maps: Add maps__for_each_map to iterate maps holding the lockIan Rogers2023-12-182-33/+69
* | | | perf map: Improve map/unmap parameter namesIan Rogers2023-12-181-8/+8
* | | | perf top: Avoid repeated function calls to perf_cpu_map__nr().Ian Rogers2023-12-181-5/+4
* | | | perf evlist: Move event attributes to after the / when uniquefying using the ...Arnaldo Carvalho de Melo2023-12-181-5/+10