c45ad241b6e5ca42ad733059c450035519cdd1ef
[lttng-tools.git] / 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.030136 seconds and 3 git commands to generate.