Searched refs:SAMPLE_PERIOD (Results 1 – 6 of 6) sorted by relevance
20 #define SAMPLE_PERIOD 0x7fffffffffffffffULL macro104 .sample_period = SAMPLE_PERIOD, in test_bpf_perf_event()113 .sample_period = SAMPLE_PERIOD, in test_bpf_perf_event()122 .sample_period = SAMPLE_PERIOD, in test_bpf_perf_event()132 .sample_period = SAMPLE_PERIOD, in test_bpf_perf_event()144 .sample_period = SAMPLE_PERIOD, in test_bpf_perf_event()
97 #define CIR_RX_LIMIT_COUNT (IR_DEFAULT_TIMEOUT / SAMPLE_PERIOD)340 #define SAMPLE_PERIOD 100 macro343 #define SAMPLE_PERIOD 50 macro346 #define SAMPLE_PERIOD 25 macro349 #define SAMPLE_PERIOD 1 macro
225 duration = (duration & BUF_LEN_MASK) * SAMPLE_PERIOD; in wakeup_data_show()259 val = DIV_ROUND_CLOSEST(val, SAMPLE_PERIOD); in wakeup_data_store()607 duration *= SAMPLE_PERIOD;656 val = raw[i].duration / SAMPLE_PERIOD; in nvt_ir_raw_set_wakeup_filter()723 rawir.duration = (sample & BUF_LEN_MASK) * 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…
1191 PERF_CONST(SAMPLE_PERIOD),