Home
last modified time | relevance | path

Searched refs:FIRST (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/src/
Dsubcommand_report.cpp38 if (!Option::GetOptionValue(args, "-i", recordFile_[FIRST])) { in ParseOption()
117 printf(" recordFile_:\t%s\n", recordFile_[FIRST].c_str()); in DumpOptions()
161 if (recordFile_[FIRST].empty()) { in VerifyOption()
518 GetReport(FIRST).AdjustReportItems(); in OutputStd()
519 GetReport(FIRST).OutputStd(output_); in OutputStd()
521 GetReport(FIRST).AdjustReportItems(); in OutputStd()
523 GetReport(FIRST).OutputStdDiff(output_, GetReport(SECOND)); in OutputStd()
610 index_ = FIRST; in OnSubCommand()
619 GetReport(FIRST).virtualRuntime_.symbolicRecordTimes_.count() / MS_DURATION); in OnSubCommand()
/developtools/hiperf/include/
Dsubcommand_report.h145 enum RecordIndex { FIRST = 0, SECOND = 1, MAX = 2, CURRENT = -1 } index_ = FIRST; enumerator
/developtools/profiler/hiebpf/include/
Dvmlinux.h39103 FIRST = 0, enumerator