summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2024-02-12perf maps: Locking tidy up of nr_mapsIan Rogers3-5/+11
2024-02-12perf maps: Hide maps internalsIan Rogers8-98/+120
2024-02-12perf maps: Get map before returning in maps__find_next_entryIan Rogers2-2/+4
2024-02-12perf maps: Get map before returning in maps__find_by_nameIan Rogers5-13/+22
2024-02-12perf maps: Get map before returning in maps__findIan Rogers5-24/+23
2024-02-12perf maps: Switch from rbtree to lazily sorted array for addressesIan Rogers3-474/+764
2024-02-12Merge branch 'perf-tools' into perf-tools-nextNamhyung Kim5-6/+10
2024-02-09perf srcline: Add missed addr2line closesIan Rogers1-0/+2
2024-02-09perf stat: Support per-cluster aggregationYicong Yang5-5/+62
2024-02-09perf tools: Remove misleading comments on map functionsNamhyung Kim1-8/+0
2024-02-09perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()Yang Jihong1-1/+1
2024-02-08perf symbols: Slightly improve module file executable section mappingsAdrian Hunter1-2/+73
2024-02-08perf tools: Make it possible to see perf's kernel and module memory mappingsAdrian Hunter5-0/+18
2024-02-02tools: perf: Expose sample ID / stream ID to python scriptsBen Gainey1-1/+7
2024-02-02perf parse-events: Print all errorsIan Rogers3-48/+60
2024-02-02perf parse-events: Improve error location of terms cloned from an eventIan Rogers1-4/+5
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