]> git.baikalelectronics.ru Git - kernel.git/commit
libperf: Add perf_evlist__id_add_fd() function
authorJiri Olsa <jolsa@kernel.org>
Tue, 3 Sep 2019 09:19:56 +0000 (11:19 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 25 Sep 2019 12:51:48 +0000 (09:51 -0300)
commit42507aebae74b019f0c2d8e71bb68e487f467977
treecf5fa8010b6088a8a3182f2d41eda07483d1871c
parent3a56253f3c0ca4cd84ab5332acc7b6ae73da70b7
libperf: Add perf_evlist__id_add_fd() function

Add the perf_evlist__id_add_fd() function to libperf as an internal
function.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Michael Petlan <mpetlan@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lore.kernel.org/lkml/20190913132355.21634-32-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/lib/evlist.c
tools/perf/lib/include/internal/evlist.h
tools/perf/util/evlist.c
tools/perf/util/evlist.h
tools/perf/util/evsel.c