Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0a2f7540abc08e32f89ff273506eeeeb6910794f
/
tools
/
perf
/
builtin-trace.c
0a2f7540
perf trace beauty: Implement pid_fd beautifier
by Arnaldo Carvalho de Melo
· 7 years ago
eae8ad8
perf tools: Add struct perf_data_file
by Jiri Olsa
· 8 years ago
8ceb41d
perf tools: Rename struct perf_data_file to perf_data
by Jiri Olsa
· 8 years ago
d688d03
perf trace beauty prctl: Generate 'option' string table from kernel headers
by Arnaldo Carvalho de Melo
· 7 years ago
923d0c9
perf tools: Introduce binary__fprintf()
by Arnaldo Carvalho de Melo
· 7 years ago
340b47f
perf top: Implement multithreading for perf_event__synthesize_threads
by Kan Liang
· 7 years ago
c896f85
perf tools: Fix leaking rec_argv in error cases
by Martin Kepplinger
· 7 years ago
91e467b
perf machine: Use hashtable for machine threads
by Kan Liang
· 7 years ago
27702bc
perf trace: Support syscall name globbing
by Arnaldo Carvalho de Melo
· 7 years ago
83bc9c37
perf trace beauty: Beautify pkey_{alloc,free,mprotect} arguments
by Arnaldo Carvalho de Melo
· 7 years ago
d6d4fc6
perf trace: Fix off by one string allocation problem
by Arnaldo Carvalho de Melo
· 7 years ago
1cc47f2d
perf trace beauty ioctl: Improve 'cmd' beautifier
by Arnaldo Carvalho de Melo
· 7 years ago
082ab9a
perf trace: Filter out 'sshd' in the tracer ancestry in syswide tracing
by Arnaldo Carvalho de Melo
· 7 years ago
dd1a503
perf trace: Introduce filter_loop_pids()
by Arnaldo Carvalho de Melo
· 7 years ago
33396a3
perf trace beauty clone: Beautify syscall arguments
by Arnaldo Carvalho de Melo
· 7 years ago
c51bdfe
perf trace: Allow specifying names to syscall arguments formatters
by Arnaldo Carvalho de Melo
· 7 years ago
332337d
perf trace: Allow specifying number of syscall args for tracepointless syscalls
by Arnaldo Carvalho de Melo
· 7 years ago
325f509
perf trace: Ditch __syscall__arg_val() variant, not needed anymore
by Arnaldo Carvalho de Melo
· 7 years ago
d032d79
perf trace: Use the syscall_fmt formatters without a tracepoint
by Arnaldo Carvalho de Melo
· 7 years ago
5e58fcf
perf trace: Allow allocating sc->arg_fmt even without the syscall tracepoint
by Arnaldo Carvalho de Melo
· 7 years ago
6f8fe61
perf trace: Add missing ' = ' in the default formatting of syscall returns
by Arnaldo Carvalho de Melo
· 7 years ago
1f63139
perf trace beauty: Simplify syscall return formatting
by Arnaldo Carvalho de Melo
· 7 years ago
39cc355
perf trace beauty fcntl: Do not suppress 'cmd' when zero, should be DUPFD
by Arnaldo Carvalho de Melo
· 7 years ago
d47737d
perf trace: Allow syscall arg formatters to request non suppression of zeros
by Arnaldo Carvalho de Melo
· 7 years ago
82d4a11
perf trace: Group per syscall arg formatter info into one struct
by Arnaldo Carvalho de Melo
· 7 years ago
0ae7963
perf trace beauty: Export strarray for use in per-object beautifiers
by Arnaldo Carvalho de Melo
· 7 years ago
fc65eb8
perf trace beauty: Export the fd beautifier for use in more places
by Arnaldo Carvalho de Melo
· 7 years ago
7ee5743
perf trace beauty: Give syscall return beautifier more context
by Arnaldo Carvalho de Melo
· 7 years ago
84486ca
perf trace: Allow syscall_arg beautifiers to set a different return formatter
by Arnaldo Carvalho de Melo
· 7 years ago
64e4561
perf trace: Beautify new write hint fcntl commands
by Arnaldo Carvalho de Melo
· 7 years ago
9c47f66
perf trace beauty fcntl: Basic 'arg' beautifier
by Arnaldo Carvalho de Melo
· 7 years ago
5dde91e
perf trace beauty: Introduce syscall arg beautifier for long integers
by Arnaldo Carvalho de Melo
· 7 years ago
2c2b162
perf trace beauty: Export the "int" and "hex" syscall arg formatters
by Arnaldo Carvalho de Melo
· 7 years ago
f9f83b3
perf trace beauty: Allow accessing syscall args values in a syscall arg formatter
by Arnaldo Carvalho de Melo
· 7 years ago
9cb7cf8
perf trace beauty: Mask ignored fcntl 'arg' parameter
by Arnaldo Carvalho de Melo
· 7 years ago
274e86f
perf trace beauty: Export the strarrays scnprintf method
by Arnaldo Carvalho de Melo
· 7 years ago
83a5169
perf trace: Beautify linux specific fcntl commands
by Arnaldo Carvalho de Melo
· 7 years ago
e000e5e
perf trace: Remove F_ from some of the fcntl command strings
by Arnaldo Carvalho de Melo
· 7 years ago
5426566
perf trace: Add mmap alias for s390
by Jiri Olsa
· 8 years ago
5ab8c68
perf tools: Move event prototypes from util.h to event.h
by Arnaldo Carvalho de Melo
· 8 years ago
4208735
perf tools: Remove poll.h and wait.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
9607ad3
perf tools: Add signal.h to places using its definitions
by Arnaldo Carvalho de Melo
· 8 years ago
9a3993d
perf tools: Move path related functions to util/path.h
by Arnaldo Carvalho de Melo
· 8 years ago
a43783a
perf tools: Include errno.h where needed
by Arnaldo Carvalho de Melo
· 8 years ago
a067558
perf tools: Move extra string util functions to util/string2.h
by Arnaldo Carvalho de Melo
· 8 years ago
fea0139
perf tools: Move print_binary definitions to separate files
by Arnaldo Carvalho de Melo
· 8 years ago
3d689ed
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
by Arnaldo Carvalho de Melo
· 8 years ago
fd20e81
perf tools: Including missing inttypes.h header
by Arnaldo Carvalho de Melo
· 8 years ago
877a7a1
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
by Arnaldo Carvalho de Melo
· 8 years ago
fd5cead
perf trace: Beautify statx syscall 'flag' and 'mask' arguments
by Arnaldo Carvalho de Melo
· 8 years ago
fd2b297
perf trace: Handle unpaired raw_syscalls:sys_exit event
by Arnaldo Carvalho de Melo
· 8 years ago
b0ad8ea
perf tools: Remove unused 'prefix' from builtin functions
by Arnaldo Carvalho de Melo
· 8 years ago
ef65e96
perf trace: Fixup thread refcounting
by Arnaldo Carvalho de Melo
· 8 years ago
c04dfaf
perf trace: Fix up error path indentation
by Arnaldo Carvalho de Melo
· 8 years ago
39f0e7a
perf trace: Check for vfs_getname.pathname length
by Arnaldo Carvalho de Melo
· 8 years ago
f3b3614
perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info
by Hari Bathini
· 8 years ago
bb963e1
perf utils: Check verbose flag properly
by Namhyung Kim
· 8 years ago
017037f
perf trace: Allow specifying list of syscalls and events in -e/--expr/--event
by Arnaldo Carvalho de Melo
· 8 years ago
aa07df6
perf trace: Update tid/pid filtering option to leverage symbol_conf
by David Ahern
· 8 years ago
ecf1e22
perf trace: Use the syscall raw_syscalls:sys_enter timestamp
by Arnaldo Carvalho de Melo
· 8 years ago
1f36946
perf trace: Remove thread_trace->exit_time
by Arnaldo Carvalho de Melo
· 8 years ago
e36b782
perf trace: Implement --delay
by Alexis Berlemont
· 8 years ago
3541c03
perf evsel: New tracepoint specific function
by Mathieu Poirier
· 8 years ago
b15d0a4
perf tools: Make perf_evsel__append_filter() generic
by Mathieu Poirier
· 8 years ago
f0bbd60
perf trace: Beautify sched_[gs]et_attr return value
by Arnaldo Carvalho de Melo
· 8 years ago
bd48c63
tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros
by Arnaldo Carvalho de Melo
· 8 years ago
e3e1d7e
perf trace: Remove unused sys/ptrace.h include
by Arnaldo Carvalho de Melo
· 8 years ago
48e1f91
perf trace: Add conditional define for AT_FDCWD
by Arnaldo Carvalho de Melo
· 9 years ago
c8b5f2c
tools: Introduce str_error_r()
by Arnaldo Carvalho de Melo
· 8 years ago
98a9183
perf rb_resort: Rename for_each() macros to for_each_entry()
by Arnaldo Carvalho de Melo
· 9 years ago
602a1f4
perf tools: Rename strlist_for_each() macros to for_each_entry()
by Arnaldo Carvalho de Melo
· 9 years ago
e5cadb9
perf evlist: Rename for_each() macros to for_each_entry()
by Arnaldo Carvalho de Melo
· 9 years ago
12f3ca4
perf trace: Use the ptr->name beautifier as default for "filename" args
by Arnaldo Carvalho de Melo
· 9 years ago
b6565c9
perf trace: Use the fd->name beautifier as default for "fd" args
by Arnaldo Carvalho de Melo
· 9 years ago
caa36ed
perf trace: Only auto set call-graph to "dwarf" when syscalls are being traced
by Arnaldo Carvalho de Melo
· 9 years ago
fe17608
perf tools: Fix usage of max_stack sysctl
by Arnaldo Carvalho de Melo
· 9 years ago
c008f78
perf trace: Fix exit_group() formatting
by Arnaldo Carvalho de Melo
· 9 years ago
caf8a0d
perf trace: Warn when trying to resolve kernel addresses with kptr_restrict=1
by Arnaldo Carvalho de Melo
· 9 years ago
f5cd95e
perf trace: Move seccomp args beautifiers to tools/perf/trace/beauty/
by Arnaldo Carvalho de Melo
· 9 years ago
8bf382c
perf trace: Move flock op beautifier to tools/perf/trace/beauty/
by Arnaldo Carvalho de Melo
· 9 years ago
d5d71e8
perf trace: Move futex_op beautifier to tools/perf/trace/beauty/
by Arnaldo Carvalho de Melo
· 9 years ago
8f48df6
perf trace: Move open_flags beautifier to tools/perf/trace/beauty/
by Arnaldo Carvalho de Melo
· 9 years ago
12199d8
perf trace: Move signum beautifier to tools/perf/trace/beauty/
by Arnaldo Carvalho de Melo
· 9 years ago
4c4d6e5
perf trace: Do not print raw args list for syscalls with no args
by Arnaldo Carvalho de Melo
· 9 years ago
03548eb
perf trace: Do not show the runtime_ms for a thread when not collecting it
by Arnaldo Carvalho de Melo
· 9 years ago
b535d52
perf trace: Sort syscalls stats by msecs in --summary
by Arnaldo Carvalho de Melo
· 9 years ago
96c1445
perf trace: Sort summary output by number of events
by Arnaldo Carvalho de Melo
· 9 years ago
a30e625
perf trace: Move msg_flags beautifier to tools/perf/trace/beauty/
by Arnaldo Carvalho de Melo
· 9 years ago
4cb9344
perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stack
by Arnaldo Carvalho de Melo
· 9 years ago
ccd9b2a
perf trace: Do not beautify the 'pid' parameter as a simple integer
by Arnaldo Carvalho de Melo
· 9 years ago
62de344
perf trace: Move perf_flags beautifier to tools/perf/trace/beauty/
by Arnaldo Carvalho de Melo
· 9 years ago
1df5429
perf trace: Make --pf honour --min-stack too
by Arnaldo Carvalho de Melo
· 9 years ago
7ad3561
perf trace: Make --event honour --min-stack too
by Arnaldo Carvalho de Melo
· 9 years ago
0c3a6ef
perf trace: Make --pf maj/min/all use callchains too
by Arnaldo Carvalho de Melo
· 9 years ago
0ae537c
perf trace: Extract evsel contructor from perf_evlist__add_pgfault
by Arnaldo Carvalho de Melo
· 9 years ago
2ddd5c0
perf tools: Ditch record_opts.callgraph_set
by Arnaldo Carvalho de Melo
· 9 years ago
ccd62a8
perf trace: Fix build when DWARF unwind isn't available
by Arnaldo Carvalho de Melo
· 9 years ago
f3e459d
perf trace: Bump --mmap-pages when --call-graph is used by the root user
by Arnaldo Carvalho de Melo
· 9 years ago
0561499
perf trace: Make --(min,max}-stack imply "--call-graph dwarf"
by Arnaldo Carvalho de Melo
· 9 years ago
5cf9c84
perf trace: Introduce --min-stack filter
by Arnaldo Carvalho de Melo
· 9 years ago
Next »