Home
last modified time | relevance | path

Searched refs:commentConfigName (Results 1 - 1 of 1) sorted by relevance

/developtools/hiperf/src/
H A Dsubcommand_stat.cpp352 std::string commentConfigName = ""; in GetCommentConfigName() local
353 CHECK_TRUE(countEvent == nullptr || eventName.length() == 0, commentConfigName, 0, ""); in GetCommentConfigName()
355 commentConfigName = eventName + ":u"; in GetCommentConfigName()
357 commentConfigName = eventName + ":k"; in GetCommentConfigName()
359 commentConfigName = eventName; in GetCommentConfigName()
361 return commentConfigName; in GetCommentConfigName()
480 std::string commentConfigName = GetCommentConfigName(it->second, "sw-cpu-clock"); in GetComments() local
481 if (configName == commentConfigName) { in GetComments()
489 commentConfigName = GetCommentConfigName(it->second, "sw-task-clock"); in GetComments()
490 if (configName == commentConfigName) { in GetComments()
[all...]

Completed in 1 milliseconds