Searched refs:eventName_ (Results 1 - 4 of 4) sorted by relevance
/developtools/hiperf/include/ |
H A D | report.h | 475 std::string eventName_; member 494 return StringPrintf("%s(%" PRIu32 "-%" PRIu64 "):PRIu64", eventName_.c_str(), type_, in toDebugString() 499 : eventName_(eventName), type_(type), config_(config), coutMode_(coutMode) in ReportEventConfigItem() 509 return configs_[GetConfigIndex(id)].eventName_; in GetConfigName()
|
H A D | report_json_file.h | 338 std::string eventName_; member 346 OutputJsonPair(output, "eventConfigName", eventName_, true); in OutputJson() 353 ReportConfigItem(int index, std::string eventName) : index_(index), eventName_(eventName) {} in ReportConfigItem()
|
/developtools/hiperf/src/ |
H A D | report_json_file.cpp | 79 HLOGV("Config %s", config.second.eventName_.c_str()); in UpdateCallNodeEventCount() 203 return config.eventName_; in GetConfigName()
|
H A D | report.cpp | 340 if (fprintf(output_, "Event: %s (type %" PRIu32 " id %" PRIu64 ")\n", config.eventName_.c_str(), in OutputStdStatistics()
|
Completed in 7 milliseconds