Lines Matching refs:label
178 const std::string &label,
184 (void)sprintf_s(result.get(), MAX_LEN, "comm=%s ", label.c_str());
213 const std::string &label,
222 (void)sprintf_s(result.get(), MAX_LEN, " %s-%s ", label.c_str(), taskId.c_str());
428 std::string label;
434 label = line.substr(beginPos + 1, endPos - beginPos - 1);
442 label = line.substr(beginPos, endPos - beginPos);
450 label = line.substr(beginPos + 1, endPos - beginPos - 1);
458 label = line.substr(beginPos, endPos - beginPos);
462 return label;
467 auto label = GetLabel(line);
468 if (label.find("executor_task") != std::string::npos || label.find("ex_task") != std::string::npos) {
489 taskLabels_[threadInfo.pid][gid] = label;