Searched refs:stime (Results 1 – 2 of 2) sorted by relevance
381 uint64_t stime; in getStimeByPid() local395 if (android::base::ParseUint(data[stime_idx - 1], &stime)) in getStimeByPid()396 return stime; in getStimeByPid()429 uint64_t stime = getStimeByPid(*pid); in fillProcessStime() local430 tmp.set<VendorAtomValue::longValue>(stime - *prev_stime); in fillProcessStime()432 (*prev_stime) = stime; in fillProcessStime()
92 uint64_t stime = 0; in profileProcess() local98 !base::ParseUint(fields[14], &stime) || in profileProcess()108 uint64_t system = stime + cstime; in profileProcess()