Em Fri, Oct 05, 2018 at 12:22:25PM -0400, Steven Rostedt escreveu: > > From: Tzvetomir Stoyanov <tstoya...@vmware.com> > > As traceevent is going to be transferred into a proper library, > its local data should be protected from the library users. > This patch encapsulates struct tep_handler into a local header, > not visible outside of the library. It implements also a bunch > of new APIs, which library users can use to access tep_handler members. > > Signed-off-by: Tzvetomir Stoyanov <tstoya...@vmware.com> > Signed-off-by: Steven Rostedt (VMware) <rost...@goodmis.org>
Thanks, applied to perf/core. - Arnaldo