Linux Kernel
3.7.1
|
#include <sort.h>
Data Fields | |
struct rb_node | rb_node_in |
struct rb_node | rb_node |
struct he_stat | stat |
struct map_symbol | ms |
struct thread * | thread |
u64 | ip |
s32 | cpu |
u16 | row_offset |
u16 | nr_rows |
bool | init_have_children |
char | level |
bool | used |
u8 | filtered |
char * | srcline |
struct symbol * | parent |
unsigned long | position |
union { | |
struct hist_entry * pair | |
struct rb_root sorted_chain | |
}; | |
struct branch_info * | branch_info |
struct hists * | hists |
struct callchain_root | callchain [0] |
struct hist_entry - histogram entry
- offset from the first callchain expanded to appear on screen - rows expanded in callchain, recalculated on folding/unfolding
union { ... } |
struct callchain_root callchain[0] |
struct map_symbol ms |
struct hist_entry* pair |