Home
last modified time | relevance | path

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

/art/perfetto_hprof/
Dperfetto_hprof.cc135 bool ShouldSampleSmapsEntry(const perfetto::profiling::SmapsEntry& e) { in ShouldSampleSmapsEntry()
154 class JavaHprofDataSource : public perfetto::DataSource<JavaHprofDataSource> {
156 constexpr static perfetto::BufferExhaustedPolicy kBufferExhaustedPolicy =
157 perfetto::BufferExhaustedPolicy::kStall;
170 std::unique_ptr<perfetto::protos::pbzero::JavaHprofConfig::Decoder> cfg( in OnSetup()
171 new perfetto::protos::pbzero::JavaHprofConfig::Decoder( in OnSetup()
250 perfetto::TracingInitArgs args; in WaitForDataSource()
251 args.backends = perfetto::BackendType::kSystemBackend; in WaitForDataSource()
252 perfetto::Tracing::Initialize(args); in WaitForDataSource()
254 perfetto::DataSourceDescriptor dsd; in WaitForDataSource()
[all …]
DAndroid.bp21 // https://android.googlesource.com/platform/external/perfetto/+/refs/heads/master/protos/perfetto/…
/art/runtime/
Druntime_options.def183 // Whether to allow loading of the perfetto hprof plugin.
/art/libdexfile/
DAndroid.bp169 "//external/perfetto",