summaryrefslogtreecommitdiff
path: root/tools/perf/util/annotate.c
AgeCommit message (Expand)Author
9 daysperf disasm: Remove unused evsel from 'struct annotate_args'Ian Rogers
2025-09-02perf annotate: Use a hashmap to save type dataNamhyung Kim
2025-08-28perf annotate: Add dso__debuginfo() helperNamhyung Kim
2025-08-28perf annotate: Hide data-type for stack operation and canaryNamhyung Kim
2025-08-28perf annotate: Add --code-with-type support for TUINamhyung Kim
2025-08-28perf annotate: Return printed number from disasm_line__write()Namhyung Kim
2025-08-28perf annotate: Simplify width calculation in annotation_line__write()Namhyung Kim
2025-08-28perf annotate: Pass annotation_print_data to annotation_line__write()Namhyung Kim
2025-08-28perf annotate: Remove __annotation_line__write()Namhyung Kim
2025-08-28perf annotate: Remove annotation_print_data.startNamhyung Kim
2025-06-26perf annotate: Fix source code annotate with objdumpNamhyung Kim
2025-04-10perf ui browser annotate: Don't show the source code view status initiallyArnaldo Carvalho de Melo
2025-03-13perf annotate: Implement code + data type annotationNamhyung Kim
2025-03-13perf annotate: Factor out __hist_entry__get_data_type()Namhyung Kim
2025-03-13perf annotate: Pass hist_entry to annotate functionsNamhyung Kim
2025-03-13perf annotate: Pass annotation_options to annotation_line__print()Namhyung Kim
2025-03-13perf annotate: Remove unused len parameter from annotation_line__print()Namhyung Kim
2025-01-27perf annotate: Use an array for the disassembler preferenceIan Rogers
2025-01-18perf annotate: Prefer passing evsel to evsel->core.idxIan Rogers
2024-11-13perf disasm: Allow configuring what disassemblers to useArnaldo Carvalho de Melo
2024-11-09perf dwarf-regs: Pass accurate disassembly machine to get_dwarf_regnumIan Rogers
2024-09-11perf env: Find correct branch counter info on hybridKan Liang
2024-09-10perf annotate: Treat 'call' instruction as stack operationNamhyung Kim
2024-08-14perf annotate: Display the branch counter histogramKan Liang
2024-08-14perf report: Display the branch counter histogramKan Liang
2024-08-14perf annotate: Save branch counters for each blockKan Liang
2024-08-08perf annotate: Cache debuginfo for data type profilingNamhyung Kim
2024-08-05perf annotate: Add --skip-empty optionNamhyung Kim
2024-08-05perf annotate: Use annotation__pcnt_width() consistentlyNamhyung Kim
2024-08-05perf annotate: Set notes->src->nr_events earlyNamhyung Kim
2024-08-05perf annotate: Use al->data_nr if possibleNamhyung Kim
2024-07-31perf annotate: Set instruction name to be used with insn-stat when using raw ...Athira Rajeev
2024-07-31perf annotate: Update parameters for reg extract functions to use raw instruc...Athira Rajeev
2024-05-11perf annotate: Fix segfault on sample histogramNamhyung Kim
2024-05-07perf annotate: Fix memory leak in annotated_sourceIan Rogers
2024-05-07perf annotate: Fix a comment about multi_regs in extract_reg_offset functionAthira Rajeev
2024-05-07perf annotate: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers
2024-04-26perf annotate-data: Check if 'struct annotation_source' was allocated on 'per...Namhyung Kim
2024-04-22Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2024-04-12perf report: Do not collect sample histogram unnecessarilyNamhyung Kim
2024-04-12perf annotate-data: Skip sample histogram for stack canaryNamhyung Kim
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-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