summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evlist.h
diff options
context:
space:
mode:
authorWang Nan2016-07-14 10:34:44 +0200
committerArnaldo Carvalho de Melo2016-07-15 22:27:50 +0200
commitf6cdff8329e04b08cbc195194223e9dbadeeaa1e (patch)
tree8090742bcd42b00bd4c0cef41f7e98f3c1ae2b64 /tools/perf/util/evlist.h
parentperf record: Read from overwritable ring buffer (diff)
downloadkernel-qcow2-linux-f6cdff8329e04b08cbc195194223e9dbadeeaa1e.tar.gz
kernel-qcow2-linux-f6cdff8329e04b08cbc195194223e9dbadeeaa1e.tar.xz
kernel-qcow2-linux-f6cdff8329e04b08cbc195194223e9dbadeeaa1e.zip
perf evlist: Make {pause,resume} internal helpers
There's no user of these two function outside evlist.c. Remove them from public namespace. Signed-off-by: Wang Nan <wangnan0@huawei.com> Acked-by: Jiri Olsa <jolsa@kernel.org> Cc: He Kuang <hekuang@huawei.com> Cc: Masami Hiramatsu <mhiramat@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Nilay Vaish <nilayvaish@gmail.com> Cc: Zefan Li <lizefan@huawei.com> Cc: pi3orama@163.com Link: http://lkml.kernel.org/r/1468485287-33422-13-git-send-email-wangnan0@huawei.com 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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/util/evlist.h b/tools/perf/util/evlist.h
index 20faaab1941c..4fd034f22d2f 100644
--- a/tools/perf/util/evlist.h
+++ b/tools/perf/util/evlist.h
@@ -182,8 +182,6 @@ void perf_evlist__mmap_read_catchup(struct perf_evlist *evlist, int idx);
void perf_evlist__mmap_consume(struct perf_evlist *evlist, int idx);
-int perf_evlist__pause(struct perf_evlist *evlist);
-int perf_evlist__resume(struct perf_evlist *evlist);
int perf_evlist__open(struct perf_evlist *evlist);
void perf_evlist__close(struct perf_evlist *evlist);