Home
last modified time | relevance | path

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

/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/tools/perf/tests/shell/base_probe/
H A Dtest_basic.sh66 $CMD_PERF probe --quiet --add vfs_read > $LOGS_DIR/basic_quiet01.log 2> $LOGS_DIR/basic_quiet01.err
68 $CMD_PERF probe --quiet --del vfs_read > $LOGS_DIR/basic_quiet03.log 2> $LOGS_DIR/basic_quiet02.err
/linux/Documentation/trace/
H A Dboottime-trace.rst218 kprobes.vfs_read {
219 probes = "vfs_read $arg1 $arg2"
H A Dkprobes.rst741 c015d71a k vfs_read+0x0
H A Dhistogram.rst645 vfs_read+0x86/0x140
/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/tools/objtool/Documentation/
H A Dobjtool.txt157 [<ffffffff81256b16>] vfs_read+0x86/0x130
172 [<ffffffff81256b16>] vfs_read+0x86/0x130
/linux/include/linux/
H A Dfs.h2297 extern ssize_t vfs_read(struct file *, char __user *, size_t, loff_t *);