X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt-events.h;h=6244e8c5a49df5427226f8d9d8163a9a237d5337;hb=c24a0d710f6aac1484bd02bb6375e8de7429edd0;hp=b9bb3bb95d8bba919729afabd17f135a76fe9791;hpb=979133c547728a541098dd7051e1e72ab7631788;p=lttng-modules.git diff --git a/ltt-events.h b/ltt-events.h index b9bb3bb9..6244e8c5 100644 --- a/ltt-events.h +++ b/ltt-events.h @@ -7,6 +7,8 @@ * Copyright 2010 (c) - Mathieu Desnoyers * * Holds LTTng per-session event registry. + * + * Dual LGPL v2.1/GPL v2 license. */ #include @@ -276,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,