add options to set subbuf size and cnt
[ust.git] / libustcmd / ustcmd.h
index a494bcff3b94068ff5595ea76a8546cac881a544..ea918d59836615246011740f1e3e6e8def787dce 100644 (file)
@@ -31,11 +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 **);
This page took 0.023496 seconds and 4 git commands to generate.