Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/msm/ !
Dmsm_perf.c38 #define SAMPLE_TIME (HZ/4) macro
54 perf->next_jiffies += SAMPLE_TIME; in wait_sample()
174 perf->next_jiffies = jiffies + SAMPLE_TIME; in perf_open()
/linux-6.6.21/tools/perf/python/ !
Dtracepoint.py15 …type = perf.SAMPLE_PERIOD | perf.SAMPLE_TID | perf.SAMPLE_CPU | perf.SAMPLE_RAW | perf.SAMPLE_TIME)
/linux-6.6.21/tools/perf/util/ !
Dpython.c1334 PERF_CONST(SAMPLE_TIME),
Dheader.c3432 FEAT_OPR(SAMPLE_TIME, sample_time, false),