index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
annotate.c
Age
Commit message (
Expand
)
Author
2024-05-11
perf annotate: Fix segfault on sample histogram
Namhyung Kim
2024-05-07
perf annotate: Fix memory leak in annotated_source
Ian Rogers
2024-05-07
perf annotate: Fix a comment about multi_regs in extract_reg_offset function
Athira Rajeev
2024-05-07
perf annotate: Use zfree() to avoid possibly accessing dangling pointers
Arnaldo Carvalho de Melo
2024-05-06
perf dso: Add reference count checking and accessor functions
Ian Rogers
2024-04-26
perf annotate-data: Check if 'struct annotation_source' was allocated on 'per...
Namhyung Kim
2024-04-22
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
2024-04-12
perf report: Do not collect sample histogram unnecessarily
Namhyung Kim
2024-04-12
perf annotate-data: Skip sample histogram for stack canary
Namhyung Kim
2024-04-12
perf annotate: Get rid of symbol__ensure_annotate()
Namhyung Kim
2024-04-12
perf annotate-data: Do not delete non-asm lines
Namhyung Kim
2024-04-11
perf annotate: Make sure to call symbol__annotate2() in TUI
Namhyung Kim
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: Check annotation lines more efficiently
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-08
perf annotate: Fix annotation_calc_lines() to pass correct address to get_src...
Namhyung Kim
2024-04-03
perf annotate: Initialize 'arch' variable not to trip some -Werror=maybe-unin...
Arnaldo Carvalho de Melo
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-04-03
perf annotate: Use ins__is_xxx() if possible
Namhyung Kim
2024-03-21
perf annotate-data: Add stack canary type
Namhyung Kim
2024-03-21
perf annotate-data: Handle this-cpu variables in kernel
Namhyung Kim
2024-03-21
perf annotate: Parse x86 segment register location
Namhyung Kim
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
[next]