Lines Matching defs:tp
284 static inline unsigned int trace_probe_load_flag(struct trace_probe *tp) in trace_probe_load_flag()
289 static inline bool trace_probe_test_flag(struct trace_probe *tp, in trace_probe_test_flag()
295 static inline void trace_probe_set_flag(struct trace_probe *tp, in trace_probe_set_flag()
301 static inline void trace_probe_clear_flag(struct trace_probe *tp, in trace_probe_clear_flag()
307 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled()
312 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name()
317 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name()
323 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call()
342 static inline struct list_head *trace_probe_probe_list(struct trace_probe *tp) in trace_probe_probe_list()
347 static inline bool trace_probe_has_sibling(struct trace_probe *tp) in trace_probe_has_sibling()
354 static inline int trace_probe_unregister_event_call(struct trace_probe *tp) in trace_probe_unregister_event_call()
360 static inline bool trace_probe_has_single_file(struct trace_probe *tp) in trace_probe_has_single_file()
385 static inline void trace_probe_dump_args(struct seq_file *m, struct trace_probe *tp) in trace_probe_dump_args()
395 static inline int traceprobe_get_entry_data_size(struct trace_probe *tp) in traceprobe_get_entry_data_size()
399 #define store_trace_entry_data(edata, tp, regs) do { } while (0) argument
402 #define trace_probe_for_each_link(pos, tp) \ argument
404 #define trace_probe_for_each_link_rcu(pos, tp) \ argument
479 struct trace_probe *tp; member