Home
last modified time | relevance | path

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

/system/chre/platform/zephyr/
Dinit.cc49 static const char *thread_name = CONFIG_CHRE_TASK_NAME; in init() local
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp67 std::string thread_name = get_thread_name(target_tid); in engrave_tombstone_ucontext() local
/system/extras/simpleperf/
DRecordFilter.cpp117 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()
Dcmd_report_sample.proto132 optional string thread_name = 3; field
Dreport_utils.h132 const char* thread_name; member
Dcmd_trace_sched.cpp253 std::string thread_name = tracing_field_comm_.ReadFromData(record.raw_data.data); in ProcessSampleRecord() local
Dreport_utils.cpp500 const std::string thread_name = report.thread_name; in ModifyReportToAggregateThreads() local
Dcmd_report_sample.cpp152 std::string thread_name; member
/system/core/libprocessgroup/
Dsched_policy.cpp79 char thread_name[255]; in set_sched_policy() local
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dtypes.h33 std::string thread_name; member
/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp270 char thread_name[MAX_TASK_NAME_LEN + 1]; // one more for termination in log_signal_summary() local