Not logged in
Log in now
Create an account
Subscribe to LWN
Recent Features
An unexpected perf feature
LWN.net Weekly Edition for May 16, 2013
A look at the PyPy 2.0 release
PostgreSQL 9.3 beta: Federated databases and more
LWN.net Weekly Edition for May 9, 2013
The tracepoint code created by Mathieu Desnoyers required a DECLARE_TRACE(name, proto, args) be defined in a header file, and in some C file DECLARE_TRACE(name) was used.
The second "DECLARE_TRACE" should be "DEFINE_TRACE".
(credits to Douglas Santos for spotting this)
Using the TRACE_EVENT() macro (Part 3)
Posted Apr 22, 2010 21:12 UTC (Thu) by jake (editor, #205) [Link]
Yup, fixed now, thanks!
jake
Copyright © 2013, Eklektix, Inc. Comments and public postings are copyrighted by their creators. Linux is a registered trademark of Linus Torvalds