Home
last modified time | relevance | path

Searched refs:vfs_read (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.1/tools/testing/ktest/examples/bootconfigs/
Dboottrace.bconf6 kprobes.vfs_read {
7 probes = "vfs_read $arg1 $arg2"
Dtracing.bconf14 probes = "vfs_read $arg2 $arg3";
/Linux-v6.1/Documentation/trace/
Dboottime-trace.rst218 kprobes.vfs_read {
219 probes = "vfs_read $arg1 $arg2"
Dkprobes.rst741 c015d71a k vfs_read+0x0
Dftrace.rst935 => vfs_read
Dhistogram.rst636 vfs_read+0x86/0x140
/Linux-v6.1/fs/
Dread_write.c450 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()
Dexec.c965 ssize_t res = vfs_read(file, (void __user *)addr, len, &pos); in read_code()
/Linux-v6.1/tools/objtool/Documentation/
Dobjtool.txt145 [<ffffffff81256b16>] vfs_read+0x86/0x130
160 [<ffffffff81256b16>] vfs_read+0x86/0x130
/Linux-v6.1/include/linux/
Dfs.h2207 extern ssize_t vfs_read(struct file *, char __user *, size_t, loff_t *);
/Linux-v6.1/Documentation/admin-guide/
Dkernel-parameters.txt2431 For example, to add a kprobe event on vfs_read with
2434 kprobe_event=p,vfs_read,$arg1,$arg2