Home
last modified time | relevance | path

Searched refs:COL_ERROR_NONE (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dhwprofile.c195 return COL_ERROR_NONE; in init_interface()
240 int err = COL_ERROR_NONE; in open_experiment()
318 if (err != COL_ERROR_NONE) in open_experiment()
334 return COL_ERROR_NONE; in open_experiment()
434 return COL_ERROR_NONE; in hwc_initialize_handlers()
444 return COL_ERROR_NONE; in close_experiment()
480 return COL_ERROR_NONE; in detach_experiment()
740 return COL_ERROR_NONE; in start_data_collection()
767 return COL_ERROR_NONE; in start_data_collection()
775 return COL_ERROR_NONE; in stop_data_collection()
[all …]
H A Dcollector.c379 return COL_ERROR_NONE; in __collector_writeMetaData()
594 if (err != COL_ERROR_NONE) in __collector_open_experiment()
964 return COL_ERROR_NONE; in __collector_open_experiment()
1049 int err = COL_ERROR_NONE; in collector_tail_init()
1120 return COL_ERROR_NONE; in collector_tail_init()
1682 return COL_ERROR_NONE; in sample_set_interval()
1729 return COL_ERROR_NONE; in set_duration()
1763 return COL_ERROR_NONE; in sample_set_user_sig()
1886 return COL_ERROR_NONE; in pause_set_user_sig()
2017 return COL_ERROR_NONE; in set_user_sig_action()
[all …]
H A Dprofile.c125 return COL_ERROR_NONE; in init_interface()
202 return COL_ERROR_NONE; in open_experiment()
H A Ddispatcher.c254 return COL_ERROR_NONE; in __collector_sigprof_install()
284 return COL_ERROR_NONE; /* no itimer/dispatcher required */ in __collector_ext_dispatcher_install()
308 return COL_ERROR_NONE; in __collector_ext_dispatcher_install()
H A Dmmaptrace.c231 return COL_ERROR_NONE; in __collector_ext_mmap_install()
242 return COL_ERROR_NONE; in __collector_ext_mmap_deinstall()
350 return COL_ERROR_NONE; in init_mmap_files()
H A Dheaptrace.c193 return COL_ERROR_NONE; in open_experiment()
H A Djprofile.c186 return COL_ERROR_NONE; in init_interface()
245 return COL_ERROR_NONE; in open_experiment()
H A Dlinetrace.c171 return COL_ERROR_NONE; in __collector_ext_line_init()
226 return COL_ERROR_NONE; in __collector_ext_line_install()
H A Dsynctrace.c277 return COL_ERROR_NONE; in open_experiment()
H A Diolib.c489 return COL_ERROR_NONE; in __collector_set_size_limit()
H A Diotrace.c350 return COL_ERROR_NONE; in open_experiment()
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DEmsgnum.h26 #define COL_ERROR_NONE 0 /* OK */ macro
H A DEmsg.cc95 case COL_ERROR_NONE: in Emsg()