X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=libkernelctl%2Flibkernelctl.h;h=938c079dce979965dc2f25566537e6c44f437206;hp=34be7a5d3546142b167cfbc8e4048b20e5cd69d3;hb=8d609afd07d40f27a17e6a0fe61ea3a54e111896;hpb=a5c5a2bd8c78b788f6094d80c188af0db78c17ec diff --git a/libkernelctl/libkernelctl.h b/libkernelctl/libkernelctl.h index 34be7a5d3..938c079dc 100644 --- a/libkernelctl/libkernelctl.h +++ b/libkernelctl/libkernelctl.h @@ -41,5 +41,7 @@ int kernctl_snapshot_get_consumed(int fd, unsigned long *len); int kernctl_snapshot_get_produced(int fd, unsigned long *len); int kernctl_start_session(int fd); int kernctl_stop_session(int fd); +int kernctl_tracepoint_list(int fd); +int kernctl_tracer_version(int fd, struct lttng_kernel_tracer_version *v); #endif /* _LTT_LIBKERNELCTL_H */