X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ftestpoint.h;h=f213e431d8a2acada360f81b0ba74bcd448a1cd5;hp=623b061f8eb4be2c44fea0308078735e7ed2f945;hb=9ad42ec1800b074488873ec43d91c73ce9c9dfcf;hpb=d7b63d8cb065085e8518e380923283884f4f31ea 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 */