Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146104
b: refs/heads/master
c: 71e1c8a
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed May 7, 2009
1 parent b28e5c7 commit 1779551
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3e07a4f680adc66dfa175aa5021aedf340251b12
refs/heads/master: 71e1c8ac42ae4038ddb1367cce7097ab868dc532
7 changes: 6 additions & 1 deletion trunk/samples/trace_events/trace-events-sample.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*
*/
#undef TRACE_SYSTEM
#define TRACE_SYSTEM trace-events-sample
#define TRACE_SYSTEM sample

/*
* The TRACE_EVENT macro is broken up into 5 parts.
Expand Down Expand Up @@ -120,5 +120,10 @@ TRACE_EVENT(foo_bar,
* result.
*/
#undef TRACE_INCLUDE_PATH
#undef TRACE_INCLUDE_FILE
#define TRACE_INCLUDE_PATH .
/*
* TRACE_INCLUDE_FILE is not needed if the filename and TRACE_SYSTEM are equal
*/
#define TRACE_INCLUDE_FILE trace-events-sample
#include <trace/define_trace.h>

0 comments on commit 1779551

Please sign in to comment.