Update perf counter ABI
[lttng-modules.git] / ltt-events.h
index de6ae0e7c3e20ff315ef4c912d552a6020b52d03..6244e8c5a49df5427226f8d9d8163a9a237d5337 100644 (file)
@@ -278,6 +278,10 @@ int lttng_add_pid_to_ctx(struct lttng_ctx **ctx);
 int lttng_add_comm_to_ctx(struct lttng_ctx **ctx);
 int lttng_add_prio_to_ctx(struct lttng_ctx **ctx);
 int lttng_add_nice_to_ctx(struct lttng_ctx **ctx);
+int lttng_add_perf_counter_to_ctx(uint32_t type,
+                                 uint64_t config,
+                                 const char *name,
+                                 struct lttng_ctx **ctx);
 
 #ifdef CONFIG_KPROBES
 int lttng_kprobes_register(const char *name,
This page took 0.024143 seconds and 4 git commands to generate.