Searched refs:SAMPLING_READ_SIZE (Results 1 – 1 of 1) sorted by relevance
651 #define SAMPLING_READ_SIZE (16) macro674 SAMPLING_READ_SIZE / SAMPLING_INTERVAL)1485 while (i < PAGE_SIZE - SAMPLING_READ_SIZE) { in heuristic_collect_sample()1487 if (start > end - SAMPLING_READ_SIZE) in heuristic_collect_sample()1490 SAMPLING_READ_SIZE); in heuristic_collect_sample()1493 curr_sample_pos += SAMPLING_READ_SIZE; in heuristic_collect_sample()
Completed in 6 milliseconds