HomeSort by: relevance | last modified time | path
    Searched defs:Tprintf (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
dbe_hwc.h 38 #define Tprintf(x1,...)
41 #define Tprintf(x1,...) if( x1<=HWC_TRACELEVEL ) fprintf(stderr,__VA_ARGS__)
  /src/external/gpl3/binutils.old/dist/gprofng/src/
dbe_hwc.h 38 #define Tprintf(x1,...)
41 #define Tprintf(x1,...) if( x1<=HWC_TRACELEVEL ) fprintf(stderr,__VA_ARGS__)
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
collector.h 205 #define tprintf(...) macro
206 #define Tprintf(...)
211 #define tprintf(...) __collector_dlog( SP_DUMP_NOHEADER, __VA_ARGS__ ) macro
212 #define Tprintf(...) __collector_dlog( 0, __VA_ARGS__ )
profile.c 86 #define Tprintf(...) if (collector_interface) collector_interface->writeDebugInfo( 0, __VA_ARGS__ )
89 #define Tprintf(...)
109 Tprintf (0, "clockprof: ERROR: handle not created.\n");
128 Tprintf (0, "clockprof: ERROR: collector_interface is null.\n");
153 Tprintf (0, "clockprof: ERROR: TSD key create failed.\n");
hwprofile.c 141 #define Tprintf(...) if (collector_interface) collector_interface->writeDebugInfo( 0, __VA_ARGS__ )
144 #define Tprintf(...)
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
collector.h 205 #define tprintf(...) macro
206 #define Tprintf(...)
211 #define tprintf(...) __collector_dlog( SP_DUMP_NOHEADER, __VA_ARGS__ ) macro
212 #define Tprintf(...) __collector_dlog( 0, __VA_ARGS__ )
profile.c 86 #define Tprintf(...) if (collector_interface) collector_interface->writeDebugInfo( 0, __VA_ARGS__ )
89 #define Tprintf(...)
109 Tprintf (0, "clockprof: ERROR: handle not created.\n");
128 Tprintf (0, "clockprof: ERROR: collector_interface is null.\n");
153 Tprintf (0, "clockprof: ERROR: TSD key create failed.\n");
hwprofile.c 141 #define Tprintf(...) if (collector_interface) collector_interface->writeDebugInfo( 0, __VA_ARGS__ )
144 #define Tprintf(...)

Completed in 31 milliseconds