X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=libustcmd%2Fustcmd.h;h=750d4133fec3563c9a79dfb11971618306b48846;hb=e77b8e8e6202b3a5ff87dc20553d2fad9ed5ff2e;hp=ea918d59836615246011740f1e3e6e8def787dce;hpb=d9ba7a59f617334901d86db6b197df3d02aaee11;p=ust.git diff --git a/libustcmd/ustcmd.h b/libustcmd/ustcmd.h index ea918d5..750d413 100644 --- a/libustcmd/ustcmd.h +++ b/libustcmd/ustcmd.h @@ -33,6 +33,8 @@ 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_get_subbuf_size(const char *, pid_t); +extern int ustcmd_get_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);