/external/valgrind/callgrind/ |
context.c | 46 s->bottom = (fn_node**) CLG_MALLOC("cl.context.ifs.1", 47 s->size * sizeof(fn_node*)); 133 static UWord cxt_hash_val(fn_node** fn, UInt size) 147 static Bool is_cxt(UWord hash, fn_node** fn, Context* cxt) 150 fn_node** cxt_fn; 168 static Context* new_cxt(fn_node** fn) 174 fn_node* top_fn; 190 sizeof(Context)+sizeof(fn_node*)*size); 228 Context* CLG_(get_cxt)(fn_node** fn) 274 void CLG_(push_cxt)(fn_node* fn [all...] |
global.h | 186 typedef struct _fn_node fn_node; typedef in typeref:struct:_fn_node 292 fn_node* fn; /* debug info for this BB */ 332 fn_node* fn[0]; 387 /* the <number> of fn_node, file_node and obj_node are for compressed dumping 397 fn_node* next; 426 fn_node* fns[N_FN_ENTRIES]; 547 fn_node **bottom, **top; 613 fn_node* fn; 676 void CLG_(update_fn_config)(fn_node*); 718 fn_node* CLG_(get_fn_node)(BB* bb) [all...] |
fn.c | 341 fn_node* new_fn_node(const HChar *fnname, 342 file_node* file, fn_node* next) 344 fn_node* fn = (fn_node*) CLG_MALLOC("cl.fn.nfnnd.1", 345 sizeof(fn_node)); 384 fn_node* get_fn_node_infile(file_node* curr_file_node, 387 fn_node* curr_fn_node; 413 fn_node* get_fn_node_inseg(DebugInfo* di, 420 fn_node *fn = get_fn_node_infile(file, fnname); 488 fn_node* CLG_(get_fn_node)(BB* bb [all...] |
callstack.c | 117 static void function_entered(fn_node* fn) 150 static void function_left(fn_node* fn) 204 fn_node* to_fn = to->cxt->fn[0]; 337 fn_node* to_fn = jcc->to->cxt->fn[0];
|
clo.c | 318 static void update_fn_config1(fn_node* fn, fn_config* fnc) 357 static void update_fn_config2(fn_node* fn, const HChar* name, 397 void CLG_(update_fn_config)(fn_node* fn)
|
dump.c | 171 static void print_fn(VgFile *fp, const HChar* tag, const fn_node* fn) 283 fn_node* last_from = (last->cxt && last->cxt->size >1) ? 285 fn_node* curr_from = (bbcc->cxt->size >1) ? 866 fn_node* ffn1 = cxt1->fn[off]; 867 fn_node* ffn2 = cxt2->fn[off]; [all...] |
bbcc.c | 493 fn_node* caller; 829 fn_node* top = *(CLG_(current_fn_stack).top);
|