Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dcontext.c46 s->bottom = (fn_node**) CLG_MALLOC("cl.context.ifs.1", in CLG_()
47 s->size * sizeof(fn_node*)); in CLG_()
133 static UWord cxt_hash_val(fn_node** fn, UInt size) in cxt_hash_val()
147 static Bool is_cxt(UWord hash, fn_node** fn, Context* cxt) in is_cxt()
150 fn_node** cxt_fn; in is_cxt()
168 static Context* new_cxt(fn_node** fn) in new_cxt()
174 fn_node* top_fn; in new_cxt()
190 sizeof(Context)+sizeof(fn_node*)*size); in new_cxt()
228 Context* CLG_(get_cxt)(fn_node** fn) in CLG_()
274 void CLG_(push_cxt)(fn_node* fn) in CLG_()
[all …]
Dfn.c341 fn_node* new_fn_node(const HChar *fnname, in new_fn_node()
342 file_node* file, fn_node* next) in new_fn_node()
344 fn_node* fn = (fn_node*) CLG_MALLOC("cl.fn.nfnnd.1", in new_fn_node()
345 sizeof(fn_node)); in new_fn_node()
384 fn_node* get_fn_node_infile(file_node* curr_file_node, in get_fn_node_infile()
387 fn_node* curr_fn_node; in get_fn_node_infile()
413 fn_node* get_fn_node_inseg(DebugInfo* di, in get_fn_node_inseg()
420 fn_node *fn = get_fn_node_infile(file, fnname); in get_fn_node_inseg()
488 fn_node* CLG_(get_fn_node)(BB* bb) in CLG_()
493 fn_node* fn; in CLG_()
[all …]
Dglobal.h186 typedef struct _fn_node fn_node; typedef
292 fn_node* fn; /* debug info for this BB */
332 fn_node* fn[0];
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);
754 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_()
337 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, const HChar* name, in update_fn_config2()
397 void CLG_(update_fn_config)(fn_node* fn) in CLG_()
Ddump.c171 static void print_fn(VgFile *fp, const HChar* tag, const fn_node* fn) in print_fn()
283 fn_node* last_from = (last->cxt && last->cxt->size >1) ? in print_fn_pos()
285 fn_node* curr_from = (bbcc->cxt->size >1) ? in print_fn_pos()
866 fn_node* ffn1 = cxt1->fn[off]; in my_cmp()
867 fn_node* ffn2 = cxt2->fn[off]; in my_cmp()
Dbbcc.c493 fn_node* caller; in handleUnderflow()
829 fn_node* top = *(CLG_(current_fn_stack).top); in CLG_()