Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
hist_entry Struct Reference

#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 threadthread
 
u64 ip
 
s32 cpu
 
u16 row_offset
 
u16 nr_rows
 
bool init_have_children
 
char level
 
bool used
 
u8 filtered
 
charsrcline
 
struct symbolparent
 
unsigned long position
 
union {
   struct hist_entry *   pair
 
   struct rb_root   sorted_chain
 
}; 
 
struct branch_infobranch_info
 
struct histshists
 
struct callchain_root callchain [0]
 

Detailed Description

struct hist_entry - histogram entry

- offset from the first callchain expanded to appear on screen - rows expanded in callchain, recalculated on folding/unfolding

Definition at line 61 of file sort.h.

Field Documentation

union { ... }

Definition at line 85 of file sort.h.

struct callchain_root callchain[0]

Definition at line 87 of file sort.h.

Definition at line 68 of file sort.h.

u8 filtered

Definition at line 77 of file sort.h.

Definition at line 86 of file sort.h.

bool init_have_children

Definition at line 74 of file sort.h.

u64 ip

Definition at line 67 of file sort.h.

char level

Definition at line 75 of file sort.h.

Definition at line 65 of file sort.h.

u16 nr_rows

Definition at line 72 of file sort.h.

Definition at line 82 of file sort.h.

struct symbol* parent

Definition at line 79 of file sort.h.

unsigned long position

Definition at line 80 of file sort.h.

Definition at line 63 of file sort.h.

struct rb_node rb_node_in

Definition at line 62 of file sort.h.

u16 row_offset

Definition at line 71 of file sort.h.

struct rb_root sorted_chain

Definition at line 83 of file sort.h.

char* srcline

Definition at line 78 of file sort.h.

Definition at line 64 of file sort.h.

Definition at line 66 of file sort.h.

bool used

Definition at line 76 of file sort.h.


The documentation for this struct was generated from the following file: