summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2024-04-16perf annotate-data: Handle RSP if it's not the FB registerNamhyung Kim
2024-04-16perf dwarf-aux: Check variable address range properlyNamhyung Kim
2024-04-16perf dwarf-aux: Check pointer offset when checking variablesNamhyung Kim
2024-04-16perf annotate-data: Improve debug message with location infoNamhyung Kim
2024-04-12perf bench uprobe: Add uretprobe variant of uprobe benchmarksIan Rogers
2024-04-12perf util: Add shellcheck to generate-cmdlist.shIan Rogers
2024-04-12perf dsos: Switch more loops to dsos__for_each_dso()Ian Rogers
2024-04-12perf dso: Move dso functions out of dsos.cIan Rogers
2024-04-12perf dsos: Introduce dsos__for_each_dso()Ian Rogers
2024-04-12perf dsos: Tidy reference counting and lockingIan Rogers
2024-04-12perf dsos: Attempt to better abstract DSOs internalsIan Rogers
2024-04-12perf annotate: Skip DSOs not foundNamhyung Kim
2024-04-12perf report: Do not collect sample histogram unnecessarilyNamhyung Kim
2024-04-12perf annotate-data: Add hist_entry__annotate_data_tui()Namhyung Kim
2024-04-12perf annotate-data: Add hist_entry__annotate_data_tty()Namhyung Kim
2024-04-12perf annotate-data: Skip sample histogram for stack canaryNamhyung Kim
2024-04-12perf map: Remove kernel map before updating start and end addressesJames Clark
2024-04-12perf metrics: Remove the "No_group" metric groupIan Rogers
2024-04-12perf annotate: Get rid of symbol__ensure_annotate()Namhyung Kim
2024-04-12perf annotate-data: Do not delete non-asm linesNamhyung Kim
2024-04-12perf annotate-data: Fix global variable lookupNamhyung Kim
2024-04-11perf lock contention: Add a missing NULL checkNamhyung Kim
2024-04-11perf annotate: Make sure to call symbol__annotate2() in TUINamhyung Kim
2024-04-08perf annotate: Move 'start' field struct to 'struct annotated_source'Namhyung Kim
2024-04-08perf annotate: Move nr_events struct to 'struct annotated_source'Namhyung Kim
2024-04-08perf annotate: Move 'max_jump_sources' struct to 'struct annotated_source'Namhyung Kim
2024-04-08perf annotate: Move 'widths' struct to 'struct annotated_source'Namhyung Kim
2024-04-08perf annotate: Get rid of offsets arrayNamhyung Kim
2024-04-08perf annotate: Check annotation lines more efficientlyNamhyung Kim
2024-04-08perf annotate: Introduce annotated_source__get_line()Namhyung Kim
2024-04-08perf annotate: Staticize some local functionsNamhyung Kim
2024-04-08perf annotate: Fix annotation_calc_lines() to pass correct address to get_src...Namhyung Kim
2024-04-08perf script: Consolidate capstone print functionsAdrian Hunter
2024-04-05perf script: Add capstone support for '-F +brstackdisasm'Andi Kleen
2024-04-05perf script: Support 32bit code under 64bit OS with capstoneAndi Kleen
2024-04-03perf annotate: Initialize 'arch' variable not to trip some -Werror=maybe-unin...Arnaldo Carvalho de Melo
2024-04-03perf annotate: Add symbol name when using capstoneNamhyung Kim
2024-04-03perf annotate: Use libcapstone to disassembleNamhyung Kim
2024-04-03perf annotate: Split out util/disasm.cNamhyung Kim
2024-04-03perf annotate: Add and use ins__is_nop()Namhyung Kim
2024-04-03perf annotate: Use ins__is_xxx() if possibleNamhyung Kim
2024-04-01bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin
2024-03-21perf dso: Reorder members to save space in 'struct dso'Ian Rogers
2024-03-21perf lock contention: Trim backtrace by skipping traceiter functionsAnne Macedo
2024-03-21perf probe: Add missing libgen.h header needed for using basename()Arnaldo Carvalho de Melo
2024-03-21perf help: Lower levenshtein penality for deleting characterIan Rogers
2024-03-21perf tools: Suggest inbuilt commands for unknown commandIan Rogers
2024-03-21perf tools: Add/use PMU reverse lookup from config to nameIan Rogers
2024-03-21perf tools: Use pmus to describe type from attributeIan Rogers
2024-03-21perf list: Give more details about raw event encodingsIan Rogers