Home
last modified time | relevance | path

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

/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()
/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
/linux/tools/perf/python/
H A Dtwatch.py19 sample_type = perf.SAMPLE_PERIOD | perf.SAMPLE_TID | perf.SAMPLE_CPU)
H A Dtracepoint.py
/linux/tools/perf/util/
H A Dpython.c3375 PERF_CONST(SAMPLE_PERIOD),