Home
last modified time | relevance | path

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

/linux/Documentation/trace/
H A Dfprobetrace.rst89 # echo 'f:myprobe vfs_read count pos' >> dynamic_events
91 f:fprobes/myprobe vfs_read count=count pos=pos
116 # echo 'f:myprobe vfs_read $arg*' >> dynamic_events
118 f:fprobes/myprobe vfs_read file=file buf=buf count=count pos=pos
164 Here is an example to add fprobe events on ``vfs_read()`` function entry
168 # echo 'f vfs_read $arg*' >> dynamic_events
169 # echo 'f vfs_read%return $retval' >> dynamic_events
171 f:fprobes/vfs_read__entry vfs_read file=file buf=buf count=count pos=pos
172 f:fprobes/vfs_read__exit vfs_read%return arg1=$retval
177 …sh-70 [000] ...1. 335.883195: vfs_read__entry: (vfs_read+0x4/0x340) file=0xffff888005cf9a80…
[all …]
H A Dkprobes.rst741 c015d71a k vfs_read+0x0
H A Dftrace.rst1008 => vfs_read
/linux/tools/testing/ktest/examples/bootconfigs/
H A Dboottrace.bconf6 kprobes.vfs_read {
7 probes = "vfs_read $arg1 $arg2"
H A Dtracing.bconf14 probes = "vfs_read $arg2 $arg3";
/linux/fs/
H A Dread_write.c552 ssize_t vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos) in vfs_read() function
715 ret = vfs_read(fd_file(f), buf, count, ppos); in ksys_read()
763 return vfs_read(fd_file(f), buf, count, &pos); in ksys_pread64()
H A Dexec.c832 ssize_t res = vfs_read(file, (void __user *)addr, len, &pos); in read_code()
/linux/include/linux/
H A Dfs.h2297 extern ssize_t vfs_read(struct file *, char __user *, size_t, loff_t *);
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt2858 For example, to add a kprobe event on vfs_read with
2861 kprobe_event=p,vfs_read,$arg1,$arg2