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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
profile.c 62 static int prof_mode = 0; variable
81 #define CHCK_REENTRANCE(x) ( !prof_mode || ((x) = collector_interface->getKey( prof_key )) == NULL || (*(x) != 0) )
210 prof_mode = 1;
217 prof_mode = 0;
225 prof_mode = 0;
235 prof_mode = 0;
256 if (!prof_mode) /* sigprof timer running only because hwprofile.c needs it */
260 TprintfT (0, "__collector_ext_profile_handler: ERROR: prof_mode=%d guard=%d!\n",
261 prof_mode, guard ? *guard : -2);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
profile.c 62 static int prof_mode = 0; variable
81 #define CHCK_REENTRANCE(x) ( !prof_mode || ((x) = collector_interface->getKey( prof_key )) == NULL || (*(x) != 0) )
210 prof_mode = 1;
217 prof_mode = 0;
225 prof_mode = 0;
235 prof_mode = 0;
256 if (!prof_mode) /* sigprof timer running only because hwprofile.c needs it */
260 TprintfT (0, "__collector_ext_profile_handler: ERROR: prof_mode=%d guard=%d!\n",
261 prof_mode, guard ? *guard : -2);

Completed in 53 milliseconds