Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/compaction/mm_compaction_migratepages/
Dformat9 field:unsigned long nr_migrated; offset:8; size:4; signed:0;
12 print fmt: "nr_migrated=%lu nr_failed=%lu", REC->nr_migrated, REC->nr_failed
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/compaction/mm_compaction_migratepages/
Dformat9 field:unsigned long nr_migrated; offset:8; size:8; signed:0;
12 print fmt: "nr_migrated=%lu nr_failed=%lu", REC->nr_migrated, REC->nr_failed
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/compaction/mm_compaction_migratepages/
Dformat9 field:unsigned long nr_migrated; offset:8; size:8; signed:0;
12 print fmt: "nr_migrated=%lu nr_failed=%lu", REC->nr_migrated, REC->nr_failed
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/compaction/mm_compaction_migratepages/
Dformat10 field:unsigned long nr_migrated; offset:12; size:4; signed:0;
13 print fmt: "nr_migrated=%lu nr_failed=%lu", REC->nr_migrated, REC->nr_failed
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dcommands.c554 int nr_migrated; in migrate_process() local
628 nr_migrated = in migrate_process()
630 if (nr_migrated < 0) { in migrate_process()
638 gcp->program_name, nr_migrated, in migrate_process()
/external/perfetto/protos/perfetto/trace/ftrace/
Dcompaction.proto75 optional uint64 nr_migrated = 1; field