]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Rename perf_evlist__exit() to evlist__exit()
authorJiri Olsa <jolsa@kernel.org>
Mon, 2 Sep 2019 12:34:52 +0000 (14:34 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 25 Sep 2019 12:51:44 +0000 (09:51 -0300)
commit9d239df77625c5c90c393dd593b3301d32cc6ee1
treebe60bec876edad966b17602e7bde210bab4397de
parent3347f6e26f7de317cc89b16bfc370193719b0d35
perf tools: Rename perf_evlist__exit() to evlist__exit()

Rename perf_evlist__exit() to evlist__exit(), so we don't have a name
clash when we add perf_evlist__exit() to libperf.

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-8-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evlist.c
tools/perf/util/evlist.h
tools/perf/util/python.c