/external/valgrind/main/callgrind/ |
context.c | 46 s->bottom = (fn_node**) CLG_MALLOC("cl.context.ifs.1", 47 s->size * sizeof(fn_node*)); 140 static UWord cxt_hash_val(fn_node** fn, UInt size) 154 static Bool is_cxt(UWord hash, fn_node** fn, Context* cxt) 157 fn_node** cxt_fn; 175 static Context* new_cxt(fn_node** fn) 181 fn_node* top_fn; 197 sizeof(Context)+sizeof(fn_node*)*size); 235 Context* CLG_(get_cxt)(fn_node** fn) 281 void CLG_(push_cxt)(fn_node* fn [all...] |
global.h | 219 typedef struct _fn_node fn_node; typedef in typeref:struct:_fn_node 325 fn_node* fn; /* debug info for this BB */ 365 fn_node* fn[0]; 420 /* the <number> of fn_node, file_node and obj_node are for compressed dumping 430 fn_node* next; 460 fn_node* fns[N_FN_ENTRIES]; 580 fn_node **bottom, **top; 646 fn_node* fn; 714 void CLG_(update_fn_config)(fn_node*); 755 fn_node* CLG_(get_fn_node)(BB* bb) [all...] |
fn.c | 333 fn_node* new_fn_node(Char fnname[FILENAME_LEN], 334 file_node* file, fn_node* next) 336 fn_node* fn = (fn_node*) CLG_MALLOC("cl.fn.nfnnd.1", 337 sizeof(fn_node)); 376 fn_node* get_fn_node_infile(file_node* curr_file_node, 379 fn_node* curr_fn_node; 405 fn_node* get_fn_node_inseg(DebugInfo* di, 411 fn_node *fn = get_fn_node_infile(file, fnname); 489 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]; 336 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, Char* name, config_node* node) 396 void CLG_(update_fn_config)(fn_node* fn)
|
dump.c | 234 static void print_fn(Int fd, Char* buf, Char* tag, fn_node* fn) 356 fn_node* last_from = (last->cxt && last->cxt->size >1) ? 358 fn_node* curr_from = (bbcc->cxt->size >1) ? 966 fn_node* ffn1 = cxt1->fn[off]; 967 fn_node* ffn2 = cxt2->fn[off]; [all...] |
bbcc.c | 484 fn_node* caller; 805 fn_node* top = *(CLG_(current_fn_stack).top);
|