X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ftestpoint.h;h=f213e431d8a2acada360f81b0ba74bcd448a1cd5;hp=458b0acb535a93ec3d3cc3ed2d876ff3656bf623;hb=8ada111f6d3ab40d1c33cf1a7b2546de9a47d1d5;hpb=8ac941422ce5ca7db88bd33568dac75982e21477 diff --git a/src/bin/lttng-sessiond/testpoint.h b/src/bin/lttng-sessiond/testpoint.h index 458b0acb5..f213e431d 100644 --- a/src/bin/lttng-sessiond/testpoint.h +++ b/src/bin/lttng-sessiond/testpoint.h @@ -21,13 +21,16 @@ #include /* Testpoints, internal use only */ -TESTPOINT_DECL(thread_manage_clients); -TESTPOINT_DECL(thread_manage_clients_before_loop); -TESTPOINT_DECL(thread_registration_apps); -TESTPOINT_DECL(thread_manage_apps); -TESTPOINT_DECL(thread_manage_apps_before_loop); -TESTPOINT_DECL(thread_manage_kernel); -TESTPOINT_DECL(thread_manage_kernel_before_loop); -TESTPOINT_DECL(thread_manage_consumer); +TESTPOINT_DECL(sessiond_thread_manage_clients); +TESTPOINT_DECL(sessiond_thread_manage_clients_before_loop); +TESTPOINT_DECL(sessiond_thread_registration_apps); +TESTPOINT_DECL(sessiond_thread_manage_apps); +TESTPOINT_DECL(sessiond_thread_manage_apps_before_loop); +TESTPOINT_DECL(sessiond_thread_manage_kernel); +TESTPOINT_DECL(sessiond_thread_manage_kernel_before_loop); +TESTPOINT_DECL(sessiond_thread_manage_consumer); +TESTPOINT_DECL(sessiond_thread_ht_cleanup); +TESTPOINT_DECL(sessiond_thread_app_manage_notify); +TESTPOINT_DECL(sessiond_thread_app_reg_dispatch); #endif /* SESSIOND_TESTPOINT_H */