Home
last modified time | relevance | path

Searched defs:thread_name (Results 1 – 12 of 12) sorted by relevance

/system/extras/simpleperf/
Dreport_sample.proto80 optional string thread_name = 3; field
Dcmd_trace_sched.cpp246 std::string thread_name = tracing_field_comm_.ReadFromData(record.raw_data.data); in ProcessSampleRecord() local
Dcmd_report_sample.cpp668 const char* thread_name = thread_tree_.FindThreadOrNew(r.tid_data.pid, r.tid_data.tid)->comm; in PrintSampleRecord() local
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dtypes.h30 std::string thread_name; member
/system/bt/gd/os/linux_generic/
Dthread_unittest.cc73 TEST_F(ThreadTest, thread_name) { in TEST_F() argument
/system/bt/common/
Dmessage_loop_thread.cc31 MessageLoopThread::MessageLoopThread(const std::string& thread_name) in MessageLoopThread()
/system/core/libprocessgroup/
Dsched_policy.cpp76 char thread_name[255]; in set_sched_policy() local
/system/bt/osi/src/
Dthread.cc187 const char* thread_name(const thread_t* thread) { in thread_name() function
/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp171 char thread_name[MAX_TASK_NAME_LEN + 1]; // one more for termination in log_signal_summary() local
/system/bt/btif/src/
Dbtif_a2dp_sink.cc85 explicit BtifA2dpSinkControlBlock(const std::string& thread_name) in BtifA2dpSinkControlBlock()
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp565 std::string thread_name = get_thread_name(tid); in engrave_tombstone_ucontext() local
/system/extras/simpleperf/scripts/
Dreport_html.py112 def get_thread(self, tid, thread_name): argument