Lines Matching defs:DumpTrace
1450 TraceRetInfo DumpTrace()
1453 HILOG_INFO(LOG_CORE, "DumpTrace start.");
1455 HILOG_ERROR(LOG_CORE, "DumpTrace: CALL_ERROR, g_traceMode:%{public}d.", static_cast<int>(g_traceMode));
1461 HILOG_ERROR(LOG_CORE, "DumpTrace: TRACE_IS_OCCUPIED.");
1470 HILOG_INFO(LOG_CORE, "DumpTrace done.");
1474 TraceRetInfo DumpTrace(int maxDuration, uint64_t traceEndTime)
1476 HILOG_INFO(LOG_CORE, "DumpTrace with timelimit start, timelimit is %{public}d, endtime is (%{public}" PRId64 ").",
1480 HILOG_ERROR(LOG_CORE, "DumpTrace: Illegal input.");
1492 HILOG_WARN(LOG_CORE, "DumpTrace: Warning: traceEndTime is later than current time.");
1506 "DumpTrace: traceEndTime:(%{public}" PRId64 ") is earlier than boot_time:(%{public}" PRId64 ").",
1516 ret = DumpTrace();
1522 HILOG_INFO(LOG_CORE, "DumpTrace with time limit done.");