summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.c
AgeCommit message (Expand)AuthorLines
2025-04-10perf ui browser annotate: Don't show the source code view status initiallyArnaldo Carvalho de Melo-0/+1
2025-03-13perf annotate: Implement code + data type annotationNamhyung Kim-14/+59
2025-03-13perf annotate: Factor out __hist_entry__get_data_type()Namhyung Kim-75/+95
2025-03-13perf annotate: Pass hist_entry to annotate functionsNamhyung Kim-4/+7
2025-03-13perf annotate: Pass annotation_options to annotation_line__print()Namhyung Kim-8/+14
2025-03-13perf annotate: Remove unused len parameter from annotation_line__print()Namhyung Kim-6/+3
2025-01-27perf annotate: Use an array for the disassembler preferenceIan Rogers-5/+71
2025-01-18perf annotate: Prefer passing evsel to evsel->core.idxIan Rogers-17/+15
2024-11-13perf disasm: Allow configuring what disassemblers to useArnaldo Carvalho de Melo-0/+6
2024-11-09perf dwarf-regs: Pass accurate disassembly machine to get_dwarf_regnumIan Rogers-3/+3
2024-09-11perf env: Find correct branch counter info on hybridKan Liang-2/+3
2024-09-10perf annotate: Treat 'call' instruction as stack operationNamhyung Kim-0/+1
2024-08-14perf annotate: Display the branch counter histogramKan Liang-3/+37
2024-08-14perf report: Display the branch counter histogramKan Liang-0/+145
2024-08-14perf annotate: Save branch counters for each blockKan Liang-12/+56
2024-08-08perf annotate: Cache debuginfo for data type profilingNamhyung Kim-0/+37
2024-08-05perf annotate: Add --skip-empty optionNamhyung Kim-5/+17
2024-08-05perf annotate: Use annotation__pcnt_width() consistentlyNamhyung Kim-9/+5
2024-08-05perf annotate: Set notes->src->nr_events earlyNamhyung Kim-6/+6
2024-08-05perf annotate: Use al->data_nr if possibleNamhyung Kim-4/+3
2024-07-31perf annotate: Set instruction name to be used with insn-stat when using raw ...Athira Rajeev-1/+1
2024-07-31perf annotate: Update parameters for reg extract functions to use raw instruc...Athira Rajeev-3/+16
2024-05-11perf annotate: Fix segfault on sample histogramNamhyung Kim-4/+5
2024-05-07perf annotate: Fix memory leak in annotated_sourceIan Rogers-0/+6
2024-05-07perf annotate: Fix a comment about multi_regs in extract_reg_offset functionAthira Rajeev-1/+1
2024-05-07perf annotate: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo-2/+2
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers-9/+8
2024-04-26perf annotate-data: Check if 'struct annotation_source' was allocated on 'per...Namhyung Kim-1/+1
2024-04-22Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo-0/+3
2024-04-12perf report: Do not collect sample histogram unnecessarilyNamhyung Kim-0/+7
2024-04-12perf annotate-data: Skip sample histogram for stack canaryNamhyung Kim-2/+3
2024-04-12perf annotate: Get rid of symbol__ensure_annotate()Namhyung Kim-12/+2
2024-04-12perf annotate-data: Do not delete non-asm linesNamhyung Kim-25/+68
2024-04-11perf annotate: Make sure to call symbol__annotate2() in TUINamhyung Kim-0/+3
2024-04-08perf annotate: Move 'start' field struct to 'struct annotated_source'Namhyung Kim-5/+5
2024-04-08perf annotate: Move nr_events struct to 'struct annotated_source'Namhyung Kim-3/+3
2024-04-08perf annotate: Move 'max_jump_sources' struct to 'struct annotated_source'Namhyung Kim-3/+3
2024-04-08perf annotate: Move 'widths' struct to 'struct annotated_source'Namhyung Kim-19/+22
2024-04-08perf annotate: Get rid of offsets arrayNamhyung Kim-23/+6
2024-04-08perf annotate: Check annotation lines more efficientlyNamhyung Kim-21/+35
2024-04-08perf annotate: Introduce annotated_source__get_line()Namhyung Kim-5/+21
2024-04-08perf annotate: Staticize some local functionsNamhyung Kim-3/+5
2024-04-08perf annotate: Fix annotation_calc_lines() to pass correct address to get_src...Namhyung Kim-4/+6
2024-04-03perf annotate: Initialize 'arch' variable not to trip some -Werror=maybe-unin...Arnaldo Carvalho de Melo-1/+3
2024-04-03perf annotate: Split out util/disasm.cNamhyung Kim-1600/+2
2024-04-03perf annotate: Add and use ins__is_nop()Namhyung Kim-1/+6
2024-04-03perf annotate: Use ins__is_xxx() if possibleNamhyung Kim-4/+4
2024-03-21perf annotate-data: Add stack canary typeNamhyung Kim-0/+25
2024-03-21perf annotate-data: Handle this-cpu variables in kernelNamhyung Kim-0/+7
2024-03-21perf annotate: Parse x86 segment register locationNamhyung Kim-4/+32