index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
annotate.h
Age
Commit message (
Expand
)
Author
2024-11-13
perf disasm: Allow configuring what disassemblers to use
Arnaldo Carvalho de Melo
2024-08-14
perf annotate: Display the branch counter histogram
Kan Liang
2024-08-14
perf report: Display the branch counter histogram
Kan Liang
2024-08-14
perf annotate: Save branch counters for each block
Kan Liang
2024-08-08
perf annotate: Cache debuginfo for data type profiling
Namhyung Kim
2024-08-05
perf annotate: Use annotation__pcnt_width() consistently
Namhyung Kim
2024-07-31
perf annotate: Add disasm_line__parse() to parse raw instruction for powerpc
Athira Rajeev
2024-04-08
perf annotate: Move 'start' field struct to 'struct annotated_source'
Namhyung Kim
2024-04-08
perf annotate: Move nr_events struct to 'struct annotated_source'
Namhyung Kim
2024-04-08
perf annotate: Move 'max_jump_sources' struct to 'struct annotated_source'
Namhyung Kim
2024-04-08
perf annotate: Move 'widths' struct to 'struct annotated_source'
Namhyung Kim
2024-04-08
perf annotate: Get rid of offsets array
Namhyung Kim
2024-04-08
perf annotate: Introduce annotated_source__get_line()
Namhyung Kim
2024-04-08
perf annotate: Staticize some local functions
Namhyung Kim
2024-04-03
perf annotate: Split out util/disasm.c
Namhyung Kim
2024-04-03
perf annotate: Add and use ins__is_nop()
Namhyung Kim
2024-03-21
perf annotate: Parse x86 segment register location
Namhyung Kim
2024-03-21
perf annotate: Add annotate_get_basic_blocks()
Namhyung Kim
2024-03-06
perf annotate: Add comments in the data structures
Namhyung Kim
2024-03-06
perf annotate: Remove sym_hist.addr[] array
Namhyung Kim
2024-03-06
perf annotate: Calculate instruction overhead using hashmap
Namhyung Kim
2024-03-06
perf annotate: Add a hashmap for symbol histogram
Namhyung Kim
2024-01-22
perf annotate-data: Support global variables
Namhyung Kim
2024-01-22
perf annotate-data: Handle array style accesses
Namhyung Kim
2023-12-23
perf annotate: Add --insn-stat option for debugging
Namhyung Kim
2023-12-23
perf annotate: Implement hist_entry__get_data_type()
Namhyung Kim
2023-12-23
perf annotate: Add annotate_get_insn_location()
Namhyung Kim
2023-12-23
perf annotate: Factor out evsel__get_arch()
Namhyung Kim
2023-12-07
perf annotate: Get rid of local annotation options
Namhyung Kim
2023-12-07
perf annotate: Remove remaining usages of local annotation options
Namhyung Kim
2023-12-07
perf annotate: Ensure init/exit for global options
Namhyung Kim
2023-12-07
perf ui/browser/annotate: Use global annotation_options
Namhyung Kim
2023-12-07
perf annotate: Use global annotation_options
Namhyung Kim
2023-12-07
perf annotate: Introduce global annotation_options
Namhyung Kim
2023-11-27
perf annotate: Check if operand has multiple regs
Namhyung Kim
2023-11-10
perf annotate: Move raw_comment and raw_func_start fields out of 'struct ins_...
Namhyung Kim
2023-11-09
perf annotate: Move offsets array from 'struct annotation' to 'struct annotat...
Namhyung Kim
2023-11-09
perf annotate: Move some source code related fields from 'struct annotation' ...
Namhyung Kim
2023-11-09
perf annotate: Move max_coverage from 'struct annotation' to 'struct annotate...
Namhyung Kim
2023-11-09
perf annotate: Split branch stack cycles info from 'struct annotation'
Namhyung Kim
2023-11-09
perf annotate: Split branch stack cycles information out of 'struct annotatio...
Namhyung Kim
2023-06-20
perf annotation: Switch lock from a mutex to a sharded_mutex
Ian Rogers
2023-04-04
perf annotate: Own objdump_path and disassembler_style strings
Ian Rogers
2023-04-04
perf annotate: Add init/exit to annotation_options remove default
Ian Rogers
2022-10-04
perf annotate: Toggle full address <-> offset display
Namhyung Kim
2022-10-04
perf annotate: Update use of pthread mutex
Ian Rogers
2021-11-13
perf symbols: Factor out annotation init/exit
Ian Rogers
2021-03-06
perf annotate: Show full source location with 'l' hotkey
Martin Liska
2021-02-11
perf annotate: Fix jump parsing for C++ code.
Martin Liška
2020-05-28
perf tools: Replace zero-length array with flexible-array
Gustavo A. R. Silva
[next]