ftrace_probe_ops 1027 kernel/trace/ftrace.c 	struct ftrace_probe_ops	*probe_ops;
ftrace_probe_ops 3179 kernel/trace/ftrace.c 	struct ftrace_probe_ops *probe_ops;
ftrace_probe_ops 4115 kernel/trace/ftrace.c 	struct ftrace_probe_ops *probe_ops;
ftrace_probe_ops 4277 kernel/trace/ftrace.c 	struct ftrace_probe_ops *probe_ops;
ftrace_probe_ops 4311 kernel/trace/ftrace.c 			       struct ftrace_probe_ops *probe_ops,
ftrace_probe_ops 4454 kernel/trace/ftrace.c 				      struct ftrace_probe_ops *probe_ops)
ftrace_probe_ops 7620 kernel/trace/trace.c 		struct trace_array *tr, struct ftrace_probe_ops *ops,
ftrace_probe_ops 7628 kernel/trace/trace.c 		      struct trace_array *tr, struct ftrace_probe_ops *ops,
ftrace_probe_ops 7650 kernel/trace/trace.c 		      struct ftrace_probe_ops *ops, void *data)
ftrace_probe_ops 7671 kernel/trace/trace.c ftrace_snapshot_init(struct ftrace_probe_ops *ops, struct trace_array *tr,
ftrace_probe_ops 7687 kernel/trace/trace.c ftrace_snapshot_free(struct ftrace_probe_ops *ops, struct trace_array *tr,
ftrace_probe_ops 7702 kernel/trace/trace.c static struct ftrace_probe_ops snapshot_probe_ops = {
ftrace_probe_ops 7707 kernel/trace/trace.c static struct ftrace_probe_ops snapshot_count_probe_ops = {
ftrace_probe_ops 7718 kernel/trace/trace.c 	struct ftrace_probe_ops *ops;
ftrace_probe_ops 1107 kernel/trace/trace.h 					struct ftrace_probe_ops *ops,
ftrace_probe_ops 1109 kernel/trace/trace.h 	int			(*init)(struct ftrace_probe_ops *ops,
ftrace_probe_ops 1113 kernel/trace/trace.h 	void			(*free)(struct ftrace_probe_ops *ops,
ftrace_probe_ops 1118 kernel/trace/trace.h 					 struct ftrace_probe_ops *ops,
ftrace_probe_ops 1137 kernel/trace/trace.h 			       struct ftrace_probe_ops *ops, void *data);
ftrace_probe_ops 1140 kernel/trace/trace.h 				      struct ftrace_probe_ops *ops);
ftrace_probe_ops 2528 kernel/trace/trace_events.c 		   struct trace_array *tr, struct ftrace_probe_ops *ops,
ftrace_probe_ops 2545 kernel/trace/trace_events.c 			 struct trace_array *tr, struct ftrace_probe_ops *ops,
ftrace_probe_ops 2573 kernel/trace/trace_events.c 		   struct ftrace_probe_ops *ops, void *data)
ftrace_probe_ops 2602 kernel/trace/trace_events.c event_enable_init(struct ftrace_probe_ops *ops, struct trace_array *tr,
ftrace_probe_ops 2640 kernel/trace/trace_events.c event_enable_free(struct ftrace_probe_ops *ops, struct trace_array *tr,
ftrace_probe_ops 2664 kernel/trace/trace_events.c static struct ftrace_probe_ops event_enable_probe_ops = {
ftrace_probe_ops 2671 kernel/trace/trace_events.c static struct ftrace_probe_ops event_enable_count_probe_ops = {
ftrace_probe_ops 2678 kernel/trace/trace_events.c static struct ftrace_probe_ops event_disable_probe_ops = {
ftrace_probe_ops 2685 kernel/trace/trace_events.c static struct ftrace_probe_ops event_disable_count_probe_ops = {
ftrace_probe_ops 2697 kernel/trace/trace_events.c 	struct ftrace_probe_ops *ops;
ftrace_probe_ops  281 kernel/trace/trace_functions.c static void update_traceon_count(struct ftrace_probe_ops *ops,
ftrace_probe_ops  344 kernel/trace/trace_functions.c 		     struct trace_array *tr, struct ftrace_probe_ops *ops,
ftrace_probe_ops  352 kernel/trace/trace_functions.c 		      struct trace_array *tr, struct ftrace_probe_ops *ops,
ftrace_probe_ops  360 kernel/trace/trace_functions.c 	       struct trace_array *tr, struct ftrace_probe_ops *ops,
ftrace_probe_ops  371 kernel/trace/trace_functions.c 		struct trace_array *tr, struct ftrace_probe_ops *ops,
ftrace_probe_ops  415 kernel/trace/trace_functions.c 		  struct trace_array *tr, struct ftrace_probe_ops *ops,
ftrace_probe_ops  423 kernel/trace/trace_functions.c 			struct trace_array *tr, struct ftrace_probe_ops *ops,
ftrace_probe_ops  463 kernel/trace/trace_functions.c static int update_count(struct ftrace_probe_ops *ops, unsigned long ip,
ftrace_probe_ops  483 kernel/trace/trace_functions.c 		  struct trace_array *tr, struct ftrace_probe_ops *ops,
ftrace_probe_ops  493 kernel/trace/trace_functions.c 		     struct trace_array *tr, struct ftrace_probe_ops *ops,
ftrace_probe_ops  502 kernel/trace/trace_functions.c 		   unsigned long ip, struct ftrace_probe_ops *ops,
ftrace_probe_ops  523 kernel/trace/trace_functions.c 		     struct ftrace_probe_ops *ops,
ftrace_probe_ops  531 kernel/trace/trace_functions.c 			 struct ftrace_probe_ops *ops, void *data)
ftrace_probe_ops  538 kernel/trace/trace_functions.c 			struct ftrace_probe_ops *ops, void *data)
ftrace_probe_ops  545 kernel/trace/trace_functions.c 			struct ftrace_probe_ops *ops, void *data)
ftrace_probe_ops  552 kernel/trace/trace_functions.c 			struct ftrace_probe_ops *ops, void *data)
ftrace_probe_ops  559 kernel/trace/trace_functions.c ftrace_count_init(struct ftrace_probe_ops *ops, struct trace_array *tr,
ftrace_probe_ops  575 kernel/trace/trace_functions.c ftrace_count_free(struct ftrace_probe_ops *ops, struct trace_array *tr,
ftrace_probe_ops  588 kernel/trace/trace_functions.c static struct ftrace_probe_ops traceon_count_probe_ops = {
ftrace_probe_ops  595 kernel/trace/trace_functions.c static struct ftrace_probe_ops traceoff_count_probe_ops = {
ftrace_probe_ops  602 kernel/trace/trace_functions.c static struct ftrace_probe_ops stacktrace_count_probe_ops = {
ftrace_probe_ops  609 kernel/trace/trace_functions.c static struct ftrace_probe_ops dump_probe_ops = {
ftrace_probe_ops  616 kernel/trace/trace_functions.c static struct ftrace_probe_ops cpudump_probe_ops = {
ftrace_probe_ops  621 kernel/trace/trace_functions.c static struct ftrace_probe_ops traceon_probe_ops = {
ftrace_probe_ops  626 kernel/trace/trace_functions.c static struct ftrace_probe_ops traceoff_probe_ops = {
ftrace_probe_ops  631 kernel/trace/trace_functions.c static struct ftrace_probe_ops stacktrace_probe_ops = {
ftrace_probe_ops  638 kernel/trace/trace_functions.c 			    struct ftrace_probe_ops *ops,
ftrace_probe_ops  679 kernel/trace/trace_functions.c 	struct ftrace_probe_ops *ops;
ftrace_probe_ops  698 kernel/trace/trace_functions.c 	struct ftrace_probe_ops *ops;
ftrace_probe_ops  713 kernel/trace/trace_functions.c 	struct ftrace_probe_ops *ops;
ftrace_probe_ops  729 kernel/trace/trace_functions.c 	struct ftrace_probe_ops *ops;