Searched defs:hist_entry (Results 1 – 7 of 7) sorted by relevance
91 struct hist_entry { struct92 struct rb_node rb_node_in;93 struct rb_node rb_node;94 union {97 } pairs;98 struct he_stat stat;99 struct he_stat *stat_acc;100 struct map_symbol ms;101 struct thread *thread;102 struct comm *comm;[all …]
1123 char hist_entry[50]; in woal_debug_entry() local1253 char hist_entry[50]; in woal_debug_remove() local
1332 struct proc_dir_entry *hist_entry; member
1355 char hist_entry[50]; in woal_debug_entry() local1492 char hist_entry[50]; in woal_debug_remove() local
1643 struct proc_dir_entry *hist_entry; member
138 u32 hist_entry[HIST_ENTRIES]; member
1701 u32 *hist_entry = &ctrls->hist_entry[0]; in isc_hist_count() local