Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/trace/
Dtrace_events_hist.c1143 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_var()
1195 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_file_var()
2852 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_trigger_filter()
2908 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_compatible_hist()
5619 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_show()
5898 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_debug_show()
6305 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in existing_hist_update_only()
6349 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_register_trigger()
6428 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in have_hist_trigger_match()
6451 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_trigger_check_refs()
[all …]
/linux-6.6.21/include/linux/
Dtrace_events.h713 ETT_EVENT_HIST = (1 << 4), enumerator