commit | 51e74aca71ff7e8be91c074afd4f2264f46294e9 | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Thu Sep 27 23:43:25 2012 +0200 |
committer | Petr Machata <pmachata@redhat.com> | Mon Oct 01 14:18:53 2012 +0200 |
tree | 9d55d829ceef7262f86e0e733eeb3a0fd4d4eaba | |
parent | 74e57dd396818b1a9414c44e397ac82f692f5582 [diff] [blame] |
Add parsing of -l option
diff --git a/options.h b/options.h index 0806928..176ce90 100644 --- a/options.h +++ b/options.h
@@ -21,6 +21,11 @@ #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;