Home
last modified time | relevance | path

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

/linux/tools/testing/ktest/examples/bootconfigs/
A Dboottrace.bconf6 kprobes.vfs_read {
7 probes = "vfs_read $arg1 $arg2"
A Dtracing.bconf14 probes = "vfs_read $arg2 $arg3";
/linux/Documentation/trace/
A Dboottime-trace.rst220 kprobes.vfs_read {
221 probes = "vfs_read $arg1 $arg2"
A Dkprobes.rst741 c015d71a k vfs_read+0x0
A Dftrace.rst923 => vfs_read
A Dhistogram.rst636 vfs_read+0x86/0x140
/linux/fs/
A Dread_write.c461 ssize_t vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos) in vfs_read() function
619 ret = vfs_read(f.file, buf, count, ppos); in ksys_read()
671 ret = vfs_read(f.file, buf, count, &pos); in ksys_pread64()
A Dexec.c958 ssize_t res = vfs_read(file, (void __user *)addr, len, &pos); in read_code()
/linux/tools/objtool/Documentation/
A Dstack-validation.txt65 [<ffffffff81256b16>] vfs_read+0x86/0x130
80 [<ffffffff81256b16>] vfs_read+0x86/0x130
/linux/include/linux/
A Dfs.h2170 extern ssize_t vfs_read(struct file *, char __user *, size_t, loff_t *);
/linux/Documentation/admin-guide/
A Dkernel-parameters.txt2316 For example, to add a kprobe event on vfs_read with
2319 kprobe_event=p,vfs_read,$arg1,$arg2
/linux/
A DSystem.map8479 ffff8000102475a4 T vfs_read
A D.tmp_System.map8479 ffff8000102475a4 T vfs_read

Completed in 355 milliseconds