Merge branch 'master' into benchmark
[lttng-tools.git] / benchmark / benchmark.h
index bbdadbbd8080530a49856522691befa133375d21..eeac8180c390553fa1df5dd5ae7fc5fa64848296 100644 (file)
@@ -31,10 +31,17 @@ extern FILE *fp;
 
 void bench_init(void);
 void bench_close(void);
+
+void bench_print_create_session(void);
+void bench_print_enable_ust_event(void);
+void bench_print_enable_ust_channel(void);
+void bench_print_start_ust(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);
 
This page took 0.022946 seconds and 4 git commands to generate.