Searched refs:max_tmo_nsec (Results 1 – 6 of 6) sorted by relevance
34 opt->max_tmo_nsec = 1E5; /* 100000ns ~100us */ in evt_options_default()179 ret = parser_read_uint64(&(opt->max_tmo_nsec), arg); in evt_parse_max_tmo_nsec()
70 uint64_t max_tmo_nsec; member
276 evt_dump("max_tmo_nsec", "%"PRIu64"", opt->max_tmo_nsec); in evt_dump_producer_type()
426 .max_tmo_ns = t->opt->max_tmo_nsec, in perf_event_timer_adapter_setup()
128 * ``--max_tmo_nsec``391 --max_tmo_nsec491 --max_tmo_nsec
116 .max_tmo_nsec = 180 * NSECPERSEC // 2 minutes