Lines Matching full:bytes
7 TP_PROTO(struct inode *inode, loff_t offset, int bytes,
9 TP_ARGS(inode, offset, bytes, pid, pathname, command),
13 __field(int, bytes)
29 __entry->bytes = bytes;
37 TP_printk("entry_name %s, offset %llu, bytes %d, cmdline %s,"
39 __get_str(pathbuf), __entry->offset, __entry->bytes,
45 TP_PROTO(struct inode *inode, loff_t offset, int bytes),
46 TP_ARGS(inode, offset, bytes),
50 __field(int, bytes)
56 __entry->bytes = bytes;
59 TP_printk("ino %lu, offset %llu, bytes %d",
61 __entry->offset, __entry->bytes)