Home
last modified time | relevance | path

Searched refs:protobufFormat_ (Results 1 – 2 of 2) sorted by relevance

/developtools/hiperf/src/
Dsubcommand_report.cpp95 if (!Option::GetOptionValue(args, "--proto", protobufFormat_)) { in ParseOption()
166 if (protobufFormat_ or jsonFormat_ or showCallStack_) { in VerifyOption()
175 if (protobufFormat_) { in VerifyOption()
208 } else if (protobufFormat_) { in ProcessSample()
265 if (protobufFormat_) { in RecordCallBack()
297 if (protobufFormat_) { in ProcessSymbolsData()
321 if (protobufFormat_) { in UpdateReportInfo()
377 if (protobufFormat_) { in LoadEventDesc()
544 if (protobufFormat_) { in PrepareOutput()
/developtools/hiperf/include/
Dsubcommand_report.h175 bool protobufFormat_ = false; variable