Home
last modified time | relevance | path

Searched refs:java_hprof_config_raw (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Djava_hprof_producer.cc125 config.ParseFromString(ds_config.java_hprof_config_raw()); in SetupDataSource()
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_config_cpp_gen_headers/gen/external/perfetto/protos/perfetto/config/
Ddata_source_config.gen.h156 const std::string& java_hprof_config_raw() const { return java_hprof_config_; } in java_hprof_config_raw() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_config_cpp_gen_headers/gen/external/perfetto/protos/perfetto/config/
H A Ddata_source_config.gen.h155 const std::string& java_hprof_config_raw() const { return java_hprof_config_; } in java_hprof_config_raw() function
/aosp_15_r20/art/perfetto_hprof/
H A Dperfetto_hprof.cc208 args.config->java_hprof_config_raw())); in OnSetup()