/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/ |
H A D | binder.sql | 346 thread.is_main_thread, field 426 is_main_thread BOOL, field
|
/aosp_15_r20/system/unwinding/libunwindstack/tools/ |
H A D | unwind_for_offline.cpp | 79 bool CreateAndChangeDumpDir(std::filesystem::path thread_dir, pid_t tid, bool is_main_thread) { in CreateAndChangeDumpDir() 275 bool SaveData(pid_t tid, const std::filesystem::path& cwd, bool is_main_thread, FILE* output_fp) { in SaveData()
|
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/sql/android/startup/ |
H A D | thread_state_breakdown.sql | 39 SELECT startup_id, state, is_main_thread, thread_name, io_wait, SUM(dur) AS dur field
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/viz/ |
H A D | threads.sql | 35 is_main_thread, field
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/startup/ |
H A D | startups.sql | 139 JOIN thread t ON (p.upid = t.upid AND t.is_main_thread) package
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/ |
H A D | stack_trace.cc | 212 bool is_main_thread = GetCurrentProcId() == PlatformThread::CurrentId(); in GetStackEnd() local
|
/aosp_15_r20/external/perfetto/protos/perfetto/metrics/android/ |
H A D | binder_metric.proto | 47 optional bool is_main_thread = 5; field
|
/aosp_15_r20/external/libchrome/base/debug/ |
H A D | stack_trace.cc | 159 bool is_main_thread = GetCurrentProcId() == PlatformThread::CurrentId(); in GetStackEnd() local
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | pthread_create.cpp | 333 void __set_stack_and_tls_vma_name(bool is_main_thread) { in __set_stack_and_tls_vma_name()
|
/aosp_15_r20/external/cronet/base/debug/ |
H A D | stack_trace.cc | 191 bool is_main_thread = GetCurrentProcId() == PlatformThread::CurrentId(); in GetStackEnd() local
|
/aosp_15_r20/external/perfetto/src/profiling/memory/ |
H A D | client.cc | 281 bool is_main_thread = IsMainThread(); in GetStackEnd() local
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/ |
D | metadata_tables_py.h | 1038 static constexpr uint32_t is_main_thread = 7; member 1049 using is_main_thread = TypedColumn<std::optional<uint32_t>>; member 1076 std::optional<uint32_t> is_main_thread; member 1139 ColumnType::is_main_thread::type is_main_thread() const { in is_main_thread() function 1229 ColumnType::is_main_thread::type is_main_thread() const { in is_main_thread() function 1517 const TypedColumn<std::optional<uint32_t>>& is_main_thread() const { in is_main_thread() function
|
/aosp_15_r20/external/perfetto/protos/perfetto/metrics/ |
H A D | perfetto_merged_metrics.proto | 672 optional bool is_main_thread = 5; field
|
/aosp_15_r20/external/cronet/base/task/sequence_manager/ |
H A D | sequence_manager_impl_unittest.cc | 5741 thread_local bool is_main_thread = false; in TEST_F() local
|