From: Francis Deslauriers Date: Thu, 19 Jun 2014 02:19:40 +0000 (-0400) Subject: Fix: Add vpid, vppid and vtid info in add-context help X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=83a1318f7bff257225fc5603352db648c0055134 Fix: Add vpid, vppid and vtid info in add-context help Acked-by: Mathieu Desnoyers Signed-off-by: Francis Deslauriers Signed-off-by: David Goulet --- diff --git a/src/bin/lttng/commands/add_context.c b/src/bin/lttng/commands/add_context.c index 390b53827..d034d0b86 100644 --- a/src/bin/lttng/commands/add_context.c +++ b/src/bin/lttng/commands/add_context.c @@ -322,6 +322,9 @@ static void usage(FILE *ofp) fprintf(ofp, " TYPE can be one of the strings below:\n"); print_ctx_type(ofp); fprintf(ofp, "\n"); + fprintf(ofp, "Note that the vpid, vppid and vtid context types represent the virtual process id,\n" + "virtual parent process id and virtual thread id as seen from the current execution context\n" + "as opposed to the pid, ppid and tid which are kernel internal data structures.\n\n"); fprintf(ofp, "Example:\n"); fprintf(ofp, "This command will add the context information 'prio' and two perf\n" "counters (hardware branch misses and cache misses), to all channels\n"