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

/linux-master/tools/perf/
H A Dbuiltin-trace.c286 struct syscall_tp { struct
299 struct syscall_tp sc;
321 static inline struct syscall_tp *__evsel__syscall_tp(struct evsel *evsel)
328 static struct syscall_tp *evsel__syscall_tp(struct evsel *evsel)
385 ({ struct syscall_tp *sc = __evsel__syscall_tp(evsel);\
399 ({ struct syscall_tp *sc = __evsel__syscall_tp(evsel);\
410 struct syscall_tp *sc = evsel__syscall_tp(evsel);
425 struct syscall_tp *sc = evsel__syscall_tp(evsel);
443 struct syscall_tp *sc = __evsel__syscall_tp(evsel);
450 struct syscall_tp *s
[all...]
/linux-master/samples/bpf/
H A DMakefile42 tprogs-y += syscall_tp
92 syscall_tp-objs := syscall_tp_user.o

Completed in 134 milliseconds