Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/trace/
Dtrace_events_user.c92 struct list_head validators; member
1089 struct list_head *head = &user->validators; in user_event_destroy_validators()
1146 list_add_tail(&validator->user_event_link, &user->validators); in user_event_add_field()
1556 struct list_head *head = &user->validators; in user_event_validate()
1614 if (!list_empty(&user->validators) && in user_event_ftrace()
1655 if (!list_empty(&user->validators) && in user_event_perf()
2125 INIT_LIST_HEAD(&user->validators); in user_event_parse()