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.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-data.c
Age
Commit message (
Expand
)
Author
2024-09-10
perf annotate-data: Add pr_debug_scope()
Namhyung Kim
2024-08-22
perf annotate-data: Copy back variable types after move
Namhyung Kim
2024-08-22
perf annotate-data: Update stack slot for the store
Namhyung Kim
2024-08-22
perf annotate-data: Update debug messages
Namhyung Kim
2024-08-21
perf annotate-data: Show offset and size in hex
Namhyung Kim
2024-08-21
perf annotate-data: Fix percpu pointer check
Namhyung Kim
2024-08-21
perf annotate-data: Prefer struct/union over base type
Namhyung Kim
2024-08-20
perf annotate-data: Set bitfield member offset and size properly
Namhyung Kim
2024-08-19
perf annotate-data: Update type stat at the end of find_data_type_die()
Namhyung Kim
2024-08-19
perf annotate-data: Check variables in every scope
Namhyung Kim
2024-08-19
perf annotate-data: Add is_better_type() helper
Namhyung Kim
2024-08-19
perf annotate-data: Add is_pointer_type() helper
Namhyung Kim
2024-08-19
perf annotate-data: Change return type of find_data_type_block()
Namhyung Kim
2024-08-19
perf annotate-data: Add variable_state_str()
Namhyung Kim
2024-08-19
perf annotate-data: Add 'enum type_match_result'
Namhyung Kim
2024-08-19
perf annotate-data: Fix off-by-one in location range check
Namhyung Kim
2024-08-09
perf annotate-data: Support --skip-empty option
Namhyung Kim
2024-08-08
perf annotate-data: Show typedef names properly
Namhyung Kim
2024-08-08
perf annotate: Cache debuginfo for data type profiling
Namhyung Kim
2024-07-31
perf annotate: Update instruction tracking for powerpc
Athira Rajeev
2024-07-31
perf annotate: Add "update_insn_state" callback function to handle arch speci...
Athira Rajeev
2024-07-31
perf annotate: Move the data structures related to register type to header file
Athira Rajeev
2024-05-11
perf annotate-data: Ensure the number of type histograms
Namhyung Kim
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-05-02
perf annotate-data: Check kind of stack variables
Namhyung Kim
2024-05-02
perf annotate-data: Handle multi regs in find_data_type_block()
Namhyung Kim
2024-05-02
perf annotate-data: Check memory access with two registers
Namhyung Kim
2024-05-02
perf annotate-data: Handle direct global variable access
Namhyung Kim
2024-05-02
perf annotate-data: Collect global variables in advance
Namhyung Kim
2024-04-16
perf annotate-data: Handle RSP if it's not the FB register
Namhyung Kim
2024-04-16
perf annotate-data: Improve debug message with location info
Namhyung Kim
2024-04-12
perf annotate-data: Add hist_entry__annotate_data_tui()
Namhyung Kim
2024-04-12
perf annotate-data: Add hist_entry__annotate_data_tty()
Namhyung Kim
2024-04-12
perf annotate-data: Do not delete non-asm lines
Namhyung Kim
2024-04-12
perf annotate-data: Fix global variable lookup
Namhyung Kim
2024-03-21
perf annotate-data: Do not retry for invalid types
Namhyung Kim
2024-03-21
perf annotate-data: Add a cache for global variable types
Namhyung Kim
2024-03-21
perf annotate-data: Add stack canary type
Namhyung Kim
2024-03-21
perf annotate-data: Handle ADD instructions
Namhyung Kim
2024-03-21
perf annotate-data: Support general per-cpu access
Namhyung Kim
2024-03-21
perf annotate-data: Track instructions with a this-cpu variable
Namhyung Kim
2024-03-21
perf annotate-data: Handle this-cpu variables in kernel
Namhyung Kim
2024-03-21
perf annotate-data: Check register state for type
Namhyung Kim
2024-03-21
perf annotate-data: Implement instruction tracking
Namhyung Kim
2024-03-21
perf annotate-data: Handle call instructions
Namhyung Kim
2024-03-21
perf annotate-data: Handle global variable access
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-data: Maintain variable type info
Namhyung Kim
[next]