HomeSort by relevance Sort by last modified time
    Searched refs:rec_index (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/callgrind/
debug.c 58 void print_mangled_cxt(Context* cxt, int rec_index)
66 if (rec_index >0)
67 VG_(printf)("'%d", rec_index +1);
75 void CLG_(print_cxt)(int s, Context* cxt, int rec_index)
84 CLG_ASSERT(rec_index < cxt->fn[0]->separate_recursions);
86 VG_(printf)("Cxt %d" ,cxt->base_number + rec_index);
90 print_mangled_cxt(cxt, rec_index);
135 CLG_(print_cxt)(s+8, bbcc->cxt, bbcc->rec_index);
310 bbcc->cxt->base_number+bbcc->rec_index);
311 print_mangled_cxt(bbcc->cxt, bbcc->rec_index);
    [all...]
dump.c 142 p->rec_index = 0;
255 Context* cxt, int rec_index)
265 if (cxt_dumped[cxt->base_number+rec_index]) {
267 tag, cxt->base_number + rec_index);
286 if ((last == cxt) && (rec_index == 0)) return;
289 cxt->base_number + rec_index,
291 if (rec_index >0)
292 p += VG_(sprintf)(buf+p, "'%d", rec_index +1);
299 cxt_dumped[cxt->base_number+rec_index] = True;
307 if (cxt_dumped[cxt->base_number+rec_index]) {
    [all...]
bbcc.c 92 bbcc->cxt->base_number + bbcc->rec_index,
94 bbcc->rec_index);
265 * cxt, rec_index, rec_array, next_bbcc, next1, next2
341 static Char* mangled_cxt(Context* cxt, int rec_index)
349 if (rec_index >0)
350 p += VG_(sprintf)(mangled+p, "'%d", rec_index +1);
365 * rec_index == 0: clone from a BBCC with differing tid/cxt
367 * rec_index >0 : clone from a BBCC with same tid/cxt and rec_index 0
370 static BBCC* clone_bbcc(BBCC* orig, Context* cxt, Int rec_index)
    [all...]
global.h 348 * rec_index = min(<fn->rec_separation>,<active>) - 1;
349 * unique_no = <number> + rec_index
392 UInt rec_index; /* Recursion index in rec->bbcc for this bbcc */ member in struct:_BBCC
642 int rec_index; member in struct:_FnPos
763 BBCC* CLG_(clone_bbcc)(BBCC* orig, Context* cxt, Int rec_index);
875 void CLG_(print_cxt)(int s, Context* cxt, int rec_index);

Completed in 40 milliseconds