Home
last modified time | relevance | path

Searched refs:smpl_period_usec (Results 1 – 2 of 2) sorted by relevance

/third_party/toybox/toys/pending/
Dbootchartd.c33 long smpl_period_usec;
112 TT.smpl_period_usec = smpl_val * 1000000; in parse_config_file()
113 if (TT.smpl_period_usec <= 0) TT.smpl_period_usec = 1; in parse_config_file()
151 long tcnt = 60 * 1000 * 1000 / TT.smpl_period_usec; in start_logging()
182 if (tcnt > 2 * 1000 * 1000 / TT.smpl_period_usec) in start_logging()
183 tcnt = 2 * 1000 * 1000 / TT.smpl_period_usec; in start_logging()
186 usleep(TT.smpl_period_usec); in start_logging()
253 TT.smpl_period_usec = 200 * 1000; in bootchartd_main()
/third_party/toybox/generated/
Dglobals.h491 long smpl_period_usec; member