]> git.baikalelectronics.ru Git - kernel.git/commit
perf evlist: Export id_add_fd()
authorJiri Olsa <jolsa@kernel.org>
Thu, 5 Nov 2015 14:40:49 +0000 (15:40 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 17 Dec 2015 18:15:19 +0000 (15:15 -0300)
commitec6d289642611edea61c5b51d08b36861727c66c
tree00dcd6bd4ff02f5f6001773e70ebeeb69de3370d
parent4f039d52ddaf5ab6bae2f7c6abd7c6f438b18a52
perf evlist: Export id_add_fd()

Will be used to storing the event IDs in evlist object so it get stored
into perf.data file.

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/1446734469-11352-6-git-send-email-jolsa@kernel.org
[ Split from the patch storing the ids in the perf.data file ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evlist.c
tools/perf/util/evlist.h