Home | History | Annotate | Download | only in perfprofd

Lines Matching defs:it

73   // the perf profile uploading service creates when it determines
124 // read the specified config file, applying any settings it contains
173 // chosen since it is accessible to the uploader service.
191 // If this parameter is non-zero it will cause perfprofd to
254 auto it = u_entries.find(ks);
255 assert(it != u_entries.end());
256 return it->second;
262 auto it = s_entries.find(ks);
263 assert(it != s_entries.end());
264 return it->second;
318 for (std::string::const_iterator it = line.begin(); it != line.end(); ++it)
320 if (isspace(*it) == 0) {
552 // Open file and write encoded data to it
776 // collection: if it decides to online a CPU partway through the
778 // perf, and if it offlines a CPU during the recording this can
820 // SIGHUP handler. Sending SIGHUP to the daemon can be used to break it
925 // Reread config file -- the uploader may have rewritten it as a result