Home
last modified time | relevance | path

Searched refs:GetThreadName (Results 1 – 25 of 28) sorted by relevance

12

/external/perfetto/include/perfetto/ext/base/
Dthread_utils.h60 inline bool GetThreadName(std::string& out_result) { in GetThreadName() function
76 PERFETTO_EXPORT_COMPONENT bool GetThreadName(std::string& out_result);
82 inline bool GetThreadName(std::string&) {
/external/webrtc/sdk/android/src/jni/
Djvm.cc98 static std::string GetThreadName() { in GetThreadName() function
113 std::string name(GetThreadName() + " - " + GetThreadId()); in AttachCurrentThreadIfNeeded()
/external/perfetto/src/trace_processor/importers/proto/
Dchrome_string_lookup.h35 StringId GetThreadName(int32_t thread_type) const;
Dchrome_string_lookup.cc202 StringId ChromeStringLookup::GetThreadName(int32_t thread_type) const { in GetThreadName() function in perfetto::trace_processor::ChromeStringLookup
Dtrack_event_parser.cc1653 name_id = chrome_string_lookup_.GetThreadName(decoder.chrome_thread_type()); in ParseThreadDescriptor()
1668 StringId name_id = chrome_string_lookup_.GetThreadName(decoder.thread_type()); in ParseChromeThreadDescriptor()
/external/cronet/tot/base/task/sequence_manager/
Dthread_controller.cc95 std::string_view ThreadController::RunLevelTracker::RunLevel::GetThreadName() { in GetThreadName() function in base::sequence_manager::internal::ThreadController::RunLevelTracker::RunLevel
105 return MakeSuffix("Any", GetThreadName()); in GetSuffixForCatchAllHistogram()
116 return MakeSuffix(time_suffix, GetThreadName()); in GetSuffixForHistogram()
334 UmaHistogramPercentage(base::StrCat({name, ".", GetThreadName()}), in LogPercentageMetric()
Dthread_controller.h449 std::string_view GetThreadName();
/external/cronet/stable/base/task/sequence_manager/
Dthread_controller.cc95 std::string_view ThreadController::RunLevelTracker::RunLevel::GetThreadName() { in GetThreadName() function in base::sequence_manager::internal::ThreadController::RunLevelTracker::RunLevel
105 return MakeSuffix("Any", GetThreadName()); in GetSuffixForCatchAllHistogram()
116 return MakeSuffix(time_suffix, GetThreadName()); in GetSuffixForHistogram()
334 UmaHistogramPercentage(base::StrCat({name, ".", GetThreadName()}), in LogPercentageMetric()
Dthread_controller.h449 std::string_view GetThreadName();
/external/perfetto/src/base/
Dthread_utils.cc74 bool GetThreadName(std::string& out_result) {
/external/libchrome/base/message_loop/
Dmessage_loop.h166 std::string GetThreadName() const;
Dmessage_loop.cc372 std::string MessageLoop::GetThreadName() const { in GetThreadName() function in base::MessageLoop
Dmessage_loop_unittest.cc2169 EXPECT_EQ(kThreadName, loop.GetThreadName()); in TEST_P()
2176 EXPECT_EQ(kThreadName, thread.message_loop()->GetThreadName()); in TEST_P()
/external/libchrome/base/debug/
Dactivity_analyzer.h89 const std::string& GetThreadName() { in GetThreadName() function
Dactivity_analyzer_unittest.cc97 EXPECT_EQ(PlatformThread::GetName(), analyzer.GetThreadName()); in TEST_F()
/external/webrtc/sdk/objc/native/src/audio/
Dhelpers.mm52 // TODO(henrika): see if it is possible to move to GetThreadName in
/external/perfetto/src/tracing/
Dtrack.cc96 if (base::GetThreadName(thread_name)) in Serialize()
/external/cronet/stable/base/test/
Dtrace_event_analyzer.h754 const std::string& GetThreadName(const TraceEvent::ProcessThreadID& thread);
Dtrace_event_analyzer.cc938 const std::string& TraceAnalyzer::GetThreadName( in GetThreadName() function in trace_analyzer::TraceAnalyzer
/external/cronet/tot/base/test/
Dtrace_event_analyzer.h754 const std::string& GetThreadName(const TraceEvent::ProcessThreadID& thread);
Dtrace_event_analyzer.cc938 const std::string& TraceAnalyzer::GetThreadName( in GetThreadName() function in trace_analyzer::TraceAnalyzer
/external/libchrome/base/test/
Dtrace_event_analyzer.h753 const std::string& GetThreadName(const TraceEvent::ProcessThreadID& thread);
Dtrace_event_analyzer.cc886 const std::string& TraceAnalyzer::GetThreadName( in GetThreadName() function in trace_analyzer::TraceAnalyzer
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h387 virtual std::string GetThreadName() const;
/external/google-breakpad/src/processor/
Dminidump_processor.cc233 thread_id_to_name.insert(std::make_pair(thread_id, thread_name->GetThreadName())); in Process()

12