Home
last modified time | relevance | path

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

/Linux-v6.1/samples/bpf/
D.gitignore18 syscall_tp
DMakefile45 tprogs-y += syscall_tp
106 syscall_tp-objs := syscall_tp_user.o
/Linux-v6.1/tools/perf/
Dbuiltin-trace.c282 struct syscall_tp { struct
295 struct syscall_tp sc; argument
317 static inline struct syscall_tp *__evsel__syscall_tp(struct evsel *evsel) in __evsel__syscall_tp()
324 static struct syscall_tp *evsel__syscall_tp(struct evsel *evsel) in evsel__syscall_tp()
381 ({ struct syscall_tp *sc = __evsel__syscall_tp(evsel);\
395 ({ struct syscall_tp *sc = __evsel__syscall_tp(evsel);\
406 struct syscall_tp *sc = evsel__syscall_tp(evsel); in evsel__init_syscall_tp()
420 struct syscall_tp *sc = evsel__syscall_tp(evsel); in evsel__init_augmented_syscall_tp()
438 struct syscall_tp *sc = __evsel__syscall_tp(evsel); in evsel__init_augmented_syscall_tp_args()
445 struct syscall_tp *sc = __evsel__syscall_tp(evsel); in evsel__init_augmented_syscall_tp_ret()
[all …]