Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dtracex6_user.c20 #define SAMPLE_PERIOD 0x7fffffffffffffffULL macro
104 .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()
/openbmc/linux/drivers/media/rc/
H A Dnuvoton-cir.h97 #define CIR_RX_LIMIT_COUNT (IR_DEFAULT_TIMEOUT / 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
H A Dnuvoton-cir.c225 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()
/openbmc/linux/tools/perf/python/
H A Dtwatch.py19 sample_type = perf.SAMPLE_PERIOD | perf.SAMPLE_TID | perf.SAMPLE_CPU)
H A Dtracepoint.py15 …sample_type = perf.SAMPLE_PERIOD | perf.SAMPLE_TID | perf.SAMPLE_CPU | perf.SAMPLE_RAW | perf.SAMP…
/openbmc/linux/tools/perf/util/
H A Dpython.c1350 PERF_CONST(SAMPLE_PERIOD),