On Sat, 18 Aug 2018 04:53:45 -0700 "tip-bot for Tzvetomir Stoyanov (VMware)" <tipbot@xxxxxxxxx> wrote: > Commit-ID: 413af01c8d9d5d688df3244401cbddfe98bafe2a > Gitweb: https://git.kernel.org/tip/413af01c8d9d5d688df3244401cbddfe98bafe2a > Author: Tzvetomir Stoyanov (VMware) <tz.stoyanov@xxxxxxxxx> > AuthorDate: Wed, 8 Aug 2018 14:03:06 -0400 > Committer: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> > CommitDate: Mon, 13 Aug 2018 15:35:02 -0300 > > tools lib traceevent: Rename various pevent get/set/is APIs > > In order to make libtraceevent into a proper library, variables, data > structures and functions require a unique prefix to prevent name space > conflicts. That prefix will be "tep_" and not "pevent_". This changes > APIs: pevent_pid_is_registered, pevent_get_cpus, pevent_set_cpus, > pevent_is_file_bigendian, pevent_is_host_bigendian, pevent_is_latency_format, > pevent_set_latency_format > > Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@xxxxxxxxx> > Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> > Cc: Yordan Karadzhov (VMware) <y.karadz@xxxxxxxxx> > Cc: linux-trace-devel@xxxxxxxxxxxxxxx > Link: http://lkml.kernel.org/r/20180808180703.114110715@xxxxxxxxxxx > Signed-off-by: Steven Rostedt <rostedt@xxxxxxxxxxx> Hi Arnaldo, I'm curious to why the "(VMware)" part of my Signed-off-by was stripped off on all these patches? It's required that is added to denote that my work is done on my company time, otherwise I will have to use my vmware email address which I really don't want to do. -- Steve > Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> > --- > tools/lib/traceevent/event-parse.c | 4 ++-- > tools/lib/traceevent/event-parse.h | 14 +++++++------- > tools/lib/traceevent/plugin_kvm.c | 4 ++-- > 3 files changed, 11 insertions(+), 11 deletions(-) > >