X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=benchmark%2Fbenchmark.h;h=2a23fd97ec98e2a45e9188d8a7da0e10137fb17a;hb=2c58cc2eccbb85063cc547c0259d276a2be5c0a4;hp=c02822e80ff722db5fc4b417edfcfbbe515f3f5c;hpb=6e81efd4955d52288a4b5fd462e9e51ca44e3f8f;p=lttng-tools.git diff --git a/benchmark/benchmark.h b/benchmark/benchmark.h index c02822e80..2a23fd97e 100644 --- a/benchmark/benchmark.h +++ b/benchmark/benchmark.h @@ -32,6 +32,8 @@ 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_notification(void); double bench_get_create_session(void); double bench_get_destroy_session(void);