| Commit message (Expand) | Author | Age | Files | Lines |
* | perf trace: Remove unused bpf map 'syscalls' | Leo Yan | 2022-11-23 | 1 | -17/+0 |
* | perf augmented_raw_syscalls: Remove unused variable 'syscall' | Leo Yan | 2022-11-23 | 1 | -1/+0 |
* | perf trace: Add augmenter for clock_gettime's rqtp timespec arg | Arnaldo Carvalho de Melo | 2022-11-10 | 1 | -0/+28 |
* | perf trace: Add BPF augmenter to perf_event_open()'s 'struct perf_event_attr'... | Arnaldo Carvalho de Melo | 2022-11-07 | 1 | -0/+44 |
* | perf examples bpf: Remove augmented_syscalls.c, the raw_syscalls one should b... | Arnaldo Carvalho de Melo | 2022-11-04 | 2 | -245/+0 |
* | perf trace: 5sec fix libbpf 1.0+ compatibility | Ian Rogers | 2022-11-04 | 1 | -3/+5 |
* | perf trace: empty fix libbpf 1.0+ compatibility | Ian Rogers | 2022-11-04 | 1 | -2/+11 |
* | perf trace: hello fix libbpf 1.0+ compatibility | Ian Rogers | 2022-11-04 | 1 | -3/+21 |
* | perf trace: Raw augmented syscalls fix libbpf 1.0+ compatibility | Ian Rogers | 2022-11-04 | 1 | -17/+86 |
* | perf tools: Fix various typos in comments | Ingo Molnar | 2021-03-23 | 1 | -2/+2 |
* | perf bpf examples: Fix bpf.h header include directive in 5sec.c example | Arnaldo Carvalho de Melo | 2021-01-15 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2020-01-28 | 3 | -3/+3 |
|\ |
|
| * | perf: Use consistent include paths for libbpf | Toke Høiland-Jørgensen | 2020-01-20 | 3 | -3/+3 |
* | | hrtimers: Prepare hrtimer_nanosleep() for time namespaces | Andrei Vagin | 2020-01-14 | 1 | -2/+4 |
|/ |
|
* | perf augmented_raw_syscalls: Reduce perf_event_output() boilerplate | Arnaldo Carvalho de Melo | 2019-08-26 | 1 | -12/+12 |
* | perf augmented_raw_syscalls: Introduce helper to get the scratch space | Arnaldo Carvalho de Melo | 2019-08-26 | 1 | -16/+16 |
* | perf augmented_raw_syscalls: Postpone tmp map lookup to after pid_filter | Arnaldo Carvalho de Melo | 2019-08-26 | 1 | -3/+3 |
* | perf augmented_raw_syscalls: Rename augmented_filename to augmented_arg | Arnaldo Carvalho de Melo | 2019-08-26 | 1 | -22/+20 |
* | perf trace beauty: Add BPF augmenter for the 'rename' syscall | Arnaldo Carvalho de Melo | 2019-07-29 | 1 | -0/+19 |
* | perf trace beauty: Beautify 'sendto's sockaddr arg | Arnaldo Carvalho de Melo | 2019-07-29 | 1 | -0/+21 |
* | perf augmented_raw_syscalls: Augment sockaddr arg in 'connect' | Arnaldo Carvalho de Melo | 2019-07-29 | 1 | -5/+30 |
* | perf augmented_raw_syscalls: Rename augmented_args_filename to augmented_args... | Arnaldo Carvalho de Melo | 2019-07-29 | 1 | -10/+12 |
* | perf augmented_raw_syscalls: Support copying two string syscall args | Arnaldo Carvalho de Melo | 2019-07-29 | 1 | -0/+20 |
* | perf augmented_raw_syscalls: Switch to using BPF_MAP_TYPE_PROG_ARRAY | Arnaldo Carvalho de Melo | 2019-07-29 | 1 | -111/+16 |
* | perf augmented_raw_syscalls: Add handler for "openat" | Arnaldo Carvalho de Melo | 2019-07-29 | 1 | -0/+17 |
* | perf trace: Put the per-syscall entry/exit prog_array BPF map infrastructure ... | Arnaldo Carvalho de Melo | 2019-07-29 | 1 | -0/+14 |
* | perf trace: Allow specifying the bpf prog to augment specific syscalls | Arnaldo Carvalho de Melo | 2019-07-29 | 1 | -0/+23 |
* | perf trace: Add BPF handler for unaugmented syscalls | Arnaldo Carvalho de Melo | 2019-07-29 | 1 | -0/+6 |
* | perf augmented_raw_syscalls: Move reading filename to the loop | Arnaldo Carvalho de Melo | 2019-06-05 | 1 | -8/+4 |
* | perf augmented_raw_syscalls: Change helper to consider just the augmented_fil... | Arnaldo Carvalho de Melo | 2019-06-05 | 1 | -13/+33 |
* | perf augmented_raw_syscalls: Move the probe_read_str to a separate function | Arnaldo Carvalho de Melo | 2019-06-05 | 1 | -9/+18 |
* | perf augmented_raw_syscalls: Tell which args are filenames and how many bytes... | Arnaldo Carvalho de Melo | 2019-06-05 | 1 | -168/+64 |
* | perf trace: Beautify 'fspick' arguments | Arnaldo Carvalho de Melo | 2019-05-28 | 1 | -0/+2 |
* | perf trace: Beautify 'move_mount' arguments | Arnaldo Carvalho de Melo | 2019-05-28 | 1 | -0/+11 |
* | perf augmented_raw_syscalls: Fix up comment | Arnaldo Carvalho de Melo | 2019-05-28 | 1 | -1/+1 |
* | perf augmented_raw_syscalls: Use a PERCPU_ARRAY map to copy more string bytes | Arnaldo Carvalho de Melo | 2019-04-01 | 1 | -18/+28 |
* | perf augmented_raw_syscalls: Copy strings from all syscalls with 1st or 2nd s... | Arnaldo Carvalho de Melo | 2019-04-01 | 1 | -3/+147 |
* | perf augmented_syscalls: Convert to bpf_map() | Arnaldo Carvalho de Melo | 2019-01-25 | 1 | -6/+2 |
* | perf bpf examples: Convert etcsnoop to use bpf_map() | Arnaldo Carvalho de Melo | 2019-01-25 | 1 | -6/+2 |
* | perf augmented_raw_syscalls: Use bpf_map() | Arnaldo Carvalho de Melo | 2019-01-25 | 1 | -12/+2 |
* | perf: Make perf_event_output() propagate the output() return | Arnaldo Carvalho de Melo | 2019-01-21 | 3 | -14/+14 |
* | perf augmented_raw_syscalls: Copy 'access' arg as well | Arnaldo Carvalho de Melo | 2018-12-18 | 1 | -0/+2 |
* | perf augmented_raw_syscalls: Do not include stdio.h | Arnaldo Carvalho de Melo | 2018-12-18 | 1 | -1/+0 |
* | perf augmented_syscalls: Switch to using a struct for the syscalls map values | Arnaldo Carvalho de Melo | 2018-12-18 | 1 | -7/+11 |
* | perf trace: Implement syscall filtering in augmented_syscalls | Arnaldo Carvalho de Melo | 2018-12-18 | 1 | -1/+25 |
* | Revert "perf augmented_syscalls: Drop 'write', 'poll' for testing without sel... | Arnaldo Carvalho de Melo | 2018-11-21 | 1 | -4/+0 |
* | perf augmented_syscalls: Remove example hardcoded set of filtered pids | Arnaldo Carvalho de Melo | 2018-11-21 | 1 | -27/+0 |
* | perf augmented_syscalls: Use pid_filter | Arnaldo Carvalho de Melo | 2018-11-21 | 1 | -2/+32 |
* | perf augmented_syscalls: Drop 'write', 'poll' for testing without self pid fi... | Arnaldo Carvalho de Melo | 2018-11-21 | 1 | -0/+4 |
* | perf augmented_syscalls: Remove needless linux/socket.h include | Arnaldo Carvalho de Melo | 2018-11-21 | 1 | -1/+0 |