index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
event.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-08
perf script: Support filtering by hex address
Jin Yao
1
-0
/
+24
2021-02-03
perf tools: Fix DSO filtering when not finding a map for a sampled address
Arnaldo Carvalho de Melo
1
-0
/
+2
2020-12-28
perf tools: Add support to display build ids when available in PERF_RECORD_MM...
Jiri Olsa
1
-11
/
+30
2020-09-17
perf script: Display negative tid in non-sample events
Adrian Hunter
1
-1
/
+1
2020-07-10
perf script: Show text poke address symbol
Adrian Hunter
1
-5
/
+16
2020-07-10
perf tools: Add support for PERF_RECORD_TEXT_POKE
Adrian Hunter
1
-0
/
+47
2020-04-22
perf script: Avoid NULL dereference on symbol
Ian Rogers
1
-1
/
+1
2020-04-03
perf script: Allow --symbol to accept hexadecimal addresses
Stephane Eranian
1
-4
/
+17
2020-04-03
perf tools: Basic support for CGROUP event
Namhyung Kim
1
-0
/
+18
2019-11-26
perf maps: Rename 'mg' variables to 'maps'
Arnaldo Carvalho de Melo
1
-6
/
+6
2019-11-26
perf addr_location: Rename al->mg to al->maps
Arnaldo Carvalho de Melo
1
-3
/
+3
2019-11-26
perf thread: Rename thread->mg to thread->maps
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-11-26
perf maps: Merge 'struct maps' with 'struct map_groups'
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-11-12
perf tools: Add map_groups to 'struct addr_location'
Arnaldo Carvalho de Melo
1
-3
/
+3
2019-09-20
perf tools: Move event synthesizing routines to separate .c file
Arnaldo Carvalho de Melo
1
-1107
/
+1
2019-09-20
perf tools: Move event synthesizing routines to separate header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-09-20
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-08-31
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-08-29
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-08-29
perf tools: Remove needless perf.h include directive from headers
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-29
perf time-utils: Adopt rdclock() from perf.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-29
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
1
-17
/
+17
2019-08-29
libperf: Add PERF_RECORD_STAT_CONFIG 'struct stat_config_event' to perf/event.h
Jiri Olsa
1
-1
/
+1
2019-08-29
libperf: Add PERF_RECORD_AUX 'struct aux_event' to perf/event.h
Jiri Olsa
1
-1
/
+1
2019-08-28
perf event: Check ref_reloc_sym before using it
Igor Lubashev
1
-3
/
+4
2019-08-26
perf tool: Rename perf_tool::bpf_event to bpf
Arnaldo Carvalho de Melo
1
-7
/
+7
2019-08-26
perf tools: Rename perf_event::bpf_event to perf_event::bpf
Arnaldo Carvalho de Melo
1
-2
/
+1
2019-08-26
perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbol
Arnaldo Carvalho de Melo
1
-3
/
+3
2019-08-26
libperf: Add PERF_RECORD_KSYMBOL 'struct ksymbol_event' to perf/event.h
Jiri Olsa
1
-1
/
+1
2019-08-26
libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h
Jiri Olsa
1
-1
/
+1
2019-08-26
libperf: Add PERF_RECORD_MMAP2 'struct mmap2_event' to perf/event.h
Jiri Olsa
1
-3
/
+3
2019-08-26
libperf: Add PERF_RECORD_MMAP 'struct mmap_event' to perf/event.h
Jiri Olsa
1
-1
/
+1
2019-08-22
libperf: Add perf_thread_map__nr/perf_thread_map__pid functions
Jiri Olsa
1
-4
/
+4
2019-08-22
libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()
Jiri Olsa
1
-1
/
+1
2019-07-29
libperf: Add perf_thread_map__get()/perf_thread_map__put()
Jiri Olsa
1
-2
/
+2
2019-07-29
libperf: Add perf_cpu_map__get()/perf_cpu_map__put()
Jiri Olsa
1
-1
/
+1
2019-07-29
perf tools: Rename struct thread_map to struct perf_thread_map
Jiri Olsa
1
-3
/
+3
2019-07-29
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
1
-9
/
+9
2019-07-09
perf tools: Use zfree() where applicable
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-06-26
perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel
Arnaldo Carvalho de Melo
1
-3
/
+1
2019-06-25
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-05-28
perf script: Remove superfluous BPF event titles
Jiri Olsa
1
-2
/
+2
2019-05-15
perf record: Implement COMPRESSED event record and its attributes
Alexey Budankov
1
-0
/
+1
2019-02-06
perf tools: Add missing include for symbols.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-02-06
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-01-21
perf tools: Handle PERF_RECORD_BPF_EVENT
Song Liu
1
-0
/
+20
2019-01-21
perf tools: Handle PERF_RECORD_KSYMBOL
Song Liu
1
-0
/
+21
2018-12-17
perf tools: Allow specifying proc-map-timeout in config file
Mark Drayton
1
-19
/
+13
2018-12-17
perf tools: Use fallback for sample_addr_correlates_sym() cases
Adrian Hunter
1
-1
/
+1
[next]