X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=loggerplugins%2FLTTngUSTLogger%2Ftp.cc;fp=loggerplugins%2FLTTngUSTLogger%2Ftp.cc;h=6016930bab1afc47f87f61db804101dfdbca99c9;hb=c8f29323de49cc03af2128c0ef1f941eccf59738;hp=0000000000000000000000000000000000000000;hpb=e00b3f4af03399280904edb1768a9df140ebaedf;p=deliverable%2Ftitan.core.git diff --git a/loggerplugins/LTTngUSTLogger/tp.cc b/loggerplugins/LTTngUSTLogger/tp.cc new file mode 100644 index 0000000..6016930 --- /dev/null +++ b/loggerplugins/LTTngUSTLogger/tp.cc @@ -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"