Searched refs:eventName_ (Results 1 – 4 of 4) sorted by relevance
/developtools/hiperf/include/ |
D | report.h | 474 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()
|
D | report_json_file.h | 336 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/ |
D | report_json_file.cpp | 55 HLOGV("Config %s", config.second.eventName_.c_str()); in UpdateCallNodeEventCount() 176 return config.eventName_; in GetConfigName()
|
D | report.cpp | 327 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()
|