1 /* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
5 * LTTng probe calibration.
7 * Copyright (C) 2010-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10 #include <lttng-abi.h>
11 #include <lttng-events.h>
14 void lttng_calibrate_kretprobe(void)
19 int lttng_calibrate(struct lttng_kernel_calibrate
*calibrate
)
21 switch (calibrate
->type
) {
22 case LTTNG_KERNEL_CALIBRATE_KRETPROBE
:
23 lttng_calibrate_kretprobe();