Searched refs:cip (Results 1 – 4 of 4) sorted by relevance
132 if (me->cip.pDebug) in __common_Boundary()134 __print_Boundary(me->cip.pDebug->fDebug, in __common_Boundary()138 if (me->cip.pRT) in __common_Boundary()162 if (me->cip.pDebug && me->cip.pDebug->fPrint) in __common_Buffer()164 __print_Buffer(me->cip.pDebug->fPrint, in __common_Buffer()168 if (me->cip.pRT) in __common_Buffer()191 if (me->cip.pDebug && me->cip.pDebug->fDebug) in __common_Command()193 __print_Command(me->cip.pDebug->fDebug, in __common_Command()197 if (me->cip.pRT) in __common_Command()220 if (me->cip.pDebug && me->cip.pDebug->fDebug) in __common_Log()[all …]
35 PERF_PRINT_Private *me = perf->cip.pDebug; in PERF_PRINT_done()46 perf->cip.pDebug = NULL; in PERF_PRINT_done()61 PERF_PRINT_Private *me = perf->cip.pDebug; in PERF_PRINT_setup()144 PERF_PRINT_Private *me = perf->cip.pDebug; in __print_Location()153 PERF_PRINT_Private *me = perf->cip.pDebug; in clear_print_location()162 PERF_PRINT_Private *me = perf->cip.pDebug; in print_print_location()207 perf->cip.pDebug = malloc(sizeof(PERF_PRINT_Private)); in PERF_PRINT_create()272 PERF_PRINT_Private *me = perf->cip.pDebug; in __print_Boundary()303 PERF_PRINT_Private *me = perf->cip.pDebug; in __print_Buffer()356 PERF_PRINT_Private *me = perf->cip.pDebug; in __print_Command()[all …]
66 perf->cip.pRT = malloc(sizeof(PERF_RT_Private)); in PERF_RT_create()220 PERF_RT_Private *me = perf->cip.pRT; in PERF_RT_done()233 perf->cip.pRT = NULL; in PERF_RT_done()393 PERF_RT_Private *me = perf->cip.pRT; in __rt_Boundary()457 PERF_RT_Private *me = perf->cip.pRT; in __rt_Buffer()813 PERF_RT_Private *me = perf->cip.pRT; in __rt_Done()
54 PERF_Custom_Private cip; member