On Tue, 20 Dec 2022 16:29:49 -0500 Mike Frysinger <vapier@xxxxxxxxxx> wrote: > i am certainly by no means an expert in this codebase. from glancing > at it, the impact is that people won't be able to load any plugins > right ? that's where stat() & readdir() appear to be used (the dirent > returned by readdir has both ino_t & off_t in it). If the plugins are not added, it will just not format some of the trace events properly. The plugins are used for better pretty printing the data, otherwise it just prints out the field contents in their raw formats. -- Steve