Searched defs:hist_entry (Results 1 – 3 of 3) sorted by relevance
87 struct hist_entry { struct88 struct rb_node rb_node_in;89 struct rb_node rb_node;90 union {93 } pairs;94 struct he_stat stat;95 struct he_stat *stat_acc;96 struct map_symbol ms;97 struct thread *thread;121 struct hist_entry_diff diff; argument[all …]
138 u32 hist_entry[HIST_ENTRIES]; member
1631 u32 *hist_entry = &ctrls->hist_entry[0]; in isc_hist_count() local