index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
event.c
Age
Commit message (
Expand
)
Author
2024-02-12
perf maps: Get map before returning in maps__find
Ian Rogers
2023-11-09
perf record: Lazy load kernel symbols
Ian Rogers
2023-07-28
perf symbols: Add kallsyms__get_symbol_start()
Namhyung Kim
2023-06-29
perf tools: Do not remove addr_location.thread in thread__find_map()
Namhyung Kim
2023-06-12
perf map/maps/thread: Changes to reference counting
Ian Rogers
2023-06-12
perf addr_location: Add init/exit/copy functions
Ian Rogers
2023-06-12
perf addr_location: Move to its own header
Ian Rogers
2023-06-12
perf thread: Add accessor functions for thread
Ian Rogers
2023-05-23
perf stat record: Save cache level information
K Prateek Nayak
2023-04-10
perf util: Move perf_guest/host declarations
Ian Rogers
2023-04-06
perf map: Changes to reference counting
Ian Rogers
2023-04-06
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
2023-04-04
perf map: Add accessor for dso
Ian Rogers
2023-04-04
perf maps: Add functions to access maps
Ian Rogers
2022-06-23
perf record: Add finished init event
Adrian Hunter
2022-05-23
perf tools: Add guest_code support
Adrian Hunter
2022-02-14
perf maps: Use a pointer for kmaps
Ian Rogers
2021-10-20
perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID
Adrian Hunter
2021-02-08
perf script: Support filtering by hex address
Jin Yao
2021-02-03
perf tools: Fix DSO filtering when not finding a map for a sampled address
Arnaldo Carvalho de Melo
2020-12-28
perf tools: Add support to display build ids when available in PERF_RECORD_MM...
Jiri Olsa
2020-09-17
perf script: Display negative tid in non-sample events
Adrian Hunter
2020-07-10
perf script: Show text poke address symbol
Adrian Hunter
2020-07-10
perf tools: Add support for PERF_RECORD_TEXT_POKE
Adrian Hunter
2020-04-22
perf script: Avoid NULL dereference on symbol
Ian Rogers
2020-04-03
perf script: Allow --symbol to accept hexadecimal addresses
Stephane Eranian
2020-04-03
perf tools: Basic support for CGROUP event
Namhyung Kim
2019-11-26
perf maps: Rename 'mg' variables to 'maps'
Arnaldo Carvalho de Melo
2019-11-26
perf addr_location: Rename al->mg to al->maps
Arnaldo Carvalho de Melo
2019-11-26
perf thread: Rename thread->mg to thread->maps
Arnaldo Carvalho de Melo
2019-11-26
perf maps: Merge 'struct maps' with 'struct map_groups'
Arnaldo Carvalho de Melo
2019-11-12
perf tools: Add map_groups to 'struct addr_location'
Arnaldo Carvalho de Melo
2019-09-20
perf tools: Move event synthesizing routines to separate .c file
Arnaldo Carvalho de Melo
2019-09-20
perf tools: Move event synthesizing routines to separate header
Arnaldo Carvalho de Melo
2019-09-20
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
2019-08-31
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
2019-08-29
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
2019-08-29
perf tools: Remove needless perf.h include directive from headers
Arnaldo Carvalho de Melo
2019-08-29
perf time-utils: Adopt rdclock() from perf.h
Arnaldo Carvalho de Melo
2019-08-29
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
2019-08-29
libperf: Add PERF_RECORD_STAT_CONFIG 'struct stat_config_event' to perf/event.h
Jiri Olsa
2019-08-29
libperf: Add PERF_RECORD_AUX 'struct aux_event' to perf/event.h
Jiri Olsa
2019-08-28
perf event: Check ref_reloc_sym before using it
Igor Lubashev
2019-08-26
perf tool: Rename perf_tool::bpf_event to bpf
Arnaldo Carvalho de Melo
2019-08-26
perf tools: Rename perf_event::bpf_event to perf_event::bpf
Arnaldo Carvalho de Melo
2019-08-26
perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbol
Arnaldo Carvalho de Melo
2019-08-26
libperf: Add PERF_RECORD_KSYMBOL 'struct ksymbol_event' to perf/event.h
Jiri Olsa
2019-08-26
libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h
Jiri Olsa
2019-08-26
libperf: Add PERF_RECORD_MMAP2 'struct mmap2_event' to perf/event.h
Jiri Olsa
2019-08-26
libperf: Add PERF_RECORD_MMAP 'struct mmap_event' to perf/event.h
Jiri Olsa
[next]