Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbootchartd.c33 long smpl_period_usec;
127 TT.smpl_period_usec = smpl_val * 1000000; in parse_config_file()
128 if (TT.smpl_period_usec <= 0) TT.smpl_period_usec = 1; in parse_config_file()
166 long tcnt = 60 * 1000 * 1000 / TT.smpl_period_usec; in start_logging()
197 if (tcnt > 2 * 1000 * 1000 / TT.smpl_period_usec) in start_logging()
198 tcnt = 2 * 1000 * 1000 / TT.smpl_period_usec; in start_logging()
201 usleep(TT.smpl_period_usec); in start_logging()
260 TT.smpl_period_usec = 200 * 1000; in bootchartd_main()
/external/toybox/generated/
Dglobals.h472 long smpl_period_usec; member