Home
last modified time | relevance | path

Searched refs:thread_name (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/metrics/android/
H A Dwattson_trace_threads.out9 thread_name: "swapper"
17 thread_name: "RenderThread"
26 thread_name: "Jit thread pool"
35 thread_name: "surfaceflinger"
44 thread_name: ".wearable.sysui"
53 thread_name: "binder:685_3"
62 thread_name: "binder:1302_7"
71 thread_name: "binder:1302_A"
80 thread_name: "android.anim"
89 thread_name: "RenderEngine"
[all …]
H A Dwattson_markers_threads.out9 thread_name: "swapper"
17 thread_name: "RenderThread"
26 thread_name: "binder:683_3"
35 thread_name: "surfaceflinger"
44 thread_name: ".wearable.sysui"
53 thread_name: "crtc_commit:80"
62 thread_name: "binder:2710_E"
71 thread_name: "TimerDispatch"
80 thread_name: "kworker/u8:4"
89 thread_name: "BckgrndExec HP"
[all …]
/aosp_15_r20/external/jemalloc_new/test/unit/
H A Dprof_thread_name.c21 mallctl_thread_name_set_impl(const char *thread_name, const char *func, in mallctl_thread_name_set_impl() argument
24 (void *)&thread_name, sizeof(thread_name)), 0, in mallctl_thread_name_set_impl()
27 mallctl_thread_name_get_impl(thread_name, func, line); in mallctl_thread_name_set_impl()
33 const char *thread_name; in TEST_BEGIN() local
41 thread_name = NULL; in TEST_BEGIN()
43 (void *)&thread_name, sizeof(thread_name)), EFAULT, in TEST_BEGIN()
45 thread_name); in TEST_BEGIN()
48 thread_name = "hi\nthere"; in TEST_BEGIN()
50 (void *)&thread_name, sizeof(thread_name)), EFAULT, in TEST_BEGIN()
52 thread_name); in TEST_BEGIN()
[all …]
/aosp_15_r20/external/pigweed/pw_cpu_exception_cortex_m/
H A Dcrash.cc39 const char* thread_name = in AnalyzeCpuStateAndCrash() local
61 thread_name, in AnalyzeCpuStateAndCrash()
75 thread_name, in AnalyzeCpuStateAndCrash()
101 thread_name, in AnalyzeCpuStateAndCrash()
117 thread_name, in AnalyzeCpuStateAndCrash()
135 thread_name, in AnalyzeCpuStateAndCrash()
151 thread_name, in AnalyzeCpuStateAndCrash()
167 thread_name, in AnalyzeCpuStateAndCrash()
185 thread_name, in AnalyzeCpuStateAndCrash()
208 thread_name, in AnalyzeCpuStateAndCrash()
[all …]
/aosp_15_r20/external/libaom/aom_util/
H A Daom_thread.c48 if (worker->thread_name != NULL) { in thread_loop()
54 char thread_name[64]; in thread_loop() local
55 strncpy(thread_name, worker->thread_name, sizeof(thread_name) - 1); in thread_loop()
56 thread_name[sizeof(thread_name) - 1] = '\0'; in thread_loop()
57 pthread_setname_np(thread_name); in thread_loop()
60 if (worker->thread_name != NULL) { in thread_loop()
63 char thread_name[16]; in thread_loop() local
64 strncpy(thread_name, worker->thread_name, sizeof(thread_name) - 1); in thread_loop()
65 thread_name[sizeof(thread_name) - 1] = '\0'; in thread_loop()
66 pthread_setname_np(pthread_self(), thread_name); in thread_loop()
/aosp_15_r20/external/libvpx/vpx_util/
H A Dvpx_thread.c43 if (worker->thread_name != NULL) { in thread_loop()
49 char thread_name[64]; in thread_loop() local
50 strncpy(thread_name, worker->thread_name, sizeof(thread_name) - 1); in thread_loop()
51 thread_name[sizeof(thread_name) - 1] = '\0'; in thread_loop()
52 pthread_setname_np(thread_name); in thread_loop()
55 if (worker->thread_name != NULL) { in thread_loop()
58 char thread_name[16]; in thread_loop() local
59 strncpy(thread_name, worker->thread_name, sizeof(thread_name) - 1); in thread_loop()
60 thread_name[sizeof(thread_name) - 1] = '\0'; in thread_loop()
61 pthread_setname_np(pthread_self(), thread_name); in thread_loop()
/aosp_15_r20/system/core/libprocessgroup/
H A Dsched_policy.cpp79 char thread_name[255]; in set_sched_policy() local
82 memset(thread_name, 0, sizeof(thread_name)); in set_sched_policy()
97 strncpy(thread_name, p, (q - p)); in set_sched_policy()
101 SLOGD("vvv tid %d (%s)", tid, thread_name); in set_sched_policy()
107 SLOGD("^^^ tid %d (%s)", tid, thread_name); in set_sched_policy()
110 SLOGD("/// tid %d (%s)", tid, thread_name); in set_sched_policy()
113 SLOGD("RT tid %d (%s)", tid, thread_name); in set_sched_policy()
116 SLOGD("WI tid %d (%s)", tid, thread_name); in set_sched_policy()
119 SLOGD("??? tid %d (%s)", tid, thread_name); in set_sched_policy()
/aosp_15_r20/external/cronet/base/task/sequence_manager/
H A Dthread_controller.cc52 std::string_view thread_name) { in MakeSuffix() argument
53 return base::StrCat({".", time_suffix, ".", thread_name}); in MakeSuffix()
96 std::string_view thread_name = "Other"; in GetThreadName() local
97 if (!time_keeper_->thread_name().empty()) { in GetThreadName()
98 thread_name = time_keeper_->thread_name(); in GetThreadName()
100 return thread_name; in GetThreadName()
120 const char* thread_name) { in EnableMessagePumpTimeKeeperMetrics() argument
125 run_level_tracker_.EnableTimeKeeperMetrics(thread_name); in EnableMessagePumpTimeKeeperMetrics()
129 const char* thread_name) { in EnableTimeKeeperMetrics() argument
130 time_keeper_.EnableRecording(thread_name); in EnableTimeKeeperMetrics()
[all …]
/aosp_15_r20/external/pigweed/pw_thread/
H A Dthread_snapshot_service_test.cc32 ConstByteSpan thread_name) { in EncodedThreadExists() argument
42 if (encoded_name.size() == thread_name.size()) { in EncodedThreadExists()
43 if (std::equal(thread_name.begin(), in EncodedThreadExists()
44 thread_name.end(), in EncodedThreadExists()
94 EncodedThreadExists(response_span, thread_info.thread_name().value())); in TEST()
127 EncodedThreadExists(response_span, thread_info_1.thread_name().value())); in TEST()
129 EncodedThreadExists(response_span, thread_info_2.thread_name().value())); in TEST()
131 EncodedThreadExists(response_span, thread_info_3.thread_name().value())); in TEST()
150 EncodedThreadExists(response_span, thread_info.thread_name().value())); in TEST()
H A Dthread_snapshot_service.cc36 if (thread_info.thread_name().has_value()) { in ProtoEncodeThreadInfo()
37 PW_TRY(proto_encoder.WriteName(thread_info.thread_name().value())); in ProtoEncodeThreadInfo()
87 ConstByteSpan& thread_name) { in DecodeThreadName() argument
93 status.Update(decoder.ReadBytes(&thread_name)); in DecodeThreadName()
132 if (!iteration_info.name.empty() && thread_info.thread_name().has_value()) { in GetPeakStackUsage()
133 if (std::equal(thread_info.thread_name().value().begin(), in GetPeakStackUsage()
134 thread_info.thread_name().value().end(), in GetPeakStackUsage()
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/metrics/codecs/
H A Dcodec-framedecoder-trace.out4 thread_name: "CodecLooper"
31 thread_name: "CodecLooper"
41 thread_name: "HwBinder:1465_4"
51 thread_name: "CodecLooper"
61 thread_name: "ALooper"
70 thread_name: "binder:1465_4"
79 thread_name: "binder:1465_4"
/aosp_15_r20/external/cronet/base/sampling_heap_profiler/
H A Dsampling_heap_profiler.cc43 const char* thread_name = nullptr; member
72 const char* thread_name = in GetAndLeakThreadName() local
74 if (thread_name && *thread_name != '\0') in GetAndLeakThreadName()
75 return thread_name; in GetAndLeakThreadName()
104 thread_local_data->thread_name = name; in UpdateAndGetThreadName()
105 if (!thread_local_data->thread_name) { in UpdateAndGetThreadName()
106 thread_local_data->thread_name = GetAndLeakThreadName(); in UpdateAndGetThreadName()
108 return thread_local_data->thread_name; in UpdateAndGetThreadName()
279 sample->thread_name = CachedThreadName(); in CaptureNativeStack()
/aosp_15_r20/test/dittosuite/perfetto_queries/
H A Dpriority_inversion.sql5 thread_name,
13 OR thread_name LIKE "%High_%"
14 OR thread_name LIKE "%Mid_%"
15 OR thread_name LIKE "%Low_%"
19 process_name, thread_name, name
21 process_name, thread_name, name
/aosp_15_r20/external/pigweed/pw_log/public/pw_log/
H A Dproto_utils.h58 std::string_view thread_name,
116 ConstByteSpan thread_name, in EncodeTokenizedLog() argument
123 if (!thread_name.empty()) { in EncodeTokenizedLog()
124 encoder.WriteThread(thread_name).IgnoreError(); in EncodeTokenizedLog()
141 ConstByteSpan thread_name, in EncodeTokenizedLog() argument
145 if (!thread_name.empty()) { in EncodeTokenizedLog()
146 encoder.WriteThread(thread_name).IgnoreError(); in EncodeTokenizedLog()
/aosp_15_r20/external/cronet/build/android/pylib/utils/
H A Dsimpleperf.py98 def _ThreadType(thread_name): argument
99 if not thread_name:
101 if (thread_name.startswith('Chrome_ChildIO') or
102 thread_name.startswith('Chrome_IO')):
104 if thread_name.startswith('Compositor'):
106 if (thread_name.startswith('ChildProcessMai') or
107 thread_name.startswith('CrGpuMain') or
108 thread_name.startswith('CrRendererMain')):
110 if thread_name.startswith('RenderThread'):
/aosp_15_r20/external/angle/build/android/pylib/utils/
H A Dsimpleperf.py98 def _ThreadType(thread_name): argument
99 if not thread_name:
101 if (thread_name.startswith('Chrome_ChildIO') or
102 thread_name.startswith('Chrome_IO')):
104 if thread_name.startswith('Compositor'):
106 if (thread_name.startswith('ChildProcessMai') or
107 thread_name.startswith('CrGpuMain') or
108 thread_name.startswith('CrRendererMain')):
110 if thread_name.startswith('RenderThread'):
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/dtrace/hotspot/
Dmonitors.d60 self string thread_name; variable
82 self->thread_name = (string) self->str_ptr;
85 arg2, arg4, self->thread_name, arg3);
87 threads[arg2] = self->thread_name;
95 self->thread_name = (string) self->str_ptr;
99 arg2, arg4, self->thread_name, arg3);
/aosp_15_r20/external/crosvm/jail/tests/
H A Dfork.rs36 pub fn thread_name() { in thread_name() function
40 let thread_name = String::from("thread_name"); in thread_name() localVariable
42 let child = fork_process(jail, keep_rds, Some(thread_name.clone()), || { in thread_name()
53 assert_eq!(thread_comm, thread_name + "\n"); in thread_name()
64 let thread_name = String::from("12345678901234567890"); in thread_name_trimmed() localVariable
66 let child = fork_process(jail, keep_rds, Some(thread_name), || { in thread_name_trimmed()
120 test::thread_name(); in main()
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/
H A Dinput.sql26 thread.name AS thread_name, field
49 thread.name AS thread_name, field
80 thread_slice.thread_name field
90 WHERE send_message_slice.name GLOB 'sendMessage(*' AND thread_slice.thread_name = 'InputDispatcher';
195 thread_name STRING, field
230 WHERE thread_name = 'InputDispatcher'
246 WHERE thread_name != 'InputDispatcher'
261 finish.thread_name AS thread_name,
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/startup/
H A Dstartups.sql167 thread_name STRING,
179 thread.name AS thread_name,
205 thread_name STRING,
225 st.thread_name,
253 thread_name STRING,
259 SELECT slice_id, slice_name, slice_ts, slice_dur, thread_name, tid, arg_set_id
275 thread_name STRING,
286 thread_name,
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/sql/android/startup/
H A Dthread_state_breakdown.sql39 SELECT startup_id, state, is_main_thread, thread_name, io_wait, SUM(dur) AS dur field
48 OR thread_name IN (
55 SELECT startup_id, state, is_main_thread, thread_name, SUM(dur) AS dur
88 … FUNCTION thread_time_for_launch_state_and_thread(startup_id INT, state STRING, thread_name STRING)
92 WHERE l.startup_id = $startup_id AND state GLOB $state AND thread_name = $thread_name;
/aosp_15_r20/art/test/2246-trace-v2/
H A Ddump_trace.cc95 void PrintTraceEntry(const std::string& thread_name, in PrintTraceEntry() argument
134 entry.append(thread_name); in PrintTraceEntry()
181 std::string thread_name = thread_map[thread_id]; in ProcessTraceEntries() local
182 bool print_thread_events = (thread_name.compare(thread_name_filter) == 0); in ProcessTraceEntries()
199 PrintTraceEntry(thread_name, in ProcessTraceEntries()
225 const char* thread_name = env->GetStringUTFChars(threadName, nullptr); in Java_Main_dumpTrace() local
275 thread_name, in Java_Main_dumpTrace()
290 env->ReleaseStringUTFChars(threadName, thread_name); in Java_Main_dumpTrace()
/aosp_15_r20/libcore/luni/src/test/native/
H A Dlibcore_java_lang_ThreadTest.cpp48 std::unique_ptr<char[]> thread_name(new char[32]); in TestThreadNaming() local
49 if (prctl(PR_GET_NAME, reinterpret_cast<unsigned long>(thread_name.get()), 0L, 0L, 0L) == 0) { in TestThreadNaming()
53 if (attach_with_name && (thread_name.get() != native_thread_name)) { in TestThreadNaming()
58 exception_message->append(thread_name.get()); in TestThreadNaming()
63 if (!attach_with_name && strncmp(thread_name.get(), "Thread", 6)) { in TestThreadNaming()
65 exception_message->append(thread_name.get()); in TestThreadNaming()
/aosp_15_r20/external/pigweed/pw_log/py/
H A Dlog_decoder_test.py205 thread_name = 'Jello?'
216 thread_name=thread_name,
220 message, module_name, file, thread_name, line, level
262 thread_name=thread,
272 thread_name = 'M0Log'
279 thread=bytes(thread_name.encode('utf-8')),
289 thread_name=thread_name,
654 thread_name = 'thread'
661 thread=bytes(thread_name.encode('utf-8')),
669 thread_name=thread_name,
[all …]
/aosp_15_r20/art/libartbase/base/
H A Dutils.cc295 void SetThreadName(pthread_t thr, const char* thread_name) { in SetThreadName() argument
298 const char* s = thread_name; in SetThreadName()
307 int len = s - thread_name; in SetThreadName()
309 s = thread_name; in SetThreadName()
311 s = thread_name + len - 15; in SetThreadName()
324 pthread_setname_np(thread_name); in SetThreadName()
326 PLOG(WARNING) << "Unable to set the name of another thread to '" << thread_name << "'"; in SetThreadName()
331 void SetThreadName(const char* thread_name) { SetThreadName(pthread_self(), thread_name); } in SetThreadName() argument

12345678910>>...16