Home
last modified time | relevance | path

Searched refs:tracepoint (Results 1 – 6 of 6) sorted by relevance

/include/linux/
A Dtracepoint-defs.h39 struct tracepoint { struct
53 typedef struct tracepoint * const tracepoint_ptr_t; argument
57 struct tracepoint *tp;
88 extern struct tracepoint __tracepoint_##tp
94 # define tracepoint_enabled(tracepoint) false argument
A Dtracepoint.h25 struct tracepoint;
37 tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data);
47 tracepoint_probe_register_may_exist(struct tracepoint *tp, void *probe, in tracepoint_probe_register_may_exist()
66 void for_each_module_tracepoint(void (*fct)(struct tracepoint *,
70 void (*fct)(struct tracepoint *,
89 void for_each_module_tracepoint(void (*fct)(struct tracepoint *, in for_each_module_tracepoint() argument
96 void (*fct)(struct tracepoint *, in for_each_tracepoint_in_module() argument
120 static inline bool tracepoint_is_faultable(struct tracepoint *tp) in tracepoint_is_faultable()
127 static inline bool tracepoint_is_faultable(struct tracepoint *tp) in tracepoint_is_faultable()
238 extern struct tracepoint __tracepoint_##name; \
[all …]
A Dbpf_types.h41 BPF_PROG_TYPE(BPF_PROG_TYPE_TRACEPOINT, tracepoint,
A Dtrace_events.h369 struct tracepoint *tp;
/include/trace/
A Dtrace_custom_events.h209 static inline int trace_custom_event_##call##_update(struct tracepoint *tp) \
/include/uapi/linux/
A Dbpf.h6783 } tracepoint; /* BPF_PERF_EVENT_TRACEPOINT */ member

Completed in 25 milliseconds