Lines Matching refs:StringAppendF
220 StringAppendF(out, "%" PRIu64, static_cast<uint64_t>(value.as_uint)); in AppendValueAsJSON()
223 StringAppendF(out, "%" PRId64, static_cast<int64_t>(value.as_int)); in AppendValueAsJSON()
257 StringAppendF(out, "%s", real.c_str()); in AppendValueAsJSON()
263 StringAppendF( in AppendValueAsJSON()
296 StringAppendF(out, "{\"pid\":%i,\"tid\":%i,\"ts\":%" PRId64 in AppendAsJSON()
341 StringAppendF(out, ",\"dur\":%" PRId64, duration); in AppendAsJSON()
345 StringAppendF(out, ",\"tdur\":%" PRId64, thread_duration); in AppendAsJSON()
352 StringAppendF(out, ",\"tts\":%" PRId64, thread_time_int64); in AppendAsJSON()
357 StringAppendF(out, ", \"use_async_tts\":1"); in AppendAsJSON()
367 StringAppendF(out, ",\"scope\":\"%s\"", scope_); in AppendAsJSON()
371 StringAppendF(out, ",\"id\":\"0x%" PRIx64 "\"", in AppendAsJSON()
376 StringAppendF(out, ",\"id2\":{\"local\":\"0x%" PRIx64 "\"}", in AppendAsJSON()
381 StringAppendF(out, ",\"id2\":{\"global\":\"0x%" PRIx64 "\"}", in AppendAsJSON()
392 StringAppendF(out, ",\"bp\":\"e\""); in AppendAsJSON()
396 StringAppendF(out, ",\"bind_id\":\"0x%" PRIx64 "\"", in AppendAsJSON()
400 StringAppendF(out, ",\"flow_in\":true"); in AppendAsJSON()
402 StringAppendF(out, ",\"flow_out\":true"); in AppendAsJSON()
420 StringAppendF(out, ",\"s\":\"%c\"", scope); in AppendAsJSON()