From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul_Woegerer@mentor.com (Woegerer, Paul) Date: Wed, 27 Jun 2012 16:08:14 +0200 Subject: [lttng-dev] [PATCH] tracepoint event exclusion Message-ID: <4FEB13CE.1010206@mentor.com> Hi, In order to support situations where a user wants generally all tracepoints enabled but specific tracepoints to be suppressed during a trace session, I created a small patch that allows us to do the following: ... lttng enable-event -u -c met_tools -a lttng enable-event -u -c met_tools --tracepoint '!met_func:*' lttng enable-event -u -c met_tools --tracepoint '!met_call:*' ... This has the effect that all tracepoints get recorded except for tracepoints that match met_func:* or met_call:*. If you think this feature is useful for others we would be happy to see this patch merged into trunk. Thanks, Paul -- Paul Woegerer | SW Development Engineer Mentor Embedded(tm) | Prinz Eugen Stra?e 72/2/4, Vienna, 1040 Austria P 43.1.535991320 Nucleus? | Linux? | Android(tm) | Services | UI | Multi-OS Android is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. Linux is the registered trademark of Linus Torvalds in the U.S. and other countries. -------------- next part -------------- A non-text attachment was scrubbed... Name: event_exclusion.patch Type: text/x-patch Size: 2157 bytes Desc: not available URL: