Home
last modified time | relevance | path

Searched refs:LOG (Results 1 - 25 of 406) sorted by relevance

12345678910>>...17

/arkcompiler/runtime_core/static_core/runtime/profilesaver/
H A Dprofile_saver.cpp56 LOG(INFO, RUNTIME) << "Cannot find app dir, bad output filename"; in AddTrackedLocations()
67 LOG(ERROR, RUNTIME) << "Runtime is nullptr"; in Start()
72 LOG(ERROR, RUNTIME) << "ProfileSaver is forbidden"; in Start()
77 LOG(ERROR, RUNTIME) << "Invalid output filename"; in Start()
89 LOG(INFO, RUNTIME) << "No code paths should be profiled."; in Start()
94 LOG(INFO, RUNTIME) << "Profile Saver Singleton already exists"; in Start()
99 LOG(INFO, RUNTIME) << "Starting dumping profile saver output file" << outputFilename; in Start()
111 LOG(ERROR, RUNTIME) << "Tried to stop a profile saver which was not started"; in Stop()
116 LOG(ERROR, RUNTIME) << "Tried to stop the profile saver twice"; in Stop()
143 LOG(INF in DumpInfo()
[all...]
/arkcompiler/runtime_core/libziparchive/
H A Dzip_archive.cpp36 LOG(ERROR, ZIPARCHIVE) << "OpenArchive failed, filename is " << path; in OpenArchive()
46 LOG(ERROR, ZIPARCHIVE) << "OpenArchive failed from FILE *fp"; in OpenArchiveFile()
55 LOG(ERROR, ZIPARCHIVE) << "ZipArchiveHandle handle should not be nullptr"; in CloseArchive()
60 LOG(ERROR, ZIPARCHIVE) << "unzClose with error: " << err; in CloseArchive()
69 LOG(ERROR, ZIPARCHIVE) << "ZipArchiveHandle handle should not be nullptr"; in CloseArchiveFile()
74 LOG(ERROR, ZIPARCHIVE) << "unzCloseFile with error: " << err; in CloseArchiveFile()
84 LOG(ERROR, ZIPARCHIVE) << "GetGlobalFileInfo with error: " << err; in GetGlobalFileInfo()
94 LOG(ERROR, ZIPARCHIVE) << "GoToNextFile with error: " << err; in GoToNextFile()
104 LOG(ERROR, ZIPARCHIVE) << filename << " is not found in the zipfile"; in LocateFile()
114 LOG(ERRO in GetCurrentFileInfo()
[all...]
/arkcompiler/runtime_core/static_core/libziparchive/
H A Dzip_archive.cpp36 LOG(ERROR, ZIPARCHIVE) << "OpenArchive failed, filename is " << path; in OpenArchive()
46 LOG(ERROR, ZIPARCHIVE) << "OpenArchive failed from FILE *fp"; in OpenArchiveFile()
55 LOG(ERROR, ZIPARCHIVE) << "ZipArchiveHandle handle should not be nullptr"; in CloseArchive()
60 LOG(ERROR, ZIPARCHIVE) << "unzClose with error: " << err; in CloseArchive()
69 LOG(ERROR, ZIPARCHIVE) << "ZipArchiveHandle handle should not be nullptr"; in CloseArchiveFile()
74 LOG(ERROR, ZIPARCHIVE) << "unzCloseFile with error: " << err; in CloseArchiveFile()
84 LOG(ERROR, ZIPARCHIVE) << "GetGlobalFileInfo with error: " << err; in GetGlobalFileInfo()
94 LOG(ERROR, ZIPARCHIVE) << "GoToNextFile with error: " << err; in GoToNextFile()
104 LOG(ERROR, ZIPARCHIVE) << filename << " is not found in the zipfile"; in LocateFile()
114 LOG(ERRO in GetCurrentFileInfo()
[all...]
/arkcompiler/runtime_core/libpandabase/tests/
H A Dlogger_test.cpp48 LOG(DEBUG, COMMON) << "1"; in HWTEST_F()
49 LOG(INFO, COMMON) << "2"; in HWTEST_F()
50 LOG(ERROR, COMMON) << "3"; in HWTEST_F()
55 EXPECT_DEATH_IF_SUPPORTED(LOG(FATAL, COMMON) << "4", ""); in HWTEST_F()
62 LOG(DEBUG, COMMON) << "a"; in HWTEST_F()
63 LOG(INFO, COMMON) << "b"; in HWTEST_F()
64 LOG(ERROR, COMMON) << "c"; in HWTEST_F()
77 EXPECT_DEATH_IF_SUPPORTED(LOG(FATAL, COMMON) << "d", "\\[TID [0-9a-f]{6}\\] F/common: d"); in HWTEST_F()
84 LOG(DEBUG, COMMON) << "1"; in HWTEST_F()
85 LOG(INF in HWTEST_F()
[all...]
/arkcompiler/runtime_core/static_core/tests/cts-generator/generator/
H A Dtest_case.rb25 LOG.debug "TestCase created with '#{command}' '#{current_case}' '#{instruction}'"
83 LOG.debug 'Case has own template, use it'
86 LOG.debug 'Use main template for current tests'
91 LOG.debug "substitute values: #{@current_case[Generator::CASE_VALUES]}"
95 LOG.debug "Parse -#{val}-"
99 LOG.debug "'#{single_line}' evaluate"
104 LOG.debug "'#{str}'' repeat #{num} times"
107 LOG.debug "simple value `#{single_line}`"
124 LOG.error 'Cannot substitute values to template'
125 LOG
[all...]
H A Dparser.rb25 LOG.info 'Generator created'
26 LOG.debug "@data first 3 keys are: '#{data.keys.first(3)}'"
76 LOG.debug "test_has_only_key = #{test_has_only_key}"
77 LOG.debug "command_has_only_key = #{command_has_only_key}"
80 LOG.debug options
86 LOG.info "Tests generation done in #{Time.now - start_time} sec"
90 LOG.debug('Iterate over all tests')
94 LOG.debug "'only:' is defined for some test, process current: #{process}"
101 LOG.debug "'only:' is not defined for test, process current: true"
H A Dtest.rb35 LOG.info "START parsing test '#{@test_name}'"
41 LOG.error "Test '#{@test_name}' does not have definition of instruction commands"
44 LOG.warn "Skip test '#{@test_name}' generation due to skip property is set"
52 LOG.debug "Some command has 'only' key, process command: #{process}"
55 LOG.debug "No 'only' key is defined for any command, process command: #{process}"
H A Dcommand.rb36 LOG.debug 'Command:initialize'
37 LOG.debug command
45 LOG.info("Skip test '#{@test_name}' due to \"skip\": true")
49 LOG.debug "Test '#{@test_name}' contains several cases"
52 LOG.debug "Test '#{@test_name}' has no cases"
65 LOG.debug "#{@test_name} has template cases"
78 LOG.debug "Process case '#{@test_name}_#{sig_name}_#{idx1}_#{index}'"
87 LOG.debug "Process case '#{@test_name}_#{sig_name}_#{index}'"
/arkcompiler/runtime_core/tests/cts-generator/generator/
H A Dtest_case.rb25 LOG.debug "TestCase created with '#{command}' '#{current_case}' '#{instruction}'"
83 LOG.debug 'Case has own template, use it'
86 LOG.debug 'Use main template for current tests'
91 LOG.debug "substitute values: #{@current_case[Generator::CASE_VALUES]}"
95 LOG.debug "Parse -#{val}-"
99 LOG.debug "'#{single_line}' evaluate"
104 LOG.debug "'#{str}'' repeat #{num} times"
107 LOG.debug "simple value `#{single_line}`"
124 LOG.error 'Cannot substitute values to template'
125 LOG
[all...]
H A Dparser.rb25 LOG.info 'Generator created'
26 LOG.debug "@data first 3 keys are: '#{data.keys.first(3)}'"
76 LOG.debug "test_has_only_key = #{test_has_only_key}"
77 LOG.debug "command_has_only_key = #{command_has_only_key}"
80 LOG.debug options
86 LOG.info "Tests generation done in #{Time.now - start_time} sec"
90 LOG.debug('Iterate over all tests')
94 LOG.debug "'only:' is defined for some test, process current: #{process}"
101 LOG.debug "'only:' is not defined for test, process current: true"
H A Dtest.rb35 LOG.info "START parsing test '#{@test_name}'"
41 LOG.error "Test '#{@test_name}' does not have definition of instruction commands"
44 LOG.warn "Skip test '#{@test_name}' generation due to skip property is set"
52 LOG.debug "Some command has 'only' key, process command: #{process}"
55 LOG.debug "No 'only' key is defined for any command, process command: #{process}"
H A Dcommand.rb36 LOG.debug 'Command:initialize'
37 LOG.debug command
45 LOG.info("Skip test '#{@test_name}' due to \"skip\": true")
49 LOG.debug "Test '#{@test_name}' contains several cases"
52 LOG.debug "Test '#{@test_name}' has no cases"
65 LOG.debug "#{@test_name} has template cases"
78 LOG.debug "Process case '#{@test_name}_#{sig_name}_#{idx1}_#{index}'"
87 LOG.debug "Process case '#{@test_name}_#{sig_name}_#{index}'"
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gc-hung/
H A Dgc_hung.cpp58 LOG(DEBUG, GC) << "GcHung: Instance created"; in GcHung()
66 LOG(DEBUG, GC) << "GcHung: Instance deleted: water_mark: " << waterMark_; in ~GcHung()
79 LOG(DEBUG, GC) << "GcHung: failed to get config"; in GetConfig()
88 LOG(ERROR, GC) << "GcHung: parse parameters failed"; in GetConfig()
97 LOG(INFO, GC) << "GcHung: module enable:" << enabled_; in GetConfig()
102 LOG(DEBUG, GC) << "GcHung: set parameter: interval_limit_ms_ = " << intervalLimitMs_ << "ms"; in GetConfig()
103 LOG(DEBUG, GC) << "GcHung: set parameter: water_mark_limit_ = " << waterMarkLimit_; in GetConfig()
104 LOG(DEBUG, GC) << "GcHung: set parameter: over_time_limit_ms_ = " << overTimeLimitMs_ << "ms"; in GetConfig()
115 LOG(DEBUG, GC) << "GcHung: load libimonitor"; in LoadLibimonitor()
118 LOG(ERRO in LoadLibimonitor()
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dlogger_test.cpp40 LOG(DEBUG, COMMON) << "1"; in DEATH_TEST()
41 LOG(INFO, COMMON) << "2"; in DEATH_TEST()
42 LOG(ERROR, COMMON) << "3"; in DEATH_TEST()
47 EXPECT_DEATH_IF_SUPPORTED(LOG(FATAL, COMMON) << "4", ""); in DEATH_TEST()
54 LOG(DEBUG, COMMON) << "a"; in DEATH_TEST()
55 LOG(INFO, COMMON) << "b"; in DEATH_TEST()
56 LOG(ERROR, COMMON) << "c"; in DEATH_TEST()
69 EXPECT_DEATH_IF_SUPPORTED(LOG(FATAL, COMMON) << "d", "\\[TID [0-9a-f]{6}\\] F/common: d"); in DEATH_TEST()
76 LOG(DEBUG, COMMON) << "1"; in DEATH_TEST()
77 LOG(INF in DEATH_TEST()
[all...]
/arkcompiler/runtime_core/verifier/
H A Dverifier.cpp51 LOG(ERROR, VERIFIER) << "Failed to verify empty abc file!"; in CollectIdInfos()
64 LOG(ERROR, VERIFIER) << "Failed to verify empty abc file!"; in VerifyChecksum()
76 LOG(ERROR, VERIFIER) << "Failed to verify empty abc file!"; in VerifyConstantPool()
98 LOG(ERROR, VERIFIER) << "Failed to verify empty abc file!"; in VerifyRegisterIndex()
113 LOG(ERROR, VERIFIER) << "Integer overflow detected during register index calculation!"; in VerifyRegisterIndex()
117 LOG(ERROR, VERIFIER) << "Register index exceeds the maximum allowable value (0xffff)!"; in VerifyRegisterIndex()
141 LOG(ERROR, VERIFIER) << "Failed to verify empty abc file!"; in VerifyConstantPoolIndex()
155 LOG(ERROR, VERIFIER) << "Failed to verify empty abc file!"; in VerifyConstantPoolContent()
238 LOG(ERROR, VERIFIER) << "Fail to verify primary opcode!"; in CollectIdInInstructions()
279 LOG(ERRO in CheckConstantPool()
[all...]
/arkcompiler/runtime_core/static_core/runtime/
H A Dmonitor.cpp150 LOG(DEBUG, RUNTIME) << "The lightweight monitor was successfully recursively acquired"; in HandleLightLockedState()
217 LOG(DEBUG, RUNTIME) << "The lightweight monitor was successfully acquired for the first time"; in HandleUnlockedState()
253 LOG(DEBUG, RUNTIME) << "Try to enter monitor " << std::hex << obj << " with state " << std::dec << state; in MonitorEnter()
297 LOG(FATAL, RUNTIME) << "Not yet implemented"; in MonitorEnter()
300 LOG(FATAL, RUNTIME) << "Undefined object state"; in MonitorEnter()
315 LOG(DEBUG, RUNTIME) << "Try to exit monitor " << std::hex << obj << " with state " << std::dec << state; in MonitorExit()
327 LOG(DEBUG, RUNTIME) << "Caling MonitorEnter on object which isn't owned by this thread"; in MonitorExit()
339 LOG(DEBUG, RUNTIME) << "Exited lightweight lock"; in MonitorExit()
349 LOG(ERROR, RUNTIME) << "Try to perform monitor exit from unlocked state"; in MonitorExit()
352 LOG(FATA in MonitorExit()
[all...]
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dthreaded_coroutine_manager.cpp31 LOG(FATAL, COROUTINES) << "ThreadedCoroutineManager(): JS emulation is not supported!"; in Initialize()
36 LOG(DEBUG, COROUTINES) << "ThreadedCoroutineManager(): setting number of coroutine workers to " in Initialize()
40 LOG(DEBUG, COROUTINES) << "ThreadedCoroutineManager(): setting number of coroutine workers to CPU count = " in Initialize()
108 LOG(DEBUG, COROUTINES) << "ThreadedCoroutineManager::TerminateCoroutine() started"; in TerminateCoroutine()
158 LOG(DEBUG, COROUTINES) << "ThreadedCoroutineManager::Launch started"; in Launch()
165 LOG(DEBUG, COROUTINES) << "ThreadedCoroutineManager::Launch finished"; in Launch()
178 LOG(DEBUG, COROUTINES) << "ThreadedCoroutineManager::RegisterAsAwaitee: " << waiter->GetName() << " AWAITS"; in RegisterWaiter()
186 LOG(DEBUG, COROUTINES) << "ThreadedCoroutineManager::Await started"; in Await()
195 LOG(DEBUG, COROUTINES) << "ThreadedCoroutineManager::Await finished (no await happened)"; in Await()
208 LOG(DEBU in Await()
[all...]
H A Dstackful_coroutine_manager.cpp73 LOG(DEBUG, COROUTINES) << "StackfulCoroutineManager::CreateWorkers(): waiting for workers startup"; in CreateWorkers()
85 LOG(DEBUG, COROUTINES) << "StackfulCoroutineManager::OnWorkerShutdown(): COMPLETED, workers left = " in OnWorkerShutdown()
94 LOG(DEBUG, COROUTINES) << "StackfulCoroutineManager::OnWorkerStartup(): COMPLETED, active workers = " in OnWorkerStartup()
124 LOG(FATAL, COROUTINES) << "Coroutine stack size should be >= " << alignmentPages in Initialize()
138 LOG(DEBUG, COROUTINES) << "StackfulCoroutineManager(): AUTO mode selected, will set number of coroutine " in Initialize()
144 LOG(DEBUG, COROUTINES) << "StackfulCoroutineManager(): successfully created and activated " << workers_.size() in Initialize()
188 LOG(DEBUG, COROUTINES) << "StackfulCoroutineManager::TerminateCoroutine(): terminating " in TerminateCoroutine()
192 LOG(DEBUG, COROUTINES) << "StackfulCoroutineManager::TerminateCoroutine() started"; in TerminateCoroutine()
251 LOG(DEBUG, COROUTINES) in CheckProgramCompletion()
256 LOG(DEBU in CheckProgramCompletion()
[all...]
/arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/
H A Dstorage.cpp53 LOG(ERROR, DPROF) << "Cannot deserialize buffer to common_info. Error: " << r.Error(); in CreateByBuffer()
62 LOG(ERROR, DPROF) << "Cannot deserialize features_map. Error: " << r.Error(); in CreateByBuffer()
68 LOG(ERROR, DPROF) << "Cannot deserialize all buffer, unused buffer size: " << size; in CreateByBuffer()
79 LOG(ERROR, DPROF) << "Cannot serialize common_info"; in ToBuffer()
84 LOG(ERROR, DPROF) << "Cannot serialize features_map. Error: " << ret.Error(); in ToBuffer()
94 LOG(ERROR, DPROF) << "Storage directory is not set"; in Create()
106 LOG(ERROR, DPROF) << storageDir << " is already exists and it is neither directory"; in Create()
127 LOG(ERROR, DPROF) << "Cannot serialize AppData to buffer"; in SaveAppData()
135 LOG(ERROR, DPROF) << "Cannot open file: " << fileName; in SaveAppData()
140 LOG(ERRO in SaveAppData()
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_root.cpp89 LOG(FATAL, GC) << "ROOT UNKNOWN"; in operator <<()
152 LOG(DEBUG, GC) << "Start collecting roots for thread " << thread->GetId(); in VisitRootsForThread()
155 LOG(DEBUG, GC) << " Found root for thread" << GetDebugInfoAboutObject(obj); in VisitRootsForThread()
158 LOG(DEBUG, GC) << "Finish collecting roots for thread " << thread->GetId(); in VisitRootsForThread()
167 LOG(DEBUG, GC) << " VisitRoots frame " << std::hex << stack.GetFp(); in VisitLocalRoots()
185 LOG(DEBUG, GC) << " Found root for register" << GetDebugInfoAboutObject(objectHeader); in VisitRegisterRoot()
201 LOG(DEBUG, GC) << "Start collecting AOT string slot roots"; in VisitAotStringRoots()
207 LOG(DEBUG, GC) << "Finish collecting AOT string slot roots"; in VisitAotStringRoots()
214 LOG(DEBUG, GC) << "=== AOT string slot roots update. BEGIN ==="; in UpdateAotStringRoots()
224 LOG(DEBU in UpdateAotStringRoots()
[all...]
H A Dgc_queue.cpp30 LOG(DEBUG, GC) << "GetTask() Return INVALID_CAUSE"; in GetTask()
34 LOG(DEBUG, GC) << "Empty " << queueName_ << ", waiting..."; in GetTask()
37 LOG(DEBUG, GC) << "Empty " << queueName_ << ", return nullptr"; in GetTask()
47 LOG(DEBUG, GC) << "GetTask TimedWait"; in GetTask()
54 LOG(DEBUG, GC) << "Extract a task from a " << queueName_; in GetTask()
71 LOG(DEBUG, GC) << "Add task to a " << queueName_; in AddTask()
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dmutex.cpp118 LOG(FATAL, COMMON) << "RWLock destruction failed; state_ is non zero!"; in ~RWLock()
121 LOG(FATAL, COMMON) << "RWLock destruction failed; RWLock has an owner!"; in ~RWLock()
124 LOG(FATAL, COMMON) << "RWLock destruction failed; RWLock has waiters!"; in ~RWLock()
128 LOG(WARNING, COMMON) << "Deadlock detected, ignoring RWLock"; in ~RWLock()
158 LOG(FATAL, COMMON) << "Futex wait failed!"; in WriteLock()
188 LOG(FATAL, COMMON) << "Futex wait failed!"; in HandleReadLockWait()
275 LOG(FATAL, COMMON) << "RWLock WriteUnlock got unexpected state, RWLock is not writelocked?"; in WriteUnlock()
287 LOG(FATAL, COMMON) << "CondVar destruction failed; waiters_ is non zero!"; in ~ConditionVariable()
291 LOG(WARNING, COMMON) << "Deadlock detected, ignoring CondVar"; in ~ConditionVariable()
302 LOG(FATA in Wait()
[all...]
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Ddwarf_builder.cpp69 LOG(FATAL, COMPILER) << "Dwarf initialization failed: " << dwarf_errmsg(error); in DwarfBuilder()
74 LOG(FATAL, COMPILER) << "dwarf_pro_set_default_string_form failed: " << dwarf_errmsg(error); in DwarfBuilder()
79 LOG(FATAL, COMPILER) << "dwarf_new_die failed: " << dwarf_errmsg(error); in DwarfBuilder()
84 LOG(FATAL, COMPILER) << "dwarf_add_AT_producer failed: " << dwarf_errmsg(error); in DwarfBuilder()
89 LOG(FATAL, COMPILER) << "dwarf_add_die_to_debug_a failed: " << dwarf_errmsg(error); in DwarfBuilder()
96 LOG(FATAL, COMPILER) << "DW_AT_language failed: " << dwarf_errmsg(error); in DwarfBuilder()
108 LOG(FATAL, COMPILER) << "dwarf_lne_set_address failed: " << dwarf_errmsg(error); in BuildGraphNestedFunction()
125 LOG(ERROR, COMPILER) << "dwarf_add_line_entry failed: " << dwarf_errmsg(error); in BuildGraphNestedFunction()
132 LOG(ERROR, COMPILER) << "dwarf_lne_end_sequence failed: " << dwarf_errmsg(error); in BuildGraphNestedFunction()
138 LOG(ERRO in BuildGraphNestedFunction()
[all...]
/arkcompiler/runtime_core/libpandafile/
H A Dfile.cpp133 LOG(ERROR, PANDAFILE) << "CloseArchiveFile failed!"; in OpenPandaFileFromZipErrorHandler()
148 LOG(ERROR, PANDAFILE) << "Can't mmap anonymous!"; in OpenPandaFileFromZipFile()
157 LOG(ERROR, PANDAFILE) << "Can't tag mmap anonymous!"; in OpenPandaFileFromZipFile()
163 LOG(ERROR, PANDAFILE) << "Can't extract!"; in OpenPandaFileFromZipFile()
181 LOG(INFO, PANDAFILE) << "Pandafile is uncompressed and 4 bytes aligned"; in HandleArchive()
195 LOG(ERROR, PANDAFILE) << "Can't open archive " << location; in OpenPandaFileFromZip()
200 LOG(INFO, PANDAFILE) << "Can't find entry with name '" << in OpenPandaFileFromZip()
206 LOG(ERROR, PANDAFILE) << "Can't find entry with " << ARCHIVE_FILENAME; in OpenPandaFileFromZip()
213 LOG(ERROR, PANDAFILE) << "GetCurrentFileInfo error"; in OpenPandaFileFromZip()
219 LOG(ERRO in OpenPandaFileFromZip()
[all...]
/arkcompiler/runtime_core/static_core/dprof/daemon/
H A Dmain.cpp38 LOG(ERROR, DPROF) << "Cannot read message"; in CheckVersion()
42 LOG(ERROR, DPROF) << "Incorrect first message id, id=" << static_cast<uint32_t>(msg.GetId()); in CheckVersion()
47 LOG(ERROR, DPROF) << "Cannot convert data to version message"; in CheckVersion()
51 LOG(ERROR, DPROF) << "Incorrect version:" << tmp.version; in CheckVersion()
68 LOG(ERROR, DPROF) << "Cannot read message"; in ProcessingConnect()
72 LOG(ERROR, DPROF) << "Incorrect second message id, id=" << static_cast<uint32_t>(msg.GetId()); in ProcessingConnect()
76 LOG(ERROR, DPROF) << "Cannot convert data to a app info message"; in ProcessingConnect()
91 LOG(ERROR, DPROF) << "Cannot read a feature data message"; in ProcessingConnect()
97 LOG(ERROR, DPROF) << "Cannot convert data to a feature data"; in ProcessingConnect()
149 LOG(ERRO in DoRun()
[all...]

Completed in 12 milliseconds

12345678910>>...17