perf evlist: Rename perf_evlist__delete() to evlist__delete()
Rename perf_evlist__delete() to evlist__delete(), so we don't have a name clash when we add perf_evlist__delete() in libperf. Signed-off-by: Jiri Olsa <jolsa@kernel.org> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Alexey Budankov <alexey.budankov@linux.intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Michael Petlan <mpetlan@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20190721112506.12306-10-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:

committed by
Arnaldo Carvalho de Melo

parent
0f98b11c61
commit
c12995a554
@@ -1935,7 +1935,7 @@ int parse_events(struct evlist *evlist, const char *str,
|
||||
|
||||
/*
|
||||
* There are 2 users - builtin-record and builtin-test objects.
|
||||
* Both call perf_evlist__delete in case of error, so we dont
|
||||
* Both call evlist__delete in case of error, so we dont
|
||||
* need to bother.
|
||||
*/
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user