Searched refs:HeapprofdConfig (Results 1 – 15 of 15) sorted by relevance
/external/perfetto/src/profiling/memory/ |
D | heapprofd_producer_unittest.cc | 86 HeapprofdConfig cfg; in TEST() 97 HeapprofdConfig cfg; in TEST() 107 HeapprofdConfig cfg; in TEST() 121 HeapprofdConfig cfg; in TEST() 137 HeapprofdConfig cfg; in TEST() 147 HeapprofdConfig cfg; in TEST() 158 HeapprofdConfig cfg; in TEST() 166 HeapprofdConfig cfg; in TEST() 176 HeapprofdConfig cfg; in TEST() 190 HeapprofdConfig cfg; in TEST() [all …]
|
D | heapprofd_end_to_end_test.cc | 143 void ContinuousDump(HeapprofdConfig* cfg) { in ContinuousDump() 160 protos::gen::HeapprofdConfig heapprofd_config; in MakeTraceConfig() 790 TraceConfig trace_config = MakeTraceConfig([pid](HeapprofdConfig* cfg) { in TEST_P() 812 TraceConfig trace_config = MakeTraceConfig([this, pid](HeapprofdConfig* cfg) { in TEST_P() 838 TraceConfig trace_config = MakeTraceConfig([this, pid](HeapprofdConfig* cfg) { in TEST_P() 867 TraceConfig trace_config = MakeTraceConfig([pid](HeapprofdConfig* cfg) { in TEST_P() 897 TraceConfig trace_config = MakeTraceConfig([pid](HeapprofdConfig* cfg) { in TEST_P() 955 TraceConfig trace_config = MakeTraceConfig([pid](HeapprofdConfig* cfg) { in TEST_P() 1002 TraceConfig trace_config = MakeTraceConfig([pid](HeapprofdConfig* cfg) { in TEST_P() 1048 TraceConfig trace_config = MakeTraceConfig([pid](HeapprofdConfig* cfg) { in TEST_P() [all …]
|
D | heapprofd_producer.h | 55 using HeapprofdConfig = protos::gen::HeapprofdConfig; variable 68 const HeapprofdConfig& heapprofd_config, 229 HeapprofdConfig config;
|
D | CHANGELOG.md | 20 `HeapprofdConfig`. 24 `dump_at_max` in `HeapprofdConfig`.
|
D | heapprofd_producer.cc | 85 bool ConfigTargetsProcess(const HeapprofdConfig& cfg, in ConfigTargetsProcess() 137 const HeapprofdConfig& heapprofd_config, in HeapprofdConfigToClientConfiguration() 400 HeapprofdConfig heapprofd_config; in SetupDataSource() 493 const HeapprofdConfig& heapprofd_config = data_source->config; in SetStartupProperties() 503 const HeapprofdConfig& heapprofd_config = data_source->config; in SignalRunningProcesses() 560 const HeapprofdConfig& heapprofd_config = data_source.config; in StartDataSource()
|
/external/perfetto/ui/src/common/ |
D | protos.ts | 29 protos.perfetto.protos.HeapprofdConfig.ContinuousDumpConfig; 34 import HeapprofdConfig = protos.perfetto.protos.HeapprofdConfig; 129 HeapprofdConfig,
|
/external/perfetto/test/cts/ |
D | heapprofd_test_cts.cc | 87 protos::gen::HeapprofdConfig heapprofd_config; in ProfileRuntime() 128 protos::gen::HeapprofdConfig heapprofd_config; in ProfileStartup()
|
/external/perfetto/ui/src/controller/ |
D | record_controller.ts | 31 HeapprofdConfig, 247 let heapprofd: HeapprofdConfig|undefined = undefined; 250 const cfg = new HeapprofdConfig();
|
/external/perfetto/protos/perfetto/trace/profiling/ |
D | profile_packet.proto | 48 // is true in HeapprofdConfig. In that case, self_allocated, self_freed and 53 // 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 | 106 optional HeapprofdConfig heapprofd_config = 105 [lazy = true];
|
D | perfetto_config.proto | 575 message HeapprofdConfig { message 1414 optional HeapprofdConfig heapprofd_config = 105 [lazy = true];
|
/external/perfetto/docs/data-sources/ |
D | native-heap-profiler.md | 53 [HeapprofdConfig](/docs/reference/trace-config-proto.autogen#HeapprofdConfig)
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 575 message HeapprofdConfig { message 1414 optional HeapprofdConfig heapprofd_config = 105 [lazy = true]; 7823 // is true in HeapprofdConfig. In that case, self_allocated, self_freed and 7828 // only set if dump_at_max is true in HeapprofdConfig. In that case,
|