aboutsummaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-09-27 23:43:25 +0200
committerPetr Machata <pmachata@redhat.com>2012-10-01 14:18:53 +0200
commit51e74aca71ff7e8be91c074afd4f2264f46294e9 (patch)
tree9d55d829ceef7262f86e0e733eeb3a0fd4d4eaba /options.h
parent74e57dd396818b1a9414c44e397ac82f692f5582 (diff)
downloadltrace-51e74aca71ff7e8be91c074afd4f2264f46294e9.tar.gz
Add parsing of -l option
Diffstat (limited to 'options.h')
-rw-r--r--options.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/options.h b/options.h
index 0806928..176ce90 100644
--- a/options.h
+++ b/options.h
@@ -21,6 +21,11 @@ struct options_t {
#endif /* defined(HAVE_LIBUNWIND) */
struct filter *plt_filter;
struct filter *static_filter;
+
+ /* A filter matching library names of libraries, whose
+ * exported symbols we wish to trace. */
+ struct filter *export_filter;
+
int hide_caller; /* Whether caller library should be hidden. */
};
extern struct options_t options;