Searched defs:hist_entry (Results 1 – 2 of 2) sorted by relevance
89 struct hist_entry { struct90 struct rb_node rb_node_in;91 struct rb_node rb_node;92 union {95 } pairs;96 struct he_stat stat;97 struct he_stat *stat_acc;98 struct map_symbol ms;99 struct thread *thread;123 struct hist_entry_diff diff; argument[all …]
170 u32 hist_entry[HIST_ENTRIES]; member1642 u32 *hist_entry = &ctrls->hist_entry[0]; in isc_hist_count() local