Searched defs:ds_impl (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/perfetto/src/shared_lib/ |
H A D | data_source.cc | 90 void DsImplDestroy(struct PerfettoDsImpl* ds_impl) { in DsImplDestroy() 193 auto* ds_impl = reinterpret_cast<PerfettoDsImpl*>(ctx); in CreateShlibTls() local 206 auto* ds_impl = reinterpret_cast<PerfettoDsImpl*>(ctx); in CreateShlibIncrementalState() local 224 void PerfettoDsSetOnSetupCallback(struct PerfettoDsImpl* ds_impl, in PerfettoDsSetOnSetupCallback() 230 void PerfettoDsSetOnStartCallback(struct PerfettoDsImpl* ds_impl, in PerfettoDsSetOnStartCallback() 236 void PerfettoDsSetOnStopCallback(struct PerfettoDsImpl* ds_impl, in PerfettoDsSetOnStopCallback() 242 void PerfettoDsSetOnDestroyCallback(struct PerfettoDsImpl* ds_impl, in PerfettoDsSetOnDestroyCallback() 248 void PerfettoDsSetOnFlushCallback(struct PerfettoDsImpl* ds_impl, in PerfettoDsSetOnFlushCallback() 254 void PerfettoDsSetOnCreateTls(struct PerfettoDsImpl* ds_impl, in PerfettoDsSetOnCreateTls() 260 void PerfettoDsSetOnDeleteTls(struct PerfettoDsImpl* ds_impl, in PerfettoDsSetOnDeleteTls() [all …]
|
/aosp_15_r20/external/perfetto/src/shared_lib/test/ |
H A D | api_integrationtest.cc | 630 params.on_start_cb = [](struct PerfettoDsImpl* ds_impl, in RegisterDataSource2() 638 params.on_stop_cb = [](struct PerfettoDsImpl* ds_impl, in RegisterDataSource2() 645 params.on_destroy_cb = [](struct PerfettoDsImpl* ds_impl, void* user_arg, in RegisterDataSource2() 651 [](struct PerfettoDsImpl* ds_impl, PerfettoDsInstanceIndex inst_id, in RegisterDataSource2() 658 [](struct PerfettoDsImpl* ds_impl, PerfettoDsInstanceIndex inst_id, in RegisterDataSource2() 673 [](struct PerfettoDsImpl* ds_impl, PerfettoDsInstanceIndex inst_id, in RegisterDataSource2() 674 struct PerfettoDsTracerImpl* tracer, void* user_arg) -> void* { in RegisterDataSource2()
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_tracing_PerfettoDataSource.cpp | 303 params.on_create_incr_cb = [](struct PerfettoDsImpl* ds_impl, PerfettoDsInstanceIndex inst_id, in nativeRegisterDataSource() 304 struct PerfettoDsTracerImpl* tracer, void* user_arg) -> void* { in nativeRegisterDataSource() 348 void* inst_ctx) -> void { in nativeRegisterDataSource()
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/public/ |
H A D | data_source.h | 105 struct PerfettoDsImpl* ds_impl; in PerfettoDsRegister() local
|
/aosp_15_r20/external/perfetto/include/perfetto/public/ |
H A D | data_source.h | 105 struct PerfettoDsImpl* ds_impl; in PerfettoDsRegister() local
|