From 2583d88b412b0f01d03bb9deb23644798a7bb231 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Mon, 27 Jun 2016 10:42:22 -0400 Subject: [PATCH] Doc: add template-path option to enable-event man --- doc/man/lttng-enable-event.1.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/man/lttng-enable-event.1.txt b/doc/man/lttng-enable-event.1.txt index afdbd6747..48a353f37 100644 --- a/doc/man/lttng-enable-event.1.txt +++ b/doc/man/lttng-enable-event.1.txt @@ -32,6 +32,17 @@ Create or enable application event rules: [option:--loglevel='LOGLEVEL' | option:--loglevel-only='LOGLEVEL'] [option:--session='SESSION'] [option:--channel='CHANNEL'] (option:--all | 'EVENT'[,'EVENT']...) +Enable a template of events: + +[verse] +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *enable-event* *--template-path*='TEMPLATE' + [option:--session='SESSION'] + [ + (option:--userspace | option:--jul | option:--log4j | option:--python) + [option:--channel='CHANNEL'] + [option:--filter='EXPR'] [option:--exclude='EVENT'[,'EVENT']...] + [option:--loglevel='LOGLEVEL' | option:--loglevel-only='LOGLEVEL'] + ]... DESCRIPTION ----------- @@ -58,6 +69,12 @@ from the current tracing session. Events can be enabled while tracing is active (use man:lttng-start(1) to make a tracing session active). +Template can be used to ease the enabling of multiple events across multiple +domains. Information can be passed via the usual domains options tuples. + +e.g: +lttng enable-event --session SESSION --template-path='TEMPLATE' -k -c kchan -u +-c uchan --filter='FILTER' --exclude='EVENT' Event source types ~~~~~~~~~~~~~~~~~~ -- 2.34.1