Home
last modified time | relevance | path

Searched refs:fn_node (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/main/callgrind/
Dcontext.c46 s->bottom = (fn_node**) CLG_MALLOC("cl.context.ifs.1", in CLG_()
47 s->size * sizeof(fn_node*)); in CLG_()
140 static UWord cxt_hash_val(fn_node** fn, UInt size) in cxt_hash_val()
154 static Bool is_cxt(UWord hash, fn_node** fn, Context* cxt) in is_cxt()
157 fn_node** cxt_fn; in is_cxt()
175 static Context* new_cxt(fn_node** fn) in new_cxt()
181 fn_node* top_fn; in new_cxt()
197 sizeof(Context)+sizeof(fn_node*)*size); in new_cxt()
235 Context* CLG_(get_cxt)(fn_node** fn) in CLG_()
281 void CLG_(push_cxt)(fn_node* fn) in CLG_()
[all …]
Dfn.c333 fn_node* new_fn_node(Char fnname[FILENAME_LEN], in new_fn_node()
334 file_node* file, fn_node* next) in new_fn_node()
336 fn_node* fn = (fn_node*) CLG_MALLOC("cl.fn.nfnnd.1", in new_fn_node()
337 sizeof(fn_node)); in new_fn_node()
376 fn_node* get_fn_node_infile(file_node* curr_file_node, in get_fn_node_infile()
379 fn_node* curr_fn_node; in get_fn_node_infile()
405 fn_node* get_fn_node_inseg(DebugInfo* di, in get_fn_node_inseg()
411 fn_node *fn = get_fn_node_infile(file, fnname); in get_fn_node_inseg()
489 fn_node* CLG_(get_fn_node)(BB* bb) in CLG_()
494 fn_node* fn; in CLG_()
[all …]
Dglobal.h222 typedef struct _fn_node fn_node; typedef
317 fn_node* fn; /* debug info for this BB */
358 fn_node* fn[0];
423 fn_node* next;
453 fn_node* fns[N_FN_ENTRIES];
573 fn_node **bottom, **top;
639 fn_node* fn;
707 void CLG_(update_fn_config)(fn_node*);
753 fn_node* CLG_(get_fn_node)(BB* bb);
792 Context* CLG_(get_cxt)(fn_node** fn);
[all …]
Dcallstack.c117 static void function_entered(fn_node* fn) in function_entered()
150 static void function_left(fn_node* fn) in function_left()
204 fn_node* to_fn = to->cxt->fn[0]; in CLG_()
330 fn_node* to_fn = jcc->to->cxt->fn[0]; in CLG_()
Dclo.c318 static void update_fn_config1(fn_node* fn, fn_config* fnc) in update_fn_config1()
357 static void update_fn_config2(fn_node* fn, Char* name, config_node* node) in update_fn_config2()
396 void CLG_(update_fn_config)(fn_node* fn) in CLG_()
Ddump.c234 static void print_fn(Int fd, Char* buf, Char* tag, fn_node* fn) in print_fn()
356 fn_node* last_from = (last->cxt && last->cxt->size >1) ? in print_fn_pos()
358 fn_node* curr_from = (bbcc->cxt->size >1) ? in print_fn_pos()
966 fn_node* ffn1 = cxt1->fn[off]; in my_cmp()
967 fn_node* ffn2 = cxt2->fn[off]; in my_cmp()
Dbbcc.c484 fn_node* caller; in handleUnderflow()
808 fn_node* top = *(CLG_(current_fn_stack).top); in CLG_()