# git rev-parse -q --verify ed858b88e6cbcb2664667f571a3df7165d36b798^{commit} ed858b88e6cbcb2664667f571a3df7165d36b798 already have revision, skipping fetch # git checkout -q -f -B kisskb ed858b88e6cbcb2664667f571a3df7165d36b798 # git clean -qxdf # < git log -1 # commit ed858b88e6cbcb2664667f571a3df7165d36b798 # Author: Stephen Rothwell # Date: Mon Aug 26 23:33:11 2019 +1000 # # Add linux-next specific files for 20190826 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 ed858b88e6cbcb2664667f571a3df7165d36b798 # < make -s -j 48 ARCH=arm64 O=/kisskb/build/linux-next_arm64-allmodconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- allmodconfig # make -s -j 48 ARCH=arm64 O=/kisskb/build/linux-next_arm64-allmodconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- /kisskb/src/drivers/devfreq/governor_passive.c: In function 'devfreq_passive_event_handler': /kisskb/src/drivers/devfreq/governor_passive.c:152:17: warning: unused variable 'dev' [-Wunused-variable] struct device *dev = devfreq->dev.parent; ^~~ In file included from /kisskb/src/include/linux/kernel.h:15, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:9, from /kisskb/src/drivers/dma/iop-adma.c:13: /kisskb/src/drivers/dma/iop-adma.c: In function '__iop_adma_slot_cleanup': /kisskb/src/drivers/dma/iop-adma.c:118:12: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' {aka 'long long unsigned int'} [-Wformat=] pr_debug("\tcookie: %d slot: %d busy: %d " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/printk.h:288:21: note: in definition of macro 'pr_fmt' #define pr_fmt(fmt) fmt ^~~ /kisskb/src/include/linux/dynamic_debug.h:143:2: note: in expansion of macro '__dynamic_func_call' __dynamic_func_call(__UNIQUE_ID(ddebug), fmt, func, ##__VA_ARGS__) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dynamic_debug.h:153:2: note: in expansion of macro '_dynamic_func_call' _dynamic_func_call(fmt, __dynamic_pr_debug, \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/printk.h:336:2: note: in expansion of macro 'dynamic_pr_debug' dynamic_pr_debug(fmt, ##__VA_ARGS__) ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma/iop-adma.c:118:3: note: in expansion of macro 'pr_debug' pr_debug("\tcookie: %d slot: %d busy: %d " ^~~~~~~~ /kisskb/src/drivers/dma/iop-adma.c:119:18: note: format string is defined here "this_desc: %#x next_desc: %#llx ack: %d\n", ~~^ %#llx /kisskb/src/drivers/soundwire/slave.c:16:12: warning: 'sdw_slave_add' defined but not used [-Wunused-function] static int sdw_slave_add(struct sdw_bus *bus, ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/lpc32xx_udc.c: In function 'udc_pop_fifo': /kisskb/src/drivers/usb/gadget/udc/lpc32xx_udc.c:1156:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] switch (((u32) data) & 0x3) { ^ /kisskb/src/drivers/usb/gadget/udc/lpc32xx_udc.c: In function 'udc_stuff_fifo': /kisskb/src/drivers/usb/gadget/udc/lpc32xx_udc.c:1257:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] switch (((u32) data) & 0x3) { ^ In file included from /kisskb/src/include/trace/events/erofs.h:8, from : /kisskb/src/include/trace/events/erofs.h:28:37: warning: 'struct dentry' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:37: warning: 'struct dentry' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:37: warning: 'struct dentry' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:37: warning: 'struct dentry' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:37: warning: 'struct dentry' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:37: warning: 'struct dentry' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int isdir), ^~~~~ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_fill_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int isdir), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int isdir), ^~~~~ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_fill_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int isdir), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int isdir), ^~~~~ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_fill_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int isdir), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int isdir), ^~~~~ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_fill_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int isdir), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int isdir), ^~~~~ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_fill_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int isdir), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int isdir), ^~~~~ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_fill_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int isdir), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode), ^~~~~ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_destroy_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode), ^~~~~ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_destroy_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode), ^~~~~ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_destroy_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode), ^~~~~ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_destroy_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode), ^~~~~ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_destroy_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode), ^~~~~ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_destroy_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode), ^~~~~~~~ In file included from /kisskb/src/include/trace/events/iomap.h:15, from : /kisskb/src/include/trace/events/iomap.h:49:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:52:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_writepage); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:52:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_writepage); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:52:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_writepage); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:52:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_writepage); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:52:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_writepage); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:52:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_writepage); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:53:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_releasepage); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:53:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_releasepage); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:53:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_releasepage); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:53:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_releasepage); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:53:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_releasepage); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:53:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_releasepage); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:54:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_invalidatepage); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:54:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_invalidatepage); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:54:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_invalidatepage); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:54:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_invalidatepage); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:54:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_invalidatepage); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:54:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_invalidatepage); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:79:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpage); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:79:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpage); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:79:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpage); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:79:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpage); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:79:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpage); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:79:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpage); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:80:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpages); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:80:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpages); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:80:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpages); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:80:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpages); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:80:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpages); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^~~~~~ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^~~~~~~~~~~~ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^~~~~~~~ /kisskb/src/include/trace/events/iomap.h:80:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpages); ^~~~~~~~~~~~~~~~~~~~~ WARNING: "ftrace_set_clr_event" [vmlinux] is a static EXPORT_SYMBOL_GPL WARNING: "HYPERVISOR_platform_op" [vmlinux] is a static EXPORT_SYMBOL_GPL WARNING: "LZ4HC_setExternalDict" [lib/lz4/lz4hc_compress] is a static EXPORT_SYMBOL WARNING: "ahci_em_messages" [drivers/ata/libahci] is a static EXPORT_SYMBOL_GPL WARNING: "ftrace_set_clr_event" [vmlinux] is a static EXPORT_SYMBOL_GPL WARNING: "HYPERVISOR_platform_op" [vmlinux] is a static EXPORT_SYMBOL_GPL Completed OK # rm -rf /kisskb/build/linux-next_arm64-allmodconfig_arm64-gcc8 # Build took: 0:22:38.099642