Home
last modified time | relevance | path

Searched refs:perfetto (Results 1 – 3 of 3) sorted by relevance

/art/perfetto_hprof/
Dperfetto_hprof.cc132 bool ShouldSampleSmapsEntry(const perfetto::profiling::SmapsEntry& e) { in ShouldSampleSmapsEntry()
167 class JavaHprofDataSource : public perfetto::DataSource<JavaHprofDataSource> {
169 constexpr static perfetto::BufferExhaustedPolicy kBufferExhaustedPolicy =
170 perfetto::BufferExhaustedPolicy::kStall;
173 std::unique_ptr<perfetto::protos::pbzero::JavaHprofConfig::Decoder> cfg( in OnSetup()
174 new perfetto::protos::pbzero::JavaHprofConfig::Decoder( in OnSetup()
210 ssize_t sz = perfetto::profiling::NormalizeCmdLine(&cmdline_ptr, static_cast<size_t>(rd + 1)); in OnSetup()
219 ssize_t other_sz = perfetto::profiling::NormalizeCmdLine(&other_ptr, other.size()); in OnSetup()
268 perfetto::TracingInitArgs args; in WaitForDataSource()
269 args.backends = perfetto::BackendType::kSystemBackend; in WaitForDataSource()
[all …]
DAndroid.bp21 // https://android.googlesource.com/platform/external/perfetto/+/refs/heads/master/protos/perfetto/…
39 "external/perfetto/include",
40 "external/perfetto/protos",
/art/runtime/
Druntime_options.def176 // Whether to allow loading of the perfetto hprof plugin.