index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-trace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-18
perf trace: Switch to using a struct for the aumented_raw_syscalls syscalls m...
Arnaldo Carvalho de Melo
1
-2
/
+11
2018-12-18
perf trace: Implement syscall filtering in augmented_syscalls
Arnaldo Carvalho de Melo
1
-0
/
+66
2018-12-18
perf trace: Avoid using raw_syscalls in duplicity with eBPF augmentation
Arnaldo Carvalho de Melo
1
-6
/
+10
2018-12-18
perf trace: Rename set_ev_qualifier_filter to clarify its a tracepoint filter
Arnaldo Carvalho de Melo
1
-1
/
+6
2018-12-18
perf trace beauty: renameat's newdirfd may also be AT_FDCWD
Arnaldo Carvalho de Melo
1
-1
/
+2
2018-12-18
perf trace: Beautify renameat2's flags argument
Arnaldo Carvalho de Melo
1
-1
/
+2
2018-12-18
perf trace beauty: Beautify renameat2's fd arg wrt AT_FDCWD
Arnaldo Carvalho de Melo
1
-0
/
+3
2018-12-18
perf trace: Allow selecting use the use of the ordered_events code
Arnaldo Carvalho de Melo
1
-6
/
+19
2018-12-18
perf trace: Rename delivery functions to ease making ordered_events selectable
Arnaldo Carvalho de Melo
1
-7
/
+7
2018-12-17
perf trace: Add ordered processing
Jiri Olsa
1
-1
/
+51
2018-12-17
perf trace: Move event delivery to a new deliver_event() function
Jiri Olsa
1
-9
/
+16
2018-12-17
perf trace: We need to consider "nr" if "__syscall_nr" is not there
Arnaldo Carvalho de Melo
1
-1
/
+2
2018-12-17
perf tools: Allow specifying proc-map-timeout in config file
Mark Drayton
1
-3
/
+2
2018-12-17
perf tools: Fix diverse comment typos
Ingo Molnar
1
-1
/
+1
2018-12-17
tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...
Tzvetomir Stoyanov
1
-1
/
+1
2018-11-21
perf trace: Fill in BPF "filtered_pids" map when present
Arnaldo Carvalho de Melo
1
-13
/
+48
2018-11-21
perf trace: See if there is a map named "filtered_pids"
Arnaldo Carvalho de Melo
1
-1
/
+24
2018-11-21
perf trace: Add "_from_option" suffix to trace__set_filter()
Arnaldo Carvalho de Melo
1
-3
/
+3
2018-11-21
perf evlist: Rename perf_evlist__set_filter* to perf_evlist__set_tp_filter*
Arnaldo Carvalho de Melo
1
-2
/
+2
2018-11-03
perf trace: Fix setting of augmented payload when using eBPF + raw_syscalls
Arnaldo Carvalho de Melo
1
-7
/
+30
2018-11-01
perf trace: When augmenting raw_syscalls plug raw_syscalls:sys_exit too
Arnaldo Carvalho de Melo
1
-1
/
+2
2018-10-30
perf trace: Beautify mount's first pathname arg
Arnaldo Carvalho de Melo
1
-1
/
+2
2018-10-30
perf trace: Beautify the umount's 'name' argument
Arnaldo Carvalho de Melo
1
-1
/
+2
2018-10-30
perf trace: Consider syscall aliases too
Arnaldo Carvalho de Melo
1
-1
/
+21
2018-10-30
perf trace beauty: Beautify mount/umount's 'flags' argument
Arnaldo Carvalho de Melo
1
-0
/
+3
2018-10-30
perf trace beauty: Allow syscalls to mask an argument before considering it
Arnaldo Carvalho de Melo
1
-0
/
+19
2018-10-22
perf trace: Introduce per-event maximum number of events property
Arnaldo Carvalho de Melo
1
-2
/
+17
2018-10-22
perf trace: Drop thread refcount in trace__event_handler()
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-10-22
perf trace: Drop addr_location refcounts
Arnaldo Carvalho de Melo
1
-3
/
+5
2018-10-19
perf trace: Introduce --max-events
Arnaldo Carvalho de Melo
1
-0
/
+21
2018-09-19
tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format...
Tzvetomir Stoyanov (VMware)
1
-1
/
+1
2018-09-19
tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_...
Tzvetomir Stoyanov (VMware)
1
-7
/
+7
2018-09-19
tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev...
Tzvetomir Stoyanov (VMware)
1
-1
/
+1
2018-09-04
perf trace: Use the raw_syscalls:sys_enter for the augmented syscalls
Arnaldo Carvalho de Melo
1
-5
/
+36
2018-09-04
perf trace: Setup augmented_args in the raw_syscalls:sys_enter handler
Arnaldo Carvalho de Melo
1
-2
/
+15
2018-09-03
perf trace: Introduce syscall__augmented_args() method
Arnaldo Carvalho de Melo
1
-4
/
+12
2018-08-30
perf trace beauty: Alias 'umount' to 'umount2'
Benjamin Peterson
1
-0
/
+1
2018-08-30
perf trace: Show comm and tid for tracepoint events
Arnaldo Carvalho de Melo
1
-10
/
+9
2018-08-30
perf trace augmented_syscalls: Augment sendto's 'addr' arg
Arnaldo Carvalho de Melo
1
-1
/
+2
2018-08-30
perf trace augmented_syscalls: Augment bind's 'myaddr' sockaddr arg
Arnaldo Carvalho de Melo
1
-0
/
+2
2018-08-30
perf trace augmented_syscalls: Augment connect's 'sockaddr' arg
Arnaldo Carvalho de Melo
1
-10
/
+2
2018-08-30
perf trace: Use the augmented filename, expanding syscall enter pointers
Arnaldo Carvalho de Melo
1
-0
/
+10
2018-08-30
perf trace: Show comm/tid for augmented_syscalls
Arnaldo Carvalho de Melo
1
-0
/
+1
2018-08-30
perf trace: Extract the comm/tid printing for syscall enter
Arnaldo Carvalho de Melo
1
-4
/
+10
2018-08-30
perf trace: Print the syscall name for augmented_syscalls
Arnaldo Carvalho de Melo
1
-4
/
+25
2018-08-30
perf trace: Pass augmented args to the arg formatters when available
Arnaldo Carvalho de Melo
1
-6
/
+22
2018-08-08
perf trace: Wire up the augmented syscalls with the syscalls:sys_enter_FOO be...
Arnaldo Carvalho de Melo
1
-1
/
+4
2018-08-08
perf trace: Setup the augmented syscalls bpf-output event fields
Arnaldo Carvalho de Melo
1
-1
/
+33
2018-08-08
perf bpf: Make bpf__setup_output_event() return the bpf-output event
Arnaldo Carvalho de Melo
1
-4
/
+5
2018-08-08
perf trace: Handle "bpf-output" events associated with "__augmented_syscalls_...
Arnaldo Carvalho de Melo
1
-0
/
+7
[prev]
[next]