Lines Matching refs:enode
463 struct xbc_node *enode) in trace_boot_init_one_event() argument
471 event = xbc_node_get_data(enode); in trace_boot_init_one_event()
474 if (trace_boot_add_kprobe_event(enode, event) < 0) in trace_boot_init_one_event()
477 if (trace_boot_add_synth_event(enode, event) < 0) in trace_boot_init_one_event()
487 p = xbc_node_find_value(enode, "filter", NULL); in trace_boot_init_one_event()
496 xbc_node_for_each_array_value(enode, "actions", anode, p) { in trace_boot_init_one_event()
502 anode = xbc_node_find_subkey(enode, "hist"); in trace_boot_init_one_event()
505 } else if (xbc_node_find_value(enode, "actions", NULL)) in trace_boot_init_one_event()
508 if (xbc_node_find_value(enode, "enable", NULL)) { in trace_boot_init_one_event()
520 struct xbc_node *gnode, *enode; in trace_boot_init_events() local
535 xbc_node_for_each_subkey(gnode, enode) { in trace_boot_init_events()
536 data = xbc_node_get_data(enode); in trace_boot_init_events()
541 trace_boot_init_one_event(tr, gnode, enode); in trace_boot_init_events()