Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/rc/
Dnuvoton-cir.h403 #define SAMPLE_PERIOD 100 macro
406 #define SAMPLE_PERIOD 50 macro
409 #define SAMPLE_PERIOD 25 macro
412 #define SAMPLE_PERIOD 1 macro
Dnuvoton-cir.c485 duration *= SAMPLE_PERIOD;
636 * SAMPLE_PERIOD); in nvt_process_rx_ir_data()
/linux-4.4.14/samples/bpf/
Dtracex6_user.c14 #define SAMPLE_PERIOD 0x7fffffffffffffffULL macro
24 .sample_period = SAMPLE_PERIOD, in test_bpf_perf_event()
/linux-4.4.14/tools/perf/python/
Dtwatch.py26 sample_type = perf.SAMPLE_PERIOD | perf.SAMPLE_TID | perf.SAMPLE_CPU)
/linux-4.4.14/tools/perf/util/
Dpython.c1047 PERF_CONST(SAMPLE_PERIOD),