Adapt to namespaced liblttng-ust-ctl symbols
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.c
index b6cf57cf2360bad1030fc1dfbf664ad41ea4018a..5d7d14dca15d033f2ad4eb86941bed3231199d9d 100644 (file)
@@ -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.023057 seconds and 4 git commands to generate.