Searched refs:smpl_period_usec (Results 1 – 2 of 2) sorted by relevance
32 long smpl_period_usec;126 TT.smpl_period_usec = smpl_val * 1000000; in parse_config_file()127 if (TT.smpl_period_usec <= 0) TT.smpl_period_usec = 1; in parse_config_file()165 long tcnt = 60 * 1000 * 1000 / TT.smpl_period_usec; in start_logging()196 if (tcnt > 2 * 1000 * 1000 / TT.smpl_period_usec) in start_logging()197 tcnt = 2 * 1000 * 1000 / TT.smpl_period_usec; in start_logging()200 usleep(TT.smpl_period_usec); in start_logging()259 TT.smpl_period_usec = 200 * 1000; in bootchartd_main()
382 long smpl_period_usec; member