Searched refs:stime (Results 1 – 3 of 3) sorted by relevance
92 uint64_t stime = 0; in profileProcess() local98 !base::ParseUint(fields[14], &stime) || in profileProcess()108 uint64_t system = stime + cstime; in profileProcess()
781 uint64_t stime; in getStimeByPathAndVerifyName() local802 if (android::base::ParseUint(data[stime_idx - 1], &stime)) { in getStimeByPathAndVerifyName()803 ret = static_cast<int64_t>(stime); in getStimeByPathAndVerifyName()845 int64_t stime; in fillProcessStime() local853 if ((stime = getStimeByPathAndVerifyName(path, name)) < 0) { in fillProcessStime()857 stimeDiff = stime - *prev_stime; in fillProcessStime()862 *prev_stime = stime; in fillProcessStime()
435 res.system_time_us = info.stime / 1000; in cpuTime()