index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
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 trace: Support syscall name globbing
Arnaldo Carvalho de Melo
2017-09-01
1
-4
/
+35
*
perf trace beauty: Beautify pkey_{alloc,free,mprotect} arguments
Arnaldo Carvalho de Melo
2017-08-28
1
-0
/
+8
*
perf trace: Fix off by one string allocation problem
Arnaldo Carvalho de Melo
2017-08-17
1
-1
/
+1
*
perf trace beauty ioctl: Improve 'cmd' beautifier
Arnaldo Carvalho de Melo
2017-08-01
1
-43
/
+1
*
perf trace: Filter out 'sshd' in the tracer ancestry in syswide tracing
Arnaldo Carvalho de Melo
2017-07-20
1
-1
/
+15
*
perf trace: Introduce filter_loop_pids()
Arnaldo Carvalho de Melo
2017-07-20
1
-1
/
+11
*
perf trace beauty clone: Beautify syscall arguments
Arnaldo Carvalho de Melo
2017-07-20
1
-1
/
+6
*
perf trace: Allow specifying names to syscall arguments formatters
Arnaldo Carvalho de Melo
2017-07-20
1
-2
/
+13
*
perf trace: Allow specifying number of syscall args for tracepointless syscalls
Arnaldo Carvalho de Melo
2017-07-20
1
-1
/
+5
*
perf trace: Ditch __syscall__arg_val() variant, not needed anymore
Arnaldo Carvalho de Melo
2017-07-20
1
-7
/
+2
*
perf trace: Use the syscall_fmt formatters without a tracepoint
Arnaldo Carvalho de Melo
2017-07-20
1
-24
/
+30
*
perf trace: Allow allocating sc->arg_fmt even without the syscall tracepoint
Arnaldo Carvalho de Melo
2017-07-20
1
-10
/
+21
*
perf trace: Add missing ' = ' in the default formatting of syscall returns
Arnaldo Carvalho de Melo
2017-07-20
1
-1
/
+1
*
perf trace beauty: Simplify syscall return formatting
Arnaldo Carvalho de Melo
2017-07-18
1
-128
/
+81
*
perf trace beauty fcntl: Do not suppress 'cmd' when zero, should be DUPFD
Arnaldo Carvalho de Melo
2017-07-18
1
-1
/
+2
*
perf trace: Allow syscall arg formatters to request non suppression of zeros
Arnaldo Carvalho de Melo
2017-07-18
1
-1
/
+3
*
perf trace: Group per syscall arg formatter info into one struct
Arnaldo Carvalho de Melo
2017-07-18
1
-123
/
+133
*
perf trace beauty: Export strarray for use in per-object beautifiers
Arnaldo Carvalho de Melo
2017-07-18
1
-20
/
+7
*
perf trace beauty: Export the fd beautifier for use in more places
Arnaldo Carvalho de Melo
2017-07-18
1
-7
/
+1
*
perf trace beauty: Give syscall return beautifier more context
Arnaldo Carvalho de Melo
2017-07-18
1
-3
/
+8
*
perf trace: Allow syscall_arg beautifiers to set a different return formatter
Arnaldo Carvalho de Melo
2017-07-18
1
-1
/
+26
*
perf trace: Beautify new write hint fcntl commands
Arnaldo Carvalho de Melo
2017-07-18
1
-0
/
+1
*
perf trace beauty fcntl: Basic 'arg' beautifier
Arnaldo Carvalho de Melo
2017-07-18
1
-1
/
+2
*
perf trace beauty: Introduce syscall arg beautifier for long integers
Arnaldo Carvalho de Melo
2017-07-18
1
-0
/
+5
*
perf trace beauty: Export the "int" and "hex" syscall arg formatters
Arnaldo Carvalho de Melo
2017-07-18
1
-8
/
+2
*
perf trace beauty: Allow accessing syscall args values in a syscall arg forma...
Arnaldo Carvalho de Melo
2017-07-18
1
-7
/
+16
*
perf trace beauty: Mask ignored fcntl 'arg' parameter
Arnaldo Carvalho de Melo
2017-07-18
1
-1
/
+1
*
perf trace beauty: Export the strarrays scnprintf method
Arnaldo Carvalho de Melo
2017-07-18
1
-4
/
+2
*
perf trace: Beautify linux specific fcntl commands
Arnaldo Carvalho de Melo
2017-07-18
1
-3
/
+54
*
perf trace: Remove F_ from some of the fcntl command strings
Arnaldo Carvalho de Melo
2017-07-18
1
-3
/
+3
*
perf trace: Add mmap alias for s390
Jiri Olsa
2017-06-01
1
-0
/
+4
*
perf tools: Move event prototypes from util.h to event.h
Arnaldo Carvalho de Melo
2017-04-25
1
-0
/
+1
*
perf tools: Remove poll.h and wait.h from util.h
Arnaldo Carvalho de Melo
2017-04-24
1
-0
/
+1
*
perf tools: Add signal.h to places using its definitions
Arnaldo Carvalho de Melo
2017-04-20
1
-0
/
+1
*
perf tools: Move path related functions to util/path.h
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Move extra string util functions to util/string2.h
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Move print_binary definitions to separate files
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+2
*
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf trace: Beautify statx syscall 'flag' and 'mask' arguments
Arnaldo Carvalho de Melo
2017-03-31
1
-9
/
+5
*
perf trace: Handle unpaired raw_syscalls:sys_exit event
Arnaldo Carvalho de Melo
2017-03-29
1
-9
/
+34
*
perf tools: Remove unused 'prefix' from builtin functions
Arnaldo Carvalho de Melo
2017-03-27
1
-2
/
+2
*
perf trace: Fixup thread refcounting
Arnaldo Carvalho de Melo
2017-03-24
1
-9
/
+12
*
perf trace: Fix up error path indentation
Arnaldo Carvalho de Melo
2017-03-24
1
-1
/
+1
*
perf trace: Check for vfs_getname.pathname length
Arnaldo Carvalho de Melo
2017-03-24
1
-0
/
+2
*
perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info
Hari Bathini
2017-03-14
1
-1
/
+2
*
perf utils: Check verbose flag properly
Namhyung Kim
2017-02-20
1
-3
/
+3
*
perf trace: Allow specifying list of syscalls and events in -e/--expr/--event
Arnaldo Carvalho de Melo
2017-01-11
1
-28
/
+92
[next]