HomeSort by: relevance | last modified time | path
    Searched refs:SP_JCMD_CERROR (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
hwprofile.c 178 SP_JCMD_CERROR, COL_ERROR_HWCINIT);
240 SP_JCMD_CERROR, COL_ERROR_HWCINIT, defstring);
249 SP_JCMD_CERROR, COL_ERROR_HWCINIT, defstring);
258 SP_JCMD_CERROR, COL_ERROR_HWCINIT, defstring);
270 SP_JCMD_CERROR, COL_ERROR_HWCINIT, defstring);
284 SP_JCMD_CERROR, err, defstring);
400 collector_interface->writeLog ("<event kind=\"%s\" id=\"%d\">old handler could not be determined</event>\n", SP_JCMD_CERROR, COL_ERROR_HWCINIT);
421 collector_interface->writeLog ("<event kind=\"%s\" id=\"%d\">event handler could not be installed</event>\n", SP_JCMD_CERROR, COL_ERROR_HWCINIT);
681 collector_interface->writeLog ("<event kind=\"%s\" id=\"%d\">old handler for signal %d could not be determined</event>\n", SP_JCMD_CERROR, COL_ERROR_HWCINIT, HWCFUNCS_SIGNAL);
716 SP_JCMD_CERROR, COL_ERROR_HWCFAIL, msg, errnum)
    [all...]
iolib.c 148 SP_JCMD_CERROR, COL_ERROR_EXPOPEN);
183 SP_JCMD_CERROR, COL_ERROR_EXPOPEN, desc);
204 SP_JCMD_CERROR, COL_ERROR_NOHNDL, fname);
230 SP_JCMD_CERROR, COL_ERROR_FILEOPN, errno, hndl->fname);
262 SP_JCMD_CERROR, COL_ERROR_FILEMAP, errno, hndl->fname);
527 SP_JCMD_CERROR, COL_ERROR_FILEMAP, errno, hndl->fname);
536 SP_JCMD_CERROR, COL_ERROR_GENERAL, hndl->fname);
549 SP_JCMD_CERROR, COL_ERROR_GENERAL, hndl->fname);
620 SP_JCMD_CERROR, COL_ERROR_FILEOPN, errno,
653 SP_JCMD_CERROR, COL_ERROR_NOSPACE, errno, hndl->fname)
    [all...]
profile.c 110 collector_interface->writeLog ("<event kind=\"%s\" id=\"%d\">data handle not created</event>\n", SP_JCMD_CERROR, COL_ERROR_PROFINIT);
154 collector_interface->writeLog ("<event kind=\"%s\" id=\"%d\">TSD key not created</event>\n", SP_JCMD_CERROR, COL_ERROR_PROFINIT);
164 collector_interface->writeLog ("<event kind=\"%s\" id=\"%d\">itimer could not be set</event>\n", SP_JCMD_CERROR, COL_ERROR_PROFINIT);
collector.c 680 SP_JCMD_CERROR, COL_ERROR_ARGS2BIG);
709 __collector_log_write ("<event kind=\"%s\" id=\"%d\"/></event>\n", SP_JCMD_CERROR, err);
722 __collector_log_write ("<event kind=\"%s\" id=\"%d\">TSD could not be initialized</event>\n", SP_JCMD_CERROR, COL_ERROR_TSD_INIT);
758 __collector_log_write ("<event kind=\"%s\" id=\"%d\">Experiment closed prematurely</event>\n", SP_JCMD_CERROR, COL_ERROR_EXPOPEN);
788 (void) __collector_log_write ("<event kind=\"%s\" id=\"%d\">%s</event>\n", SP_JCMD_CERROR, COL_ERROR_ARGS, params);
799 (void) __collector_log_write ("<event kind=\"%s\" id=\"%d\">%s</event>\n", SP_JCMD_CERROR, COL_ERROR_ARGS, params);
811 __collector_log_write ("<event kind=\"%s\" id=\"%d\">%s</event>\n", SP_JCMD_CERROR, err, par);
818 __collector_log_write ("<event kind=\"%s\" id=\"%d\">%s</event>\n", SP_JCMD_CERROR, err, par);
837 __collector_log_write ("<event kind=\"%s\" id=\"%d\">%s</event>\n", SP_JCMD_CERROR, err, par);
850 __collector_log_write ("<event kind=\"%s\" id=\"%d\">%s</event>\n", SP_JCMD_CERROR, err, par)
    [all...]
memmgr.c 79 SP_JCMD_CERROR, COL_ERROR_NOZMEM);
133 SP_JCMD_CERROR, COL_ERROR_NOZMEMMAP, errno, "0");
mmaptrace.c 333 SP_JCMD_CERROR, COL_ERROR_DYNOPEN, errno,
371 SP_JCMD_CERROR, COL_ERROR_MAPWRITE);
657 SP_JCMD_CERROR, COL_ERROR_MAPREAD, errno, proc_map);
1110 SP_JCMD_CERROR, COL_ERROR_MAPCACHE, MAXDYN);
1130 SP_JCMD_CERROR, COL_ERROR_MAPCACHE, MAXVSYSFUNCS);
1192 SP_JCMD_CERROR, COL_ERROR_MAPCACHE, MAXVSYSFUNCS);
1242 SP_JCMD_CERROR, COL_ERROR_DYNWRITE, errno, dyntext_fname);
1353 SP_JCMD_CERROR, COL_ERROR_DYNOPEN, errno, dyntext_fname);
jprofile.c 209 SP_JCMD_CERROR, COL_ERROR_JAVAINIT);
351 SP_JCMD_CERROR, COL_ERROR_JVMNOTSUPP);
806 SP_JCMD_CERROR, COL_ERROR_MKDIR, errno, path);
818 SP_JCMD_CERROR, COL_ERROR_OVWOPEN, errno, path);
1153 SP_JCMD_CERROR, COL_ERROR_JVMNOJSTACK, err ? err : "");
heaptrace.c 115 SP_JCMD_CERROR, COL_ERROR_HEAPINIT);
synctrace.c 171 SP_JCMD_CERROR, COL_ERROR_SYNCINIT);
234 SP_JCMD_CERROR, COL_ERROR_SYNCINIT);
iotrace.c 263 SP_JCMD_CERROR, COL_ERROR_IOINIT);
276 SP_JCMD_CERROR, COL_ERROR_IOINIT);
301 SP_JCMD_CERROR, COL_ERROR_IOINIT);
unwind.c 478 SP_TAG_EVENT, SP_JCMD_CERROR, COL_ERROR_GENERAL, SP_TAG_EVENT);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
hwprofile.c 178 SP_JCMD_CERROR, COL_ERROR_HWCINIT);
240 SP_JCMD_CERROR, COL_ERROR_HWCINIT, defstring);
249 SP_JCMD_CERROR, COL_ERROR_HWCINIT, defstring);
258 SP_JCMD_CERROR, COL_ERROR_HWCINIT, defstring);
270 SP_JCMD_CERROR, COL_ERROR_HWCINIT, defstring);
284 SP_JCMD_CERROR, err, defstring);
400 collector_interface->writeLog ("<event kind=\"%s\" id=\"%d\">old handler could not be determined</event>\n", SP_JCMD_CERROR, COL_ERROR_HWCINIT);
421 collector_interface->writeLog ("<event kind=\"%s\" id=\"%d\">event handler could not be installed</event>\n", SP_JCMD_CERROR, COL_ERROR_HWCINIT);
681 collector_interface->writeLog ("<event kind=\"%s\" id=\"%d\">old handler for signal %d could not be determined</event>\n", SP_JCMD_CERROR, COL_ERROR_HWCINIT, HWCFUNCS_SIGNAL);
716 SP_JCMD_CERROR, COL_ERROR_HWCFAIL, msg, errnum)
    [all...]
iolib.c 148 SP_JCMD_CERROR, COL_ERROR_EXPOPEN);
183 SP_JCMD_CERROR, COL_ERROR_EXPOPEN, desc);
204 SP_JCMD_CERROR, COL_ERROR_NOHNDL, fname);
230 SP_JCMD_CERROR, COL_ERROR_FILEOPN, errno, hndl->fname);
262 SP_JCMD_CERROR, COL_ERROR_FILEMAP, errno, hndl->fname);
527 SP_JCMD_CERROR, COL_ERROR_FILEMAP, errno, hndl->fname);
536 SP_JCMD_CERROR, COL_ERROR_GENERAL, hndl->fname);
549 SP_JCMD_CERROR, COL_ERROR_GENERAL, hndl->fname);
620 SP_JCMD_CERROR, COL_ERROR_FILEOPN, errno,
653 SP_JCMD_CERROR, COL_ERROR_NOSPACE, errno, hndl->fname)
    [all...]
