Home
last modified time | relevance | path

Searched refs:ThreadDescriptor (Results 1 – 25 of 66) sorted by relevance

123

/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_track_event_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/
H A Dthread_descriptor.pb.h48 class ThreadDescriptor; variable
54 template<> ::perfetto::protos::ThreadDescriptor* Arena::CreateMaybeMessage<::perfetto::protos::Thre…
92 class ThreadDescriptor final :
95 inline ThreadDescriptor() : ThreadDescriptor(nullptr) {} in ThreadDescriptor() function
96 ~ThreadDescriptor() override;
97 …explicit PROTOBUF_CONSTEXPR ThreadDescriptor(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialize…
99 ThreadDescriptor(const ThreadDescriptor& from);
100 ThreadDescriptor(ThreadDescriptor&& from) noexcept in ThreadDescriptor() function
101 : ThreadDescriptor() { in ThreadDescriptor()
105 inline ThreadDescriptor& operator=(const ThreadDescriptor& from) {
[all …]
H A Dtrack_descriptor.pb.h220 const ::perfetto::protos::ThreadDescriptor& thread() const; in Swap()
221 PROTOBUF_NODISCARD ::perfetto::protos::ThreadDescriptor* release_thread(); in Swap()
222 ::perfetto::protos::ThreadDescriptor* mutable_thread(); in Swap()
223 void set_allocated_thread(::perfetto::protos::ThreadDescriptor* thread); in Swap()
225 const ::perfetto::protos::ThreadDescriptor& _internal_thread() const; in Swap()
226 ::perfetto::protos::ThreadDescriptor* _internal_mutable_thread(); in Swap()
229 ::perfetto::protos::ThreadDescriptor* thread); in Swap()
230 ::perfetto::protos::ThreadDescriptor* unsafe_arena_release_thread(); in Swap()
379 ::perfetto::protos::ThreadDescriptor* thread_; in Swap()
802 inline const ::perfetto::protos::ThreadDescriptor& TrackDescriptor::_internal_thread() const { in _internal_thread()
[all …]
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/
Dthread_descriptor.pb.h48 class ThreadDescriptor; variable
54 template<> ::perfetto::protos::ThreadDescriptor* Arena::CreateMaybeMessage<::perfetto::protos::Thre…
92 class ThreadDescriptor final :
95 inline ThreadDescriptor() : ThreadDescriptor(nullptr) {} in ThreadDescriptor() function
96 ~ThreadDescriptor() override;
97 …explicit PROTOBUF_CONSTEXPR ThreadDescriptor(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialize…
99 ThreadDescriptor(const ThreadDescriptor& from);
100 ThreadDescriptor(ThreadDescriptor&& from) noexcept in ThreadDescriptor() function
101 : ThreadDescriptor() { in ThreadDescriptor()
105 inline ThreadDescriptor& operator=(const ThreadDescriptor& from) {
[all …]
Dtrack_descriptor.pb.h276 const ::perfetto::protos::ThreadDescriptor& thread() const; in Swap()
277 PROTOBUF_NODISCARD ::perfetto::protos::ThreadDescriptor* release_thread(); in Swap()
278 ::perfetto::protos::ThreadDescriptor* mutable_thread(); in Swap()
279 void set_allocated_thread(::perfetto::protos::ThreadDescriptor* thread); in Swap()
281 const ::perfetto::protos::ThreadDescriptor& _internal_thread() const; in Swap()
282 ::perfetto::protos::ThreadDescriptor* _internal_mutable_thread(); in Swap()
285 ::perfetto::protos::ThreadDescriptor* thread); in Swap()
286 ::perfetto::protos::ThreadDescriptor* unsafe_arena_release_thread(); in Swap()
480 ::perfetto::protos::ThreadDescriptor* thread_; in Swap()
983 inline const ::perfetto::protos::ThreadDescriptor& TrackDescriptor::_internal_thread() const { in _internal_thread()
[all …]
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_lite_gen/gen/external/perfetto/protos/perfetto/trace/track_event/
Dthread_descriptor.pb.cc23 PROTOBUF_CONSTEXPR ThreadDescriptor::ThreadDescriptor( in ThreadDescriptor() function in perfetto::protos::ThreadDescriptor
40 ThreadDescriptor _instance;
148 constexpr ThreadDescriptor_ChromeThreadType ThreadDescriptor::CHROME_THREAD_UNSPECIFIED;
149 constexpr ThreadDescriptor_ChromeThreadType ThreadDescriptor::CHROME_THREAD_MAIN;
150 constexpr ThreadDescriptor_ChromeThreadType ThreadDescriptor::CHROME_THREAD_IO;
151 constexpr ThreadDescriptor_ChromeThreadType ThreadDescriptor::CHROME_THREAD_POOL_BG_WORKER;
152 constexpr ThreadDescriptor_ChromeThreadType ThreadDescriptor::CHROME_THREAD_POOL_FG_WORKER;
153 constexpr ThreadDescriptor_ChromeThreadType ThreadDescriptor::CHROME_THREAD_POOL_FB_BLOCKING;
154 constexpr ThreadDescriptor_ChromeThreadType ThreadDescriptor::CHROME_THREAD_POOL_BG_BLOCKING;
155 constexpr ThreadDescriptor_ChromeThreadType ThreadDescriptor::CHROME_THREAD_POOL_SERVICE;
[all …]
Dtrack_descriptor.pb.cc140 static const ::perfetto::protos::ThreadDescriptor& thread(const TrackDescriptor* msg);
171 const ::perfetto::protos::ThreadDescriptor&
233 _this->_impl_.thread_ = new ::perfetto::protos::ThreadDescriptor(*from._impl_.thread_); in TrackDescriptor()
770 _this->_internal_mutable_thread()->::perfetto::protos::ThreadDescriptor::MergeFrom( in MergeFrom()
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_cpp_gen/gen/external/perfetto/protos/perfetto/trace/track_event/
Dthread_descriptor.gen.cc17 ThreadDescriptor::ThreadDescriptor() = default;
18 ThreadDescriptor::~ThreadDescriptor() = default;
19 ThreadDescriptor::ThreadDescriptor(const ThreadDescriptor&) = default;
20 ThreadDescriptor& ThreadDescriptor::operator=(const ThreadDescriptor&) = default;
21 ThreadDescriptor::ThreadDescriptor(ThreadDescriptor&&) noexcept = default;
22 ThreadDescriptor& ThreadDescriptor::operator=(ThreadDescriptor&&) = default;
24 bool ThreadDescriptor::operator==(const ThreadDescriptor& other) const { in operator ==()
36 bool ThreadDescriptor::ParseFromArray(const void* raw, size_t size) { in ParseFromArray()
78 std::string ThreadDescriptor::SerializeAsString() const { in SerializeAsString()
84 std::vector<uint8_t> ThreadDescriptor::SerializeAsArray() const { in SerializeAsArray()
[all …]
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_cpp_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/
Dthread_descriptor.gen.h18 class ThreadDescriptor; variable
48 class PERFETTO_EXPORT_COMPONENT ThreadDescriptor : public ::protozero::CppMessageObj {
78 ThreadDescriptor();
79 ~ThreadDescriptor() override;
80 ThreadDescriptor(ThreadDescriptor&&) noexcept;
81 ThreadDescriptor& operator=(ThreadDescriptor&&);
82 ThreadDescriptor(const ThreadDescriptor&);
83 ThreadDescriptor& operator=(const ThreadDescriptor&);
84 bool operator==(const ThreadDescriptor&) const;
85 bool operator!=(const ThreadDescriptor& other) const { return !(*this == other); }
Dtrack_descriptor.gen.h21 class ThreadDescriptor; variable
117 const ThreadDescriptor& thread() const { return *thread_; } in thread()
118 ThreadDescriptor* mutable_thread() { _has_field_.set(4); return thread_.get(); } in mutable_thread()
148 ::protozero::CopyablePtr<ThreadDescriptor> thread_;
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_track_event_cpp_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/
H A Dthread_descriptor.gen.h18 class ThreadDescriptor; variable
48 class PERFETTO_EXPORT_COMPONENT ThreadDescriptor : public ::protozero::CppMessageObj {
78 ThreadDescriptor();
79 ~ThreadDescriptor() override;
80 ThreadDescriptor(ThreadDescriptor&&) noexcept;
81 ThreadDescriptor& operator=(ThreadDescriptor&&);
82 ThreadDescriptor(const ThreadDescriptor&);
83 ThreadDescriptor& operator=(const ThreadDescriptor&);
84 bool operator==(const ThreadDescriptor&) const;
85 bool operator!=(const ThreadDescriptor& other) const { return !(*this == other); }
H A Dtrack_descriptor.gen.h21 class ThreadDescriptor; variable
96 const ThreadDescriptor& thread() const { return *thread_; } in thread()
97 ThreadDescriptor* mutable_thread() { _has_field_.set(4); return thread_.get(); } in mutable_thread()
118 ::protozero::CopyablePtr<ThreadDescriptor> thread_;
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/
Dthread_descriptor.pbzero.h126 class ThreadDescriptor : public ::protozero::Message {
167 ThreadDescriptor>;
185 ThreadDescriptor>;
203 ThreadDescriptor>;
227 ThreadDescriptor>;
245 ThreadDescriptor>;
263 ThreadDescriptor>;
281 ThreadDescriptor>;
299 ThreadDescriptor>;
Dtrack_descriptor.pbzero.h22 class ThreadDescriptor; variable
272 ThreadDescriptor,
276 template <typename T = ThreadDescriptor> T* set_thread() { in set_thread()
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_track_event_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/
H A Dthread_descriptor.pbzero.h126 class ThreadDescriptor : public ::protozero::Message {
167 ThreadDescriptor>;
185 ThreadDescriptor>;
203 ThreadDescriptor>;
227 ThreadDescriptor>;
245 ThreadDescriptor>;
263 ThreadDescriptor>;
281 ThreadDescriptor>;
299 ThreadDescriptor>;
H A Dtrack_descriptor.pbzero.h22 class ThreadDescriptor; variable
193 ThreadDescriptor,
197 template <typename T = ThreadDescriptor> T* set_thread() { in set_thread()
/aosp_15_r20/external/pandora/avatar/avatar/metrics/
Dtrace_pb2.pyi47 thread: ThreadDescriptor
54 thread: _Optional[ThreadDescriptor] = ...,
103 class ThreadDescriptor(_message.Message):
Dtrace.proto41 optional ThreadDescriptor thread = 4;
64 message ThreadDescriptor { message
Dtrace.py23 from avatar.metrics.trace_pb2 import ThreadDescriptor
95 … thread=ThreadDescriptor(thread_name=device.name, pid=process_id, tid=devices_id[device]),
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/invoker/tracing/
DActiveTrace.java35 import perfetto.protos.PerfettoTrace.ThreadDescriptor;
197 ThreadDescriptor.newBuilder() in createMainInvocationTracker()
223 ThreadDescriptor.newBuilder() in createThreadTracker()
/aosp_15_r20/external/perfetto/protos/perfetto/trace/track_event/
H A Dtrack_event.proto307 // Delta timestamp value since the last TrackEvent or ThreadDescriptor. To
309 // preceding TrackEvents since the last ThreadDescriptor and add the sum to
310 // the |reference_timestamp| in ThreadDescriptor. This value should always
325 // Delta timestamp value since the last TrackEvent or ThreadDescriptor. To
327 // preceding TrackEvents since the last ThreadDescriptor and add the sum to
328 // the |reference_timestamp| in ThreadDescriptor. This value should always
404 // pid+tid from ThreadDescriptor is used.
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/metrics/chrome/
H A Dcpu_time_by_combined_rail_mode.py54 thread_type=trace.prototypes.ThreadDescriptor.ChromeThreadType
64 thread_type=trace.prototypes.ThreadDescriptor.ChromeThreadType
H A Dactual_power_by_combined_rail_mode.py59 thread_type=trace.prototypes.ThreadDescriptor.ChromeThreadType
69 thread_type=trace.prototypes.ThreadDescriptor.ChromeThreadType
H A Destimated_power_by_combined_rail_mode.py58 thread_type=trace.prototypes.ThreadDescriptor.ChromeThreadType
68 thread_type=trace.prototypes.ThreadDescriptor.ChromeThreadType
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dtrack_event_tokenizer.cc154 protos::pbzero::ThreadDescriptor::Decoder thread(track.thread()); in TokenizeTrackDescriptorPacket()
289 protos::pbzero::ThreadDescriptor::Decoder thread(packet.thread_descriptor()); in TokenizeThreadDescriptorPacket()
298 const protos::pbzero::ThreadDescriptor::Decoder& thread) { in TokenizeThreadDescriptor()
/aosp_15_r20/system/extras/simpleperf/scripts/purgatorio/
H A Dpurgatorio.py141 class ThreadDescriptor: class
208 thread_desc = ThreadDescriptor(sample.pid, sample.tid, sample.thread_comm)

123