X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-ust-comm.c;h=19ce0ceba780b3aa1c1070244e2207544eb7839d;hb=115db533af4d56a1b5c8b3a5ff6a15dc58579cd8;hp=a590268179c485cc11e71bbd95e27dae852573a1;hpb=d1f1110f9563855ede8d1511a4db3b89630ebc1e;p=lttng-ust.git diff --git a/liblttng-ust/lttng-ust-comm.c b/liblttng-ust/lttng-ust-comm.c index a5902681..19ce0ceb 100644 --- a/liblttng-ust/lttng-ust-comm.c +++ b/liblttng-ust/lttng-ust-comm.c @@ -2110,7 +2110,7 @@ void __attribute__((constructor)) lttng_ust_init(void) */ ust_err_init(); lttng_ust_getenv_init(); /* Needs ust_err_init() to be completed. */ - init_tracepoint(); + lttng_ust_tp_init(); lttng_ust_init_fd_tracker(); lttng_ust_clock_init(); lttng_ust_getcpu_init(); @@ -2270,7 +2270,7 @@ void lttng_ust_cleanup(int exiting) lttng_counter_client_percpu_32_modular_exit(); lttng_counter_client_percpu_64_modular_exit(); lttng_ust_statedump_destroy(); - exit_tracepoint(); + lttng_ust_tp_exit(); if (!exiting) { /* Reinitialize values for fork */ sem_count = sem_count_initial_value;