index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
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: Fixup etcsnoop example
Arnaldo Carvalho de Melo
2019-04-05
1
-1
/
+2
*
perf trace: Check if the 'fd' is negative when mapping it to pathname
Arnaldo Carvalho de Melo
2019-04-05
1
-0
/
+3
*
perf trace: Support multiple "vfs_getname" probes
Arnaldo Carvalho de Melo
2019-02-04
1
-7
/
+18
*
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
*
perf trace: Fill in BPF "filtered_pids" map when present
Arnaldo Carvalho de Melo
2018-11-21
1
-13
/
+48
*
perf trace: See if there is a map named "filtered_pids"
Arnaldo Carvalho de Melo
2018-11-21
1
-1
/
+24
*
perf trace: Add "_from_option" suffix to trace__set_filter()
Arnaldo Carvalho de Melo
2018-11-21
1
-3
/
+3
*
perf evlist: Rename perf_evlist__set_filter* to perf_evlist__set_tp_filter*
Arnaldo Carvalho de Melo
2018-11-21
1
-2
/
+2
*
perf trace: Fix setting of augmented payload when using eBPF + raw_syscalls
Arnaldo Carvalho de Melo
2018-11-03
1
-7
/
+30
*
perf trace: When augmenting raw_syscalls plug raw_syscalls:sys_exit too
Arnaldo Carvalho de Melo
2018-11-01
1
-1
/
+2
*
perf trace: Beautify mount's first pathname arg
Arnaldo Carvalho de Melo
2018-10-30
1
-1
/
+2
[next]