Lines Matching defs:instance

22 static inline int is_top_instance(struct buffer_instance *instance)  in is_top_instance()
27 static int get_instance_file_fd(struct buffer_instance *instance, in get_instance_file_fd()
108 static char *get_instance_file_content(struct buffer_instance *instance, in get_instance_file_content()
124 static void report_file(struct buffer_instance *instance, in report_file()
335 static void report_events(struct buffer_instance *instance) in report_events()
448 static void report_event_filters(struct buffer_instance *instance) in report_event_filters()
521 static void report_event_triggers(struct buffer_instance *instance) in report_event_triggers()
614 static void report_graph_funcs(struct buffer_instance *instance) in report_graph_funcs()
635 static void report_ftrace_filters(struct buffer_instance *instance) in report_ftrace_filters()
656 static void report_buffers(struct buffer_instance *instance) in report_buffers()
711 static void report_clock(struct buffer_instance *instance) in report_clock()
725 static void report_cpumask(struct buffer_instance *instance) in report_cpumask()
775 static void report_probes(struct buffer_instance *instance, in report_probes()
808 static void report_kprobes(struct buffer_instance *instance) in report_kprobes()
813 static void report_uprobes(struct buffer_instance *instance) in report_uprobes()
818 static void report_traceon(struct buffer_instance *instance) in report_traceon()
838 static void stat_instance(struct buffer_instance *instance, bool opt) in stat_instance()
874 struct buffer_instance *instance = &top_instance; in trace_stat() local