Re: [PATCH] eventfs: Remember what dentries were created on dir open

2023-09-24 Thread Google
On Wed, 20 Sep 2023 22:15:37 -0400 Steven Rostedt wrote: > From: "Steven Rostedt (Google)" > > Using the following code with libtracefs: > > int dfd; > > // create the directory events/kprobes/kp1 > tracefs_kprobe_raw(NULL, "kp1", "schedule_timeout", "time=$arg1"); > >

[PATCH] eventfs: Remember what dentries were created on dir open

2023-09-20 Thread Steven Rostedt
From: "Steven Rostedt (Google)" Using the following code with libtracefs: int dfd; // create the directory events/kprobes/kp1 tracefs_kprobe_raw(NULL, "kp1", "schedule_timeout", "time=$arg1"); // Open the kprobes directory dfd = tracefs_instance_file_ope