]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Add event_update user level event
authorJiri Olsa <jolsa@kernel.org>
Sun, 25 Oct 2015 14:51:36 +0000 (15:51 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 17 Dec 2015 18:10:16 +0000 (15:10 -0300)
commit8f03fcaa4d80e19db8c025bb66188e3a5078a5dc
tree031bd8a6ea7d7fecf8d1841f70d54f2771b55be7
parent00bde8f1eb2b758c3bcc88db1a61aa8ea051e1d2
perf tools: Add event_update user level event

It'll serve as a base event for additional event attributes details,
that are not part of the attr event.

At the moment this event is just a dummy one without any specific
functionality. The type value will distinguish the update event details.
It'll come in the following patches.

The idea for this event is to be extensible for any update that the
event might need in the future.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Tested-by: Kan Liang <kan.liang@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1445784728-21732-21-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/event.c
tools/perf/util/event.h
tools/perf/util/header.c
tools/perf/util/header.h
tools/perf/util/session.c
tools/perf/util/tool.h