X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=libustcmd%2Fustcmd.h;h=ea918d59836615246011740f1e3e6e8def787dce;hb=01ec234c60dbd2e047927ace561201417e83e4ef;hp=da4718b0943b3d317525355834c062e43a30decb;hpb=08230db7e2e536bddf0015fa663b6d10abea30f1;p=ust.git diff --git a/libustcmd/ustcmd.h b/libustcmd/ustcmd.h index da4718b..ea918d5 100644 --- a/libustcmd/ustcmd.h +++ b/libustcmd/ustcmd.h @@ -31,10 +31,14 @@ struct marker_status { extern pid_t *ustcmd_get_online_pids(void); extern int ustcmd_set_marker_state(const char *, int, pid_t); +extern int ustcmd_set_subbuf_size(const char *, pid_t); +extern int ustcmd_set_subbuf_num(const char *, pid_t); extern int ustcmd_destroy_trace(pid_t); extern int ustcmd_setup_and_start(pid_t); extern int ustcmd_stop_trace(pid_t); +extern int ustcmd_create_trace(pid_t); extern int ustcmd_start_trace(pid_t); +extern int ustcmd_alloc_trace(pid_t); extern int ustcmd_free_cmsf(struct marker_status *); extern unsigned int ustcmd_count_nl(const char *); extern int ustcmd_send_cmd(const char *, pid_t, char **);