diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-05-17 17:58:52 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-05-20 17:43:55 +0300 |
commit | e77a07425f4391da2f08b0f9a09df4e70626204d (patch) | |
tree | c194e7c6b4ece5c56c4ff4c3f5ada00ee8ae3009 /tools/perf/util/top.h | |
parent | caf8a0d0499792ac1b3f5b0b84e5890df0039cb6 (diff) | |
download | linux-e77a07425f4391da2f08b0f9a09df4e70626204d.tar.xz |
perf top: Use machine->kptr_restrict_warned
Its now there, no need to have it too.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Milian Wolff <milian.wolff@kdab.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-y18oeou494uy11im7u9to0dx@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/top.h')
-rw-r--r-- | tools/perf/util/top.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/top.h b/tools/perf/util/top.h index f92c37abb0a8..b2940c88734a 100644 --- a/tools/perf/util/top.h +++ b/tools/perf/util/top.h @@ -27,7 +27,6 @@ struct perf_top { int max_stack; bool hide_kernel_symbols, hide_user_symbols, zero; bool use_tui, use_stdio; - bool kptr_restrict_warned; bool vmlinux_warned; bool dump_symtab; struct hist_entry *sym_filter_entry; |