Home
last modified time | relevance | path

Searched refs:ProfilePacket_ProcessStats (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_profiling_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/profiling/
H A Dprofile_packet.pb.h74 class ProfilePacket_ProcessStats; variable
100 …ate<> ::perfetto::protos::ProfilePacket_ProcessStats* Arena::CreateMaybeMessage<::perfetto::protos…
806 class ProfilePacket_ProcessStats final :
809 inline ProfilePacket_ProcessStats() : ProfilePacket_ProcessStats(nullptr) {} in ProfilePacket_ProcessStats() function
810 ~ProfilePacket_ProcessStats() override;
811 …explicit PROTOBUF_CONSTEXPR ProfilePacket_ProcessStats(::PROTOBUF_NAMESPACE_ID::internal::Constant…
813 ProfilePacket_ProcessStats(const ProfilePacket_ProcessStats& from);
814 ProfilePacket_ProcessStats(ProfilePacket_ProcessStats&& from) noexcept in ProfilePacket_ProcessStats() function
815 : ProfilePacket_ProcessStats() { in ProfilePacket_ProcessStats()
819 inline ProfilePacket_ProcessStats& operator=(const ProfilePacket_ProcessStats& from) {
[all …]
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_profiling_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/profiling/
Dprofile_packet.pb.h74 class ProfilePacket_ProcessStats; variable
100 …ate<> ::perfetto::protos::ProfilePacket_ProcessStats* Arena::CreateMaybeMessage<::perfetto::protos…
806 class ProfilePacket_ProcessStats final :
809 inline ProfilePacket_ProcessStats() : ProfilePacket_ProcessStats(nullptr) {} in ProfilePacket_ProcessStats() function
810 ~ProfilePacket_ProcessStats() override;
811 …explicit PROTOBUF_CONSTEXPR ProfilePacket_ProcessStats(::PROTOBUF_NAMESPACE_ID::internal::Constant…
813 ProfilePacket_ProcessStats(const ProfilePacket_ProcessStats& from);
814 ProfilePacket_ProcessStats(ProfilePacket_ProcessStats&& from) noexcept in ProfilePacket_ProcessStats() function
815 : ProfilePacket_ProcessStats() { in ProfilePacket_ProcessStats()
819 inline ProfilePacket_ProcessStats& operator=(const ProfilePacket_ProcessStats& from) {
[all …]
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_profiling_lite_gen/gen/external/perfetto/protos/perfetto/trace/profiling/
Dprofile_packet.pb.cc73 PROTOBUF_CONSTEXPR ProfilePacket_ProcessStats::ProfilePacket_ProcessStats( in ProfilePacket_ProcessStats() function in perfetto::protos::ProfilePacket_ProcessStats
88 ProfilePacket_ProcessStats _instance;
1531 class ProfilePacket_ProcessStats::_Internal {
1533 using HasBits = decltype(std::declval<ProfilePacket_ProcessStats>()._impl_._has_bits_);
1543 …erfetto::protos::ProfilePacket_Histogram& unwinding_time_us(const ProfilePacket_ProcessStats* msg);
1556 ProfilePacket_ProcessStats::_Internal::unwinding_time_us(const ProfilePacket_ProcessStats* msg) { in unwinding_time_us()
1559 ProfilePacket_ProcessStats::ProfilePacket_ProcessStats(::PROTOBUF_NAMESPACE_ID::Arena* arena, in ProfilePacket_ProcessStats() function in perfetto::protos::ProfilePacket_ProcessStats
1565 ProfilePacket_ProcessStats::ProfilePacket_ProcessStats(const ProfilePacket_ProcessStats& from) in ProfilePacket_ProcessStats() function in perfetto::protos::ProfilePacket_ProcessStats
1567 ProfilePacket_ProcessStats* const _this = this; (void)_this; in ProfilePacket_ProcessStats()
1588 inline void ProfilePacket_ProcessStats::SharedCtor( in SharedCtor()
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_profiling_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/profiling/
H A Dprofile_packet.pbzero.h29 class ProfilePacket_ProcessStats; variable
1039 using ProcessStats = ::perfetto::protos::pbzero::ProfilePacket_ProcessStats;
1441 ProfilePacket_ProcessStats,
1445 template <typename T = ProfilePacket_ProcessStats> T* set_stats() { in set_stats()
1484 class ProfilePacket_ProcessStats : public ::protozero::Message {
1504 ProfilePacket_ProcessStats>;
1522 ProfilePacket_ProcessStats>;
1540 ProfilePacket_ProcessStats>;
1558 ProfilePacket_ProcessStats>;
1572 ProfilePacket_ProcessStats>;
[all …]
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_profiling_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/profiling/
Dprofile_packet.pbzero.h29 class ProfilePacket_ProcessStats; variable
1039 using ProcessStats = ::perfetto::protos::pbzero::ProfilePacket_ProcessStats;
1441 ProfilePacket_ProcessStats,
1445 template <typename T = ProfilePacket_ProcessStats> T* set_stats() { in set_stats()
1484 class ProfilePacket_ProcessStats : public ::protozero::Message {
1504 ProfilePacket_ProcessStats>;
1522 ProfilePacket_ProcessStats>;
1540 ProfilePacket_ProcessStats>;
1558 ProfilePacket_ProcessStats>;
1572 ProfilePacket_ProcessStats>;
[all …]
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dheapprofd_end_to_end_test.cc633 std::string FormatStats(const protos::gen::ProfilePacket_ProcessStats& stats) { in FormatStats()