Searched refs:SAMPLE_TIME (Results 1 – 5 of 5) sorted by relevance
46 #define SAMPLE_TIME (HZ/4) macro62 perf->next_jiffies += SAMPLE_TIME; in wait_sample()179 perf->next_jiffies = jiffies + SAMPLE_TIME; in perf_open()
52 #define SAMPLE_TIME(x) ((x & 0xf) << 4) macro216 adc_ctrl1 = SAMPLE_TIME(ts->sample_time) | MOD_12B(ts->mod_12b) | in stmpe_init_hw()218 adc_ctrl1_mask = SAMPLE_TIME(0xff) | MOD_12B(0xff) | REF_SEL(0xff); in stmpe_init_hw()
15 …type = perf.SAMPLE_PERIOD | perf.SAMPLE_TID | perf.SAMPLE_CPU | perf.SAMPLE_RAW | perf.SAMPLE_TIME)
1205 PERF_CONST(SAMPLE_TIME),
2591 FEAT_OPR(SAMPLE_TIME, sample_time, false),