summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2024-04-27perf lock contention: Add a missing NULL checkNamhyung Kim1-1/+4
2024-04-27perf annotate: Make sure to call symbol__annotate2() in TUINamhyung Kim1-0/+3
2024-03-27perf pmu: Fix a potential memory leak in perf_pmu__lookup()Christophe JAILLET1-4/+3
2024-03-27perf print-events: make is_event_supported() more robustMark Rutland1-8/+19
2024-03-27perf metric: Don't remove scale from countsIan Rogers1-6/+1
2024-03-27perf stat: Avoid metric-only segvIan Rogers1-1/+1
2024-03-27perf expr: Fix "has_event" function for metric style eventsIan Rogers1-1/+19
2024-03-27perf srcline: Add missed addr2line closesIan Rogers1-0/+2
2024-03-27perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()Yang Jihong1-1/+1
2024-03-27perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong1-1/+0
2024-03-27perf pmu: Treat the msr pmu as softwareIan Rogers1-1/+11
2024-03-27perf record: Check conflict between '--timestamp-filename' option and pipe mo...Yang Jihong1-2/+0
2024-01-30perf evlist: Fix evlist__new_default() for > 1 core PMUJames Clark1-1/+8
2024-01-30tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo1-0/+4
2024-01-26perf tools: Fix calloc() arguments to address error introduced in gcc-14Sun Haiyong3-5/+5
2024-01-26perf list: Switch error message to pr_err() to respect debug settings (-v)Ian Rogers1-1/+1
2024-01-05perf db-export: Fix missing reference count get in call_path_from_sample()Ben Gainey1-2/+2
2024-01-03perf stat: Fix hard coded LL miss unitsIan Rogers1-1/+1
2024-01-03perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers5-32/+50
2023-12-24perf annotate: Add --insn-stat option for debuggingNamhyung Kim2-0/+46
2023-12-24perf annotate: Add --type-stat option for debuggingNamhyung Kim3-6/+62
2023-12-24perf annotate: Add --data-type optionNamhyung Kim4-10/+14
2023-12-24perf report: Add 'symoff' sort keyNamhyung Kim3-0/+49
2023-12-24perf report: Add 'typeoff' sort keyNamhyung Kim4-1/+86
2023-12-24perf annotate-data: Update sample histogram for typeNamhyung Kim3-1/+131
2023-12-24perf annotate-data: Add member field in the data typeNamhyung Kim3-18/+119
2023-12-24perf report: Add 'type' sort keyNamhyung Kim4-2/+74
2023-12-24perf annotate: Implement hist_entry__get_data_type()Namhyung Kim2-0/+92
2023-12-24perf annotate: Add annotate_get_insn_location()Namhyung Kim2-0/+143
2023-12-24perf annotate: Factor out evsel__get_arch()Namhyung Kim2-13/+33
2023-12-24perf annotate-data: Add dso->data_types treeNamhyung Kim4-10/+100
2023-12-24perf annotate-data: Add find_data_type() to get type from memory accessNamhyung Kim3-0/+205
2023-12-23perf dwarf-regs: Add get_dwarf_regnum()Namhyung Kim2-0/+53
2023-12-23perf dwarf-aux: Factor out die_get_typename_from_type()Namhyung Kim2-11/+30
2023-12-20perf maps: Fix up overlaps during fixup_endIan Rogers1-1/+1
2023-12-20perf maps: Reduce scope of map_rb_node and maps internalsIan Rogers2-58/+55
2023-12-20perf maps: Add find next entry to give entry after the given mapIan Rogers3-4/+16
2023-12-20perf maps: Add maps__load_first()Ian Rogers3-1/+16
2023-12-20perf maps: Rename clone to copy fromIan Rogers4-9/+4
2023-12-20perf maps: Do simple merge if given map doesn't overlapIan Rogers1-0/+11
2023-12-20perf maps: Refactor maps__fixup_overlappings()Ian Rogers3-25/+37
2023-12-20perf debug: Expose debug fileIan Rogers2-7/+16
2023-12-20perf maps: Add remove maps function to remove a map based on callbackIan Rogers3-16/+38
2023-12-20perf maps: Reduce scope of maps__for_each_entry()Ian Rogers2-3/+3
2023-12-20perf vdso: Use function to add missing maps lockIan Rogers1-12/+23
2023-12-20perf unwind: Use function to add missing maps lockIan Rogers1-10/+24
2023-12-19Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo3-3/+4
2023-12-19perf thread: Use function to add missing maps lockIan Rogers1-18/+17
2023-12-19perf synthetic-events: Use function to add missing maps lockIan Rogers1-51/+67
2023-12-19perf symbol: Use function to add missing maps lockIan Rogers1-17/+19