summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
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
2024-03-21perf pmu: Drop "default_core" from alias namesIan Rogers
2024-03-21perf list: Add tracepoint encoding to detailed outputIan Rogers
2024-03-21perf annotate-data: Do not retry for invalid typesNamhyung Kim
2024-03-21perf annotate-data: Add a cache for global variable typesNamhyung Kim
2024-03-21perf annotate-data: Add stack canary typeNamhyung Kim
2024-03-21perf annotate-data: Handle ADD instructionsNamhyung Kim
2024-03-21perf annotate-data: Support general per-cpu accessNamhyung Kim
2024-03-21perf annotate-data: Track instructions with a this-cpu variableNamhyung Kim
2024-03-21perf annotate-data: Handle this-cpu variables in kernelNamhyung Kim
2024-03-21perf annotate: Parse x86 segment register locationNamhyung Kim
2024-03-21perf annotate-data: Check register state for typeNamhyung Kim
2024-03-21perf annotate-data: Implement instruction trackingNamhyung Kim
2024-03-21perf annotate-data: Handle call instructionsNamhyung Kim
2024-03-21perf annotate-data: Handle global variable accessNamhyung Kim
2024-03-21perf annotate-data: Add get_global_var_type()Namhyung Kim
2024-03-21perf annotate-data: Add update_insn_state()Namhyung Kim
2024-03-21perf annotate-data: Maintain variable type infoNamhyung Kim
2024-03-21perf annotate-data: Add debug messagesNamhyung Kim
2024-03-21perf annotate: Add annotate_get_basic_blocks()Namhyung Kim
2024-03-21perf annotate-data: Introduce 'struct data_loc_info'Namhyung Kim
2024-03-21perf map: Add map__objdump_2rip()Namhyung Kim
2024-03-21perf dwarf-aux: Add die_find_func_rettype()Namhyung Kim