X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsave.c;h=c0684711ac9c818ea43a13d2945c4f168c1d876b;hp=c03b17ea8e312a85db5c5b2d44c7ebc458a600a4;hb=9d82c4c2efc657618039baf1b9150f82b388ca96;hpb=4fd2697fac67a7dc7078bcaa9dad78b874d19b0b diff --git a/src/bin/lttng-sessiond/save.c b/src/bin/lttng-sessiond/save.c index c03b17ea8..c0684711a 100644 --- a/src/bin/lttng-sessiond/save.c +++ b/src/bin/lttng-sessiond/save.c @@ -215,16 +215,16 @@ const char *get_kernel_instrumentation_string( instrumentation_string = config_event_type_tracepoint; break; case LTTNG_KERNEL_KPROBE: - instrumentation_string = config_event_type_kprobe; + instrumentation_string = config_event_type_probe; break; case LTTNG_KERNEL_UPROBE: instrumentation_string = config_event_type_userspace_probe; break; case LTTNG_KERNEL_FUNCTION: - instrumentation_string = config_event_type_function; + instrumentation_string = config_event_type_function_entry; break; case LTTNG_KERNEL_KRETPROBE: - instrumentation_string = config_event_type_kretprobe; + instrumentation_string = config_event_type_function; break; case LTTNG_KERNEL_NOOP: instrumentation_string = config_event_type_noop;