/aosp_15_r20/external/cronet/base/task/sequence_manager/ |
H A D | thread_controller.cc | 52 std::string_view thread_name) { in MakeSuffix() 96 std::string_view thread_name = "Other"; in GetThreadName() local 120 const char* thread_name) { in EnableMessagePumpTimeKeeperMetrics() 129 const char* thread_name) { in EnableTimeKeeperMetrics() 134 const char* thread_name) { in EnableRecording()
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/ |
H A D | input.sql | 26 thread.name AS thread_name, field 49 thread.name AS thread_name, field 80 thread_slice.thread_name field 195 thread_name STRING, field
|
H A D | garbage_collection.sql | 112 thread_name, process_name, last_value, value, field 143 thread_name STRING, field
|
/aosp_15_r20/external/crosvm/jail/tests/ |
H A D | fork.rs | 36 pub fn thread_name() { in thread_name() function 40 let thread_name = String::from("thread_name"); in thread_name() localVariable 64 let thread_name = String::from("12345678901234567890"); in thread_name_trimmed() localVariable
|
/aosp_15_r20/external/jemalloc_new/test/unit/ |
H A D | prof_thread_name.c | 21 mallctl_thread_name_set_impl(const char *thread_name, const char *func, in mallctl_thread_name_set_impl() 33 const char *thread_name; in TEST_BEGIN() local 76 char thread_name[16] = ""; in thd_start() local
|
/aosp_15_r20/art/test/2246-trace-v2/ |
H A D | dump_trace.cc | 95 void PrintTraceEntry(const std::string& thread_name, in PrintTraceEntry() 181 std::string thread_name = thread_map[thread_id]; in ProcessTraceEntries() local 225 const char* thread_name = env->GetStringUTFChars(threadName, nullptr); in Java_Main_dumpTrace() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | unbounded_thread_pool.h | 37 UnboundedThreadPool(Env* env, const string& thread_name) in UnboundedThreadPool() 39 UnboundedThreadPool(Env* env, const string& thread_name, in UnboundedThreadPool()
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/slices/ |
H A D | cpu_time.sql | 29 thread_name STRING, field 40 thread_name, field
|
H A D | time_in_state.sql | 31 thread_name STRING, field 60 ts.thread_name, field
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/chrome/ |
H A D | histograms.sql | 15 thread_name STRING, field 31 thread.name as thread_name, field
|
/aosp_15_r20/external/cronet/base/tracing/stdlib/chrome/ |
H A D | histograms.sql | 17 thread_name STRING, field 33 thread.name as thread_name, field
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/pixel/ |
H A D | camera.sql | 34 thread_name STRING, field 50 thread_name, field
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/viz/summary/ |
H A D | threads_w_processes.sql | 25 thread.name as thread_name, field 41 m.thread_name, field
|
/aosp_15_r20/external/perfetto/protos/perfetto/metrics/android/ |
H A D | codec_metrics.proto | 32 optional string thread_name = 1; field 61 optional string thread_name = 2; field
|
/aosp_15_r20/external/pigweed/pw_log/public/pw_log/ |
H A D | proto_utils.h | 116 ConstByteSpan thread_name, in EncodeTokenizedLog() 141 ConstByteSpan thread_name, in EncodeTokenizedLog()
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_osi_thread.h | 81 struct thread_name { struct 87 extern struct thread_name thread_name; argument
|
D | mock_osi_thread.cc | 39 struct thread_name thread_name; variable 68 const char* thread_name(const thread_t* thread) { in thread_name() function
|
/aosp_15_r20/external/libvpx/vpx_util/ |
H A D | vpx_thread.c | 49 char thread_name[64]; in thread_loop() local 58 char thread_name[16]; in thread_loop() local
|
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/sql/chrome/ |
H A D | scroll_jank_cause_queuing_delay.sql | 42 chrome_thread.canonical_name AS thread_name, field 62 annotations.thread_name AS thread_name, field
|
/aosp_15_r20/external/autotest/client/cros/bluetooth/floss/ |
H A D | utils.py | 35 thread_name=GLIB_THREAD_NAME): argument 136 def glib_callback(thread_name=GLIB_THREAD_NAME): argument
|
/aosp_15_r20/external/libaom/aom_util/ |
H A D | aom_thread.c | 54 char thread_name[64]; in thread_loop() local 63 char thread_name[16]; in thread_loop() local
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/ |
H A D | trace_event.py | 98 def trace_set_thread_name(thread_name): argument 152 def trace_set_thread_name(thread_name): argument
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/netware/ |
H A D | apr_arch_threadproc.h | 33 char *thread_name; member 45 char *thread_name; member
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | RecordFilter.cpp | 117 bool AddThreadNameRegex(const std::string& thread_name, bool exclude) { in AddThreadNameRegex() 131 std::string_view thread_name = thread->comm; in Check() local 477 bool RecordFilter::AddThreadNameRegex(const std::string& thread_name, bool exclude) { in AddThreadNameRegex()
|
/aosp_15_r20/external/cronet/base/metrics/ |
H A D | statistics_recorder_starvation_unittest.cc | 31 explicit BaseThread(const std::string& thread_name) in BaseThread() 39 const std::string& thread_name() { return thread_name_; } in thread_name() function in base::__anone824456e0111::BaseThread
|