Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_events_hist.c1136 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_var()
1188 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_file_var()
2842 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_trigger_filter()
2898 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_compatible_hist()
5608 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) { in get_hist_hit_count()
5630 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_show()
5975 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_debug_show()
6381 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in existing_hist_update_only()
6425 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_register_trigger()
6504 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in have_hist_trigger_match()
[all …]
/linux/include/linux/
H A Dtrace_events.h721 ETT_EVENT_HIST = (1 << 4), enumerator