summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2024-02-02perf parse-events: Print all errorsIan Rogers
2024-02-02perf parse-events: Improve error location of terms cloned from an eventIan Rogers
2024-02-01perf report: Prevent segfault with --no-parentAndi Kleen
2024-02-01perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong
2024-02-01perf evsel: Rename get_states() to parse_task_states() and make it publicZe Gao
2024-01-30perf evlist: Fix evlist__new_default() for > 1 core PMUJames Clark
2024-01-30tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo
2024-01-26perf tools: Fix calloc() arguments to address error introduced in gcc-14Sun Haiyong
2024-01-26perf list: Switch error message to pr_err() to respect debug settings (-v)Ian Rogers
2024-01-25perf pmu: Treat the msr pmu as softwareIan Rogers
2024-01-24perf evlist: Fix evlist__new_default() for > 1 core PMUJames Clark
2024-01-24perf mem: Clean up perf_pmus__num_mem_pmus()Kan Liang
2024-01-24perf mem: Clean up perf_mem_events__record_args()Kan Liang
2024-01-24perf mem: Clean up is_mem_loads_aux_event()Kan Liang
2024-01-24perf mem: Clean up perf_mem_event__supported()Kan Liang
2024-01-24perf mem: Clean up perf_mem_events__name()Kan Liang
2024-01-24perf mem: Clean up perf_mem_events__ptr()Kan Liang
2024-01-24perf mem: Add mem_events into the supported perf_pmuKan Liang
2024-01-22perf util: Add evsel__taskstate() to parse the task state info insteadZe Gao
2024-01-22perf util: Add helpers to parse task state string from libtraceeventZe Gao
2024-01-22perf data: Minor code style alignment cleanupYang Jihong
2024-01-22perf record: Check conflict between '--timestamp-filename' option and pipe mo...Yang Jihong
2024-01-22perf dwarf-aux: Check allowed DWARF OpsNamhyung Kim
2024-01-22perf annotate-data: Support stack variablesNamhyung Kim
2024-01-22perf dwarf-aux: Add die_get_cfa()Namhyung Kim
2024-01-22perf annotate-data: Support global variablesNamhyung Kim
2024-01-22perf annotate-data: Handle PC-relative addressingNamhyung Kim
2024-01-22perf annotate-data: Add stack operation pseudo typeNamhyung Kim
2024-01-22perf annotate-data: Handle array style accessesNamhyung Kim
2024-01-22perf annotate-data: Handle macro fusion on x86Namhyung Kim
2024-01-22perf annotate-data: Parse 'lock' prefix from llvm-objdumpNamhyung Kim
2024-01-04perf db-export: Fix missing reference count get in call_path_from_sample()Ben Gainey
2024-01-03perf stat: Fix hard coded LL miss unitsIan Rogers
2024-01-03perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers
2023-12-23perf annotate: Add --insn-stat option for debuggingNamhyung Kim
2023-12-23perf annotate: Add --type-stat option for debuggingNamhyung Kim
2023-12-23perf annotate: Add --data-type optionNamhyung Kim
2023-12-23perf report: Add 'symoff' sort keyNamhyung Kim
2023-12-23perf report: Add 'typeoff' sort keyNamhyung Kim
2023-12-23perf annotate-data: Update sample histogram for typeNamhyung Kim
2023-12-23perf annotate-data: Add member field in the data typeNamhyung Kim
2023-12-23perf report: Add 'type' sort keyNamhyung Kim
2023-12-23perf annotate: Implement hist_entry__get_data_type()Namhyung Kim
2023-12-23perf annotate: Add annotate_get_insn_location()Namhyung Kim
2023-12-23perf annotate: Factor out evsel__get_arch()Namhyung Kim
2023-12-23perf annotate-data: Add dso->data_types treeNamhyung Kim
2023-12-23perf annotate-data: Add find_data_type() to get type from memory accessNamhyung Kim
2023-12-23perf dwarf-regs: Add get_dwarf_regnum()Namhyung Kim
2023-12-23perf dwarf-aux: Factor out die_get_typename_from_type()Namhyung Kim
2023-12-20perf maps: Fix up overlaps during fixup_endIan Rogers