OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun May 03 00:22:47 UTC 2026