X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=benchmark%2Fbenchmark.h;h=bbdadbbd8080530a49856522691befa133375d21;hb=01e6545054e5289c623ebc255e15dc3727b45065;hp=c02822e80ff722db5fc4b417edfcfbbe515f3f5c;hpb=61b14d7a65be7f27bb91b4797839879bcad89586;p=lttng-tools.git diff --git a/benchmark/benchmark.h b/benchmark/benchmark.h index c02822e80..bbdadbbd8 100644 --- a/benchmark/benchmark.h +++ b/benchmark/benchmark.h @@ -32,6 +32,9 @@ extern FILE *fp; 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);