summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-annotate.c
AgeCommit message (Expand)AuthorLines
2025-08-28perf annotate: Add --code-with-type support for TUINamhyung Kim-5/+0
2025-07-25perf sort: Use perf_env to set arch sort keys and headerIan Rogers-1/+1
2025-07-25perf session: Add accessor for session->header.envIan Rogers-2/+2
2025-03-13perf annotate: Add --code-with-type option.Namhyung Kim-0/+9
2025-03-13perf annotate: Pass hist_entry to annotate functionsNamhyung Kim-5/+5
2024-12-09perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUSIan Rogers-0/+1
2024-10-18perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORTIan Rogers-1/+1
2024-10-18perf libdw: Remove unnecessary definesIan Rogers-1/+1
2024-08-14perf annotate: Display the branch counter histogramKan Liang-3/+7
2024-08-14perf annotate: Save branch counters for each blockKan Liang-1/+2
2024-08-12perf annotate: Use perf_tool__init()Ian Rogers-22/+20
2024-08-12perf tool: Constify tool pointersIan Rogers-1/+1
2024-08-09perf annotate: Fix --group behavior when leader has no samplesNamhyung Kim-2/+12
2024-08-05perf annotate: Add --skip-empty optionNamhyung Kim-0/+2
2024-07-31perf annotate: Set instruction name to be used with insn-stat when using raw ...Athira Rajeev-2/+2
2024-06-15perf hist: Add symbol_conf.skip_emptyNamhyung Kim-2/+2
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers-3/+3
2024-04-26perf annotate: Fix data type profiling on stdioNamhyung Kim-1/+1
2024-04-12perf annotate-data: Add hist_entry__annotate_data_tui()Namhyung Kim-4/+26
2024-04-12perf annotate-data: Add hist_entry__annotate_data_tty()Namhyung Kim-105/+1
2024-04-12perf annotate: Show progress of sample processingNamhyung Kim-2/+13
2024-04-03perf annotate: Honor output options with --data-typeNamhyung Kim-6/+38
2024-04-03perf annotate: Get rid of duplicate --group option itemNamhyung Kim-2/+0
2024-03-21perf annotate-data: Implement instruction trackingNamhyung Kim-0/+1
2023-12-23perf annotate: Add --insn-stat option for debuggingNamhyung Kim-0/+41
2023-12-23perf annotate: Add --type-stat option for debuggingNamhyung Kim-1/+43
2023-12-23perf annotate: Support event group displayNamhyung Kim-12/+77
2023-12-23perf annotate: Add --data-type optionNamhyung Kim-1/+96
2023-12-07perf annotate: Ensure init/exit for global optionsNamhyung Kim-4/+4
2023-12-07perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim-1/+1
2023-12-07perf annotate: Use global annotation_optionsNamhyung Kim-4/+3
2023-12-07perf annotate: Introduce global annotation_optionsNamhyung Kim-22/+21
2023-11-09perf annotate: Move max_coverage from 'struct annotation' to 'struct annotate...Namhyung Kim-2/+5
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers-9/+19
2023-05-15perf annotate browser: Add '<' and '>' keys for navigationNamhyung Kim-1/+3
2023-04-10perf util: Move input_name to utilIan Rogers-1/+1
2023-04-04perf map: Add accessor for dsoIan Rogers-5/+6
2023-04-04perf symbol: Add command line support for addr2line pathIan Rogers-1/+8
2023-04-04perf annotate: Own objdump_path and disassembler_style stringsIan Rogers-2/+14
2023-04-04perf annotate: Add init/exit to annotation_options remove defaultIan Rogers-2/+4
2023-04-04perf annotate: Delete session for debug buildsIan Rogers-10/+6
2023-03-15perf hist: Add 'kvm_info' field in histograms entryLeo Yan-1/+1
2022-12-14perf build: Use libtraceevent from the systemIan Rogers-0/+2
2022-10-27perf tools: Make quiet mode consistent between toolsJames Clark-1/+1
2022-07-20perf gtk: Only support --gtk if compiled inIan Rogers-0/+8
2022-05-10perf annotate: Add --percent-limit optionNamhyung Kim-0/+24
2022-02-16perf annotate: Remove redundant 'ret' variabletangmeng-3/+1
2022-02-15perf tui: Only support --tui with slangIan Rogers-1/+9
2021-11-07perf tools: Check vmlinux/kallsyms arguments in all toolsJames Clark-0/+4
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim-1/+1