Searched refs:MAX_SAMPLES (Results 1 – 1 of 1) sorted by relevance
35 #define MAX_SAMPLES (1 << MAX_SAMPLES_SHIFT) macro36 #define INC_SAMPLES(x) ((x + 1) & (MAX_SAMPLES - 1))37 #define MAX_SAMPLE_SZ (sizeof(uint32_t) * MAX_SAMPLES)65 uint64_t start_tsc[MAX_SAMPLES];66 uint64_t end_tsc[MAX_SAMPLES];68 uint32_t samples[MAX_SAMPLES];