Home
last modified time | relevance | path

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

/linux/samples/bpf/
H A D.gitignore18 syscall_tp
H A DMakefile33 tprogs-y += syscall_tp
74 syscall_tp-objs := syscall_tp_user.o
/linux/tools/perf/
H A Dbuiltin-trace.c330 struct syscall_tp { struct
343 struct syscall_tp sc; argument
365 static inline struct syscall_tp *__evsel__syscall_tp(struct evsel *evsel) in __evsel__syscall_tp()
372 static struct syscall_tp *evsel__syscall_tp(struct evsel *evsel) in evsel__syscall_tp()
434 ({ struct syscall_tp *sc = __evsel__syscall_tp(evsel);\
448 ({ struct syscall_tp *sc = __evsel__syscall_tp(evsel);\
459 struct syscall_tp *sc = evsel__syscall_tp(evsel); in evsel__init_syscall_tp()
474 struct syscall_tp *sc = evsel__syscall_tp(evsel); in evsel__init_augmented_syscall_tp()
492 struct syscall_tp *sc = __evsel__syscall_tp(evsel); in evsel__init_augmented_syscall_tp_args()
499 struct syscall_tp *sc = __evsel__syscall_tp(evsel); in evsel__init_augmented_syscall_tp_ret()
[all …]