X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fuserspace-probe.h;h=6b90363073b09605221d1327a648833ebfcc5c74;hb=bff8d2177c7184a2ce763aac4b015f8ef91ce11e;hp=2d8c6f1257346dc22059d19441532a1ef3b8f962;hpb=87597c2c3bbaa1502ad2025cbf16704829f3b464;p=lttng-tools.git diff --git a/include/lttng/userspace-probe.h b/include/lttng/userspace-probe.h index 2d8c6f125..6b9036307 100644 --- a/include/lttng/userspace-probe.h +++ b/include/lttng/userspace-probe.h @@ -71,7 +71,9 @@ struct lttng_userspace_probe_location; enum lttng_userspace_probe_location_type { LTTNG_USERSPACE_PROBE_LOCATION_TYPE_UNKNOWN = -1, + /* Function entry. */ LTTNG_USERSPACE_PROBE_LOCATION_TYPE_FUNCTION = 0, + /* SDT probe's callsites. */ LTTNG_USERSPACE_PROBE_LOCATION_TYPE_TRACEPOINT = 1, };