On Wed, 5 Dec 2018 09:22:12 +0000 Tzvetomir Stoyanov <tstoyanov@xxxxxxxxxx> wrote: > +void set_thread_local_event_cache(struct tep_handle *tep, struct tep_event *event) > +{ > + tep_thread_local.tep = tep; > + tep_thread_local.last_event = event; > +} > + > + FYI, Your file ended up with an extra blank line at the end. I deleted it, but that does make git complain when applying this patch. -- Steve > diff --git a/lib/traceevent/event-parse.c b/lib/traceevent/event-parse.c > index bc35dc8..cacdcc4 100644
![]() |