X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=inline;f=tests%2Fregression%2Fust%2Fmulti-lib%2Fcallsites.h;fp=tests%2Fregression%2Fust%2Fmulti-lib%2Fcallsites.h;h=547a6a659d9c7db5183206a0174a5a3a9f62059a;hb=3f7f208a0150d93363cbf7755e890a9839114ab5;hp=0000000000000000000000000000000000000000;hpb=c54b437e412758d71ee7cb61d1a60085009f3f90;p=lttng-tools.git diff --git a/tests/regression/ust/multi-lib/callsites.h b/tests/regression/ust/multi-lib/callsites.h new file mode 100644 index 000000000..547a6a659 --- /dev/null +++ b/tests/regression/ust/multi-lib/callsites.h @@ -0,0 +1,21 @@ +/* + * Copyright (C) - 2018 Francis Deslauriers + * + * This library is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as published by the + * Free Software Foundation; version 2.1 of the License. + * + * This library is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License + * for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this library; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef CALLSITES_H +#define CALLSITES_H +void call_tracepoint(); +#endif /* CALLSITES_H */