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
/
builtin-trace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-29
perf trace: Put the per-syscall entry/exit prog_array BPF map infrastructure ...
Arnaldo Carvalho de Melo
1
-4
/
+72
2019-07-29
perf trace: Allow specifying the bpf prog to augment specific syscalls
Arnaldo Carvalho de Melo
1
-2
/
+48
2019-07-29
perf trace: Add BPF handler for unaugmented syscalls
Arnaldo Carvalho de Melo
1
-0
/
+16
2019-07-29
perf trace: Order -e syscalls table
Arnaldo Carvalho de Melo
1
-0
/
+8
2019-07-29
perf trace: Look up maps just on the __augmented_syscalls__ BPF object
Arnaldo Carvalho de Melo
1
-13
/
+7
2019-07-29
perf trace: Add pointer to BPF object containing __augmented_syscalls__
Arnaldo Carvalho de Melo
1
-0
/
+15
2019-07-09
perf trace: Auto bump rlimit(MEMLOCK) for eBPF maps sake
Arnaldo Carvalho de Melo
1
-0
/
+10
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-07-09
perf trace: Fix potential NULL pointer dereference found by the smatch tool
Leo Yan
1
-3
/
+3
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-06-17
perf trace: Fixup pointer arithmetic when consuming augmented syscall args
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-06-17
perf trace: Streamline validation of select syscall names list
Arnaldo Carvalho de Melo
1
-10
/
+6
2019-06-17
perf trace: Fix exclusion of not available syscall names from selector list
Arnaldo Carvalho de Melo
1
-4
/
+4
2019-06-17
Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/...
Ingo Molnar
1
-19
/
+65
2019-06-17
Merge branch 'x86/cpu' into perf/core, to pick up dependent changes
Ingo Molnar
1
-2
/
+1
2019-06-10
perf trace: Skip unknown syscalls when expanding strace like syscall groups
Arnaldo Carvalho de Melo
1
-12
/
+13
2019-06-10
perf trace: Exit when failing to build eBPF program
Leo Yan
1
-1
/
+6
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251
Thomas Gleixner
1
-2
/
+1
2019-06-05
perf trace: Associate more argument names with the filename beautifier
Arnaldo Carvalho de Melo
1
-5
/
+5
2019-06-05
perf trace: Consume the augmented_raw_syscalls payload
Arnaldo Carvalho de Melo
1
-1
/
+10
2019-06-05
perf augmented_raw_syscalls: Tell which args are filenames and how many bytes...
Arnaldo Carvalho de Melo
1
-0
/
+31
2019-05-28
perf trace: Beautify 'sync_file_range' arguments
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-05-28
perf trace: Beautify 'fsmount' arguments
Arnaldo Carvalho de Melo
1
-0
/
+12
2019-05-28
perf trace: Introduce syscall_arg__scnprintf_strarray_flags
Arnaldo Carvalho de Melo
1
-0
/
+5
2019-05-28
perf trace: Beautify 'fsconfig' arguments
Arnaldo Carvalho de Melo
1
-0
/
+6
2019-05-28
perf trace: Beautify 'fspick' arguments
Arnaldo Carvalho de Melo
1
-0
/
+4
2019-05-28
perf trace: Beautify 'move_mount' arguments
Arnaldo Carvalho de Melo
1
-0
/
+6
2019-02-22
perf data: Add global path holder
Jiri Olsa
1
-5
/
+3
2019-02-19
perf trace: Allow dumping a BPF map after setting up BPF events
Arnaldo Carvalho de Melo
1
-0
/
+19
2019-02-14
perf trace: Filter out gnome-terminal* parent
Arnaldo Carvalho de Melo
1
-1
/
+2
2019-02-14
perf trace: Check if the 'fd' is negative when mapping it to pathname
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-02-09
Merge tag 'perf-core-for-mingo-5.1-20190206' of git://git.kernel.org/pub/scm/...
Ingo Molnar
1
-0
/
+2
2019-02-09
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
1
-7
/
+18
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-02-04
perf trace: Support multiple "vfs_getname" probes
Arnaldo Carvalho de Melo
1
-7
/
+18
2019-01-25
perf trace: Fixup etcsnoop example
Arnaldo Carvalho de Melo
1
-1
/
+2
2019-01-08
perf trace: Fix alignment for [continued] lines
Arnaldo Carvalho de Melo
1
-2
/
+3
2019-01-08
perf trace: Fix ')' placement in "interrupted" syscall lines
Arnaldo Carvalho de Melo
1
-2
/
+8
2018-12-28
perf trace beauty: Export function to get the files for a thread
Arnaldo Carvalho de Melo
1
-5
/
+5
2018-12-28
perf trace: Store the major number for a file when storing its pathname
Arnaldo Carvalho de Melo
1
-0
/
+5
2018-12-28
perf trace: Move the files table resizing to outside set_pathname()
Arnaldo Carvalho de Melo
1
-6
/
+16
2018-12-28
perf trace: Rename thread_thread->paths to thread_trace->files
Arnaldo Carvalho de Melo
1
-19
/
+23
2018-12-21
perf trace: Do not hardcode the size of the tracepoint common_ fields
Arnaldo Carvalho de Melo
1
-21
/
+52
2018-12-21
perf trace: Check if the raw_syscalls:sys_{enter,exit} are setup before setti...
Arnaldo Carvalho de Melo
1
-1
/
+3
2018-12-18
perf beauty mmap: Print mmap's 'offset' arg in hexadecimal
Arnaldo Carvalho de Melo
1
-1
/
+2
2018-12-18
perf trace beauty: Beautify arch_prctl()'s arguments
Arnaldo Carvalho de Melo
1
-1
/
+4
2018-12-18
perf trace: When showing string prefixes show prefix + ??? for unknown entries
Arnaldo Carvalho de Melo
1
-3
/
+11
2018-12-18
perf trace: Move strarrays to beauty.h for further reuse
Arnaldo Carvalho de Melo
1
-16
/
+10
2018-12-18
perf trace: Show NULL when syscall pointer args are 0
Arnaldo Carvalho de Melo
1
-16
/
+12
[prev]
[next]