summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-06-12 19:05:07 +0200
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-06-17 12:08:17 +0200
commitb56d0731ccb162f5830a94c037d6975371a067ac (patch)
treebedb84a830db5b2dfbda22ad81a12d9d3c360572 /etc
parent84e8f950cc8705bfdc7dee571f59153daeea180a (diff)
downloadlatrace-b56d0731ccb162f5830a94c037d6975371a067ac.tar.gz
latrace-b56d0731ccb162f5830a94c037d6975371a067ac.tar.xz
latrace-b56d0731ccb162f5830a94c037d6975371a067ac.zip
config: Add libs and symbols specfication config file options
Added following config file options: LIBS, LIBS_TO, LIBS_FROM, SYM, SYM_OMIT, SYM_BELOW They match their command line equivalents.
Diffstat (limited to 'etc')
-rw-r--r--etc/latrace.d/latrace.conf.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/etc/latrace.d/latrace.conf.in b/etc/latrace.d/latrace.conf.in
index 1c547df..a14c51a 100644
--- a/etc/latrace.d/latrace.conf.in
+++ b/etc/latrace.d/latrace.conf.in
@@ -61,4 +61,31 @@ OPTIONS {
# no command line option equivalent
# stores terminal output to the file
# OUTPUT_TTY = "output-tty"
+
+ # Following options:
+ # LIBS/LIBS_TO/LIBS_FROM
+ # SYM/SYM_OMIT/SYM_BELOW
+ #
+ # use list of names as value. Single names in the list are
+ # separated by comma ','. If the first char of a single name
+ # is '*', then the name is search for as substring, otherwise
+ # exact match is used.
+
+ # -l, --libs
+ # LIBS = krava.so
+
+ # -t, --libs-to
+ # LIBS_TO = krava.so
+
+ # -f, --libs-from
+ # LIBS_FROM = krava.so
+
+ # -s, --sym
+ # SYM = krava
+
+ # -n, --sym-omit
+ # SYM_OMIT = krava
+
+ # -b, --flow-below
+ # SYM_BELOW = krava
}