Lines Matching refs:enode
459 struct xbc_node *enode) in trace_boot_init_one_event() argument
467 event = xbc_node_get_data(enode); in trace_boot_init_one_event()
470 if (trace_boot_add_kprobe_event(enode, event) < 0) in trace_boot_init_one_event()
473 if (trace_boot_add_synth_event(enode, event) < 0) in trace_boot_init_one_event()
483 p = xbc_node_find_value(enode, "filter", NULL); in trace_boot_init_one_event()
492 xbc_node_for_each_array_value(enode, "actions", anode, p) { in trace_boot_init_one_event()
498 anode = xbc_node_find_subkey(enode, "hist"); in trace_boot_init_one_event()
501 } else if (xbc_node_find_value(enode, "actions", NULL)) in trace_boot_init_one_event()
504 if (xbc_node_find_value(enode, "enable", NULL)) { in trace_boot_init_one_event()
516 struct xbc_node *gnode, *enode; in trace_boot_init_events() local
531 xbc_node_for_each_subkey(gnode, enode) { in trace_boot_init_events()
532 data = xbc_node_get_data(enode); in trace_boot_init_events()
537 trace_boot_init_one_event(tr, gnode, enode); in trace_boot_init_events()