From: Mandeep Singh Baines Date: Sat, 8 Sep 2012 01:12:19 +0000 (-0700) Subject: tracing: Add an option for disabling markers X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~97^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5224c3a31549f1c056039545b289e1b01ed02f12;p=pandora-kernel.git tracing: Add an option for disabling markers In our application, we have trace markers spread through user-space. We have markers in GL, X, etc. These are super handy for Chrome's about:tracing feature (Chrome + system + kernel trace view), but can be very distracting when you're trying to debug a kernel issue. I normally, use "grep -v tracing_mark_write" but it would be nice if I could just temporarily disable markers all together. Link: http://lkml.kernel.org/r/1347066739-26285-1-git-send-email-msb@chromium.org CC: Frederic Weisbecker Signed-off-by: Mandeep Singh Baines Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed