X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Flttngtop.c;h=bfae663182c0cb89a9dd0d59da74a5627d66f09a;hp=8cec6d52c1ffeb0765cc56eb93f914c374493d47;hb=bab469fc468832ae02c61e24bf3afaba24228c09;hpb=3bcf0f6b3dc99e6328bc3191cb43f386cca5a44b diff --git a/src/lttngtop.c b/src/lttngtop.c index 8cec6d5..bfae663 100644 --- a/src/lttngtop.c +++ b/src/lttngtop.c @@ -548,6 +548,8 @@ void usage(FILE *fp) fprintf(fp, " -f, --child Follow threads associated with selected PIDs\n"); fprintf(fp, " -n, --hostname Comma-separated list of hostnames to display (require hostname context in trace)\n"); fprintf(fp, " -k, --kprobes Comma-separated list of kprobes to insert (same format as lttng enable-event)\n"); + fprintf(fp, " -r, --relay-hostname Network live streaming : hostname of the lttng-relayd (default port)\n"); + fprintf(fp, " -b, --begin Network live streaming : read the trace for the beginning of the recording\n"); } /*