Home
last modified time | relevance | path

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

/art/perfetto_hprof/
Dperfetto_hprof.cc254 perfetto::DataSourceDescriptor dsd; in WaitForDataSource() local
255 dsd.set_name("android.java_hprof"); in WaitForDataSource()
256 dsd.set_will_notify_on_stop(true); in WaitForDataSource()
257 JavaHprofDataSource::Register(dsd); in WaitForDataSource()