summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2024-04-27perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer)Adrian Hunter2-0/+4
2024-04-27perf annotate: Update DSO binary type when trying build-idNamhyung Kim1-0/+2
2024-04-27perf annotate: Fallback disassemble to objdump when capstone failsNamhyung Kim1-0/+14
2024-04-27perf annotate-data: Check if 'struct annotation_source' was allocated on 'per...Namhyung Kim1-1/+1
2024-04-27perf parse-events: Tidy the setting of the default event nameIan Rogers4-7/+19
2024-04-27perf parse-events: Minor grouping tidy upIan Rogers2-1/+6
2024-04-27perf parse-event: Constify event_symbol arraysIan Rogers2-4/+4
2024-04-27perf parse-events: Improvements to modifier parsingIan Rogers4-182/+194
2024-04-27perf parse-events: Inline parse_events_evlist_errorIan Rogers3-13/+8
2024-04-27perf parse-events: Improve error message for bad numbersIan Rogers1-16/+24
2024-04-27perf parse-events: Inline parse_events_update_listsIan Rogers3-31/+25
2024-04-27perf parse-events: Prefer sysfs/JSON hardware events over legacyIan Rogers4-68/+103
2024-04-27perf parse-events: Constify parse_events_add_numericIan Rogers2-10/+12
2024-04-27perf parse-events: Handle PE_TERM_HW in name_or_rawIan Rogers1-26/+5
2024-04-27perf parse-events: Legacy cache names on all PMUs and lower priorityIan Rogers2-9/+32
2024-04-27perf pmu: Refactor perf_pmu__match()Ian Rogers3-26/+22
2024-04-27perf parse-events: Avoid copying an empty listIan Rogers1-12/+13
2024-04-27perf parse-events: Directly pass PMU to parse_events_add_pmu()Ian Rogers1-29/+17
2024-04-27perf parse-events: Factor out '<event_or_pmu>/.../' parsingIan Rogers3-73/+80
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+7
2024-04-22Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2-1/+7
2024-04-19perf probe-event: Better error message for a too-long probe nameDima Kogan1-1/+1
2024-04-19perf probe-event: Un-hardcode sizeof(buf)Dima Kogan1-2/+2
2024-04-19perf stat: Add new field in stat_config to enable hardware aware groupingWeilin Wang3-0/+5
2024-04-19perf genelf: Fix compiling with libelf on rv32Chen Pei1-0/+3
2024-04-17perf report: Add weight[123] output fieldsNamhyung Kim3-12/+33
2024-04-17perf hist: Add weight fields to hist entry statsNamhyung Kim2-2/+13
2024-04-17perf hist: Move histogram related code to hist.hNamhyung Kim3-196/+184
2024-04-16perf annotate-data: Handle RSP if it's not the FB registerNamhyung Kim1-8/+19
2024-04-16perf dwarf-aux: Check variable address range properlyNamhyung Kim1-4/+3
2024-04-16perf dwarf-aux: Check pointer offset when checking variablesNamhyung Kim1-7/+21
2024-04-16perf annotate-data: Improve debug message with location infoNamhyung Kim1-17/+82
2024-04-12perf bench uprobe: Add uretprobe variant of uprobe benchmarksIan Rogers1-0/+16
2024-04-12perf util: Add shellcheck to generate-cmdlist.shIan Rogers1-0/+14
2024-04-12perf dsos: Switch more loops to dsos__for_each_dso()Ian Rogers4-102/+174
2024-04-12perf dso: Move dso functions out of dsos.cIan Rogers3-61/+65
2024-04-12perf dsos: Introduce dsos__for_each_dso()Ian Rogers4-55/+85
2024-04-12perf dsos: Tidy reference counting and lockingIan Rogers5-99/+97
2024-04-12perf dsos: Attempt to better abstract DSOs internalsIan Rogers9-84/+95
2024-04-12perf annotate: Skip DSOs not foundNamhyung Kim1-0/+2
2024-04-12perf report: Do not collect sample histogram unnecessarilyNamhyung Kim1-0/+7
2024-04-12perf annotate-data: Add hist_entry__annotate_data_tui()Namhyung Kim2-1/+15
2024-04-12perf annotate-data: Add hist_entry__annotate_data_tty()Namhyung Kim2-0/+121
2024-04-12perf annotate-data: Skip sample histogram for stack canaryNamhyung Kim1-2/+3
2024-04-12perf map: Remove kernel map before updating start and end addressesJames Clark1-1/+1
2024-04-12perf metrics: Remove the "No_group" metric groupIan Rogers1-2/+2
2024-04-12perf annotate: Get rid of symbol__ensure_annotate()Namhyung Kim1-12/+2
2024-04-12perf annotate-data: Do not delete non-asm linesNamhyung Kim2-25/+74
2024-04-12perf annotate-data: Fix global variable lookupNamhyung Kim1-1/+3
2024-04-11perf lock contention: Add a missing NULL checkNamhyung Kim1-1/+4