/external/cronet/stable/base/trace_event/ |
D | memory_dump_scheduler.cc | 53 switch (trigger.level_of_detail) { in StartInternal() 97 MemoryDumpLevelOfDetail level_of_detail = in Tick() local 100 level_of_detail = MemoryDumpLevelOfDetail::kLight; in Tick() 102 level_of_detail = MemoryDumpLevelOfDetail::kDetailed; in Tick() 105 callback_.Run(level_of_detail); in Tick()
|
D | memory_dump_request_args.h | 75 MemoryDumpLevelOfDetail level_of_detail; member 83 MemoryDumpLevelOfDetail level_of_detail; member 101 const MemoryDumpLevelOfDetail& level_of_detail);
|
D | memory_dump_manager_test_utils.h | 17 base::trace_event::MemoryDumpLevelOfDetail level_of_detail) { in RequestGlobalDumpForInProcessTesting() argument 19 level_of_detail}; in RequestGlobalDumpForInProcessTesting()
|
D | malloc_dump_provider.cc | 89 void ReportWinHeapStats(MemoryDumpLevelOfDetail level_of_detail, in ReportWinHeapStats() argument 96 if (level_of_detail == MemoryDumpLevelOfDetail::kDetailed) { in ReportWinHeapStats() 122 MemoryDumpLevelOfDetail level_of_detail, in ReportPartitionAllocStats() argument 131 level_of_detail); in ReportPartitionAllocStats() 132 bool is_light_dump = level_of_detail == MemoryDumpLevelOfDetail::kBackground; in ReportPartitionAllocStats() 347 pmd, args.level_of_detail, &total_virtual_size, &resident_size, in OnMemoryDump() 360 ReportWinHeapStats(args.level_of_detail, pmd, &total_virtual_size, in OnMemoryDump() 369 ReportWinHeapStats(args.level_of_detail, nullptr, &total_virtual_size, in OnMemoryDump() 570 MemoryDumpLevelOfDetail level_of_detail) in MemoryDumpPartitionStatsDumper() argument 573 detailed_(level_of_detail != MemoryDumpLevelOfDetail::kBackground) {} in MemoryDumpPartitionStatsDumper()
|
D | memory_dump_request_args.cc | 37 const MemoryDumpLevelOfDetail& level_of_detail) { in MemoryDumpLevelOfDetailToString() argument 38 switch (level_of_detail) { in MemoryDumpLevelOfDetailToString()
|
D | memory_dump_manager.cc | 66 MemoryDumpLevelOfDetail level_of_detail) { in DoGlobalDumpWithoutCallback() argument 67 global_dump_fn.Run(dump_type, level_of_detail); in DoGlobalDumpWithoutCallback() 318 CHECK_EQ(MemoryDumpLevelOfDetail::kBackground, args.level_of_detail); in CreateProcessDump() 366 if (pmd_async_state->req_args.level_of_detail == in ContinueAsyncProcessDump() 514 {trigger.level_of_detail, trigger.min_time_between_dumps_ms}); in SetupForTracing() 545 MemoryDumpArgs args = {req_args.level_of_detail, req_args.determinism, in ProcessMemoryDumpAsyncState()
|
/external/cronet/tot/base/trace_event/ |
D | memory_dump_scheduler.cc | 53 switch (trigger.level_of_detail) { in StartInternal() 97 MemoryDumpLevelOfDetail level_of_detail = in Tick() local 100 level_of_detail = MemoryDumpLevelOfDetail::kLight; in Tick() 102 level_of_detail = MemoryDumpLevelOfDetail::kDetailed; in Tick() 105 callback_.Run(level_of_detail); in Tick()
|
D | memory_dump_request_args.h | 75 MemoryDumpLevelOfDetail level_of_detail; member 83 MemoryDumpLevelOfDetail level_of_detail; member 101 const MemoryDumpLevelOfDetail& level_of_detail);
|
D | memory_dump_manager_test_utils.h | 17 base::trace_event::MemoryDumpLevelOfDetail level_of_detail) { in RequestGlobalDumpForInProcessTesting() argument 19 level_of_detail}; in RequestGlobalDumpForInProcessTesting()
|
D | malloc_dump_provider.cc | 89 void ReportWinHeapStats(MemoryDumpLevelOfDetail level_of_detail, in ReportWinHeapStats() argument 96 if (level_of_detail == MemoryDumpLevelOfDetail::kDetailed) { in ReportWinHeapStats() 122 MemoryDumpLevelOfDetail level_of_detail, in ReportPartitionAllocStats() argument 131 level_of_detail); in ReportPartitionAllocStats() 132 bool is_light_dump = level_of_detail == MemoryDumpLevelOfDetail::kBackground; in ReportPartitionAllocStats() 347 pmd, args.level_of_detail, &total_virtual_size, &resident_size, in OnMemoryDump() 360 ReportWinHeapStats(args.level_of_detail, pmd, &total_virtual_size, in OnMemoryDump() 369 ReportWinHeapStats(args.level_of_detail, nullptr, &total_virtual_size, in OnMemoryDump() 570 MemoryDumpLevelOfDetail level_of_detail) in MemoryDumpPartitionStatsDumper() argument 573 detailed_(level_of_detail != MemoryDumpLevelOfDetail::kBackground) {} in MemoryDumpPartitionStatsDumper()
|
D | memory_dump_request_args.cc | 37 const MemoryDumpLevelOfDetail& level_of_detail) { in MemoryDumpLevelOfDetailToString() argument 38 switch (level_of_detail) { in MemoryDumpLevelOfDetailToString()
|
D | memory_dump_manager.cc | 66 MemoryDumpLevelOfDetail level_of_detail) { in DoGlobalDumpWithoutCallback() argument 67 global_dump_fn.Run(dump_type, level_of_detail); in DoGlobalDumpWithoutCallback() 318 CHECK_EQ(MemoryDumpLevelOfDetail::kBackground, args.level_of_detail); in CreateProcessDump() 366 if (pmd_async_state->req_args.level_of_detail == in ContinueAsyncProcessDump() 514 {trigger.level_of_detail, trigger.min_time_between_dumps_ms}); in SetupForTracing() 545 MemoryDumpArgs args = {req_args.level_of_detail, req_args.determinism, in ProcessMemoryDumpAsyncState()
|
/external/libchrome/base/trace_event/ |
D | memory_dump_scheduler.cc | 52 switch (trigger.level_of_detail) { in StartInternal() 96 MemoryDumpLevelOfDetail level_of_detail = MemoryDumpLevelOfDetail::BACKGROUND; in Tick() local 98 level_of_detail = MemoryDumpLevelOfDetail::LIGHT; in Tick() 100 level_of_detail = MemoryDumpLevelOfDetail::DETAILED; in Tick() 103 callback_.Run(level_of_detail); in Tick()
|
D | memory_dump_request_args.h | 70 MemoryDumpLevelOfDetail level_of_detail; member 77 MemoryDumpLevelOfDetail level_of_detail; member 93 const MemoryDumpLevelOfDetail& level_of_detail);
|
D | memory_dump_manager_test_utils.h | 17 base::trace_event::MemoryDumpLevelOfDetail level_of_detail) { in RequestGlobalDumpForInProcessTesting() argument 19 level_of_detail}; in RequestGlobalDumpForInProcessTesting()
|
D | memory_dump_request_args.cc | 38 const MemoryDumpLevelOfDetail& level_of_detail) { in MemoryDumpLevelOfDetailToString() argument 39 switch (level_of_detail) { in MemoryDumpLevelOfDetailToString()
|
D | memory_dump_manager.cc | 61 MemoryDumpLevelOfDetail level_of_detail) { in DoGlobalDumpWithoutCallback() argument 62 global_dump_fn.Run(dump_type, level_of_detail); in DoGlobalDumpWithoutCallback() 306 CHECK_EQ(MemoryDumpLevelOfDetail::BACKGROUND, args.level_of_detail); in CreateProcessDump() 353 if (pmd_async_state->req_args.level_of_detail == in ContinueAsyncProcessDump() 506 {trigger.level_of_detail, trigger.min_time_between_dumps_ms}); in SetupForTracing() 537 MemoryDumpArgs args = {req_args.level_of_detail, req_args.dump_guid}; in ProcessMemoryDumpAsyncState()
|
D | process_memory_dump.cc | 243 absolute_name, dump_args_.level_of_detail, GetDumpId(absolute_name))); in CreateAllocatorDump() 250 absolute_name, dump_args_.level_of_detail, guid)); in CreateAllocatorDump() 257 if (dump_args_.level_of_detail == MemoryDumpLevelOfDetail::BACKGROUND && in AddAllocatorDumpInternal() 475 if (dump_args_.level_of_detail == MemoryDumpLevelOfDetail::BACKGROUND) in AddSuballocation() 488 name, dump_args_.level_of_detail, GetDumpId(name))); in GetBlackHoleMad()
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | memory_tracker_snapshot_parser.cc | 80 LevelOfDetail& level_of_detail) { in ReadProtoSnapshot() argument 82 level_of_detail = LevelOfDetail::kDetailed; in ReadProtoSnapshot() 84 switch (snapshot.level_of_detail()) { in ReadProtoSnapshot() 86 level_of_detail = LevelOfDetail::kDetailed; in ReadProtoSnapshot() 89 level_of_detail = LevelOfDetail::kLight; in ReadProtoSnapshot() 92 level_of_detail = LevelOfDetail::kBackground; in ReadProtoSnapshot() 153 absolute_name, level_of_detail, node_id, std::move(entries))); in ReadProtoSnapshot() 173 level_of_detail, std::move(edges_map), std::move(nodes_map))); in ReadProtoSnapshot() 187 LevelOfDetail level_of_detail) { in EmitRows() argument 201 ts, track_id, level_of_detail_ids_[static_cast<size_t>(level_of_detail)]); in EmitRows()
|
D | memory_tracker_snapshot_parser.h | 63 LevelOfDetail& level_of_detail); 73 LevelOfDetail level_of_detail);
|
/external/perfetto/src/trace_processor/importers/memory_tracker/ |
D | raw_process_memory_node.cc | 31 RawProcessMemoryNode::RawProcessMemoryNode(LevelOfDetail level_of_detail, in RawProcessMemoryNode() argument 34 : level_of_detail_(level_of_detail), in RawProcessMemoryNode()
|
D | raw_process_memory_node_unittest.cc | 59 EXPECT_EQ(LevelOfDetail::kDetailed, pmd2.level_of_detail()); in TEST() 91 EXPECT_EQ(LevelOfDetail::kDetailed, pmd2.level_of_detail()); in TEST()
|
/external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/ |
D | raw_process_memory_node.h | 49 LevelOfDetail level_of_detail, 67 const LevelOfDetail& level_of_detail() const { return level_of_detail_; } in level_of_detail() function
|
/external/cronet/stable/base/android/ |
D | meminfo_dump_provider_unittest.cc | 33 args.level_of_detail = base::trace_event::MemoryDumpLevelOfDetail::kDetailed; in TEST() 83 args.level_of_detail = in TEST() 92 args.level_of_detail = in TEST()
|
/external/cronet/tot/base/android/ |
D | meminfo_dump_provider_unittest.cc | 33 args.level_of_detail = base::trace_event::MemoryDumpLevelOfDetail::kDetailed; in TEST() 83 args.level_of_detail = in TEST() 92 args.level_of_detail = in TEST()
|