Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtrace_events_hist.c1500 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_var()
1550 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_file_var()
2808 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_trigger_filter()
2861 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_compatible_hist()
4884 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_show()
5275 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_register_trigger()
5362 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in have_hist_trigger_match()
5383 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_trigger_check_refs()
5408 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_unregister_trigger()
5434 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_file_check_refs()
[all …]
/Linux-v4.19/include/linux/
Dtrace_events.h427 ETT_EVENT_HIST = (1 << 4), enumerator