Searched refs:thread_ts_ns (Results 1 – 1 of 1) sorted by relevance
786 int64_t thread_ts_ns = 0; in ExportSlices() local794 thread_ts_ns = thread_slices.thread_timestamp_ns()[*thread_slice_row]; in ExportSlices()805 thread_ts_ns = in ExportSlices()831 if (thread_ts_ns > 0) { in ExportSlices()832 event["tts"] = Json::Int64(thread_ts_ns / 1000); in ExportSlices()847 if (thread_ts_ns > 0) { in ExportSlices()848 event["tts"] = Json::Int64(thread_ts_ns / 1000); in ExportSlices()927 if (thread_ts_ns > 0) { in ExportSlices()928 event["tts"] = Json::Int64(thread_ts_ns / 1000); in ExportSlices()947 if (thread_ts_ns > 0) { in ExportSlices()[all …]