Home
last modified time | relevance | path

Searched defs:ds_impl (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/shared_lib/
Ddata_source.cc83 void DsImplDestroy(struct PerfettoDsImpl* ds_impl) { in DsImplDestroy()
171 auto* ds_impl = reinterpret_cast<PerfettoDsImpl*>(ctx); in CreateShlibTls() local
184 auto* ds_impl = reinterpret_cast<PerfettoDsImpl*>(ctx); in CreateShlibIncrementalState() local
202 void PerfettoDsSetOnSetupCallback(struct PerfettoDsImpl* ds_impl, in PerfettoDsSetOnSetupCallback()
208 void PerfettoDsSetOnStartCallback(struct PerfettoDsImpl* ds_impl, in PerfettoDsSetOnStartCallback()
214 void PerfettoDsSetOnStopCallback(struct PerfettoDsImpl* ds_impl, in PerfettoDsSetOnStopCallback()
220 void PerfettoDsSetOnCreateTls(struct PerfettoDsImpl* ds_impl, in PerfettoDsSetOnCreateTls()
226 void PerfettoDsSetOnDeleteTls(struct PerfettoDsImpl* ds_impl, in PerfettoDsSetOnDeleteTls()
232 void PerfettoDsSetOnCreateIncr(struct PerfettoDsImpl* ds_impl, in PerfettoDsSetOnCreateIncr()
238 void PerfettoDsSetOnDeleteIncr(struct PerfettoDsImpl* ds_impl, in PerfettoDsSetOnDeleteIncr()
[all …]
/external/perfetto/include/perfetto/public/
Ddata_source.h82 struct PerfettoDsImpl* ds_impl; in PerfettoDsRegister() local