Searched refs:processThreadData (Results 1 – 2 of 2) sorted by relevance
727 auto processThreadData = batchProcessThreadData.add_values()->mutable_process_thread_data(); in FillAndSendProcessThreadDataProto() local729 processThreadData->set_cpu(Sqlite3ColumnInt(stmt, curCol++)); in FillAndSendProcessThreadDataProto()730 processThreadData->set_dur(Sqlite3ColumnInt64(stmt, curCol++)); in FillAndSendProcessThreadDataProto()731 processThreadData->set_id(Sqlite3ColumnInt64(stmt, curCol++)); in FillAndSendProcessThreadDataProto()732 processThreadData->set_tid(Sqlite3ColumnInt64(stmt, curCol++)); in FillAndSendProcessThreadDataProto()733 processThreadData->set_state(Sqlite3ColumnText(stmt, curCol++)); in FillAndSendProcessThreadDataProto()734 processThreadData->set_pid(Sqlite3ColumnInt64(stmt, curCol++)); in FillAndSendProcessThreadDataProto()735 processThreadData->set_start_time(Sqlite3ColumnInt64(stmt, curCol++)); in FillAndSendProcessThreadDataProto()736 processThreadData->set_arg_set_id(Sqlite3ColumnInt64(stmt, curCol++)); in FillAndSendProcessThreadDataProto()
96 data.params.trafic === TraficEnum.ProtoBuffer && (it = it.processThreadData); //@ts-ignore