X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fdefaults.h;h=31ea73438b04224eb8ffc4d35efb7d2919f5c4a5;hb=f43f95a9a82e01eed34593260d510bd32e2083ec;hp=7452280d9042fd0602283d8caf105ce48af26460;hpb=1501a7f32e1abf3e805053d4241c9796882d56bc;p=lttng-tools.git diff --git a/src/common/defaults.h b/src/common/defaults.h index 7452280d9..31ea73438 100644 --- a/src/common/defaults.h +++ b/src/common/defaults.h @@ -143,7 +143,8 @@ /* Default JUL domain channel name. */ #define DEFAULT_JUL_CHANNEL_NAME "lttng_jul_channel" /* Default JUL tracepoint name. This is a wildcard for the JUL domain. */ -#define DEFAULT_JUL_EVENT_NAME "lttng_jul*" +#define DEFAULT_SYS_JUL_EVENT_NAME "lttng_jul:sys*" +#define DEFAULT_USER_JUL_EVENT_NAME "lttng_jul:user*" /* JUL default channel name. */ #define DEFAULT_CHANNEL_OVERWRITE 0 #define DEFAULT_CHANNEL_TRACEFILE_SIZE 0 @@ -257,6 +258,9 @@ #define DEFAULT_INDEX_FILE_SUFFIX ".idx" #define DEFAULT_INDEX_DIR "index" +/* Default lttng command live timer value in usec. */ +#define DEFAULT_LTTNG_LIVE_TIMER 1000000 + extern size_t default_channel_subbuf_size; extern size_t default_metadata_subbuf_size; extern size_t default_ust_pid_channel_subbuf_size;