Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_events_hist.c5751 struct hist_file_data *hist_file = m->private; in hist_show() local
5758 event_file = event_file_file(hist_file->file); in hist_show()
5766 hist_file->last_read = get_hist_hit_count(event_file); in hist_show()
5771 hist_file->last_act = hist_file->last_read; in hist_show()
5780 struct hist_file_data *hist_file = m->private; in event_hist_poll() local
5793 if (hist_file->last_read != cnt) in event_hist_poll()
5795 if (hist_file->last_act != cnt) { in event_hist_poll()
5796 hist_file->last_act = cnt; in event_hist_poll()
5806 struct hist_file_data *hist_file = m->private; in event_hist_release() local
5808 kfree(hist_file); in event_hist_release()
[all …]