Home
last modified time | relevance | path

Searched refs:heapprofd_config_ (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/tracing/core/
Ddata_source_config.cc64 (heapprofd_config_ == other.heapprofd_config_) && in operator ==()
109 heapprofd_config_.FromProto(proto.heapprofd_config()); in FromProto()
166 heapprofd_config_.ToProto(proto->mutable_heapprofd_config()); in ToProto()
/external/perfetto/include/perfetto/tracing/core/
Ddata_source_config.h126 const HeapprofdConfig& heapprofd_config() const { return heapprofd_config_; } in heapprofd_config()
127 HeapprofdConfig* mutable_heapprofd_config() { return &heapprofd_config_; } in mutable_heapprofd_config()
167 HeapprofdConfig heapprofd_config_ = {}; variable