Home
last modified time | relevance | path

Searched refs:syscall_tp (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-trace.c283 struct syscall_tp { struct
296 struct syscall_tp sc;
318 static inline struct syscall_tp *__evsel__syscall_tp(struct evsel *evsel) in __evsel__syscall_tp()
325 static struct syscall_tp *evsel__syscall_tp(struct evsel *evsel) in evsel__syscall_tp()
382 ({ struct syscall_tp *sc = __evsel__syscall_tp(evsel);\
396 ({ struct syscall_tp *sc = __evsel__syscall_tp(evsel);\
407 struct syscall_tp *sc = evsel__syscall_tp(evsel); in evsel__init_syscall_tp()
421 struct syscall_tp *sc = evsel__syscall_tp(evsel); in evsel__init_augmented_syscall_tp()
439 struct syscall_tp *sc = __evsel__syscall_tp(evsel); in evsel__init_augmented_syscall_tp_args()
446 struct syscall_tp *s in evsel__init_augmented_syscall_tp_ret()
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-trace.c285 struct syscall_tp { struct
298 struct syscall_tp sc;
320 static inline struct syscall_tp *__evsel__syscall_tp(struct evsel *evsel) in __evsel__syscall_tp()
327 static struct syscall_tp *evsel__syscall_tp(struct evsel *evsel) in evsel__syscall_tp()
384 ({ struct syscall_tp *sc = __evsel__syscall_tp(evsel);\
398 ({ struct syscall_tp *sc = __evsel__syscall_tp(evsel);\
409 struct syscall_tp *sc = evsel__syscall_tp(evsel); in evsel__init_syscall_tp()
424 struct syscall_tp *sc = evsel__syscall_tp(evsel); in evsel__init_augmented_syscall_tp()
442 struct syscall_tp *sc = __evsel__syscall_tp(evsel); in evsel__init_augmented_syscall_tp_args()
449 struct syscall_tp *s in evsel__init_augmented_syscall_tp_ret()
[all...]
/kernel/linux/linux-5.10/samples/bpf/
H A DMakefile47 tprogs-y += syscall_tp
104 syscall_tp-objs := syscall_tp_user.o
/kernel/linux/linux-6.6/samples/bpf/
H A DMakefile42 tprogs-y += syscall_tp
92 syscall_tp-objs := syscall_tp_user.o

Completed in 8 milliseconds