uprobe: Receive file descriptor from session instead of path to file
[lttng-modules.git] / lttng-abi.h
index 24877dc863c6513c93221631239e35bffab6b6e9..762c10b0e44a23e96261680d8ee882731e07608f 100644 (file)
@@ -75,7 +75,7 @@ struct lttng_kernel_function_tracer {
 } __attribute__((packed));
 
 struct lttng_kernel_uprobe {
-       char path[LTTNG_KERNEL_SYM_NAME_LEN];
+       int fd;
        uint64_t offset;
 } __attribute__((packed));
 
This page took 0.022986 seconds and 4 git commands to generate.