Tests: add duplicated providers tests
[lttng-tools.git] / tests / regression / ust / multi-lib / README
CommitLineData
3f7f208a
FD
1Those test cases are designed to test the support for loading and unloading
2probe providers and callsites at run time during tracing. One test case also
3tests the event payload comparaison functions.
4
5Testing build artefacts:
6------------------------
7
8./exec-with-callsites
9 Test binary built with tracepoint callsites
10
11./exec-without-callsites
12 Test binary built without tracepoint callsites
13
14/.libs/libprobe_*.so:
15 Libraries containing slight variations of probe providers for the same
16 tracepoint name. Note that the file /.libs/libprobes_a_prime.so has the same
17 content as .libs/libprobes_a.so likewise for libprobes_c_prime.so
18
19/.libs/libcallsites_*.so
20 Libraries containing tracepoint callsites. The user must dlopen the library
21 and use dlsym to get an handle on the function that calls the tracepoint.
This page took 0.023139 seconds and 4 git commands to generate.