Home
last modified time | relevance | path

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

/linux/samples/bpf/
H A Dtcp_dumpstats_kern.c10 #define INTERVAL 1000000000ULL macro
60 *next_dump = now + INTERVAL; in _sockops()
/linux/tools/perf/util/
H A Devent.c172 CASE(INTERVAL, interval) in perf_event__read_stat_config()
H A Dsynthetic-events.c1405 ADD(INTERVAL, config->interval) in perf_event__synthesize_stat_config()
/linux/tools/perf/Documentation/
H A Dperf-arm-spe.txt136 it's recommended to set this to a higher value. The value is written to PMSIRR.INTERVAL.
/linux/tools/perf/
H A Dbuiltin-stat.c477 if (WRITE_STAT_ROUND_EVENT(rs.tv_sec * NSEC_PER_SEC + rs.tv_nsec, INTERVAL)) in process_interval()