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
/
arch
/
x86
/
util
/
event.c
Age
Commit message (
Expand
)
Author
2024-08-12
perf tool: Constify tool pointers
Ian Rogers
2023-12-18
perf events x86: Use function to add missing lock
Ian Rogers
2023-04-06
perf map: Add accessors for ->pgoff and ->reloc
Ian Rogers
2023-04-04
perf map: Add accessor for start and end
Ian Rogers
2023-04-04
perf maps: Remove rb_node from struct map
Ian Rogers
2023-02-06
perf event x86: Add retire_lat when synthesizing PERF_SAMPLE_WEIGHT_STRUCT
Kan Liang
2023-02-03
perf report: Support Retire Latency
Kan Liang
2022-10-31
perf tools: Move 'struct perf_sample' to a separate header file to disentangl...
Arnaldo Carvalho de Melo
2022-10-27
perf arch x86: Add missing stdlib.h to get free() prototype
Arnaldo Carvalho de Melo
2022-02-14
perf maps: Use a pointer for kmaps
Ian Rogers
2021-02-18
perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processing
Kan Liang
2020-03-06
tools: Fix off-by 1 relative directory includes
Ian Rogers
2019-11-26
perf maps: Merge 'struct maps' with 'struct map_groups'
Arnaldo Carvalho de Melo
2019-11-06
perf maps: Add for_each_entry()/_safe() iterators
Arnaldo Carvalho de Melo
2019-09-20
perf tools: Move event synthesizing routines to separate header
Arnaldo Carvalho de Melo
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2018-05-23
perf machine: Synthesize and process mmap events for x86 PTI entry trampolines
Adrian Hunter