Lines Matching refs:sampling
75 /* how much of exec time is sampling allowed to take */
132 * Internal; The number of samples left or the sampling state.
137 int sampling;
274 pair->sampling = pair->min_samples;
445 * variable number of iterations. There is an initial sampling period where we
448 * is below some proportion of the average sample magnitude, then the sampling
473 if (pair->sampling > 0 || over_max_dev) {
483 if (pair->sampling > 0 && --pair->sampling == 0) {
484 tst_res(TINFO, "Minimum sampling period ended");
493 if (!pair->sampling) {
501 pair->sampling = -1;
503 } else if (!pair->sampling) {
506 pair->sampling = -1;
639 if ((SAMPLING_SLICE < rem_p) && (pair->sampling > 0)) {
640 tst_res(TINFO, "Stopped sampling at %d (out of %d) samples, "
641 "sampling time reached 50%% of the total time limit",
643 pair->sampling = 0;
799 if (pair->sampling > 0)