diff options
| author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2020-11-30 14:47:05 -0300 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2020-11-30 14:47:05 -0300 |
| commit | 37b01abe2a63db1b6a69af32257cb50795c725f8 (patch) | |
| tree | 9f4451c716b19403e1f4f6ec3e7508becdcdec0f /tools/perf/util/evlist.h | |
| parent | 0a7e7ec90e601d98cc5914626b78fd043598b85b (diff) | |
| download | linux-37b01abe2a63db1b6a69af32257cb50795c725f8.tar.gz linux-37b01abe2a63db1b6a69af32257cb50795c725f8.tar.bz2 linux-37b01abe2a63db1b6a69af32257cb50795c725f8.zip | |
perf evlist: Use the right prefix for 'struct evlist' enable event methods
perf_evlist__ is for 'struct perf_evlist' methods, in tools/lib/perf/,
go on completing this split.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/evlist.h')
| -rw-r--r-- | tools/perf/util/evlist.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/util/evlist.h b/tools/perf/util/evlist.h index 85da0c443ae6..f563e546b055 100644 --- a/tools/perf/util/evlist.h +++ b/tools/perf/util/evlist.h @@ -190,8 +190,7 @@ void evlist__disable(struct evlist *evlist); void evlist__enable(struct evlist *evlist); void evlist__toggle_enable(struct evlist *evlist); -int perf_evlist__enable_event_idx(struct evlist *evlist, - struct evsel *evsel, int idx); +int evlist__enable_event_idx(struct evlist *evlist, struct evsel *evsel, int idx); void perf_evlist__set_selected(struct evlist *evlist, struct evsel *evsel); |
