index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
annotate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-10
perf annotate: Fix hashmap__new() error checking
Chen Ni
1
-1
/
+4
2026-02-06
perf annotate: Fix register usage in data type profiling
Namhyung Kim
1
-31
/
+30
2026-01-26
perf thread: Add optional e_flags output argument to thread__e_machine
Ian Rogers
1
-2
/
+3
2026-01-23
perf disasm: Refactor arch__find and initialization of arch structs
Ian Rogers
1
-24
/
+22
2026-01-23
perf disasm: Rework the string arch__is to use the ELF machine
Ian Rogers
1
-8
/
+8
2026-01-23
perf disasm: Constify use of 'struct arch'
Ian Rogers
1
-14
/
+14
2026-01-23
perf annotate: Fix args leak of map_symbol
Ian Rogers
1
-1
/
+1
2025-10-21
perf annotate: Skip annotating data types to lea instructions
Zecheng Li
1
-0
/
+20
2025-10-21
perf annotate: Check return value of evsel__get_arch() properly
Tianyou Li
1
-1
/
+1
2025-10-21
perf annotate: fix a crash when annotate the same symbol with 's' and 'T'
Tianyou Li
1
-1
/
+1
2025-10-06
perf disasm: Remove unused evsel from 'struct annotate_args'
Ian Rogers
1
-1
/
+0
2025-09-02
perf annotate: Use a hashmap to save type data
Namhyung Kim
1
-2
/
+27
2025-08-28
perf annotate: Add dso__debuginfo() helper
Namhyung Kim
1
-3
/
+3
2025-08-28
perf annotate: Hide data-type for stack operation and canary
Namhyung Kim
1
-2
/
+13
2025-08-28
perf annotate: Add --code-with-type support for TUI
Namhyung Kim
1
-3
/
+44
2025-08-28
perf annotate: Return printed number from disasm_line__write()
Namhyung Kim
1
-3
/
+3
2025-08-28
perf annotate: Simplify width calculation in annotation_line__write()
Namhyung Kim
1
-3
/
+9
2025-08-28
perf annotate: Pass annotation_print_data to annotation_line__write()
Namhyung Kim
1
-14
/
+19
2025-08-28
perf annotate: Remove __annotation_line__write()
Namhyung Kim
1
-27
/
+19
2025-08-28
perf annotate: Remove annotation_print_data.start
Namhyung Kim
1
-4
/
+2
2025-06-26
perf annotate: Fix source code annotate with objdump
Namhyung Kim
1
-0
/
+2
2025-04-10
perf ui browser annotate: Don't show the source code view status initially
Arnaldo Carvalho de Melo
1
-0
/
+1
2025-03-13
perf annotate: Implement code + data type annotation
Namhyung Kim
1
-14
/
+59
2025-03-13
perf annotate: Factor out __hist_entry__get_data_type()
Namhyung Kim
1
-75
/
+95
2025-03-13
perf annotate: Pass hist_entry to annotate functions
Namhyung Kim
1
-4
/
+7
2025-03-13
perf annotate: Pass annotation_options to annotation_line__print()
Namhyung Kim
1
-8
/
+14
2025-03-13
perf annotate: Remove unused len parameter from annotation_line__print()
Namhyung Kim
1
-6
/
+3
2025-01-27
perf annotate: Use an array for the disassembler preference
Ian Rogers
1
-5
/
+71
2025-01-18
perf annotate: Prefer passing evsel to evsel->core.idx
Ian Rogers
1
-17
/
+15
2024-11-13
perf disasm: Allow configuring what disassemblers to use
Arnaldo Carvalho de Melo
1
-0
/
+6
2024-11-09
perf dwarf-regs: Pass accurate disassembly machine to get_dwarf_regnum
Ian Rogers
1
-3
/
+3
2024-09-11
perf env: Find correct branch counter info on hybrid
Kan Liang
1
-2
/
+3
2024-09-10
perf annotate: Treat 'call' instruction as stack operation
Namhyung Kim
1
-0
/
+1
2024-08-14
perf annotate: Display the branch counter histogram
Kan Liang
1
-3
/
+37
2024-08-14
perf report: Display the branch counter histogram
Kan Liang
1
-0
/
+145
2024-08-14
perf annotate: Save branch counters for each block
Kan Liang
1
-12
/
+56
2024-08-08
perf annotate: Cache debuginfo for data type profiling
Namhyung Kim
1
-0
/
+37
2024-08-05
perf annotate: Add --skip-empty option
Namhyung Kim
1
-5
/
+17
2024-08-05
perf annotate: Use annotation__pcnt_width() consistently
Namhyung Kim
1
-9
/
+5
2024-08-05
perf annotate: Set notes->src->nr_events early
Namhyung Kim
1
-6
/
+6
2024-08-05
perf annotate: Use al->data_nr if possible
Namhyung Kim
1
-4
/
+3
2024-07-31
perf annotate: Set instruction name to be used with insn-stat when using raw ...
Athira Rajeev
1
-1
/
+1
2024-07-31
perf annotate: Update parameters for reg extract functions to use raw instruc...
Athira Rajeev
1
-3
/
+16
2024-05-11
perf annotate: Fix segfault on sample histogram
Namhyung Kim
1
-4
/
+5
2024-05-07
perf annotate: Fix memory leak in annotated_source
Ian Rogers
1
-0
/
+6
2024-05-07
perf annotate: Fix a comment about multi_regs in extract_reg_offset function
Athira Rajeev
1
-1
/
+1
2024-05-07
perf annotate: Use zfree() to avoid possibly accessing dangling pointers
Arnaldo Carvalho de Melo
1
-2
/
+2
2024-05-06
perf dso: Add reference count checking and accessor functions
Ian Rogers
1
-9
/
+8
2024-04-26
perf annotate-data: Check if 'struct annotation_source' was allocated on 'per...
Namhyung Kim
1
-1
/
+1
2024-04-22
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
1
-0
/
+3
[next]