summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2024-02-01perf report: Prevent segfault with --no-parentAndi Kleen1-1/+1
2024-02-01perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong1-1/+0
2024-02-01perf evsel: Rename get_states() to parse_task_states() and make it publicZe Gao5-114/+119
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-25perf pmu: Treat the msr pmu as softwareIan Rogers1-1/+11
2024-01-24perf evlist: Fix evlist__new_default() for > 1 core PMUJames Clark1-1/+8
2024-01-24perf mem: Clean up perf_pmus__num_mem_pmus()Kan Liang4-7/+15
2024-01-24perf mem: Clean up perf_mem_events__record_args()Kan Liang2-24/+13
2024-01-24perf mem: Clean up is_mem_loads_aux_event()Kan Liang1-2/+12
2024-01-24perf mem: Clean up perf_mem_event__supported()Kan Liang2-11/+13
2024-01-24perf mem: Clean up perf_mem_events__name()Kan Liang2-18/+45
2024-01-24perf mem: Clean up perf_mem_events__ptr()Kan Liang2-57/+55
2024-01-24perf mem: Add mem_events into the supported perf_pmuKan Liang4-2/+12
2024-01-22perf util: Add evsel__taskstate() to parse the task state info insteadZe Gao2-1/+36
2024-01-22perf util: Add helpers to parse task state string from libtraceeventZe Gao1-0/+112
2024-01-22perf data: Minor code style alignment cleanupYang Jihong2-7/+7
2024-01-22perf record: Check conflict between '--timestamp-filename' option and pipe mo...Yang Jihong1-2/+0
2024-01-22perf dwarf-aux: Check allowed DWARF OpsNamhyung Kim1-4/+40
2024-01-22perf annotate-data: Support stack variablesNamhyung Kim3-24/+93
2024-01-22perf dwarf-aux: Add die_get_cfa()Namhyung Kim2-1/+82
2024-01-22perf annotate-data: Support global variablesNamhyung Kim4-13/+92
2024-01-22perf annotate-data: Handle PC-relative addressingNamhyung Kim1-18/+38
2024-01-22perf annotate-data: Add stack operation pseudo typeNamhyung Kim2-0/+27
2024-01-22perf annotate-data: Handle array style accessesNamhyung Kim4-19/+61
2024-01-22perf annotate-data: Handle macro fusion on x86Namhyung Kim1-1/+16
2024-01-22perf annotate-data: Parse 'lock' prefix from llvm-objdumpNamhyung Kim1-1/+13
2024-01-04perf 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-23perf annotate: Add --insn-stat option for debuggingNamhyung Kim2-0/+46
2023-12-23perf annotate: Add --type-stat option for debuggingNamhyung Kim3-6/+62
2023-12-23perf annotate: Add --data-type optionNamhyung Kim4-10/+14
2023-12-23perf report: Add 'symoff' sort keyNamhyung Kim3-0/+49
2023-12-23perf report: Add 'typeoff' sort keyNamhyung Kim4-1/+86
2023-12-23perf annotate-data: Update sample histogram for typeNamhyung Kim3-1/+131
2023-12-23perf annotate-data: Add member field in the data typeNamhyung Kim3-18/+119
2023-12-23perf report: Add 'type' sort keyNamhyung Kim4-2/+74
2023-12-23perf annotate: Implement hist_entry__get_data_type()Namhyung Kim2-0/+92
2023-12-23perf annotate: Add annotate_get_insn_location()Namhyung Kim2-0/+143
2023-12-23perf annotate: Factor out evsel__get_arch()Namhyung Kim2-13/+33
2023-12-23perf annotate-data: Add dso->data_types treeNamhyung Kim4-10/+100
2023-12-23perf 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