Searched refs:exportSampleIndex_ (Results 1 – 2 of 2) sorted by relevance
95 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()
83 int exportSampleIndex_ = -1; variable