Searched refs:vfs_read (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/tools/testing/ktest/examples/bootconfigs/ |
A D | boottrace.bconf | 6 kprobes.vfs_read { 7 probes = "vfs_read $arg1 $arg2"
|
A D | tracing.bconf | 14 probes = "vfs_read $arg2 $arg3";
|
/linux-6.3-rc2/Documentation/trace/ |
A D | boottime-trace.rst | 218 kprobes.vfs_read { 219 probes = "vfs_read $arg1 $arg2"
|
A D | kprobes.rst | 740 c015d71a k vfs_read+0x0
|
A D | ftrace.rst | 935 => vfs_read
|
A D | histogram.rst | 645 vfs_read+0x86/0x140
|
/linux-6.3-rc2/fs/ |
A D | read_write.c | 450 ssize_t vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos) in vfs_read() function 613 ret = vfs_read(f.file, buf, count, ppos); in ksys_read() 665 ret = vfs_read(f.file, buf, count, &pos); in ksys_pread64()
|
A D | exec.c | 963 ssize_t res = vfs_read(file, (void __user *)addr, len, &pos); in read_code()
|
/linux-6.3-rc2/tools/objtool/Documentation/ |
A D | objtool.txt | 145 [<ffffffff81256b16>] vfs_read+0x86/0x130 160 [<ffffffff81256b16>] vfs_read+0x86/0x130
|
/linux-6.3-rc2/include/linux/ |
A D | fs.h | 1859 extern ssize_t vfs_read(struct file *, char __user *, size_t, loff_t *);
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | kernel-parameters.txt | 2444 For example, to add a kprobe event on vfs_read with 2447 kprobe_event=p,vfs_read,$arg1,$arg2
|
Completed in 33 milliseconds