Fix: test: missing test plan for non-x86/arm platforms (i.e powerpc)
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.c
index b6cf57cf2360bad1030fc1dfbf664ad41ea4018a..b6e756cc6b9134a506558af00b872e7542aad3d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  * Copyright (C) 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
  * SPDX-License-Identifier: GPL-2.0-only
@@ -560,7 +560,7 @@ int trace_ust_context_type_event_to_ust(
                utype = LTTNG_UST_ABI_CONTEXT_IP;
                break;
        case LTTNG_EVENT_CONTEXT_PERF_THREAD_COUNTER:
-               if (!ustctl_has_perf_counters()) {
+               if (!lttng_ust_ctl_has_perf_counters()) {
                        utype = -1;
                        WARN("Perf counters not implemented in UST");
                } else {
This page took 0.030686 seconds and 4 git commands to generate.