Test: Add the new log4j agent
[lttng-tools.git] / tests / regression / ust / high-throughput / tp.h
index 12286b4dbf4edf5b648c195813726edd096e1eb7..4c0edf78c18e316715012f080eeb0e8280cfddfe 100644 (file)
@@ -4,10 +4,6 @@
 #if !defined(_TRACEPOINT_TP_H) || defined(TRACEPOINT_HEADER_MULTI_READ)
 #define _TRACEPOINT_TP_H
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /*
  * Copyright (C) 2011  Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
@@ -43,11 +39,6 @@ TRACEPOINT_EVENT(tp, tptest,
        )
 )
 
-TRACEPOINT_EVENT(tp, tptest_sighandler,
-       TP_ARGS(),
-       TP_FIELDS()
-)
-
 #endif /* _TRACEPOINT_TP_H */
 
 #undef TRACEPOINT_INCLUDE_FILE
@@ -55,7 +46,3 @@ TRACEPOINT_EVENT(tp, tptest_sighandler,
 
 /* This part must be outside ifdef protection */
 #include <lttng/tracepoint-event.h>
-
-#ifdef __cplusplus
-}
-#endif
This page took 0.023852 seconds and 4 git commands to generate.