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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
hwprofile.c 227 char *defstring = (char*) alloca (sz + 1); local
228 CALL_UTIL (strlcpy)(defstring, params, sz + 1);
229 TprintfT (0, "hwprofile: open_experiment %s -- %s\n", exp, defstring);
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);
279 err = __collector_hwcfuncs_bind_descriptor (defstring);
284 SP_JCMD_CERROR, err, defstring);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
hwprofile.c 227 char *defstring = (char*) alloca (sz + 1); local
228 CALL_UTIL (strlcpy)(defstring, params, sz + 1);
229 TprintfT (0, "hwprofile: open_experiment %s -- %s\n", exp, defstring);
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);
279 err = __collector_hwcfuncs_bind_descriptor (defstring);
284 SP_JCMD_CERROR, err, defstring);

Completed in 29 milliseconds