Searched refs:HeapprofdConfig (Results 1 – 16 of 16) sorted by relevance
/external/perfetto/src/profiling/memory/ |
D | heapprofd_producer_unittest.cc | 65 HeapprofdConfig cfg; in TEST() 76 HeapprofdConfig cfg; in TEST() 86 HeapprofdConfig cfg; in TEST() 100 HeapprofdConfig cfg; in TEST() 116 HeapprofdConfig cfg; in TEST() 126 HeapprofdConfig cfg; in TEST() 137 HeapprofdConfig cfg; in TEST() 145 HeapprofdConfig cfg; in TEST() 155 HeapprofdConfig cfg; in TEST() 169 HeapprofdConfig cfg; in TEST() [all …]
|
D | heapprofd_end_to_end_test.cc | 144 void ContinuousDump(HeapprofdConfig* cfg) { in ContinuousDump() 161 protos::gen::HeapprofdConfig heapprofd_config; in MakeTraceConfig() 807 TraceConfig trace_config = MakeTraceConfig([pid](HeapprofdConfig* cfg) { in TEST_P() 829 TraceConfig trace_config = MakeTraceConfig([this, pid](HeapprofdConfig* cfg) { in TEST_P() 855 TraceConfig trace_config = MakeTraceConfig([this, pid](HeapprofdConfig* cfg) { in TEST_P() 884 TraceConfig trace_config = MakeTraceConfig([pid](HeapprofdConfig* cfg) { in TEST_P() 914 TraceConfig trace_config = MakeTraceConfig([pid](HeapprofdConfig* cfg) { in TEST_P() 972 TraceConfig trace_config = MakeTraceConfig([pid](HeapprofdConfig* cfg) { in TEST_P() 1019 TraceConfig trace_config = MakeTraceConfig([pid](HeapprofdConfig* cfg) { in TEST_P() 1065 TraceConfig trace_config = MakeTraceConfig([pid](HeapprofdConfig* cfg) { in TEST_P() [all …]
|
D | heapprofd_producer.h | 52 using HeapprofdConfig = protos::gen::HeapprofdConfig; variable 65 const HeapprofdConfig& heapprofd_config, 227 HeapprofdConfig config;
|
D | CHANGELOG.md | 20 `HeapprofdConfig`. 24 `dump_at_max` in `HeapprofdConfig`.
|
D | heapprofd_producer.cc | 83 bool ConfigTargetsProcess(const HeapprofdConfig& cfg, in ConfigTargetsProcess() 134 const HeapprofdConfig& heapprofd_config, in HeapprofdConfigToClientConfiguration() 374 HeapprofdConfig heapprofd_config; in SetupDataSource() 467 const HeapprofdConfig& heapprofd_config = data_source->config; in SetStartupProperties() 477 const HeapprofdConfig& heapprofd_config = data_source->config; in SignalRunningProcesses() 534 const HeapprofdConfig& heapprofd_config = data_source.config; in StartDataSource()
|
D | heapprofd_producer_integrationtest.cc | 138 protos::gen::HeapprofdConfig heapprofd_config; in MakeTraceConfig()
|
/external/perfetto/ui/src/common/ |
D | protos.ts | 31 protos.perfetto.protos.HeapprofdConfig.ContinuousDumpConfig; 37 import HeapprofdConfig = protos.perfetto.protos.HeapprofdConfig; 103 HeapprofdConfig,
|
/external/perfetto/test/cts/ |
D | heapprofd_test_cts.cc | 105 protos::gen::HeapprofdConfig heapprofd_config; in ProfileRuntime() 159 protos::gen::HeapprofdConfig heapprofd_config; in ProfileStartup() 357 protos::gen::HeapprofdConfig heapprofd_config; in TEST()
|
/external/perfetto/ui/src/common/recordingV2/ |
D | recording_config_utils.ts | 26 HeapprofdConfig, 269 let heapprofd: HeapprofdConfig|undefined = undefined; 272 const cfg = new HeapprofdConfig();
|
/external/perfetto/docs/data-sources/ |
D | native-heap-profiler.md | 57 [HeapprofdConfig](/docs/reference/trace-config-proto.autogen#HeapprofdConfig) 132 [HeapprofdConfig](/docs/reference/trace-config-proto.autogen#HeapprofdConfig). 266 [HeapprofdConfig](/docs/reference/trace-config-proto.autogen#HeapprofdConfig).
|
/external/perfetto/protos/perfetto/trace/profiling/ |
D | profile_packet.proto | 100 // is true in HeapprofdConfig. In that case, self_allocated, self_freed and 105 // only set if dump_at_max is true in HeapprofdConfig. In that case,
|
/external/perfetto/protos/perfetto/config/profiling/ |
D | heapprofd_config.proto | 23 message HeapprofdConfig { message
|
/external/perfetto/docs/design-docs/ |
D | heapprofd-wire-protocol.md | 48 The _Main Thread_ receives a `TracingConfig` from traced containing a `HeapprofdConfig`. It adds th…
|
/external/perfetto/protos/perfetto/config/ |
D | data_source_config.proto | 115 optional HeapprofdConfig heapprofd_config = 105 [lazy = true];
|
D | perfetto_config.proto | 877 message HeapprofdConfig { message 2630 optional HeapprofdConfig heapprofd_config = 105 [lazy = true];
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 877 message HeapprofdConfig { message 2630 optional HeapprofdConfig heapprofd_config = 105 [lazy = true]; 10988 // is true in HeapprofdConfig. In that case, self_allocated, self_freed and 10993 // only set if dump_at_max is true in HeapprofdConfig. In that case,
|