Searched refs:print_cxt (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/main/callgrind/ |
D | debug.c | 75 void CLG_(print_cxt)(int s, Context* cxt, int rec_index) in CLG_() argument 135 CLG_(print_cxt)(s+8, bbcc->cxt, bbcc->rec_index); in CLG_() 453 void CLG_(print_cxt)(int s, Context* cxt, int rec_index) {} in CLG_() argument
|
D | dump.c | 343 CLG_(print_cxt)(16, bbcc->cxt, bbcc->rec_index); in print_fn_pos() 1038 CLG_(print_cxt)(9, (*pm)->cxt, (*pm)->rec_index); in qsort() 1091 CLG_(print_cxt)(9, (*pv)->cxt, (*pv)->rec_index); in qsort() 1102 CLG_(print_cxt)(9, (*pm)->cxt, (*pm)->rec_index); in qsort() 1114 CLG_(print_cxt)(9, (*pm)->cxt, (*pm)->rec_index); in qsort()
|
D | context.c | 227 CLG_(print_cxt)(12, cxt, 0); in new_cxt()
|
D | threads.c | 450 CLG_(print_cxt)(-9, es->cxt, 0); in exec_state_restore()
|
D | global.h | 879 void CLG_(print_cxt)(int s, Context* cxt, int rec_index);
|
D | bbcc.c | 885 CLG_(print_cxt)(-8, CLG_(current_state).cxt, bbcc->rec_index); in CLG_()
|