tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / utils / testapp / userspace-probe-sdt-binary / foobar_provider.d
1 # SPDX-License-Identifier: GPL-2.0-only
2 provider foobar {
3 probe tp1();
4 probe tp2();
5 probe tp_in_shared_object();
6 probe tp_in_dlopen();
7 probe tp_in_ldpreload();
8 probe tp_with_arg(int);
9 probe tp_with_semaphore();
10 };
This page took 0.031239 seconds and 5 git commands to generate.