Searched refs:SAMPLE_PERIOD (Results 1 – 6 of 6) sorted by relevance
22 #define SAMPLE_PERIOD 0x7fffffffffffffffULL macro103 .sample_period = SAMPLE_PERIOD, in test_bpf_perf_event()112 .sample_period = SAMPLE_PERIOD, in test_bpf_perf_event()121 .sample_period = SAMPLE_PERIOD, in test_bpf_perf_event()131 .sample_period = SAMPLE_PERIOD, in test_bpf_perf_event()143 .sample_period = SAMPLE_PERIOD, in test_bpf_perf_event()
97 #define CIR_RX_LIMIT_COUNT (IR_DEFAULT_TIMEOUT / US_TO_NS(SAMPLE_PERIOD))340 #define SAMPLE_PERIOD 100 macro343 #define SAMPLE_PERIOD 50 macro346 #define SAMPLE_PERIOD 25 macro349 #define SAMPLE_PERIOD 1 macro
232 duration = (duration & BUF_LEN_MASK) * SAMPLE_PERIOD; in wakeup_data_show()266 val = DIV_ROUND_CLOSEST(val, SAMPLE_PERIOD); in wakeup_data_store()614 duration *= SAMPLE_PERIOD;688 val = DIV_ROUND_UP(raw[i].duration, 1000L) / SAMPLE_PERIOD; in nvt_ir_raw_set_wakeup_filter()756 * SAMPLE_PERIOD); in nvt_process_rx_ir_data()
19 sample_type = perf.SAMPLE_PERIOD | perf.SAMPLE_TID | perf.SAMPLE_CPU)
15 …sample_type = perf.SAMPLE_PERIOD | perf.SAMPLE_TID | perf.SAMPLE_CPU | perf.SAMPLE_RAW | perf.SAMP…
1224 PERF_CONST(SAMPLE_PERIOD),