| /linux/tools/perf/scripts/python/bin/ |
| H A D | syscall-counts-by-pid-record | 2 (perf record -e raw_syscalls:sys_enter $@ || \ 3 perf record -e syscalls:sys_enter $@) 2> /dev/null
|
| H A D | syscall-counts-record | 2 (perf record -e raw_syscalls:sys_enter $@ || \ 3 perf record -e syscalls:sys_enter $@) 2> /dev/null
|
| H A D | sctop-record | 2 (perf record -e raw_syscalls:sys_enter $@ || \ 3 perf record -e syscalls:sys_enter $@) 2> /dev/null
|
| /linux/include/trace/events/ |
| H A D | syscalls.h | 18 TRACE_EVENT_SYSCALL(sys_enter, 42 TRACE_EVENT_FLAGS(sys_enter, TRACE_EVENT_FL_CAP_ANY)
|
| /linux/Documentation/trace/ |
| H A D | eprobetrace.rst | 159 # cat events/raw_syscalls/sys_enter/format 160 name: sys_enter 184 # echo 'e:openat raw_syscalls.sys_enter nr=$id filename=+8($args):ustring' >> dynamic_events 210 … cat-1298 [003] ...2. 2060.875970: openat: (raw_syscalls.sys_enter) nr=0x101 filename=(fault) 211 … cat-1298 [003] ...2. 2060.876197: openat: (raw_syscalls.sys_enter) nr=0x101 filename=(fault) 212 … cat-1298 [003] ...2. 2060.879126: openat: (raw_syscalls.sys_enter) nr=0x101 filename=(fault) 213 … cat-1298 [003] ...2. 2060.879639: openat: (raw_syscalls.sys_enter) nr=0x101 filename=(fault) 232 # echo 'e:openat_start raw_syscalls.sys_enter nr=$id filename=+8($args):x64' >> dynamic_events
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | trace_printk.c | 23 int sys_enter(void *ctx) 17 int sys_enter(void *ctx) sys_enter() function
|
| H A D | trace_vprintk.c | 16 int sys_enter(void *ctx) in sys_enter() function
|
| H A D | test_endian.c | 25 int sys_enter(const void *ctx) in sys_enter() function
|
| H A D | timer_crash.c | 30 int sys_enter(void *ctx) in sys_enter() function
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | verif_stats.c | 19 err = bpf_prog_get_info_by_fd(skel->progs.sys_enter.prog_fd, in test_verif_stats()
|
| /linux/tools/perf/ |
| H A D | builtin-trace.c | 132 const char *sys_enter, 151 struct evsel *sys_enter, 1471 struct bpf_program *sys_enter, 1478 * sys_exit with the pathname in sys_enter. 1877 * first having received a sys_enter ("poll" issued before tracing session in __trace__fprintf_tstamp() 1878 * starts, lost sys_enter exit due to ring buffer overflow). 2187 * /sys/kernel/tracing/events/syscalls/sys_enter* in syscall__read_info() 2806 * For now with BPF raw_augmented we hook into raw_syscalls:sys_enter in trace__sys_enter() 2810 * sc->args_size but always after the full raw_syscalls:sys_enter payload, in trace__sys_enter() 2879 * If this is raw_syscalls.sys_enter, the in trace__fprintf_sys_enter() 131 const char *sys_enter, global() member 150 struct evsel *sys_enter, global() member 1477 struct bpf_program *sys_enter, global() member 3659 struct evsel *sys_enter, *sys_exit; trace__add_syscall_newtp() local [all...] |
| /linux/tools/perf/util/ |
| H A D | bpf_trace_augment.c | 26 * Disable attaching the BPF programs except for sys_enter and in augmented_syscalls__prepare() 30 if (prog != skel->progs.sys_enter && prog != skel->progs.sys_exit) in augmented_syscalls__prepare()
|
| /linux/tools/perf/util/bpf_skel/ |
| H A D | syscall_summary.bpf.c | 102 SEC("tp_btf/sys_enter") 103 int sys_enter(u64 *ctx) in sys_enter() function
|
| H A D | augmented_raw_syscalls.bpf.c | 5 * This exactly matches what is marshalled into the raw_syscall:sys_enter 194 SEC("tp/raw_syscalls/sys_enter") 201 * These will be tail_called from SEC("raw_syscalls:sys_enter"), so will find in 202 * augmented_args_tmp what was read by that raw_syscalls:sys_enter and go 529 /* copy the sys_enter header, which has the syscall_nr */ in sys_enter() 565 SEC("tp/raw_syscalls/sys_enter") in sys_exit() 566 int sys_enter(struct syscall_enter_args *args) in sys_exit() 576 * initial, non-augmented raw_syscalls:sys_enter payload. in sys_exit() 525 int sys_enter(struct syscall_enter_args *args) sys_enter() function
|
| /linux/Documentation/bpf/ |
| H A D | map_cgrp_storage.rst | 50 SEC("tp_btf/sys_enter")
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-config.txt | 672 strace-like sys_enter+sys_exit lines.
|
| H A D | perf-stat.txt | 87 17247: tracepoint name sys_enter tag 192d548b9d754067 gpl
|