commit | a583053299c1e66e6202b494cbc3acd93cedc4cc | [log] [tgz] |
---|---|---|
author | Jiri Olsa <[email protected]> | Sat Jul 27 20:30:53 2019 +0200 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Wed Sep 25 09:51:44 2019 -0300 |
tree | 92f2e5753b29e1913df93abf1b57f18510a01070 | |
parent | 058bd857845a9675cfaf4bc2ca831ec7953b58f1 [diff] [blame] |
perf tools: Rename 'struct perf_mmap' to 'struct mmap' Rename 'struct perf_evlist' to 'struct evlist', so we don't have a name clash when we add 'struct perf_mmap' to libperf. Signed-off-by: Jiri Olsa <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Michael Petlan <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lore.kernel.org/lkml/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
diff --git a/tools/perf/tests/keep-tracking.c b/tools/perf/tests/keep-tracking.c index df0fd5a..67a87f5 100644 --- a/tools/perf/tests/keep-tracking.c +++ b/tools/perf/tests/keep-tracking.c
@@ -31,7 +31,7 @@ static int find_comm(struct evlist *evlist, const char *comm) { union perf_event *event; - struct perf_mmap *md; + struct mmap *md; int i, found; found = 0;