X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=libustcmd%2Fustcmd.c;h=d573a7fe2ef84ae845c698053322808252d2778d;hp=49b76f541af9f5c8bd883093d117f4c7e8b4d09d;hb=b5b073e22d34bec71259d39b8946354f170f01a9;hpb=a2dc02e0e0a685b8814b68a2f07ce73c08e0ef50 diff --git a/libustcmd/ustcmd.c b/libustcmd/ustcmd.c index 49b76f5..d573a7f 100644 --- a/libustcmd/ustcmd.c +++ b/libustcmd/ustcmd.c @@ -111,7 +111,7 @@ int ustcmd_destroy_trace(pid_t pid) { int result; - result = ustcmd_send_cmd("destroy", pid, NULL); + result = ustcmd_send_cmd("trace_destroy", pid, NULL); if (result) { return USTCMD_ERR_GEN; }