Home
last modified time | relevance | path

Searched refs:sync_scope (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dsynctrace.c70 static long sync_scope = 0; variable
193 sync_scope = 0; in open_experiment()
196 sync_scope = CALL_REAL (strtol) (ptr + 1, NULL, 0); in open_experiment()
197 switch (sync_scope) in open_experiment()
213 Tprintf (0, "\tsynctrace: sync_scope found as %ld\n", sync_scope); in open_experiment()
219 sync_scope = 3; in open_experiment()
222 Tprintf (0, "\tsynctrace: sync_scope not found set to %ld\n", sync_scope); in open_experiment()
252 SP_JCMD_SYNCTRACE, thresh, sync_scope); in open_experiment()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dsynctrace.c77 static long sync_scope = 0; variable
192 sync_scope = 0; in open_experiment()
195 sync_scope = CALL_REAL (strtol) (ptr + 1, NULL, 0); in open_experiment()
196 switch (sync_scope) in open_experiment()
212 Tprintf (0, "\tsynctrace: sync_scope found as %ld\n", sync_scope); in open_experiment()
218 sync_scope = 3; in open_experiment()
221 Tprintf (0, "\tsynctrace: sync_scope not found set to %ld\n", sync_scope); in open_experiment()
251 SP_JCMD_SYNCTRACE, thresh, sync_scope); in open_experiment()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Ddbe_structs.h110 int sync_scope; // value of synctrace scope: Java and/or native member
H A DExperiment.cc1013 exp->coll_params.sync_scope = atoi (str); in startElement()
1015 exp->coll_params.sync_scope = SYNCSCOPE_NATIVE | SYNCSCOPE_JAVA; in startElement()
4295 switch (coll_params.sync_scope) in write_coll_params()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Ddbe_structs.h110 int sync_scope; // value of synctrace scope: Java and/or native member
H A DExperiment.cc1013 exp->coll_params.sync_scope = atoi (str); in startElement()
1015 exp->coll_params.sync_scope = SYNCSCOPE_NATIVE | SYNCSCOPE_JAVA; in startElement()
4297 switch (coll_params.sync_scope) in write_coll_params()