Home
last modified time | relevance | path

Searched refs:level_of_detail (Results 1 – 25 of 66) sorted by relevance

123

/external/cronet/stable/base/trace_event/
Dmemory_dump_scheduler.cc53 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()
Dmemory_dump_request_args.h75 MemoryDumpLevelOfDetail level_of_detail; member
83 MemoryDumpLevelOfDetail level_of_detail; member
101 const MemoryDumpLevelOfDetail& level_of_detail);
Dmemory_dump_manager_test_utils.h17 base::trace_event::MemoryDumpLevelOfDetail level_of_detail) { in RequestGlobalDumpForInProcessTesting() argument
19 level_of_detail}; in RequestGlobalDumpForInProcessTesting()
Dmalloc_dump_provider.cc89 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()
Dmemory_dump_request_args.cc37 const MemoryDumpLevelOfDetail& level_of_detail) { in MemoryDumpLevelOfDetailToString() argument
38 switch (level_of_detail) { in MemoryDumpLevelOfDetailToString()
Dmemory_dump_manager.cc66 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/
Dmemory_dump_scheduler.cc53 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()
Dmemory_dump_request_args.h75 MemoryDumpLevelOfDetail level_of_detail; member
83 MemoryDumpLevelOfDetail level_of_detail; member
101 const MemoryDumpLevelOfDetail& level_of_detail);
Dmemory_dump_manager_test_utils.h17 base::trace_event::MemoryDumpLevelOfDetail level_of_detail) { in RequestGlobalDumpForInProcessTesting() argument
19 level_of_detail}; in RequestGlobalDumpForInProcessTesting()
Dmalloc_dump_provider.cc89 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()
Dmemory_dump_request_args.cc37 const MemoryDumpLevelOfDetail& level_of_detail) { in MemoryDumpLevelOfDetailToString() argument
38 switch (level_of_detail) { in MemoryDumpLevelOfDetailToString()
Dmemory_dump_manager.cc66 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/
Dmemory_dump_scheduler.cc52 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()
Dmemory_dump_request_args.h70 MemoryDumpLevelOfDetail level_of_detail; member
77 MemoryDumpLevelOfDetail level_of_detail; member
93 const MemoryDumpLevelOfDetail& level_of_detail);
Dmemory_dump_manager_test_utils.h17 base::trace_event::MemoryDumpLevelOfDetail level_of_detail) { in RequestGlobalDumpForInProcessTesting() argument
19 level_of_detail}; in RequestGlobalDumpForInProcessTesting()
Dmemory_dump_request_args.cc38 const MemoryDumpLevelOfDetail& level_of_detail) { in MemoryDumpLevelOfDetailToString() argument
39 switch (level_of_detail) { in MemoryDumpLevelOfDetailToString()
Dmemory_dump_manager.cc61 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()
Dprocess_memory_dump.cc243 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/
Dmemory_tracker_snapshot_parser.cc80 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()
Dmemory_tracker_snapshot_parser.h63 LevelOfDetail& level_of_detail);
73 LevelOfDetail level_of_detail);
/external/perfetto/src/trace_processor/importers/memory_tracker/
Draw_process_memory_node.cc31 RawProcessMemoryNode::RawProcessMemoryNode(LevelOfDetail level_of_detail, in RawProcessMemoryNode() argument
34 : level_of_detail_(level_of_detail), in RawProcessMemoryNode()
Draw_process_memory_node_unittest.cc59 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/
Draw_process_memory_node.h49 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/
Dmeminfo_dump_provider_unittest.cc33 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/
Dmeminfo_dump_provider_unittest.cc33 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()

123