profile.c 110 collector_interface->writeLog ("<event kind=\"%s\" id=\"%d\">data handle not created</event>\n", SP_JCMD_CERROR, COL_ERROR_PROFINIT);
154 collector_interface->writeLog ("<event kind=\"%s\" id=\"%d\">TSD key not created</event>\n", SP_JCMD_CERROR, COL_ERROR_PROFINIT);
164 collector_interface->writeLog ("<event kind=\"%s\" id=\"%d\">itimer could not be set</event>\n", SP_JCMD_CERROR, COL_ERROR_PROFINIT);
collector.c 680 SP_JCMD_CERROR, COL_ERROR_ARGS2BIG);
709 __collector_log_write ("<event kind=\"%s\" id=\"%d\"/></event>\n", SP_JCMD_CERROR, err);
722 __collector_log_write ("<event kind=\"%s\" id=\"%d\">TSD could not be initialized</event>\n", SP_JCMD_CERROR, COL_ERROR_TSD_INIT);
758 __collector_log_write ("<event kind=\"%s\" id=\"%d\">Experiment closed prematurely</event>\n", SP_JCMD_CERROR, COL_ERROR_EXPOPEN);
788 (void) __collector_log_write ("<event kind=\"%s\" id=\"%d\">%s</event>\n", SP_JCMD_CERROR, COL_ERROR_ARGS, params);
799 (void) __collector_log_write ("<event kind=\"%s\" id=\"%d\">%s</event>\n", SP_JCMD_CERROR, COL_ERROR_ARGS, params);
811 __collector_log_write ("<event kind=\"%s\" id=\"%d\">%s</event>\n", SP_JCMD_CERROR, err, par);
818 __collector_log_write ("<event kind=\"%s\" id=\"%d\">%s</event>\n", SP_JCMD_CERROR, err, par);
837 __collector_log_write ("<event kind=\"%s\" id=\"%d\">%s</event>\n", SP_JCMD_CERROR, err, par);
850 __collector_log_write ("<event kind=\"%s\" id=\"%d\">%s</event>\n", SP_JCMD_CERROR, err, par)
    [all...]
memmgr.c 79 SP_JCMD_CERROR, COL_ERROR_NOZMEM);
133 SP_JCMD_CERROR, COL_ERROR_NOZMEMMAP, errno, "0");
mmaptrace.c 333 SP_JCMD_CERROR, COL_ERROR_DYNOPEN, errno,
371 SP_JCMD_CERROR, COL_ERROR_MAPWRITE);
657 SP_JCMD_CERROR, COL_ERROR_MAPREAD, errno, proc_map);
1110 SP_JCMD_CERROR, COL_ERROR_MAPCACHE, MAXDYN);
1130 SP_JCMD_CERROR, COL_ERROR_MAPCACHE, MAXVSYSFUNCS);
1192 SP_JCMD_CERROR, COL_ERROR_MAPCACHE, MAXVSYSFUNCS);
1242 SP_JCMD_CERROR, COL_ERROR_DYNWRITE, errno, dyntext_fname);
1353 SP_JCMD_CERROR, COL_ERROR_DYNOPEN, errno, dyntext_fname);
jprofile.c 209 SP_JCMD_CERROR, COL_ERROR_JAVAINIT);
351 SP_JCMD_CERROR, COL_ERROR_JVMNOTSUPP);
806 SP_JCMD_CERROR, COL_ERROR_MKDIR, errno, path);
818 SP_JCMD_CERROR, COL_ERROR_OVWOPEN, errno, path);
1153 SP_JCMD_CERROR, COL_ERROR_JVMNOJSTACK, err ? err : "");
heaptrace.c 115 SP_JCMD_CERROR, COL_ERROR_HEAPINIT);
synctrace.c 171 SP_JCMD_CERROR, COL_ERROR_SYNCINIT);
234 SP_JCMD_CERROR, COL_ERROR_SYNCINIT);
iotrace.c 263 SP_JCMD_CERROR, COL_ERROR_IOINIT);
276 SP_JCMD_CERROR, COL_ERROR_IOINIT);
301 SP_JCMD_CERROR, COL_ERROR_IOINIT);
unwind.c 478 SP_TAG_EVENT, SP_JCMD_CERROR, COL_ERROR_GENERAL, SP_TAG_EVENT);
  /src/external/gpl3/binutils/dist/gprofng/common/
gp-experiment.h 108 #define SP_JCMD_CERROR "cerror"
  /src/external/gpl3/binutils.old/dist/gprofng/common/
gp-experiment.h 108 #define SP_JCMD_CERROR "cerror"
  /src/external/gpl3/binutils/dist/gprofng/src/
Experiment.cc 682 else if (strcmp (str, SP_JCMD_CERROR) == 0)

Completed in 61 milliseconds

1 2