Home
last modified time | relevance | path

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

/Linux-v5.4/samples/bpf/
Dtracex6_user.c22 #define SAMPLE_PERIOD 0x7fffffffffffffffULL macro
103 .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()
/Linux-v5.4/drivers/media/rc/
Dnuvoton-cir.h97 #define CIR_RX_LIMIT_COUNT (IR_DEFAULT_TIMEOUT / US_TO_NS(SAMPLE_PERIOD))
340 #define SAMPLE_PERIOD 100 macro
343 #define SAMPLE_PERIOD 50 macro
346 #define SAMPLE_PERIOD 25 macro
349 #define SAMPLE_PERIOD 1 macro
Dnuvoton-cir.c232 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()
/Linux-v5.4/tools/perf/python/
Dtwatch.py19 sample_type = perf.SAMPLE_PERIOD | perf.SAMPLE_TID | perf.SAMPLE_CPU)
Dtracepoint.py15 …sample_type = perf.SAMPLE_PERIOD | perf.SAMPLE_TID | perf.SAMPLE_CPU | perf.SAMPLE_RAW | perf.SAMP…
/Linux-v5.4/tools/perf/util/
Dpython.c1224 PERF_CONST(SAMPLE_PERIOD),