Home
last modified time | relevance | path

Searched refs:defstring (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dhwprofile.c236 char *defstring = (char*) alloca (sz + 1); in open_experiment() local
237 CALL_UTIL (strlcpy)(defstring, params, sz + 1); in open_experiment()
238 TprintfT (0, "hwprofile: open_experiment %s -- %s\n", exp, defstring); in open_experiment()
249 SP_JCMD_CERROR, COL_ERROR_HWCINIT, defstring); in open_experiment()
258 SP_JCMD_CERROR, COL_ERROR_HWCINIT, defstring); in open_experiment()
267 SP_JCMD_CERROR, COL_ERROR_HWCINIT, defstring); in open_experiment()
279 SP_JCMD_CERROR, COL_ERROR_HWCINIT, defstring); in open_experiment()
288 err = __collector_hwcfuncs_bind_descriptor (defstring); in open_experiment()
293 SP_JCMD_CERROR, err, defstring); in open_experiment()
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dhwprofile.c236 char *defstring = (char*) alloca (sz + 1); in open_experiment() local
237 CALL_UTIL (strlcpy)(defstring, params, sz + 1); in open_experiment()
238 TprintfT (0, "hwprofile: open_experiment %s -- %s\n", exp, defstring); in open_experiment()
249 SP_JCMD_CERROR, COL_ERROR_HWCINIT, defstring); in open_experiment()
258 SP_JCMD_CERROR, COL_ERROR_HWCINIT, defstring); in open_experiment()
267 SP_JCMD_CERROR, COL_ERROR_HWCINIT, defstring); in open_experiment()
279 SP_JCMD_CERROR, COL_ERROR_HWCINIT, defstring); in open_experiment()
288 err = __collector_hwcfuncs_bind_descriptor (defstring); in open_experiment()
293 SP_JCMD_CERROR, err, defstring); in open_experiment()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/common/
H A Dhwcfuncs.c246 process_data_descriptor (const char *defstring) in process_data_descriptor() argument
261 if (!defstring || !strlen (defstring)) in process_data_descriptor()
266 ds = strdup (defstring); in process_data_descriptor()
614 hwcfuncs_bind_descriptor (const char *defstring) in hwcfuncs_bind_descriptor() argument
616 int err = process_data_descriptor (defstring); in hwcfuncs_bind_descriptor()
H A Dhwcfuncs.h198 extern int hwcfuncs_bind_descriptor (const char *defstring);
H A Dhwcdrv.h264 extern int __collector_hwcfuncs_bind_descriptor (const char *defstring);
/netbsd-src/external/gpl3/binutils/dist/gprofng/common/
H A Dhwcfuncs.c246 process_data_descriptor (const char *defstring) in process_data_descriptor() argument
261 if (!defstring || !strlen (defstring)) in process_data_descriptor()
263 ds = strdup (defstring); in process_data_descriptor()
606 hwcfuncs_bind_descriptor (const char *defstring) in hwcfuncs_bind_descriptor() argument
608 int err = process_data_descriptor (defstring); in hwcfuncs_bind_descriptor()
H A Dhwcfuncs.h198 extern int hwcfuncs_bind_descriptor (const char *defstring);
H A Dhwcdrv.h264 extern int __collector_hwcfuncs_bind_descriptor (const char *defstring);