Fix: tracepoint list anonymous file name
[lttng-modules.git] / lttng-abi.c
index 02918114252d76071d9c51786f9aa955ad9fdeab..6dc59aed5c58465380c49980646236de03a2f94d 100644 (file)
@@ -118,7 +118,7 @@ int lttng_abi_tracepoint_list(void)
                goto fd_error;
        }
 
-       tracepoint_list_file = anon_inode_getfile("[lttng_session]",
+       tracepoint_list_file = anon_inode_getfile("[lttng_tracepoint_list]",
                                          &lttng_tracepoint_list_fops,
                                          NULL, O_RDWR);
        if (IS_ERR(tracepoint_list_file)) {
This page took 0.023607 seconds and 4 git commands to generate.