public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Dave Wysochanski <dwysocha@redhat.com>,
	Trond Myklebust <trondmy@hammerspace.com>,
	Anna Schumaker <anna.schumaker@netapp.com>
Cc: kbuild-all@lists.01.org, linux-nfs@vger.kernel.org
Subject: Re: [PATCH 04/11] NFS: Add tracepoints for functions involving nfs_readdir_descriptor_t
Date: Tue, 3 Nov 2020 01:32:44 +0800	[thread overview]
Message-ID: <202011030139.NcLVqfet-lkp@intel.com> (raw)
In-Reply-To: <1604325011-29427-5-git-send-email-dwysocha@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 55930 bytes --]

Hi Dave,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on nfs/linux-next]
[also build test ERROR on v5.10-rc2 next-20201102]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Dave-Wysochanski/Add-NFS-readdir-tracepoints-and-improve-performance-of-reading-directories/20201102-215316
base:   git://git.linux-nfs.org/projects/trondmy/linux-nfs.git linux-next
config: arm-randconfig-r036-20201102 (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/0day-ci/linux/commit/a9947d23a4cc07f24cdb02954b19e650d7bf7a85
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Dave-Wysochanski/Add-NFS-readdir-tracepoints-and-improve-performance-of-reading-directories/20201102-215316
        git checkout a9947d23a4cc07f24cdb02954b19e650d7bf7a85
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   In file included from fs/nfs/nfstrace.h:11,
                    from fs/nfs/nfs2xdr.c:25:
>> fs/nfs/nfstrace.h:796:11: error: unknown type name 'nfs_readdir_descriptor_t'
     796 |     const nfs_readdir_descriptor_t *desc \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:235:32: note: in definition of macro '__DECLARE_TRACE'
     235 |  extern int __traceiter_##name(data_proto);   \
         |                                ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:794:2: note: in expansion of macro 'DEFINE_EVENT'
     794 |  DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:795:4: note: in expansion of macro 'TP_PROTO'
     795 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:850:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT'
     850 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(nfs_uncached_readdir_enter);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> fs/nfs/nfstrace.h:796:11: error: unknown type name 'nfs_readdir_descriptor_t'
     796 |     const nfs_readdir_descriptor_t *desc \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:238:34: note: in definition of macro '__DECLARE_TRACE'
     238 |  static inline void trace_##name(proto)    \
         |                                  ^~~~~
   include/linux/tracepoint.h:411:24: note: in expansion of macro 'PARAMS'
     411 |  __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args),  \
         |                        ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:794:2: note: in expansion of macro 'DEFINE_EVENT'
     794 |  DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:795:4: note: in expansion of macro 'TP_PROTO'
     795 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:850:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT'
     850 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(nfs_uncached_readdir_enter);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> fs/nfs/nfstrace.h:796:11: error: unknown type name 'nfs_readdir_descriptor_t'
     796 |     const nfs_readdir_descriptor_t *desc \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:210:44: note: in definition of macro '__DECLARE_TRACE_RCU'
     210 |  static inline void trace_##name##_rcuidle(proto)  \
         |                                            ^~~~~
   include/linux/tracepoint.h:251:28: note: in expansion of macro 'PARAMS'
     251 |  __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args),  \
         |                            ^~~~~~
   include/linux/tracepoint.h:411:2: note: in expansion of macro '__DECLARE_TRACE'
     411 |  __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args),  \
         |  ^~~~~~~~~~~~~~~
   include/linux/tracepoint.h:411:24: note: in expansion of macro 'PARAMS'
     411 |  __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args),  \
         |                        ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:794:2: note: in expansion of macro 'DEFINE_EVENT'
     794 |  DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:795:4: note: in expansion of macro 'TP_PROTO'
     795 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:850:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT'
     850 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(nfs_uncached_readdir_enter);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> fs/nfs/nfstrace.h:796:11: error: unknown type name 'nfs_readdir_descriptor_t'
     796 |     const nfs_readdir_descriptor_t *desc \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:254:38: note: in definition of macro '__DECLARE_TRACE'
     254 |  register_trace_##name(void (*probe)(data_proto), void *data) \
         |                                      ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:794:2: note: in expansion of macro 'DEFINE_EVENT'
     794 |  DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:795:4: note: in expansion of macro 'TP_PROTO'
     795 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:850:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT'
     850 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(nfs_uncached_readdir_enter);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> fs/nfs/nfstrace.h:796:11: error: unknown type name 'nfs_readdir_descriptor_t'
     796 |     const nfs_readdir_descriptor_t *desc \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:260:43: note: in definition of macro '__DECLARE_TRACE'
     260 |  register_trace_prio_##name(void (*probe)(data_proto), void *data,\
         |                                           ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:794:2: note: in expansion of macro 'DEFINE_EVENT'
     794 |  DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:795:4: note: in expansion of macro 'TP_PROTO'
     795 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:850:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT'
     850 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(nfs_uncached_readdir_enter);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> fs/nfs/nfstrace.h:796:11: error: unknown type name 'nfs_readdir_descriptor_t'
     796 |     const nfs_readdir_descriptor_t *desc \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:267:40: note: in definition of macro '__DECLARE_TRACE'
     267 |  unregister_trace_##name(void (*probe)(data_proto), void *data) \
         |                                        ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:794:2: note: in expansion of macro 'DEFINE_EVENT'
     794 |  DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:795:4: note: in expansion of macro 'TP_PROTO'
     795 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:850:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT'
     850 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(nfs_uncached_readdir_enter);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> fs/nfs/nfstrace.h:796:11: error: unknown type name 'nfs_readdir_descriptor_t'
     796 |     const nfs_readdir_descriptor_t *desc \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:273:46: note: in definition of macro '__DECLARE_TRACE'
     273 |  check_trace_callback_type_##name(void (*cb)(data_proto)) \
         |                                              ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:794:2: note: in expansion of macro 'DEFINE_EVENT'
     794 |  DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:795:4: note: in expansion of macro 'TP_PROTO'
     795 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:850:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT'
     850 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(nfs_uncached_readdir_enter);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   fs/nfs/nfstrace.h:845:11: error: unknown type name 'nfs_readdir_descriptor_t'
     845 |     const nfs_readdir_descriptor_t *desc, \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:235:32: note: in definition of macro '__DECLARE_TRACE'
     235 |  extern int __traceiter_##name(data_proto);   \
         |                                ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:843:2: note: in expansion of macro 'DEFINE_EVENT'
     843 |  DEFINE_EVENT(nfs_readdir_descriptor_event_exit, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:844:4: note: in expansion of macro 'TP_PROTO'
     844 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:851:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT'
     851 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT(nfs_uncached_readdir_exit);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   fs/nfs/nfstrace.h:845:11: error: unknown type name 'nfs_readdir_descriptor_t'
     845 |     const nfs_readdir_descriptor_t *desc, \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:238:34: note: in definition of macro '__DECLARE_TRACE'
     238 |  static inline void trace_##name(proto)    \
         |                                  ^~~~~
   include/linux/tracepoint.h:411:24: note: in expansion of macro 'PARAMS'
     411 |  __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args),  \
         |                        ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:843:2: note: in expansion of macro 'DEFINE_EVENT'
     843 |  DEFINE_EVENT(nfs_readdir_descriptor_event_exit, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:844:4: note: in expansion of macro 'TP_PROTO'
     844 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:851:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT'
     851 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT(nfs_uncached_readdir_exit);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   fs/nfs/nfstrace.h:845:11: error: unknown type name 'nfs_readdir_descriptor_t'
     845 |     const nfs_readdir_descriptor_t *desc, \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:210:44: note: in definition of macro '__DECLARE_TRACE_RCU'
     210 |  static inline void trace_##name##_rcuidle(proto)  \
         |                                            ^~~~~
   include/linux/tracepoint.h:251:28: note: in expansion of macro 'PARAMS'
     251 |  __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args),  \
         |                            ^~~~~~
   include/linux/tracepoint.h:411:2: note: in expansion of macro '__DECLARE_TRACE'
     411 |  __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args),  \
         |  ^~~~~~~~~~~~~~~
   include/linux/tracepoint.h:411:24: note: in expansion of macro 'PARAMS'
     411 |  __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args),  \
         |                        ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:843:2: note: in expansion of macro 'DEFINE_EVENT'
     843 |  DEFINE_EVENT(nfs_readdir_descriptor_event_exit, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:844:4: note: in expansion of macro 'TP_PROTO'
     844 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:851:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT'
     851 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT(nfs_uncached_readdir_exit);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   fs/nfs/nfstrace.h:845:11: error: unknown type name 'nfs_readdir_descriptor_t'
     845 |     const nfs_readdir_descriptor_t *desc, \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:254:38: note: in definition of macro '__DECLARE_TRACE'
     254 |  register_trace_##name(void (*probe)(data_proto), void *data) \
         |                                      ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:843:2: note: in expansion of macro 'DEFINE_EVENT'
     843 |  DEFINE_EVENT(nfs_readdir_descriptor_event_exit, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:844:4: note: in expansion of macro 'TP_PROTO'
     844 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:851:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT'
     851 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT(nfs_uncached_readdir_exit);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   fs/nfs/nfstrace.h:845:11: error: unknown type name 'nfs_readdir_descriptor_t'
     845 |     const nfs_readdir_descriptor_t *desc, \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:260:43: note: in definition of macro '__DECLARE_TRACE'
     260 |  register_trace_prio_##name(void (*probe)(data_proto), void *data,\
         |                                           ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:843:2: note: in expansion of macro 'DEFINE_EVENT'
     843 |  DEFINE_EVENT(nfs_readdir_descriptor_event_exit, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:844:4: note: in expansion of macro 'TP_PROTO'
     844 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:851:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT'
     851 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT(nfs_uncached_readdir_exit);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   fs/nfs/nfstrace.h:845:11: error: unknown type name 'nfs_readdir_descriptor_t'
     845 |     const nfs_readdir_descriptor_t *desc, \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:267:40: note: in definition of macro '__DECLARE_TRACE'
     267 |  unregister_trace_##name(void (*probe)(data_proto), void *data) \
         |                                        ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:843:2: note: in expansion of macro 'DEFINE_EVENT'
     843 |  DEFINE_EVENT(nfs_readdir_descriptor_event_exit, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:844:4: note: in expansion of macro 'TP_PROTO'
     844 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:851:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT'
     851 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT(nfs_uncached_readdir_exit);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   fs/nfs/nfstrace.h:845:11: error: unknown type name 'nfs_readdir_descriptor_t'
     845 |     const nfs_readdir_descriptor_t *desc, \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:273:46: note: in definition of macro '__DECLARE_TRACE'
     273 |  check_trace_callback_type_##name(void (*cb)(data_proto)) \
         |                                              ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:843:2: note: in expansion of macro 'DEFINE_EVENT'
     843 |  DEFINE_EVENT(nfs_readdir_descriptor_event_exit, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:844:4: note: in expansion of macro 'TP_PROTO'
     844 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:851:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT'
     851 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT(nfs_uncached_readdir_exit);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> fs/nfs/nfstrace.h:796:11: error: unknown type name 'nfs_readdir_descriptor_t'
     796 |     const nfs_readdir_descriptor_t *desc \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:235:32: note: in definition of macro '__DECLARE_TRACE'
     235 |  extern int __traceiter_##name(data_proto);   \
         |                                ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:794:2: note: in expansion of macro 'DEFINE_EVENT'
     794 |  DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:795:4: note: in expansion of macro 'TP_PROTO'
     795 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:852:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT'
     852 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(nfs_readdir_search_pagecache_enter);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> fs/nfs/nfstrace.h:796:11: error: unknown type name 'nfs_readdir_descriptor_t'
     796 |     const nfs_readdir_descriptor_t *desc \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:238:34: note: in definition of macro '__DECLARE_TRACE'
     238 |  static inline void trace_##name(proto)    \
         |                                  ^~~~~
   include/linux/tracepoint.h:411:24: note: in expansion of macro 'PARAMS'
     411 |  __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args),  \
         |                        ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:794:2: note: in expansion of macro 'DEFINE_EVENT'
     794 |  DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:795:4: note: in expansion of macro 'TP_PROTO'
     795 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:852:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT'
     852 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(nfs_readdir_search_pagecache_enter);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> fs/nfs/nfstrace.h:796:11: error: unknown type name 'nfs_readdir_descriptor_t'
     796 |     const nfs_readdir_descriptor_t *desc \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:210:44: note: in definition of macro '__DECLARE_TRACE_RCU'
     210 |  static inline void trace_##name##_rcuidle(proto)  \
         |                                            ^~~~~
   include/linux/tracepoint.h:251:28: note: in expansion of macro 'PARAMS'
     251 |  __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args),  \
         |                            ^~~~~~
   include/linux/tracepoint.h:411:2: note: in expansion of macro '__DECLARE_TRACE'
     411 |  __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args),  \
         |  ^~~~~~~~~~~~~~~
   include/linux/tracepoint.h:411:24: note: in expansion of macro 'PARAMS'
     411 |  __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args),  \
         |                        ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:794:2: note: in expansion of macro 'DEFINE_EVENT'
     794 |  DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:795:4: note: in expansion of macro 'TP_PROTO'
     795 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:852:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT'
     852 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(nfs_readdir_search_pagecache_enter);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> fs/nfs/nfstrace.h:796:11: error: unknown type name 'nfs_readdir_descriptor_t'
     796 |     const nfs_readdir_descriptor_t *desc \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:254:38: note: in definition of macro '__DECLARE_TRACE'
     254 |  register_trace_##name(void (*probe)(data_proto), void *data) \
         |                                      ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:794:2: note: in expansion of macro 'DEFINE_EVENT'
     794 |  DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:795:4: note: in expansion of macro 'TP_PROTO'
     795 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:852:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT'
     852 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(nfs_readdir_search_pagecache_enter);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> fs/nfs/nfstrace.h:796:11: error: unknown type name 'nfs_readdir_descriptor_t'
     796 |     const nfs_readdir_descriptor_t *desc \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:260:43: note: in definition of macro '__DECLARE_TRACE'
     260 |  register_trace_prio_##name(void (*probe)(data_proto), void *data,\
         |                                           ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:794:2: note: in expansion of macro 'DEFINE_EVENT'
     794 |  DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:795:4: note: in expansion of macro 'TP_PROTO'
     795 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:852:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT'
     852 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(nfs_readdir_search_pagecache_enter);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> fs/nfs/nfstrace.h:796:11: error: unknown type name 'nfs_readdir_descriptor_t'
     796 |     const nfs_readdir_descriptor_t *desc \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:267:40: note: in definition of macro '__DECLARE_TRACE'
     267 |  unregister_trace_##name(void (*probe)(data_proto), void *data) \
         |                                        ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:794:2: note: in expansion of macro 'DEFINE_EVENT'
     794 |  DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:795:4: note: in expansion of macro 'TP_PROTO'
     795 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:852:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT'
     852 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(nfs_readdir_search_pagecache_enter);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> fs/nfs/nfstrace.h:796:11: error: unknown type name 'nfs_readdir_descriptor_t'
     796 |     const nfs_readdir_descriptor_t *desc \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:273:46: note: in definition of macro '__DECLARE_TRACE'
     273 |  check_trace_callback_type_##name(void (*cb)(data_proto)) \
         |                                              ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:794:2: note: in expansion of macro 'DEFINE_EVENT'
     794 |  DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:795:4: note: in expansion of macro 'TP_PROTO'
     795 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:852:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT'
     852 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(nfs_readdir_search_pagecache_enter);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   fs/nfs/nfstrace.h:845:11: error: unknown type name 'nfs_readdir_descriptor_t'
     845 |     const nfs_readdir_descriptor_t *desc, \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:235:32: note: in definition of macro '__DECLARE_TRACE'
     235 |  extern int __traceiter_##name(data_proto);   \
         |                                ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:843:2: note: in expansion of macro 'DEFINE_EVENT'
     843 |  DEFINE_EVENT(nfs_readdir_descriptor_event_exit, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:844:4: note: in expansion of macro 'TP_PROTO'
     844 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:853:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT'
     853 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT(nfs_readdir_search_pagecache_exit);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   fs/nfs/nfstrace.h:845:11: error: unknown type name 'nfs_readdir_descriptor_t'
     845 |     const nfs_readdir_descriptor_t *desc, \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:238:34: note: in definition of macro '__DECLARE_TRACE'
     238 |  static inline void trace_##name(proto)    \
         |                                  ^~~~~
   include/linux/tracepoint.h:411:24: note: in expansion of macro 'PARAMS'
     411 |  __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args),  \
         |                        ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:843:2: note: in expansion of macro 'DEFINE_EVENT'
     843 |  DEFINE_EVENT(nfs_readdir_descriptor_event_exit, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:844:4: note: in expansion of macro 'TP_PROTO'
     844 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:853:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT'
     853 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT(nfs_readdir_search_pagecache_exit);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   fs/nfs/nfstrace.h:845:11: error: unknown type name 'nfs_readdir_descriptor_t'
     845 |     const nfs_readdir_descriptor_t *desc, \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:210:44: note: in definition of macro '__DECLARE_TRACE_RCU'
     210 |  static inline void trace_##name##_rcuidle(proto)  \
         |                                            ^~~~~
   include/linux/tracepoint.h:251:28: note: in expansion of macro 'PARAMS'
     251 |  __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args),  \
         |                            ^~~~~~
   include/linux/tracepoint.h:411:2: note: in expansion of macro '__DECLARE_TRACE'
     411 |  __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args),  \
         |  ^~~~~~~~~~~~~~~
   include/linux/tracepoint.h:411:24: note: in expansion of macro 'PARAMS'
     411 |  __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args),  \
         |                        ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:843:2: note: in expansion of macro 'DEFINE_EVENT'
     843 |  DEFINE_EVENT(nfs_readdir_descriptor_event_exit, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:844:4: note: in expansion of macro 'TP_PROTO'
     844 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:853:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT'
     853 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT(nfs_readdir_search_pagecache_exit);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   fs/nfs/nfstrace.h:845:11: error: unknown type name 'nfs_readdir_descriptor_t'
     845 |     const nfs_readdir_descriptor_t *desc, \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:254:38: note: in definition of macro '__DECLARE_TRACE'
     254 |  register_trace_##name(void (*probe)(data_proto), void *data) \
         |                                      ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:843:2: note: in expansion of macro 'DEFINE_EVENT'
     843 |  DEFINE_EVENT(nfs_readdir_descriptor_event_exit, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:844:4: note: in expansion of macro 'TP_PROTO'
     844 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:853:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT'
     853 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT(nfs_readdir_search_pagecache_exit);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   fs/nfs/nfstrace.h:845:11: error: unknown type name 'nfs_readdir_descriptor_t'
     845 |     const nfs_readdir_descriptor_t *desc, \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:260:43: note: in definition of macro '__DECLARE_TRACE'
     260 |  register_trace_prio_##name(void (*probe)(data_proto), void *data,\
         |                                           ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:843:2: note: in expansion of macro 'DEFINE_EVENT'
     843 |  DEFINE_EVENT(nfs_readdir_descriptor_event_exit, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:844:4: note: in expansion of macro 'TP_PROTO'
     844 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:853:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT'
     853 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT(nfs_readdir_search_pagecache_exit);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   fs/nfs/nfstrace.h:845:11: error: unknown type name 'nfs_readdir_descriptor_t'
     845 |     const nfs_readdir_descriptor_t *desc, \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:267:40: note: in definition of macro '__DECLARE_TRACE'
     267 |  unregister_trace_##name(void (*probe)(data_proto), void *data) \
         |                                        ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:843:2: note: in expansion of macro 'DEFINE_EVENT'
     843 |  DEFINE_EVENT(nfs_readdir_descriptor_event_exit, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:844:4: note: in expansion of macro 'TP_PROTO'
     844 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:853:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT'
     853 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT(nfs_readdir_search_pagecache_exit);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   fs/nfs/nfstrace.h:845:11: error: unknown type name 'nfs_readdir_descriptor_t'
     845 |     const nfs_readdir_descriptor_t *desc, \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:273:46: note: in definition of macro '__DECLARE_TRACE'
     273 |  check_trace_callback_type_##name(void (*cb)(data_proto)) \
         |                                              ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:843:2: note: in expansion of macro 'DEFINE_EVENT'
     843 |  DEFINE_EVENT(nfs_readdir_descriptor_event_exit, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:844:4: note: in expansion of macro 'TP_PROTO'
     844 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:853:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT'
     853 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT(nfs_readdir_search_pagecache_exit);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> fs/nfs/nfstrace.h:796:11: error: unknown type name 'nfs_readdir_descriptor_t'
     796 |     const nfs_readdir_descriptor_t *desc \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:235:32: note: in definition of macro '__DECLARE_TRACE'
     235 |  extern int __traceiter_##name(data_proto);   \
         |                                ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:794:2: note: in expansion of macro 'DEFINE_EVENT'
     794 |  DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:795:4: note: in expansion of macro 'TP_PROTO'
     795 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:854:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT'
     854 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(nfs_readdir_search_array_enter);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> fs/nfs/nfstrace.h:796:11: error: unknown type name 'nfs_readdir_descriptor_t'
     796 |     const nfs_readdir_descriptor_t *desc \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:238:34: note: in definition of macro '__DECLARE_TRACE'
     238 |  static inline void trace_##name(proto)    \
         |                                  ^~~~~
   include/linux/tracepoint.h:411:24: note: in expansion of macro 'PARAMS'
     411 |  __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args),  \
         |                        ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:794:2: note: in expansion of macro 'DEFINE_EVENT'
     794 |  DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:795:4: note: in expansion of macro 'TP_PROTO'
     795 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:854:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT'
     854 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(nfs_readdir_search_array_enter);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> fs/nfs/nfstrace.h:796:11: error: unknown type name 'nfs_readdir_descriptor_t'
     796 |     const nfs_readdir_descriptor_t *desc \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:210:44: note: in definition of macro '__DECLARE_TRACE_RCU'
     210 |  static inline void trace_##name##_rcuidle(proto)  \
         |                                            ^~~~~
   include/linux/tracepoint.h:251:28: note: in expansion of macro 'PARAMS'
     251 |  __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args),  \
         |                            ^~~~~~
   include/linux/tracepoint.h:411:2: note: in expansion of macro '__DECLARE_TRACE'
     411 |  __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args),  \
         |  ^~~~~~~~~~~~~~~
   include/linux/tracepoint.h:411:24: note: in expansion of macro 'PARAMS'
     411 |  __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args),  \
         |                        ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:794:2: note: in expansion of macro 'DEFINE_EVENT'
     794 |  DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:795:4: note: in expansion of macro 'TP_PROTO'
     795 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:854:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT'
     854 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(nfs_readdir_search_array_enter);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> fs/nfs/nfstrace.h:796:11: error: unknown type name 'nfs_readdir_descriptor_t'
     796 |     const nfs_readdir_descriptor_t *desc \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:254:38: note: in definition of macro '__DECLARE_TRACE'
     254 |  register_trace_##name(void (*probe)(data_proto), void *data) \
         |                                      ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:794:2: note: in expansion of macro 'DEFINE_EVENT'
     794 |  DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:795:4: note: in expansion of macro 'TP_PROTO'
     795 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:854:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT'
     854 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(nfs_readdir_search_array_enter);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> fs/nfs/nfstrace.h:796:11: error: unknown type name 'nfs_readdir_descriptor_t'
     796 |     const nfs_readdir_descriptor_t *desc \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:260:43: note: in definition of macro '__DECLARE_TRACE'
     260 |  register_trace_prio_##name(void (*probe)(data_proto), void *data,\
         |                                           ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:794:2: note: in expansion of macro 'DEFINE_EVENT'
     794 |  DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:795:4: note: in expansion of macro 'TP_PROTO'
     795 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:854:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT'
     854 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(nfs_readdir_search_array_enter);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> fs/nfs/nfstrace.h:796:11: error: unknown type name 'nfs_readdir_descriptor_t'
     796 |     const nfs_readdir_descriptor_t *desc \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:267:40: note: in definition of macro '__DECLARE_TRACE'
     267 |  unregister_trace_##name(void (*probe)(data_proto), void *data) \
         |                                        ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:794:2: note: in expansion of macro 'DEFINE_EVENT'
     794 |  DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:795:4: note: in expansion of macro 'TP_PROTO'
     795 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:854:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT'
     854 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(nfs_readdir_search_array_enter);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   fs/nfs/nfstrace.h:796:11: error: unknown type name 'nfs_readdir_descriptor_t'
     796 |     const nfs_readdir_descriptor_t *desc \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:273:46: note: in definition of macro '__DECLARE_TRACE'
     273 |  check_trace_callback_type_##name(void (*cb)(data_proto)) \
         |                                              ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:794:2: note: in expansion of macro 'DEFINE_EVENT'
     794 |  DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:795:4: note: in expansion of macro 'TP_PROTO'
     795 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:854:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT'
     854 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(nfs_readdir_search_array_enter);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   fs/nfs/nfstrace.h:845:11: error: unknown type name 'nfs_readdir_descriptor_t'
     845 |     const nfs_readdir_descriptor_t *desc, \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:235:32: note: in definition of macro '__DECLARE_TRACE'
     235 |  extern int __traceiter_##name(data_proto);   \
         |                                ^~~~~~~~~~
   include/linux/tracepoint.h:413:4: note: in expansion of macro 'PARAMS'
     413 |    PARAMS(void *__data, proto),   \
         |    ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:843:2: note: in expansion of macro 'DEFINE_EVENT'
     843 |  DEFINE_EVENT(nfs_readdir_descriptor_event_exit, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:844:4: note: in expansion of macro 'TP_PROTO'
     844 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:855:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT'
     855 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT(nfs_readdir_search_array_exit);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   fs/nfs/nfstrace.h:845:11: error: unknown type name 'nfs_readdir_descriptor_t'
     845 |     const nfs_readdir_descriptor_t *desc, \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:238:34: note: in definition of macro '__DECLARE_TRACE'
     238 |  static inline void trace_##name(proto)    \
         |                                  ^~~~~
   include/linux/tracepoint.h:411:24: note: in expansion of macro 'PARAMS'
     411 |  __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args),  \
         |                        ^~~~~~
   include/linux/tracepoint.h:536:2: note: in expansion of macro 'DECLARE_TRACE'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |  ^~~~~~~~~~~~~
   include/linux/tracepoint.h:536:22: note: in expansion of macro 'PARAMS'
     536 |  DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
         |                      ^~~~~~
   fs/nfs/nfstrace.h:843:2: note: in expansion of macro 'DEFINE_EVENT'
     843 |  DEFINE_EVENT(nfs_readdir_descriptor_event_exit, name, \
         |  ^~~~~~~~~~~~
   fs/nfs/nfstrace.h:844:4: note: in expansion of macro 'TP_PROTO'
     844 |    TP_PROTO( \
         |    ^~~~~~~~
   fs/nfs/nfstrace.h:855:1: note: in expansion of macro 'DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT'
     855 | DEFINE_NFS_READDIR_DESCRIPTOR_EVENT_EXIT(nfs_readdir_search_array_exit);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   fs/nfs/nfstrace.h:845:11: error: unknown type name 'nfs_readdir_descriptor_t'
     845 |     const nfs_readdir_descriptor_t *desc, \
         |           ^~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/tracepoint.h:210:44: note: in definition of macro '__DECLARE_TRACE_RCU'
     210 |  static inline void trace_##name##_rcuidle(proto)  \

vim +/nfs_readdir_descriptor_t +796 fs/nfs/nfstrace.h

   792	
   793	#define DEFINE_NFS_READDIR_DESCRIPTOR_EVENT(name) \
   794		DEFINE_EVENT(nfs_readdir_descriptor_event_enter, name, \
   795				TP_PROTO( \
 > 796					const nfs_readdir_descriptor_t *desc \
   797				), \
   798				TP_ARGS(desc))
   799	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 31366 bytes --]

  reply	other threads:[~2020-11-02 17:33 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-02 13:50 [PATCH 00/11] Add NFS readdir tracepoints and improve performance of reading directories Dave Wysochanski
2020-11-02 13:50 ` [PATCH 01/11] NFSv4: Improve nfs4_readdir tracepoint by adding additional fields Dave Wysochanski
2020-11-02 13:50 ` [PATCH 02/11] NFS: Replace dfprintk statements with trace events in nfs_readdir Dave Wysochanski
2020-11-02 13:50 ` [PATCH 03/11] NFS: Move nfs_readdir_descriptor_t into internal header Dave Wysochanski
2020-11-02 13:50 ` [PATCH 04/11] NFS: Add tracepoints for functions involving nfs_readdir_descriptor_t Dave Wysochanski
2020-11-02 17:32   ` kernel test robot [this message]
2020-11-02 13:50 ` [PATCH 05/11] NFS: Add tracepoints for opendir, closedir, fsync_dir and llseek_dir Dave Wysochanski
2020-11-02 13:50 ` [PATCH 06/11] NFS: Add tracepoints for nfs_readdir_xdr_filler enter and exit Dave Wysochanski
2020-11-02 13:50 ` [PATCH 07/11] NFS: Add tracepoint to entry and exit of nfs_do_filldir Dave Wysochanski
2020-11-02 13:50 ` [PATCH 08/11] NFS: Replace LOOKUPCACHE dfprintk statements with tracepoints Dave Wysochanski
2020-11-02 13:50 ` [PATCH 09/11] NFS: Improve performance of listing directories being modified Dave Wysochanski
2020-11-02 16:21   ` Trond Myklebust
2020-11-02 16:26     ` David Wysochanski
2020-11-02 17:31       ` Trond Myklebust
2020-11-02 19:45         ` David Wysochanski
2020-11-02 21:30           ` Trond Myklebust
2020-11-02 22:05             ` David Wysochanski
2020-11-03  3:38               ` Trond Myklebust
2020-11-03 13:29                 ` David Wysochanski
2020-11-03  0:09           ` Frank van der Linden
2020-11-03 17:49             ` David Wysochanski
2020-11-02 13:50 ` [PATCH 10/11] NFS: Add page_index to nfs_readdir enter and exit tracepoints Dave Wysochanski
2020-11-02 13:50 ` [PATCH 11/11] NFS: Bring back nfs_dir_mapping_need_revalidate() in nfs_readdir() Dave Wysochanski
2020-11-02 15:38   ` Mkrtchyan, Tigran
2020-11-02 16:16     ` David Wysochanski
2020-11-02 14:27 ` [PATCH 00/11] Add NFS readdir tracepoints and improve performance of reading directories Chuck Lever
2020-11-02 15:07   ` David Wysochanski
2020-11-02 15:13     ` Chuck Lever
2020-11-02 15:58 ` Mkrtchyan, Tigran

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202011030139.NcLVqfet-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=anna.schumaker@netapp.com \
    --cc=dwysocha@redhat.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=trondmy@hammerspace.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox