index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
annotate.c
Age
Commit message (
Expand
)
Author
2024-03-21
perf annotate-data: Add get_global_var_type()
Namhyung Kim
2024-03-21
perf annotate-data: Add update_insn_state()
Namhyung Kim
2024-03-21
perf annotate: Add annotate_get_basic_blocks()
Namhyung Kim
2024-03-21
perf annotate-data: Introduce 'struct data_loc_info'
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: Add stack operation pseudo type
Namhyung Kim
2024-01-22
perf annotate-data: Handle array style accesses
Namhyung Kim
2024-01-22
perf annotate-data: Handle macro fusion on x86
Namhyung Kim
2024-01-22
perf annotate-data: Parse 'lock' prefix from llvm-objdump
Namhyung Kim
2023-12-23
perf annotate: Add --insn-stat option for debugging
Namhyung Kim
2023-12-23
perf annotate: Add --type-stat option for debugging
Namhyung Kim
2023-12-23
perf annotate: Add --data-type option
Namhyung Kim
2023-12-23
perf report: Add 'typeoff' sort key
Namhyung Kim
2023-12-23
perf annotate-data: Update sample histogram for type
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 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-10
perf annotate: Pass "-l" option to objdump conditionally
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-08-03
perf annotate bpf: Don't enclose non-debug code with an assert()
Arnaldo Carvalho de Melo
2023-06-20
perf annotate: Fix instruction association and parsing for LoongArch
WANG Rui
2023-06-20
perf annotation: Switch lock from a mutex to a sharded_mutex
Ian Rogers
2023-06-16
perf annotate: Work with vmlinux outside symfs
Vincent Whitchurch
2023-06-12
perf annotate: Allow whitespace between insn operands
Namhyung Kim
2023-06-12
perf srcline: Change free_srcline to zfree_srcline
Ian Rogers
2023-06-12
perf annotate: Fix parse_objdump_line memory leak
Ian Rogers
2023-06-09
perf annotate: Handle x86 instruction suffix generally
Namhyung Kim
2023-05-15
perf annotate: Parse x86 SIB addressing properly
Namhyung Kim
2023-05-07
Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-05-01
tools/perf: Add basic support for LoongArch
Huacai Chen
2023-04-17
perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...
Arnaldo Carvalho de Melo
2023-04-12
perf annotate: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-06
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
2023-04-04
perf map: Add accessor for start and end
Ian Rogers
2023-04-04
perf map: Add accessor for dso
Ian Rogers
2023-04-04
perf symbol: Add command line support for addr2line path
Ian Rogers
[prev]
[next]