Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_events_user.c205 static bool user_fields_match(struct user_event *user, int argc,
1510 if (user_fields_match(user, argc, argv)) in find_user_event()
1865 static bool user_fields_match(struct user_event *user, int argc, in user_fields_match() function
1896 match = user_fields_match(user, argc, argv); in user_event_match()