Searched refs:closeExperiment (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollector_module.h207 int (*closeExperiment)(); member in struct:ModuleInterface
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dcollector_module.h212 int (*closeExperiment)(); member in struct:ModuleInterface
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dcollector.c1231 if (modules[i]->closeExperiment != NULL)
1232 modules[i]->closeExperiment ();
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dcollector.c1227 if (modules[i]->closeExperiment != NULL)
1228 modules[i]->closeExperiment ();

Completed in 131 milliseconds