Home
last modified time | relevance | path

Searched refs:swap_kb (Results 1 – 14 of 14) sorted by relevance

/external/perfetto/src/profiling/memory/
Dparse_smaps_unittest.cc31 a.private_dirty_kb == b.private_dirty_kb && a.swap_kb == b.swap_kb; in operator ==()
50 cat1.swap_kb = 0; in TEST()
55 cat2.swap_kb = 0; in TEST()
60 heap.swap_kb = 4; in TEST()
77 cat1.swap_kb = 0; in TEST()
82 cat2.swap_kb = 0; in TEST()
87 heap.swap_kb = 4; in TEST()
/external/perfetto/test/trace_processor/profiling/
Dprofiler_smaps.textproto26 swap_kb: 4
32 swap_kb: 10
Dprofiler_smaps.sql1 select id, type, upid, ts, path, size_kb, private_dirty_kb, swap_kb
Dprofiler_smaps.out1 "id","type","upid","ts","path","size_kb","private_dirty_kb","swap_kb"
/external/perfetto/include/perfetto/profiling/
Dparse_smaps.h39 int64_t swap_kb = -1; member
118 sscanf(line, "Swap: %" PRId64 " kB", &state->current_entry.swap_kb); in ParseSmapsLine()
/external/perfetto/test/trace_processor/chrome/
Dmemory_snapshot_smaps.sql24 swap_kb,
Dmemory_snapshot_smaps.out1 "upid","name","ts","path","size_kb","private_dirty_kb","swap_kb","file_name","start_address","modul…
/external/libchrome/base/process/
Dprocess_metrics_linux.cc351 int swap_kb = 0; in GetTotalsSummary() local
357 success &= StringToInt(totmaps_fields[kSwapIndex], &swap_kb); in GetTotalsSummary()
364 summary.swap_kb = swap_kb; in GetTotalsSummary()
Dprocess_metrics.h110 size_t swap_kb; member
/external/perfetto/protos/perfetto/trace/profiling/
Dsmaps.proto25 optional uint64 swap_kb = 4; field
/external/perfetto/src/trace_processor/tables/
Dprofiler_tables.h58 C(int64_t, swap_kb) \
/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_parser.cc739 static_cast<int64_t>(e.swap_kb()), in ParseSmapsPacket()
/external/perfetto/src/trace_processor/
Dexport_json.cc1662 static_cast<uint64_t>(smaps_table.swap_kb()[smaps_index]) * 1024); in ExportMemorySnapshots()
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto8079 optional uint64 swap_kb = 4; field