Home
last modified time | relevance | path

Searched refs:SAMPLE_TIME (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_perf.c46 #define SAMPLE_TIME (HZ/4) macro
62 perf->next_jiffies += SAMPLE_TIME; in wait_sample()
179 perf->next_jiffies = jiffies + SAMPLE_TIME; in perf_open()
/Linux-v4.19/drivers/input/touchscreen/
Dstmpe-ts.c52 #define SAMPLE_TIME(x) ((x & 0xf) << 4) macro
216 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()
/Linux-v4.19/tools/perf/python/
Dtracepoint.py15 …type = perf.SAMPLE_PERIOD | perf.SAMPLE_TID | perf.SAMPLE_CPU | perf.SAMPLE_RAW | perf.SAMPLE_TIME)
/Linux-v4.19/tools/perf/util/
Dpython.c1205 PERF_CONST(SAMPLE_TIME),
Dheader.c2591 FEAT_OPR(SAMPLE_TIME, sample_time, false),