Searched defs:block_info (Results 1 – 3 of 3) sorted by relevance
108 struct block_info { struct109 struct symbol *sym;110 u64 start;111 u64 end;112 u64 cycles;113 u64 cycles_aggr;114 int num;115 int num_aggr;116 refcount_t refcnt;
138 struct block_info *block_info; member
678 struct block_info *block_info, in __hists__add_entry()753 struct block_info *block_info) in hists__add_entry_block()