Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/trace/
Dtrace_events_trigger.c77 if (event_command_post_trigger(data->cmd_ops)) { in event_triggers_call()
538 if (data->filter || event_command_post_trigger(data->cmd_ops) || in update_cond_flag()
Dtrace.h1828 static inline bool event_command_post_trigger(struct event_command *cmd_ops) in event_command_post_trigger() function