Lines Matching defs:tp
260 static inline bool trace_probe_test_flag(struct trace_probe *tp, in trace_probe_test_flag()
266 static inline void trace_probe_set_flag(struct trace_probe *tp, in trace_probe_set_flag()
272 static inline void trace_probe_clear_flag(struct trace_probe *tp, in trace_probe_clear_flag()
278 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled()
283 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name()
288 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name()
294 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call()
313 static inline struct list_head *trace_probe_probe_list(struct trace_probe *tp) in trace_probe_probe_list()
318 static inline bool trace_probe_has_sibling(struct trace_probe *tp) in trace_probe_has_sibling()
325 static inline int trace_probe_unregister_event_call(struct trace_probe *tp) in trace_probe_unregister_event_call()
331 static inline bool trace_probe_has_single_file(struct trace_probe *tp) in trace_probe_has_single_file()
352 #define trace_probe_for_each_link(pos, tp) \ argument
354 #define trace_probe_for_each_link_rcu(pos, tp) \ argument