perf tools: Add event_update user level event
authorJiri Olsa <[email protected]>
Sun, 25 Oct 2015 14:51:36 +0000 (15:51 +0100)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 17 Dec 2015 18:10:16 +0000 (15:10 -0300)
commitffe777254cce24fb5fde3f0aa91fc755cfb1b812
tree031bd8a6ea7d7fecf8d1841f70d54f2771b55be7
parente08a4564e23f8f89a055d717887674f54a9da515
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 <[email protected]>
Tested-by: Kan Liang <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
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