Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. In file included from /home/jonathan/lttng/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/define_trace.h:139:0,
  2. from /home/jonathan/lttng/lttng-modules/probes/../instrumentation/events/lttng-module/block.h:1017,
  3. from /home/jonathan/lttng/lttng-modules/probes/lttng-probe-block.c:43:
  4. /home/jonathan/lttng/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/lttng-events.h:151:6: error: conflicting types for ‘trace_block_rq_complete’
  5. void trace_##_name(_proto);
  6. ^
  7. /home/jonathan/lttng/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/lttng-events.h:117:2: note: in expansion of macro ‘DEFINE_EVENT_MAP’
  8. DEFINE_EVENT_MAP(template, name, name, PARAMS(proto), PARAMS(args))
  9. ^
  10. /home/jonathan/lttng/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/../instrumentation/events/lttng-module/block.h:290:1: note: in expansion of macro ‘DEFINE_EVENT’
  11. DEFINE_EVENT(block_rq_with_error, block_rq_complete,
  12. ^
  13. In file included from include/linux/module.h:18:0,
  14. from /home/jonathan/lttng/lttng-modules/probes/lttng-probe-block.c:23:
  15. include/linux/tracepoint.h:168:21: note: previous definition of ‘trace_block_rq_complete’ was here
  16. static inline void trace_##name(proto) \
  17. ^
  18. include/linux/tracepoint.h:265:3: note: in expansion of macro ‘__DECLARE_TRACE’
  19. __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), 1, \
  20. ^
  21. include/linux/tracepoint.h:399:2: note: in expansion of macro ‘DECLARE_TRACE’
  22. DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
  23. ^
  24. include/trace/events/block.h:143:1: note: in expansion of macro ‘TRACE_EVENT’
  25. TRACE_EVENT(block_rq_complete,
  26. ^
  27. make[3]: *** [/home/jonathan/lttng/lttng-modules/probes/lttng-probe-block.o] Error 1
  28. make[2]: *** [/home/jonathan/lttng/lttng-modules/probes] Error 2
  29. make[1]: *** [_module_/home/jonathan/lttng/lttng-modules] Error 2
  30. make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-34-generic'
  31. make: *** [default] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement