Searched defs:thread_state_id (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/startup/ |
H A D | startup_breakdowns.sql | 135 SELECT i.ts, i.dur, i.root_id, t.id AS thread_state_id, t.state, t.io_wait, t.irq_context field 162 thread_state_id JOINID(thread_state.id), field 171 SELECT b.ts, b.dur, startup.startup_id, b.slice_id, b.thread_state_id, _startup_breakdown_reason(na… field
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/sched/ |
H A D | latency.sql | 30 thread_state_id JOINID(thread_state.id), field 43 r.id AS thread_state_id, field
|
H A D | thread_executing_span_with_slice.sql | 133 thread_state_id, field 158 thread_state_id, field
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/ |
D | sched_tables_py.h | 563 static constexpr uint32_t thread_state_id = 3; member 572 using thread_state_id = TypedColumn<int64_t>; member 593 int64_t thread_state_id; member 642 ColumnType::thread_state_id::type thread_state_id() const { in thread_state_id() function 710 ColumnType::thread_state_id::type thread_state_id() const { in thread_state_id() function 957 const TypedColumn<int64_t>& thread_state_id() const { in thread_state_id() function
|
/aosp_15_r20/external/perfetto/ui/src/plugins/org.kernel.SuspendResumeLatency/ |
H A D | suspend_resume_details.ts | 40 thread_state_id: number; property
|