Searched refs:hist_file (Results 1 – 1 of 1) sorted by relevance
5783 struct hist_file_data *hist_file = m->private; in hist_show() local5790 event_file = event_file_file(hist_file->file); in hist_show()5798 hist_file->last_read = get_hist_hit_count(event_file); in hist_show()5803 hist_file->last_act = hist_file->last_read; in hist_show()5812 struct hist_file_data *hist_file = m->private; in event_hist_poll() local5825 if (hist_file->last_read != cnt) in event_hist_poll()5827 if (hist_file->last_act != cnt) { in event_hist_poll()5828 hist_file->last_act = cnt; in event_hist_poll()5838 struct hist_file_data *hist_file = m->private; in event_hist_release() local5840 kfree(hist_file); in event_hist_release()[all …]