X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Ftracepoint.h;h=5fda51f43bb0aa1f1390f8dc6d00f2bf34b5373d;hb=943a422e5d4259eea626eb7910b3d11ac39c5105;hp=a59bef21a48bc950423297f7b46c7895a3d581fa;hpb=7cb85a18ed87597ff755f3781b27bc11e1125eb1;p=lttng-ust.git diff --git a/include/lttng/tracepoint.h b/include/lttng/tracepoint.h index a59bef21..5fda51f4 100644 --- a/include/lttng/tracepoint.h +++ b/include/lttng/tracepoint.h @@ -447,8 +447,9 @@ static void __attribute__((destructor)) __tracepoints__destroy(void) * * Declare tracepoint loglevels for tracepoints. A TRACEPOINT_EVENT * should be declared prior to the the TRACEPOINT_LOGLEVEL for a given - * tracepoint name. The first field is the name of the tracepoint, the - * second field is the loglevel name. + * tracepoint name. The first field is the provider name, the second + * field is the name of the tracepoint, the third field is the loglevel + * name. * * TRACEPOINT_LOGLEVEL(< [com_company_]project[_component] >, < event >, * < loglevel_name >)