Home
last modified time | relevance | path

Searched refs:vmstat_counters (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/test/configs/
Dsys_stats.cfg62 vmstat_counters: VMSTAT_NR_FREE_PAGES
63 vmstat_counters: VMSTAT_NR_ALLOC_BATCH
64 vmstat_counters: VMSTAT_NR_INACTIVE_ANON
65 vmstat_counters: VMSTAT_NR_ACTIVE_ANON
66 vmstat_counters: VMSTAT_NR_INACTIVE_FILE
67 vmstat_counters: VMSTAT_NR_ACTIVE_FILE
68 vmstat_counters: VMSTAT_NR_UNEVICTABLE
69 vmstat_counters: VMSTAT_NR_MLOCK
70 vmstat_counters: VMSTAT_NR_ANON_PAGES
71 vmstat_counters: VMSTAT_NR_MAPPED
[all …]
/external/perfetto/src/tracing/core/
Dsys_stats_config.cc76 for (const auto& field : proto.vmstat_counters()) { in FromProto()
79 sizeof(vmstat_counters_.back()) == sizeof(proto.vmstat_counters(0)), in FromProto()
125 static_cast<decltype(proto->vmstat_counters(0))>(it)); in ToProto()
126 static_assert(sizeof(it) == sizeof(proto->vmstat_counters(0)), in ToProto()
/external/perfetto/include/perfetto/tracing/core/
Dsys_stats_config.h228 const std::vector<VmstatCounters>& vmstat_counters() const { in vmstat_counters() function
/external/perfetto/protos/perfetto/config/sys_stats/
Dsys_stats_config.proto49 repeated VmstatCounters vmstat_counters = 4; field
/external/perfetto/src/traced/probes/sys_stats/
Dsys_stats_data_source.cc100 for (const auto& counter_id : config.vmstat_counters()) { in SysStatsDataSource()
/external/perfetto/protos/perfetto/config/
Dperfetto_config.proto422 repeated VmstatCounters vmstat_counters = 4; field
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto3523 repeated VmstatCounters vmstat_counters = 4; field