I figured I'd send this because it might have been left out by mistake given that it's included in the library in the kernel tree, and I've been working on a program that uses kbuffer.h, so thought other people might find it useful, too. Feel free to ignore if it was left out on purpose, though -Marcelo On Tue, Nov 24, 2020 at 12:28 PM Marcelo Diop-Gonzalez <marcelo827@xxxxxxxxx> wrote: > > This file is included in the list of installed headers in > ./tools/lib/traceevent in the kernel tree, but was left out here. > > Signed-off-by: Marcelo Diop-Gonzalez <marcelo827@xxxxxxxxx> > --- > Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Makefile b/Makefile > index 8626b91..72ec2d0 100644 > --- a/Makefile > +++ b/Makefile > @@ -418,6 +418,7 @@ install_libs: libs > $(Q)$(call do_install,$(LIBTRACEEVENT_SHARED),$(libdir_SQ)/traceevent) > $(Q)$(call do_install,$(LIBTRACEFS_SHARED),$(libdir_SQ)/tracefs) > $(Q)$(call do_install,$(src)/include/traceevent/event-parse.h,$(includedir_SQ)/traceevent) > + $(Q)$(call do_install,$(src)/include/traceevent/kbuffer.h,$(includedir_SQ)/traceevent) > $(Q)$(call do_install,$(src)/include/traceevent/trace-seq.h,$(includedir_SQ)/traceevent) > $(Q)$(call do_install,$(src)/include/trace-cmd/trace-cmd.h,$(includedir_SQ)/trace-cmd) > $(Q)$(call do_install,$(src)/include/tracefs/tracefs.h,$(includedir_SQ)/tracefs) > -- > 2.20.1 >