Home
last modified time | relevance | path

Searched refs:syscall_tp (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/samples/bpf/
D.gitignore18 syscall_tp
DMakefile47 tprogs-y += syscall_tp
104 syscall_tp-objs := syscall_tp_user.o
/Linux-v5.10/tools/perf/
Dbuiltin-trace.c281 struct syscall_tp { struct
294 struct syscall_tp sc; argument
316 static inline struct syscall_tp *__evsel__syscall_tp(struct evsel *evsel) in __evsel__syscall_tp()
323 static struct syscall_tp *evsel__syscall_tp(struct evsel *evsel) in evsel__syscall_tp()
380 ({ struct syscall_tp *sc = __evsel__syscall_tp(evsel);\
394 ({ struct syscall_tp *sc = __evsel__syscall_tp(evsel);\
405 struct syscall_tp *sc = evsel__syscall_tp(evsel); in evsel__init_syscall_tp()
419 struct syscall_tp *sc = evsel__syscall_tp(evsel); in evsel__init_augmented_syscall_tp()
437 struct syscall_tp *sc = __evsel__syscall_tp(evsel); in evsel__init_augmented_syscall_tp_args()
444 struct syscall_tp *sc = __evsel__syscall_tp(evsel); in evsel__init_augmented_syscall_tp_ret()
[all …]