projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70dac0d
)
Define _LGPL_SOURCE in test apps' tracepoint provider files
author
Jérémie Galarneau
<jeremie.galarneau@efficios.com>
Wed, 19 Nov 2014 19:14:12 +0000
(14:14 -0500)
committer
Jérémie Galarneau
<jeremie.galarneau@efficios.com>
Wed, 19 Nov 2014 19:15:01 +0000
(14:15 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/regression/ust/multi-session/tp.c
patch
|
blob
|
blame
|
history
tests/utils/testapp/gen-ust-events/tp.c
patch
|
blob
|
blame
|
history
tests/utils/testapp/gen-ust-nevents/tp.c
patch
|
blob
|
blame
|
history
diff --git
a/tests/regression/ust/multi-session/tp.c
b/tests/regression/ust/multi-session/tp.c
index e291924a33c2be6f5f196b8ac949edf6ce85541e..c90b996d964219c3696dae1133e95e68b56931b2 100644
(file)
--- a/
tests/regression/ust/multi-session/tp.c
+++ b/
tests/regression/ust/multi-session/tp.c
@@
-12,5
+12,6
@@
* with the above copyright notice.
*/
+#define _LGPL_SOURCE
#define TRACEPOINT_CREATE_PROBES
#include "ust_gen_nevents.h"
diff --git
a/tests/utils/testapp/gen-ust-events/tp.c
b/tests/utils/testapp/gen-ust-events/tp.c
index a09561d709ae08d77308a5827e83d979ad2eb1a3..6f53414365a2ec65c0aa13cf810aa51b145c8a64 100644
(file)
--- a/
tests/utils/testapp/gen-ust-events/tp.c
+++ b/
tests/utils/testapp/gen-ust-events/tp.c
@@
-11,5
+11,6
@@
* with the above copyright notice.
*/
+#define _LGPL_SOURCE
#define TRACEPOINT_CREATE_PROBES
#include "tp.h"
diff --git
a/tests/utils/testapp/gen-ust-nevents/tp.c
b/tests/utils/testapp/gen-ust-nevents/tp.c
index a09561d709ae08d77308a5827e83d979ad2eb1a3..6f53414365a2ec65c0aa13cf810aa51b145c8a64 100644
(file)
--- a/
tests/utils/testapp/gen-ust-nevents/tp.c
+++ b/
tests/utils/testapp/gen-ust-nevents/tp.c
@@
-11,5
+11,6
@@
* with the above copyright notice.
*/
+#define _LGPL_SOURCE
#define TRACEPOINT_CREATE_PROBES
#include "tp.h"
This page took
0.028969 seconds
and
4
git commands to generate.