Searched refs:tracepoint (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| A D | tracepoint-defs.h | 39 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 D | tracepoint.h | 25 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 D | bpf_types.h | 41 BPF_PROG_TYPE(BPF_PROG_TYPE_TRACEPOINT, tracepoint,
|
| A D | trace_events.h | 369 struct tracepoint *tp;
|
| /include/trace/ |
| A D | trace_custom_events.h | 209 static inline int trace_custom_event_##call##_update(struct tracepoint *tp) \
|
| /include/uapi/linux/ |
| A D | bpf.h | 6783 } tracepoint; /* BPF_PERF_EVENT_TRACEPOINT */ member
|
Completed in 25 milliseconds