Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_events_trigger.c79 if (event_command_post_trigger(data->cmd_ops)) { in event_triggers_call()
540 if (data->filter || event_command_post_trigger(data->cmd_ops) || in update_cond_flag()
H A Dtrace.h1881 static inline bool event_command_post_trigger(struct event_command *cmd_ops) in event_command_post_trigger() function