1RELAY_LATE_SETUP_FIL(9)     relay interface support    RELAY_LATE_SETUP_FIL(9)
2
3
4

NAME

6       relay_late_setup_files - triggers file creation
7

SYNOPSIS

9       int relay_late_setup_files(struct rchan * chan,
10                                  const char * base_filename,
11                                  struct dentry * parent);
12

ARGUMENTS

14       chan
15           channel to operate on
16
17       base_filename
18           base name of files to create
19
20       parent
21           dentry of parent directory, NULL for root directory
22

DESCRIPTION

24       Returns 0 if successful, non-zero otherwise.
25
26       Use to setup files for a previously buffer-only channel. Useful to do
27       early tracing in kernel, before VFS is up, for example.
28
30Kernel Hackers Manual 2.6.         June 2019           RELAY_LATE_SETUP_FIL(9)
Impressum