perf tools: Make it possible to see perf's kernel and module memory mappings
[linux-2.6-microblaze.git] / tools / perf / util / python.c
index 8761f51..075c0f7 100644 (file)
@@ -181,6 +181,7 @@ int perf_bpf_filter__destroy(struct evsel *evsel __maybe_unused)
  * implementing 'verbose' and 'eprintf'.
  */
 int verbose;
+int debug_kmaps;
 int debug_peo_args;
 
 int eprintf(int level, int var, const char *fmt, ...);