perf stat record: Store events IDs in perf data file
authorJiri Olsa <[email protected]>
Thu, 5 Nov 2015 14:40:49 +0000 (15:40 +0100)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 17 Dec 2015 18:15:21 +0000 (15:15 -0300)
commit2af4646d1041ee590b0032d2b0103fa81aa43174
tree5de6fa55bab67a1f88e89bd2628f16b13e8fc0fe
parent1c59612de0264790698e32eb0368daf3fcba4c65
perf stat record: Store events IDs in perf data file

Store event IDs in evlist object so it get stored into perf.data file.

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/builtin-stat.c