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
2018-10-31
perf tools: Don't clone maps from parent when synthesizing forks
David Miller
1
-0
/
+1
2018-10-17
perf tools: Stop fallbacking to kallsyms for vdso symbols lookup
Arnaldo Carvalho de Melo
1
-19
/
+2
2018-10-16
perf cpu_map: Align cpu map synthesized events properly.
David Miller
1
-0
/
+1
2018-08-08
perf map: Synthesize maps only for thread group leader
Konstantin Khlebnikov
1
-3
/
+10
2018-05-23
perf machine: Synthesize and process mmap events for x86 PTI entry trampolines
Adrian Hunter
1
-7
/
+27
2018-05-22
perf machine: Allow for extra kernel maps
Adrian Hunter
1
-1
/
+1
2018-04-27
perf symbols: Unify symbol maps
Arnaldo Carvalho de Melo
1
-10
/
+3
2018-04-26
perf thread: Make thread__find_map() search all maps
Arnaldo Carvalho de Melo
1
-8
/
+11
2018-04-26
perf thread: Ditch __thread__find_symbol()
Arnaldo Carvalho de Melo
1
-4
/
+4
2018-04-26
perf tools: Use kallsyms__is_function()
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-04-26
perf map: Shorten map_groups__find() signature
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-04-26
perf machine: Introduce machine__kernel_maps()
Arnaldo Carvalho de Melo
1
-2
/
+1
2018-04-26
perf thread: Make thread__find_symbol() return the symbol searched
Arnaldo Carvalho de Melo
1
-5
/
+5
2018-04-26
perf thread: Make thread__find_map() return the map
Arnaldo Carvalho de Melo
1
-8
/
+8
2018-04-26
perf thread: Introduce thread__find_symbol()
Arnaldo Carvalho de Melo
1
-3
/
+3
2018-04-26
perf thread: Introduce thread__find_map()
Arnaldo Carvalho de Melo
1
-9
/
+9
2018-04-17
perf report: Extend raw dump (-D) out with switch out event type
Alexey Budankov
1
-1
/
+3
2018-02-16
perf tools: Do not create kernel maps in sample__resolve()
Jiri Olsa
1
-11
/
+0
2018-02-16
perf machine: Move kernel mmap name into struct machine
Jiri Olsa
1
-4
/
+1
2018-01-10
perf script: Add support to display lost events
Jiri Olsa
1
-0
/
+8
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-25
perf report: Use srcline from callchain for hist entries
Milian Wolff
1
-0
/
+1
2017-10-03
perf top: Add option to set the number of thread for event synthesize
Kan Liang
1
-1
/
+4
2017-10-03
perf top: Implement multithreading for perf_event__synthesize_threads
Kan Liang
1
-31
/
+129
2017-09-13
perf tools: Make copyfile_offset() static
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-09-13
perf tools: Use scandir() to replace readdir()
Kan Liang
1
-20
/
+25
2017-07-18
perf tools: Add feature header record to pipe-mode
David Carrillo-Cisneros
1
-0
/
+1
2017-05-02
perf symbols: Accept symbols starting at address 0
Arnaldo Carvalho de Melo
1
-4
/
+5
2017-04-25
perf tools: Move event prototypes from util.h to event.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-24
perf tools: Fix the code to strip command name
Jiri Olsa
1
-1
/
+8
2017-04-24
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
Arnaldo Carvalho de Melo
1
-0
/
+3
2017-04-19
perf tools: Remove include dirent.h from util.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Move extra string util functions to util/string2.h
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-04-19
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-13
Revert "perf tools: Fix include of linux/mman.h"
David Carrillo-Cisneros
1
-1
/
+1
2017-04-11
perf tools: Refactor the code to strip command name with {l,r}trim()
Taeung Song
1
-9
/
+2
2017-03-17
perf tools: Handle partial AUX records and print a warning
Alexander Shishkin
1
-2
/
+3
2017-03-15
perf tools: Make perf_event__synthesize_mmap_events() scale
Stephane Eranian
1
-2
/
+2
2017-03-14
perf record: Synthesize namespace events for current processes
Hari Bathini
1
-6
/
+88
2017-03-14
perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info
Hari Bathini
1
-0
/
+56
2017-02-08
perf tools: Fix include of linux/mman.h
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-09-28
perf tools: Fix MMAP event synthesis broken by MAP_HUGETLB change
Adrian Hunter
1
-1
/
+2
2016-09-13
perf tools: Do hugetlb handling in more systems
Arnaldo Carvalho de Melo
1
-5
/
+2
2016-09-08
perf record: Mark MAP_HUGETLB when synthesizing mmap events
Wang Nan
1
-0
/
+11
2016-09-05
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
1
-4
/
+4
2016-09-05
perf machine: Remove machine->symbol_filter and friends
Arnaldo Carvalho de Melo
1
-5
/
+3
[next]