X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=benchmark%2Fbenchmark.h;h=bbdadbbd8080530a49856522691befa133375d21;hb=b194fbda4cc4a56ca5599d440d3e9340d2f50d00;hp=2a23fd97ec98e2a45e9188d8a7da0e10137fb17a;hpb=065f56f0d0c5fd15650d8cb6191b2bb03d426c08;p=lttng-tools.git diff --git a/benchmark/benchmark.h b/benchmark/benchmark.h index 2a23fd97e..bbdadbbd8 100644 --- a/benchmark/benchmark.h +++ b/benchmark/benchmark.h @@ -33,6 +33,7 @@ void bench_init(void); void bench_close(void); void bench_print_boot_process(void); void bench_print_ust_register(void); +void bench_print_ust_unregister(void); void bench_print_ust_notification(void); double bench_get_create_session(void); double bench_get_destroy_session(void);