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

  /src/external/gpl3/binutils/dist/gprofng/src/
dbe_hwc.h 37 #define TprintfT(x1,...)
40 #define TprintfT(x1,...) if( x1<=HWC_TRACELEVEL ) fprintf(stderr,__VA_ARGS__)
  /src/external/gpl3/binutils.old/dist/gprofng/src/
dbe_hwc.h 37 #define TprintfT(x1,...)
40 #define TprintfT(x1,...) if( x1<=HWC_TRACELEVEL ) fprintf(stderr,__VA_ARGS__)
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
collector.h 192 /* TprintfT(<level>,...) definitions. Adjust per module as needed */
207 #define TprintfT(...)
213 #define TprintfT(...) __collector_dlog( SP_DUMP_TIME, __VA_ARGS__ )
profile.c 87 #define TprintfT(...) if (collector_interface) collector_interface->writeDebugInfo( 1, __VA_ARGS__ )
90 #define TprintfT(...)
103 TprintfT (0, "clockprof: init_module FAILED -- reg_module = NULL\n");
112 TprintfT (0, "clockprof: init_module, prof_hndl = %d\n", prof_hndl);
148 TprintfT (0, "clockprof: open_experiment %s -- %s\n", exp, params);
160 TprintfT (0, "clockprof: open_experiment(): __collector_ext_itimer_set (actual period=%d, req_period=%d)\n",
209 TprintfT (0, "clockprof: start_data_collection\n");
218 TprintfT (0, "clockprof: stop_data_collection\n");
227 TprintfT (0, "clockprof: close_experiment\n");
237 TprintfT (0, "clockprof: detach_experiment\n")
    [all...]
hwprofile.c 142 #define TprintfT(...) if (collector_interface) collector_interface->writeDebugInfo( 1, __VA_ARGS__ )
145 #define TprintfT(...)
169 TprintfT (0, "hwprofile: init_module FAILED - reg_module = NULL\n");
175 TprintfT (0, "hwprofile: ERROR: handle not created.\n");
200 TprintfT (0, "hwprofile: ERROR: collector_interface is null.\n");
229 TprintfT (0, "hwprofile: open_experiment %s -- %s\n", exp, defstring);
241 TprintfT (0, "hwprofile: ERROR: hwcfuncs_init() failed\n");
250 TprintfT (0, "hwprofile: ERROR: hwcdrv_enable_mt() failed\n");
259 TprintfT (0, "hwprofile: ERROR: hwcdrv_get_info() failed\n");
271 TprintfT (0, "hwprofile: ERROR: TSD createKey failed\n")
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
collector.h 192 /* TprintfT(<level>,...) definitions. Adjust per module as needed */
207 #define TprintfT(...)
213 #define TprintfT(...) __collector_dlog( SP_DUMP_TIME, __VA_ARGS__ )
profile.c 87 #define TprintfT(...) if (collector_interface) collector_interface->writeDebugInfo( 1, __VA_ARGS__ )
90 #define TprintfT(...)
103 TprintfT (0, "clockprof: init_module FAILED -- reg_module = NULL\n");
112 TprintfT (0, "clockprof: init_module, prof_hndl = %d\n", prof_hndl);
148 TprintfT (0, "clockprof: open_experiment %s -- %s\n", exp, params);
160 TprintfT (0, "clockprof: open_experiment(): __collector_ext_itimer_set (actual period=%d, req_period=%d)\n",
209 TprintfT (0, "clockprof: start_data_collection\n");
218 TprintfT (0, "clockprof: stop_data_collection\n");
227 TprintfT (0, "clockprof: close_experiment\n");
237 TprintfT (0, "clockprof: detach_experiment\n")
    [all...]
hwprofile.c 142 #define TprintfT(...) if (collector_interface) collector_interface->writeDebugInfo( 1, __VA_ARGS__ )
145 #define TprintfT(...)
169 TprintfT (0, "hwprofile: init_module FAILED - reg_module = NULL\n");
175 TprintfT (0, "hwprofile: ERROR: handle not created.\n");
200 TprintfT (0, "hwprofile: ERROR: collector_interface is null.\n");
229 TprintfT (0, "hwprofile: open_experiment %s -- %s\n", exp, defstring);
241 TprintfT (0, "hwprofile: ERROR: hwcfuncs_init() failed\n");
250 TprintfT (0, "hwprofile: ERROR: hwcdrv_enable_mt() failed\n");
259 TprintfT (0, "hwprofile: ERROR: hwcdrv_get_info() failed\n");
271 TprintfT (0, "hwprofile: ERROR: TSD createKey failed\n")
    [all...]

Completed in 40 milliseconds