Add LTTngUSTLogger logger plugin
[deliverable/titan.core.git] / loggerplugins / LTTngUSTLogger / tp.cc
diff --git a/loggerplugins/LTTngUSTLogger/tp.cc b/loggerplugins/LTTngUSTLogger/tp.cc
new file mode 100644 (file)
index 0000000..6016930
--- /dev/null
@@ -0,0 +1,20 @@
+/******************************************************************************
+ * Copyright (c) 2016 EfficiOS Inc., Philippe Proulx
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *   Proulx, Philippe
+ ******************************************************************************/
+
+#define TRACEPOINT_CREATE_PROBES
+
+#ifndef TITAN_RUNTIME_2
+#include "RT1/TitanLoggerApi.hh"
+#else
+#include "RT2/TitanLoggerApi.hh"
+#endif
+
+#include "tp.hh"
This page took 0.023152 seconds and 5 git commands to generate.