Home
last modified time | relevance | path

Searched refs:eventName_ (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/include/
Dreport.h474 std::string eventName_; member
493 return StringPrintf("%s(%" PRIu32 "-%" PRIu64 "):PRIu64", eventName_.c_str(), type_, in toDebugString()
498 : eventName_(eventName), type_(type), config_(config), coutMode_(coutMode) in eventName_() function
508 return configs_[GetConfigIndex(id)].eventName_; in GetConfigName()
Dreport_json_file.h336 std::string eventName_; member
344 OutputJsonPair(output, "eventConfigName", eventName_, true); in OutputJson()
351 ReportConfigItem(int index, std::string eventName) : index_(index), eventName_(eventName) {} in ReportConfigItem()
/developtools/hiperf/src/
Dreport_json_file.cpp55 HLOGV("Config %s", config.second.eventName_.c_str()); in UpdateCallNodeEventCount()
176 return config.eventName_; in GetConfigName()
Dreport.cpp327 if (fprintf(output_, "Event: %s (type %" PRIu32 " id %" PRIu64 ")\n", config.eventName_.c_str(), in OutputStdStatistics()
348 fprintf(output_, "Event: %s (type %" PRIu32 " id %" PRIu64 ")", config.eventName_.c_str(), in OutputStdStatistics()