Lines Matching defs:tp
264 static inline bool trace_probe_test_flag(struct trace_probe *tp, in trace_probe_test_flag()
270 static inline void trace_probe_set_flag(struct trace_probe *tp, in trace_probe_set_flag()
276 static inline void trace_probe_clear_flag(struct trace_probe *tp, in trace_probe_clear_flag()
282 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled()
287 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name()
292 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name()
298 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call()
317 static inline struct list_head *trace_probe_probe_list(struct trace_probe *tp) in trace_probe_probe_list()
322 static inline bool trace_probe_has_sibling(struct trace_probe *tp) in trace_probe_has_sibling()
329 static inline int trace_probe_unregister_event_call(struct trace_probe *tp) in trace_probe_unregister_event_call()
335 static inline bool trace_probe_has_single_file(struct trace_probe *tp) in trace_probe_has_single_file()
358 #define trace_probe_for_each_link(pos, tp) \ argument
360 #define trace_probe_for_each_link_rcu(pos, tp) \ argument