X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fuserspace-probe.h;h=6b90363073b09605221d1327a648833ebfcc5c74;hp=9378eda8a0a149cfb9509b0b1f1256ed88f4f015;hb=bff8d2177c7184a2ce763aac4b015f8ef91ce11e;hpb=b33f872b72c7c01ded6bd7d0604d6aec7fa5721b diff --git a/include/lttng/userspace-probe.h b/include/lttng/userspace-probe.h index 9378eda8a..6b9036307 100644 --- a/include/lttng/userspace-probe.h +++ b/include/lttng/userspace-probe.h @@ -71,9 +71,9 @@ struct lttng_userspace_probe_location; enum lttng_userspace_probe_location_type { LTTNG_USERSPACE_PROBE_LOCATION_TYPE_UNKNOWN = -1, - /* Traces a function's entry and exit. */ + /* Function entry. */ LTTNG_USERSPACE_PROBE_LOCATION_TYPE_FUNCTION = 0, - /* Trace a single point. */ + /* SDT probe's callsites. */ LTTNG_USERSPACE_PROBE_LOCATION_TYPE_TRACEPOINT = 1, };