currentSample     110 src/gauche/prof.h     int currentSample;          /* index to the current sample */
currentSample      97 src/prof.c         if (vm->prof->samplerFd < 0 || vm->prof->currentSample == 0) return;
currentSample      99 src/prof.c         nsamples = vm->prof->currentSample;
currentSample     105 src/prof.c         vm->prof->currentSample = 0;
currentSample     119 src/prof.c         if (vm->prof->currentSample >= SCM_PROF_SAMPLES_IN_BUFFER) {
currentSample     125 src/prof.c         i = vm->prof->currentSample++;
currentSample     148 src/prof.c         for (i=0; i<prof->currentSample; i++) {
currentSample     227 src/prof.c             vm->prof->currentSample = 0;
currentSample     278 src/prof.c         vm->prof->currentSample = 0;
currentSample     321 src/prof.c             vm->prof->currentSample = r / sizeof(ScmProfSample[1]);
currentSample     324 src/prof.c         vm->prof->currentSample = 0;