aboutsummaryrefslogtreecommitdiffstats
path: root/erts/configure.in
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2016-06-08 14:38:27 +0200
committerBjörn-Egil Dahlberg <[email protected]>2016-06-08 14:38:27 +0200
commit1a26eefb07de7d6152543b252507d618ed844368 (patch)
tree7d0bfd6e6461603abbb4b60d170224b7b84c38fe /erts/configure.in
parent55e96edb7bbb849fafaf628119fc2db9dea22e1e (diff)
downloadotp-1a26eefb07de7d6152543b252507d618ed844368.tar.gz
otp-1a26eefb07de7d6152543b252507d618ed844368.tar.bz2
otp-1a26eefb07de7d6152543b252507d618ed844368.zip
erts: Change LTTng otp domain
From 'com_ericsson_otp' to 'org_erlang_otp'. This domain name is more suitable.
Diffstat (limited to 'erts/configure.in')
-rw-r--r--erts/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/erts/configure.in b/erts/configure.in
index ac2fae70ce..81ecad4f51 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -3858,15 +3858,15 @@ if test "$enable_lttng_test" = "yes" ; then
AC_COMPILE_IFELSE(
[AC_LANG_PROGRAM(
[#include <lttng/tracepoint.h>
- #define TRACEPOINT_PROVIDER com_ericsson_otp
+ #define TRACEPOINT_PROVIDER org_erlang_otp
TRACEPOINT_EVENT(
- com_ericsson_otp,
+ org_erlang_otp,
dummy,
TP_ARGS(int, my_int),
TP_FIELDS(ctf_integer(int, my_int, my_int)))
#define TRACEPOINT_CREATE_PROBES
#define TRACEPOINT_DEFINE],
- [if(tracepoint_enabled(com_ericsson_otp,dummy)) do {} while(0)])],
+ [if(tracepoint_enabled(org_erlang_otp,dummy)) do {} while(0)])],
[AC_MSG_RESULT([yes])],
[AC_MSG_ERROR([no (available in lttng-ust v2.7)])])
if test "x$ac_cv_header_lttng_tracepoint_h" = "xyes" \