summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-06-16 11:04:30 +0200
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-06-17 12:08:20 +0200
commit23916445a712b64e34735a7d06bc69bfcfa4b3b6 (patch)
tree6dba80cbad70536e18483b625b812fbbd722d5f0 /etc
parentb56d0731ccb162f5830a94c037d6975371a067ac (diff)
downloadlatrace-23916445a712b64e34735a7d06bc69bfcfa4b3b6.tar.gz
latrace-23916445a712b64e34735a7d06bc69bfcfa4b3b6.tar.xz
latrace-23916445a712b64e34735a7d06bc69bfcfa4b3b6.zip
config: Add SYM_NOEXIT option
Added SYM_NOEXIT option to be able to run only pltentry callback for specified symbols. This option is needed for setjmp symbol, otherwise the tracee segfaults. The "_setjmp" symbol is added as default value to the global config file.
Diffstat (limited to 'etc')
-rw-r--r--etc/latrace.d/latrace.conf.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/latrace.d/latrace.conf.in b/etc/latrace.d/latrace.conf.in
index a14c51a..2126021 100644
--- a/etc/latrace.d/latrace.conf.in
+++ b/etc/latrace.d/latrace.conf.in
@@ -64,7 +64,7 @@ OPTIONS {
# Following options:
# LIBS/LIBS_TO/LIBS_FROM
- # SYM/SYM_OMIT/SYM_BELOW
+ # SYM/SYM_OMIT/SYM_BELOW/SYM_NOEXIT
#
# use list of names as value. Single names in the list are
# separated by comma ','. If the first char of a single name
@@ -88,4 +88,7 @@ OPTIONS {
# -b, --flow-below
# SYM_BELOW = krava
+
+ # no command line option equivalent
+ SYM_NOEXIT = _setjmp
}