X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ftestpoint.h;h=f213e431d8a2acada360f81b0ba74bcd448a1cd5;hp=623b061f8eb4be2c44fea0308078735e7ed2f945;hb=f17b873261bab722b58f21aabd3fcb44a0bbc20d;hpb=e547b070c5a28571d67efb3349814036f73ab38a diff --git a/src/bin/lttng-sessiond/testpoint.h b/src/bin/lttng-sessiond/testpoint.h index 623b061f8..f213e431d 100644 --- a/src/bin/lttng-sessiond/testpoint.h +++ b/src/bin/lttng-sessiond/testpoint.h @@ -29,5 +29,8 @@ 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 */