Home
last modified time | relevance | path

Searched defs:sys_stats (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/perfetto/src/traced/probes/sys_stats/
H A Dsys_stats_data_source_unittest.cc330 const auto& sys_stats = packet.sys_stats(); in TEST_F() local
360 const auto& sys_stats = packet.sys_stats(); in TEST_F() local
385 const auto& sys_stats = packet.sys_stats(); in TEST_F() local
415 const auto& sys_stats = packet.sys_stats(); in TEST_F() local
434 const auto& sys_stats = packet.sys_stats(); in TEST_F() local
511 const auto& sys_stats = packet.sys_stats(); in TEST_F() local
575 const auto& sys_stats = packet.sys_stats(); in TEST_F() local
605 const auto& sys_stats = packet.sys_stats(); in TEST_F() local
629 const auto& sys_stats = packet.sys_stats(); in TEST_F() local
678 const auto& sys_stats = packet.sys_stats(); in TEST_F() local
[all …]
H A Dsys_stats_data_source.cc222 auto* sys_stats = packet->set_sys_stats(); in ReadSysStats() local
300 void SysStatsDataSource::ReadThermalZones(protos::pbzero::SysStats* sys_stats) { in ReadThermalZones()
333 protos::pbzero::SysStats* sys_stats) { in ReadCpuIdleStates()
408 void SysStatsDataSource::ReadGpuFrequency(protos::pbzero::SysStats* sys_stats) { in ReadGpuFrequency()
422 void SysStatsDataSource::ReadDiskStat(protos::pbzero::SysStats* sys_stats) { in ReadDiskStat()
475 void SysStatsDataSource::ReadPsi(protos::pbzero::SysStats* sys_stats) { in ReadPsi()
528 void SysStatsDataSource::ReadBuddyInfo(protos::pbzero::SysStats* sys_stats) { in ReadBuddyInfo()
554 void SysStatsDataSource::ReadDevfreq(protos::pbzero::SysStats* sys_stats) { in ReadDevfreq()
574 void SysStatsDataSource::ReadCpufreq(protos::pbzero::SysStats* sys_stats) { in ReadCpufreq()
599 void SysStatsDataSource::ReadMeminfo(protos::pbzero::SysStats* sys_stats) { in ReadMeminfo()
[all …]
/aosp_15_r20/external/perfetto/test/
H A Dandroid_integrationtest.cc189 const auto& sys_stats = packet.sys_stats(); in TEST() local
/aosp_15_r20/external/perfetto/protos/perfetto/trace/
H A Dtrace_packet.proto130 SysStats sys_stats = 7; field
H A Dperfetto_trace.proto15705 SysStats sys_stats = 7; field
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_non_minimal_lite_gen/gen/external/perfetto/protos/perfetto/trace/
Dtrace_packet.pb.cc256 TracePacket::_Internal::sys_stats(const TracePacket* msg) { in sys_stats() function in perfetto::protos::TracePacket::_Internal
675 void TracePacket::set_allocated_sys_stats(::perfetto::protos::SysStats* sys_stats) { in set_allocated_sys_stats()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dsystem_probes_parser.cc323 protos::pbzero::SysStats::Decoder sys_stats(blob); in ParseSysStats() local
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_non_minimal_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/
Dtrace_packet.pb.h2724 inline const ::perfetto::protos::SysStats& TracePacket::sys_stats() const { in sys_stats() function
2739 …e void TracePacket::unsafe_arena_set_allocated_sys_stats(::perfetto::protos::SysStats* sys_stats) { in unsafe_arena_set_allocated_sys_stats()
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_non_minimal_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/
H A Dtrace_packet.pb.h2702 inline const ::perfetto::protos::SysStats& TracePacket::sys_stats() const { in sys_stats() function
2717 …e void TracePacket::unsafe_arena_set_allocated_sys_stats(::perfetto::protos::SysStats* sys_stats) { in unsafe_arena_set_allocated_sys_stats()
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_non_minimal_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/
H A Dtrace_packet.pbzero.h154 ::protozero::ConstBytes sys_stats() const { return at<7>().as_bytes(); } in sys_stats() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_non_minimal_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/
Dtrace_packet.pbzero.h154 ::protozero::ConstBytes sys_stats() const { return at<7>().as_bytes(); } in sys_stats() function
/aosp_15_r20/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto8920 SysStats sys_stats = 7; field
/aosp_15_r20/external/pigweed/third_party/perfetto/repo/protos/perfetto/trace/
H A Dperfetto_trace.proto14797 SysStats sys_stats = 7; field