Lines Matching refs:xbc_node
25 trace_boot_set_instance_options(struct trace_array *tr, struct xbc_node *node) in trace_boot_set_instance_options()
27 struct xbc_node *anode; in trace_boot_set_instance_options()
83 trace_boot_enable_events(struct trace_array *tr, struct xbc_node *node) in trace_boot_enable_events()
85 struct xbc_node *anode; in trace_boot_enable_events()
102 trace_boot_add_kprobe_event(struct xbc_node *node, const char *event) in trace_boot_add_kprobe_event()
105 struct xbc_node *anode; in trace_boot_add_kprobe_event()
130 trace_boot_add_kprobe_event(struct xbc_node *node, const char *event) in trace_boot_add_kprobe_event()
139 trace_boot_add_synth_event(struct xbc_node *node, const char *event) in trace_boot_add_synth_event()
142 struct xbc_node *anode; in trace_boot_add_synth_event()
167 trace_boot_add_synth_event(struct xbc_node *node, const char *event) in trace_boot_add_synth_event()
219 trace_boot_hist_add_array(struct xbc_node *hnode, char **bufp, in trace_boot_hist_add_array()
222 struct xbc_node *anode; in trace_boot_hist_add_array()
247 trace_boot_hist_add_one_handler(struct xbc_node *hnode, char **bufp, in trace_boot_hist_add_one_handler()
251 struct xbc_node *knode, *anode; in trace_boot_hist_add_one_handler()
298 trace_boot_hist_add_handlers(struct xbc_node *hnode, char **bufp, in trace_boot_hist_add_handlers()
301 struct xbc_node *node; in trace_boot_hist_add_handlers()
346 trace_boot_compose_hist_cmd(struct xbc_node *hnode, char *buf, size_t size) in trace_boot_compose_hist_cmd()
348 struct xbc_node *node, *knode; in trace_boot_compose_hist_cmd()
420 struct xbc_node *hnode, char *buf, size_t size) in trace_boot_init_histograms()
422 struct xbc_node *node; in trace_boot_init_histograms()
451 struct xbc_node *hnode, char *buf, size_t size) in trace_boot_init_histograms()
458 trace_boot_init_one_event(struct trace_array *tr, struct xbc_node *gnode, in trace_boot_init_one_event()
459 struct xbc_node *enode) in trace_boot_init_one_event()
462 struct xbc_node *anode; in trace_boot_init_one_event()
514 trace_boot_init_events(struct trace_array *tr, struct xbc_node *node) in trace_boot_init_events()
516 struct xbc_node *gnode, *enode; in trace_boot_init_events()
556 trace_boot_set_ftrace_filter(struct trace_array *tr, struct xbc_node *node) in trace_boot_set_ftrace_filter()
558 struct xbc_node *anode; in trace_boot_set_ftrace_filter()
588 trace_boot_enable_tracer(struct trace_array *tr, struct xbc_node *node) in trace_boot_enable_tracer()
608 trace_boot_init_one_instance(struct trace_array *tr, struct xbc_node *node) in trace_boot_init_one_instance()
617 trace_boot_init_instances(struct xbc_node *node) in trace_boot_init_instances()
619 struct xbc_node *inode; in trace_boot_init_instances()
644 struct xbc_node *trace_node; in trace_boot_init()