Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_dump.cpp95 if (!Option::GetOptionValue(args, "--export", exportSampleIndex_)) { in ParseOption()
376 recordSample.data_.tid, exportSampleIndex_); in ExprotUserStack()
384 recordSample.data_.tid, exportSampleIndex_); in ExprotUserStack()
395 if (currectSampleIndex_++ != exportSampleIndex_) { in ExprotUserData()
403 recordSample->data_.tid, exportSampleIndex_, recordSample->data_.time); in ExprotUserData()
413 HLOGD("export user data index %d time %llu", exportSampleIndex_, recordSample->data_.time); in ExprotUserData()
439 if (exportSampleIndex_ > 0) { in DumpDataPortion()
/developtools/hiperf/include/
Dsubcommand_dump.h83 int exportSampleIndex_ = -1; variable