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
/
examples
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
3
-3
/
+3
2020-01-20
perf: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
3
-3
/
+3
2020-01-14
hrtimers: Prepare hrtimer_nanosleep() for time namespaces
Andrei Vagin
1
-2
/
+4
2019-08-26
perf augmented_raw_syscalls: Reduce perf_event_output() boilerplate
Arnaldo Carvalho de Melo
1
-12
/
+12
2019-08-26
perf augmented_raw_syscalls: Introduce helper to get the scratch space
Arnaldo Carvalho de Melo
1
-16
/
+16
2019-08-26
perf augmented_raw_syscalls: Postpone tmp map lookup to after pid_filter
Arnaldo Carvalho de Melo
1
-3
/
+3
2019-08-26
perf augmented_raw_syscalls: Rename augmented_filename to augmented_arg
Arnaldo Carvalho de Melo
1
-22
/
+20
2019-07-29
perf trace beauty: Add BPF augmenter for the 'rename' syscall
Arnaldo Carvalho de Melo
1
-0
/
+19
2019-07-29
perf trace beauty: Beautify 'sendto's sockaddr arg
Arnaldo Carvalho de Melo
1
-0
/
+21
2019-07-29
perf augmented_raw_syscalls: Augment sockaddr arg in 'connect'
Arnaldo Carvalho de Melo
1
-5
/
+30
2019-07-29
perf augmented_raw_syscalls: Rename augmented_args_filename to augmented_args...
Arnaldo Carvalho de Melo
1
-10
/
+12
2019-07-29
perf augmented_raw_syscalls: Support copying two string syscall args
Arnaldo Carvalho de Melo
1
-0
/
+20
2019-07-29
perf augmented_raw_syscalls: Switch to using BPF_MAP_TYPE_PROG_ARRAY
Arnaldo Carvalho de Melo
1
-111
/
+16
2019-07-29
perf augmented_raw_syscalls: Add handler for "openat"
Arnaldo Carvalho de Melo
1
-0
/
+17
2019-07-29
perf trace: Put the per-syscall entry/exit prog_array BPF map infrastructure ...
Arnaldo Carvalho de Melo
1
-0
/
+14
2019-07-29
perf trace: Allow specifying the bpf prog to augment specific syscalls
Arnaldo Carvalho de Melo
1
-0
/
+23
2019-07-29
perf trace: Add BPF handler for unaugmented syscalls
Arnaldo Carvalho de Melo
1
-0
/
+6
2019-06-05
perf augmented_raw_syscalls: Move reading filename to the loop
Arnaldo Carvalho de Melo
1
-8
/
+4
2019-06-05
perf augmented_raw_syscalls: Change helper to consider just the augmented_fil...
Arnaldo Carvalho de Melo
1
-13
/
+33
2019-06-05
perf augmented_raw_syscalls: Move the probe_read_str to a separate function
Arnaldo Carvalho de Melo
1
-9
/
+18
2019-06-05
perf augmented_raw_syscalls: Tell which args are filenames and how many bytes...
Arnaldo Carvalho de Melo
1
-168
/
+64
2019-05-28
perf trace: Beautify 'fspick' arguments
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-05-28
perf trace: Beautify 'move_mount' arguments
Arnaldo Carvalho de Melo
1
-0
/
+11
2019-05-28
perf augmented_raw_syscalls: Fix up comment
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-04-01
perf augmented_raw_syscalls: Use a PERCPU_ARRAY map to copy more string bytes
Arnaldo Carvalho de Melo
1
-18
/
+28
2019-04-01
perf augmented_raw_syscalls: Copy strings from all syscalls with 1st or 2nd s...
Arnaldo Carvalho de Melo
1
-3
/
+147
2019-01-25
perf augmented_syscalls: Convert to bpf_map()
Arnaldo Carvalho de Melo
1
-6
/
+2
2019-01-25
perf bpf examples: Convert etcsnoop to use bpf_map()
Arnaldo Carvalho de Melo
1
-6
/
+2
2019-01-25
perf augmented_raw_syscalls: Use bpf_map()
Arnaldo Carvalho de Melo
1
-12
/
+2
2019-01-21
perf: Make perf_event_output() propagate the output() return
Arnaldo Carvalho de Melo
3
-14
/
+14
2018-12-18
perf augmented_raw_syscalls: Copy 'access' arg as well
Arnaldo Carvalho de Melo
1
-0
/
+2
2018-12-18
perf augmented_raw_syscalls: Do not include stdio.h
Arnaldo Carvalho de Melo
1
-1
/
+0
2018-12-18
perf augmented_syscalls: Switch to using a struct for the syscalls map values
Arnaldo Carvalho de Melo
1
-7
/
+11
2018-12-18
perf trace: Implement syscall filtering in augmented_syscalls
Arnaldo Carvalho de Melo
1
-1
/
+25
2018-11-21
Revert "perf augmented_syscalls: Drop 'write', 'poll' for testing without sel...
Arnaldo Carvalho de Melo
1
-4
/
+0
2018-11-21
perf augmented_syscalls: Remove example hardcoded set of filtered pids
Arnaldo Carvalho de Melo
1
-27
/
+0
2018-11-21
perf augmented_syscalls: Use pid_filter
Arnaldo Carvalho de Melo
1
-2
/
+32
2018-11-21
perf augmented_syscalls: Drop 'write', 'poll' for testing without self pid fi...
Arnaldo Carvalho de Melo
1
-0
/
+4
2018-11-21
perf augmented_syscalls: Remove needless linux/socket.h include
Arnaldo Carvalho de Melo
1
-1
/
+0
2018-11-21
perf augmented_syscalls: Filter on a hard coded pid
Arnaldo Carvalho de Melo
1
-1
/
+5
2018-11-05
perf augmented_syscalls: Start collecting pathnames in the BPF program
Arnaldo Carvalho de Melo
1
-0
/
+72
2018-11-01
perf examples bpf: Start augmenting raw_syscalls:sys_{start,exit}
Arnaldo Carvalho de Melo
1
-0
/
+59
2018-09-03
perf augmented_syscalls: Avoid optimization to pass older BPF validators
Arnaldo Carvalho de Melo
1
-1
/
+3
2018-09-03
perf augmented_syscalls: Check probe_read_str() return separately
Arnaldo Carvalho de Melo
1
-6
/
+7
2018-08-30
perf trace augmented_syscalls: Hook into syscalls:sys_exit_SYSCALL too
Arnaldo Carvalho de Melo
1
-0
/
+14
2018-08-30
perf trace augmented_syscalls: Rename augmented_*_syscall__enter to just *_sy...
Arnaldo Carvalho de Melo
1
-9
/
+9
2018-08-30
perf augmented_syscalls: Update the header comments
Arnaldo Carvalho de Melo
1
-7
/
+5
2018-08-30
perf trace augmented_syscalls: Augment sendto's 'addr' arg
Arnaldo Carvalho de Melo
1
-0
/
+13
2018-08-30
perf trace augmented_syscalls: Augment bind's 'myaddr' sockaddr arg
Arnaldo Carvalho de Melo
1
-0
/
+10
2018-08-30
perf trace augmented_syscalls: Add augmented_sockaddr_syscall_enter()
Arnaldo Carvalho de Melo
1
-20
/
+26
[next]