Home
last modified time | relevance | path

Searched refs:sys_enter (Results 1 – 17 of 17) sorted by relevance

/linux/tools/perf/scripts/python/bin/
H A Dsyscall-counts-by-pid-record2 (perf record -e raw_syscalls:sys_enter $@ || \
3 perf record -e syscalls:sys_enter $@) 2> /dev/null
H A Dsyscall-counts-record2 (perf record -e raw_syscalls:sys_enter $@ || \
3 perf record -e syscalls:sys_enter $@) 2> /dev/null
H A Dsctop-record2 (perf record -e raw_syscalls:sys_enter $@ || \
3 perf record -e syscalls:sys_enter $@) 2> /dev/null
/linux/include/trace/events/
H A Dsyscalls.h18 TRACE_EVENT_SYSCALL(sys_enter,
42 TRACE_EVENT_FLAGS(sys_enter, TRACE_EVENT_FL_CAP_ANY)
/linux/Documentation/trace/
H A Deprobetrace.rst150 # cat events/raw_syscalls/sys_enter/format
151 name: sys_enter
175 # echo 'e:openat raw_syscalls.sys_enter nr=$id filename=+8($args):ustring' >> dynamic_events
201 … cat-1298 [003] ...2. 2060.875970: openat: (raw_syscalls.sys_enter) nr=0x101 filename=(fault)
202 … cat-1298 [003] ...2. 2060.876197: openat: (raw_syscalls.sys_enter) nr=0x101 filename=(fault)
203 … cat-1298 [003] ...2. 2060.879126: openat: (raw_syscalls.sys_enter) nr=0x101 filename=(fault)
204 … cat-1298 [003] ...2. 2060.879639: openat: (raw_syscalls.sys_enter) nr=0x101 filename=(fault)
223 # echo 'e:openat_start raw_syscalls.sys_enter nr=$id filename=+8($args):x64' >> dynamic_events
/linux/tools/testing/selftests/bpf/progs/
H A Dtrace_printk.c23 int sys_enter(void *ctx)
17 int sys_enter(void *ctx) sys_enter() function
H A Dtrace_vprintk.c16 int sys_enter(void *ctx) in sys_enter() function
H A Dtest_endian.c25 int sys_enter(const void *ctx) in sys_enter() function
H A Dtimer_crash.c30 int sys_enter(void *ctx) in sys_enter() function
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dverif_stats.c19 err = bpf_prog_get_info_by_fd(skel->progs.sys_enter.prog_fd, in test_verif_stats()
/linux/tools/perf/
H A Dbuiltin-trace.c131 const char *sys_enter, member
150 struct evsel *sys_enter, member
1477 struct bpf_program *sys_enter, member
2822 if (evsel != trace->syscalls.events.sys_enter) in trace__sys_enter()
3659 struct evsel *sys_enter, *sys_exit; in trace__add_syscall_newtp() local
3661 sys_enter = perf_evsel__raw_syscall_newtp("sys_enter", trace__sys_enter); in trace__add_syscall_newtp()
3662 if (sys_enter == NULL) in trace__add_syscall_newtp()
3665 if (perf_evsel__init_sc_tp_ptr_field(sys_enter, args)) in trace__add_syscall_newtp()
3675 evsel__config_callchain(sys_enter, &trace->opts, &callchain_param); in trace__add_syscall_newtp()
3678 evlist__add(evlist, sys_enter); in trace__add_syscall_newtp()
[all …]
/linux/tools/perf/util/
H A Dbpf_trace_augment.c26 * 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 Dsyscall_summary.bpf.c102 SEC("tp_btf/sys_enter")
103 int sys_enter(u64 *ctx) in sys_enter() function
H A Daugmented_raw_syscalls.bpf.c525 int sys_enter(struct syscall_enter_args *args) in sys_enter() function
/linux/Documentation/bpf/
H A Dmap_cgrp_storage.rst50 SEC("tp_btf/sys_enter")
/linux/tools/perf/Documentation/
H A Dperf-config.txt672 strace-like sys_enter+sys_exit lines.
H A Dperf-stat.txt87 17247: tracepoint name sys_enter tag 192d548b9d754067 gpl