index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-trace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf data: Add global path holder
Jiri Olsa
2019-02-22
1
-5
/
+3
*
perf trace: Allow dumping a BPF map after setting up BPF events
Arnaldo Carvalho de Melo
2019-02-19
1
-0
/
+19
*
perf trace: Filter out gnome-terminal* parent
Arnaldo Carvalho de Melo
2019-02-14
1
-1
/
+2
*
perf trace: Check if the 'fd' is negative when mapping it to pathname
Arnaldo Carvalho de Melo
2019-02-14
1
-0
/
+3
*
Merge tag 'perf-core-for-mingo-5.1-20190206' of git://git.kernel.org/pub/scm/...
Ingo Molnar
2019-02-09
1
-0
/
+2
|
\
|
*
perf tools: Add missing include for symbols.h
Arnaldo Carvalho de Melo
2019-02-06
1
-0
/
+1
|
*
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
2019-02-06
1
-0
/
+1
*
|
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2019-02-09
1
-7
/
+18
|
\
\
|
|
/
|
/
|
|
*
perf trace: Support multiple "vfs_getname" probes
Arnaldo Carvalho de Melo
2019-02-04
1
-7
/
+18
*
|
perf trace: Fixup etcsnoop example
Arnaldo Carvalho de Melo
2019-01-25
1
-1
/
+2
|
/
*
perf trace: Fix alignment for [continued] lines
Arnaldo Carvalho de Melo
2019-01-08
1
-2
/
+3
*
perf trace: Fix ')' placement in "interrupted" syscall lines
Arnaldo Carvalho de Melo
2019-01-08
1
-2
/
+8
*
perf trace beauty: Export function to get the files for a thread
Arnaldo Carvalho de Melo
2018-12-28
1
-5
/
+5
*
perf trace: Store the major number for a file when storing its pathname
Arnaldo Carvalho de Melo
2018-12-28
1
-0
/
+5
*
perf trace: Move the files table resizing to outside set_pathname()
Arnaldo Carvalho de Melo
2018-12-28
1
-6
/
+16
*
perf trace: Rename thread_thread->paths to thread_trace->files
Arnaldo Carvalho de Melo
2018-12-28
1
-19
/
+23
*
perf trace: Do not hardcode the size of the tracepoint common_ fields
Arnaldo Carvalho de Melo
2018-12-21
1
-21
/
+52
*
perf trace: Check if the raw_syscalls:sys_{enter,exit} are setup before setti...
Arnaldo Carvalho de Melo
2018-12-21
1
-1
/
+3
*
perf beauty mmap: Print mmap's 'offset' arg in hexadecimal
Arnaldo Carvalho de Melo
2018-12-18
1
-1
/
+2
*
perf trace beauty: Beautify arch_prctl()'s arguments
Arnaldo Carvalho de Melo
2018-12-18
1
-1
/
+4
*
perf trace: When showing string prefixes show prefix + ??? for unknown entries
Arnaldo Carvalho de Melo
2018-12-18
1
-3
/
+11
*
perf trace: Move strarrays to beauty.h for further reuse
Arnaldo Carvalho de Melo
2018-12-18
1
-16
/
+10
*
perf trace: Show NULL when syscall pointer args are 0
Arnaldo Carvalho de Melo
2018-12-18
1
-16
/
+12
*
perf trace: Enclose the errno strings with ()
Arnaldo Carvalho de Melo
2018-12-18
1
-2
/
+2
*
perf trace: Add alignment spaces after the closing parens
Arnaldo Carvalho de Melo
2018-12-18
1
-11
/
+26
*
perf trace: Allow asking for not suppressing common string prefixes
Arnaldo Carvalho de Melo
2018-12-18
1
-10
/
+20
*
perf trace: Add a prefix member to the strarray class
Arnaldo Carvalho de Melo
2018-12-18
1
-10
/
+11
*
perf trace: Enclose strings with double quotes
Arnaldo Carvalho de Melo
2018-12-18
1
-1
/
+1
*
perf trace: Make the alignment of the syscall args be configurable
Arnaldo Carvalho de Melo
2018-12-18
1
-3
/
+9
*
perf trace: Allow suppressing the syscall argument names
Arnaldo Carvalho de Melo
2018-12-18
1
-4
/
+18
*
perf trace: Allow configuring if the syscall start timestamp should be printed
Arnaldo Carvalho de Melo
2018-12-18
1
-1
/
+8
*
perf trace: Allow configuring default for perf_event_attr.inherit
Arnaldo Carvalho de Melo
2018-12-18
1
-0
/
+2
*
perf trace: Allow configuring if the syscall duration should be printed
Arnaldo Carvalho de Melo
2018-12-18
1
-2
/
+7
*
perf trace: Allow configuring if zeroed syscall args should be printed
Arnaldo Carvalho de Melo
2018-12-18
1
-1
/
+5
*
perf trace: Allow specifying a set of events to add in perfconfig
Arnaldo Carvalho de Melo
2018-12-18
1
-0
/
+20
*
perf trace: Switch to using a struct for the aumented_raw_syscalls syscalls m...
Arnaldo Carvalho de Melo
2018-12-18
1
-2
/
+11
*
perf trace: Implement syscall filtering in augmented_syscalls
Arnaldo Carvalho de Melo
2018-12-18
1
-0
/
+66
*
perf trace: Avoid using raw_syscalls in duplicity with eBPF augmentation
Arnaldo Carvalho de Melo
2018-12-18
1
-6
/
+10
*
perf trace: Rename set_ev_qualifier_filter to clarify its a tracepoint filter
Arnaldo Carvalho de Melo
2018-12-18
1
-1
/
+6
*
perf trace beauty: renameat's newdirfd may also be AT_FDCWD
Arnaldo Carvalho de Melo
2018-12-18
1
-1
/
+2
*
perf trace: Beautify renameat2's flags argument
Arnaldo Carvalho de Melo
2018-12-18
1
-1
/
+2
*
perf trace beauty: Beautify renameat2's fd arg wrt AT_FDCWD
Arnaldo Carvalho de Melo
2018-12-18
1
-0
/
+3
*
perf trace: Allow selecting use the use of the ordered_events code
Arnaldo Carvalho de Melo
2018-12-18
1
-6
/
+19
*
perf trace: Rename delivery functions to ease making ordered_events selectable
Arnaldo Carvalho de Melo
2018-12-18
1
-7
/
+7
*
perf trace: Add ordered processing
Jiri Olsa
2018-12-17
1
-1
/
+51
*
perf trace: Move event delivery to a new deliver_event() function
Jiri Olsa
2018-12-17
1
-9
/
+16
*
perf trace: We need to consider "nr" if "__syscall_nr" is not there
Arnaldo Carvalho de Melo
2018-12-17
1
-1
/
+2
*
perf tools: Allow specifying proc-map-timeout in config file
Mark Drayton
2018-12-17
1
-3
/
+2
*
perf tools: Fix diverse comment typos
Ingo Molnar
2018-12-17
1
-1
/
+1
*
tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...
Tzvetomir Stoyanov
2018-12-17
1
-1
/
+1
[next]