Home
last modified time | relevance | path

Searched refs:traceCollector (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
H A Dtrace_collector_client_test.cpp99 auto traceCollector = TraceCollector::Create(); in HWTEST_F() local
100 ASSERT_TRUE(traceCollector != nullptr); in HWTEST_F()
102 traceCollector->Close(); in HWTEST_F()
104 auto openRet = traceCollector->OpenSnapshot(tagGroups); in HWTEST_F()
107 auto dumpRes = traceCollector->DumpSnapshot(); in HWTEST_F()
109 auto closeRet = traceCollector->Close(); in HWTEST_F()
122 auto traceCollector = TraceCollector::Create(); in HWTEST_F() local
123 ASSERT_TRUE(traceCollector != nullptr); in HWTEST_F()
125 traceCollector->Close(); in HWTEST_F()
127 auto openRet = traceCollector in HWTEST_F()
152 auto traceCollector = TraceCollector::Create(); HWTEST_F() local
180 auto traceCollector = TraceCollector::Create(); HWTEST_F() local
208 auto traceCollector = TraceCollector::Create(); HWTEST_F() local
258 auto traceCollector = TraceCollector::Create(); HWTEST_F() local
292 auto traceCollector = TraceCollector::Create(); HWTEST_F() local
342 auto traceCollector = TraceCollector::Create(); HWTEST_F() local
397 auto traceCollector = TraceCollector::Create(); HWTEST_F() local
454 auto traceCollector = TraceCollector::Create(); HWTEST_F() local
510 auto traceCollector = TraceCollector::Create(); HWTEST_F() local
[all...]
/base/hiviewdfx/hiview/plugins/unified_collector/task/
H A Dcpu_collection_task.cpp102 auto traceCollector = TraceCollector::Create(); in CheckAndDumpTraceData() local
103 traceCollector->DumpTrace(item.caller); in CheckAndDumpTraceData()
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/test/
H A Ddecorator_test.cpp99 auto traceCollector = TraceCollector::Create(); in CallCollectorFuncs() local
103 CollectResult<std::vector<std::string>> resultDumpTrace = traceCollector->DumpTrace(caller); in CallCollectorFuncs()
105 (void)traceCollector->TraceOff(); in CallCollectorFuncs()
/base/hiviewdfx/hiview/plugins/unified_collector/
H A Dunified_collector.cpp176 std::shared_ptr<UCollectUtil::TraceCollector> traceCollector = UCollectUtil::TraceCollector::Create(); in OnSwitchRecordTraceStateChanged() local
177 CollectResult<int32_t> resultTraceOn = traceCollector->TraceOn(); in OnSwitchRecordTraceStateChanged()
183 std::shared_ptr<UCollectUtil::TraceCollector> traceCollector = UCollectUtil::TraceCollector::Create(); in OnSwitchRecordTraceStateChanged() local
184 CollectResult<std::vector<std::string>> resultTraceOff = traceCollector->TraceOff(); in OnSwitchRecordTraceStateChanged()
510 std::shared_ptr<UCollectUtil::TraceCollector> traceCollector = UCollectUtil::TraceCollector::Create(); in RunRecordTraceTask() local
511 CollectResult<int32_t> resultTraceOn = traceCollector->TraceOn(); in RunRecordTraceTask()
/base/hiviewdfx/hiview/plugins/unified_collector/app_trace/
H A Dapp_trace_context.cpp76 std::shared_ptr<UCollectUtil::TraceCollector> traceCollector = UCollectUtil::TraceCollector::Create(); in InnerStartAppTrace() local
77 CollectResult<int32_t> result = traceCollector->TraceOn(); in InnerStartAppTrace()
90 std::shared_ptr<UCollectUtil::TraceCollector> traceCollector = UCollectUtil::TraceCollector::Create(); in InnerDumpAppTrace() local
91 CollectResult<std::vector<std::string>> result = traceCollector->TraceOff(); in InnerDumpAppTrace()
387 std::shared_ptr<UCollectUtil::TraceCollector> traceCollector = UCollectUtil::TraceCollector::Create(); in DoCaptureTrace() local
388 CollectResult<std::vector<std::string>> result = traceCollector->TraceOff(); in DoCaptureTrace()

Completed in 4 milliseconds