X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng.h;h=0307536d387e600c8d8127b923883af3a56d5385;hp=8f55a889ee408a98bdec10feacd4b059c6e81d0a;hb=b9dfb1671626365019a72318fb131eb321244245;hpb=4100e49a2dffca1e81c487b4e02783d901569102 diff --git a/include/lttng/lttng.h b/include/lttng/lttng.h index 8f55a889e..0307536d3 100644 --- a/include/lttng/lttng.h +++ b/include/lttng/lttng.h @@ -47,18 +47,9 @@ extern "C" { * Domain types: the different possible tracers. */ enum lttng_domain_type { - LTTNG_DOMAIN_KERNEL = 1, - LTTNG_DOMAIN_UST = 2, - - /* - * For now, the domains below are not implemented. However, we keep them - * here in order to retain their enum values for future development. Note - * that it is on the roadmap to implement them. - * - LTTNG_DOMAIN_UST_EXEC_NAME = 3, - LTTNG_DOMAIN_UST_PID = 4, - LTTNG_DOMAIN_UST_PID_FOLLOW_CHILDREN = 5, - */ + LTTNG_DOMAIN_KERNEL = 1, /* Linux Kernel tracer. */ + LTTNG_DOMAIN_UST = 2, /* Global Userspace tracer. */ + LTTNG_DOMAIN_JUL = 3, /* Java Util Logging. */ }; /*