Home
last modified time | relevance | path

Searched refs:init_group (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/kernel/trace/
Dtrace_events_user.c76 static struct user_event_group *init_group; variable
352 return init_group; in current_user_event_group()
2753 init_group = user_event_group_create(); in trace_events_user_init()
2755 if (!init_group) { in trace_events_user_init()
2764 user_event_group_destroy(init_group); in trace_events_user_init()
2766 init_group = NULL; in trace_events_user_init()