Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dthread_descriptor.pbzero.h50 ::protozero::ConstChars thread_name() const { return at<5>().as_string(); } in thread_name() function
Dperfetto.cc24005 const std::string& thread_name() const { return thread_name_; } in thread_name() function in perfetto::protos::gen::ThreadDescriptor
32368 ::protozero::ConstChars thread_name() const { return at<5>().as_string(); } in thread_name() function in perfetto::protos::pbzero::ThreadDescriptor_Decoder
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/proto/
Dperfetto_trace.proto7438 optional string thread_name = 5; field
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto8477 optional string thread_name = 5; field
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp29979 const std::string& thread_name() const { return thread_name_; } in thread_name() function in perfetto::protos::gen::ThreadDescriptor
37003 ::protozero::ConstChars thread_name() const { return at<5>().as_string(); } in thread_name() function in perfetto::protos::pbzero::ThreadDescriptor_Decoder
41700 std::string thread_name; in Serialize() local