Home
last modified time | relevance | path

Searched refs:VmstatCounters (Results 1 – 12 of 12) sorted by relevance

/external/perfetto/include/perfetto/traced/
Dsys_stats_counters.h70 {"VmstatUnspecified", protos::pbzero::VmstatCounters::VMSTAT_UNSPECIFIED},
71 {"nr_free_pages", protos::pbzero::VmstatCounters::VMSTAT_NR_FREE_PAGES},
72 {"nr_alloc_batch", protos::pbzero::VmstatCounters::VMSTAT_NR_ALLOC_BATCH},
74 protos::pbzero::VmstatCounters::VMSTAT_NR_INACTIVE_ANON},
75 {"nr_active_anon", protos::pbzero::VmstatCounters::VMSTAT_NR_ACTIVE_ANON},
77 protos::pbzero::VmstatCounters::VMSTAT_NR_INACTIVE_FILE},
78 {"nr_active_file", protos::pbzero::VmstatCounters::VMSTAT_NR_ACTIVE_FILE},
79 {"nr_unevictable", protos::pbzero::VmstatCounters::VMSTAT_NR_UNEVICTABLE},
80 {"nr_mlock", protos::pbzero::VmstatCounters::VMSTAT_NR_MLOCK},
81 {"nr_anon_pages", protos::pbzero::VmstatCounters::VMSTAT_NR_ANON_PAGES},
[all …]
/external/perfetto/include/perfetto/tracing/core/
Dsys_stats_config.h87 enum VmstatCounters { enum
228 const std::vector<VmstatCounters>& vmstat_counters() const { in vmstat_counters()
231 std::vector<VmstatCounters>* mutable_vmstat_counters() { in mutable_vmstat_counters()
235 VmstatCounters* add_vmstat_counters() { in add_vmstat_counters()
260 std::vector<VmstatCounters> vmstat_counters_;
/external/perfetto/ui/src/common/
Dprotos.ts42 import VmstatCounters = protos.perfetto.protos.VmstatCounters;
217 VmstatCounters,
/external/perfetto/ui/src/frontend/
Drecord_page.ts19 import {MeminfoCounters, VmstatCounters} from '../common/protos';
252 for (const x in VmstatCounters) {
253 if (typeof VmstatCounters[x] === 'number' &&
/external/perfetto/ui/src/controller/
Drecord_controller.ts26 import {MeminfoCounters, VmstatCounters} from '../common/protos';
158 return VmstatCounters[name as any as number] as any as number;
/external/perfetto/protos/perfetto/common/
Dsys_stats_counters.proto64 enum VmstatCounters { enum
/external/perfetto/protos/perfetto/config/sys_stats/
Dsys_stats_config.proto49 repeated VmstatCounters vmstat_counters = 4;
/external/perfetto/protos/perfetto/trace/sys_stats/
Dsys_stats.proto36 optional VmstatCounters key = 1;
/external/perfetto/src/traced/probes/sys_stats/
Dsys_stats_data_source_unittest.cc271 using C = protos::VmstatCounters; in TEST_F()
Dsys_stats_data_source.cc224 vmstat->set_key(static_cast<protos::pbzero::VmstatCounters>(counter_id)); in ReadVmstat()
/external/perfetto/protos/perfetto/config/
Dperfetto_config.proto85 enum VmstatCounters { enum
422 repeated VmstatCounters vmstat_counters = 4;
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto85 enum VmstatCounters { enum
2805 optional VmstatCounters key = 1;
3523 repeated VmstatCounters vmstat_counters = 4;