aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/debug.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2011-03-30 09:08:20 +0200
committerIngo Molnar <mingo@elte.hu>2011-03-30 09:08:39 +0200
commit652d78fd7a9ebd881290d6bbbc85925c06b907b4 (patch)
tree5ddef0bcae62e7b95fb8702e4e946d4b5d4e9dc6 /tools/perf/util/debug.h
parentMerge commit 'v2.6.39-rc1' into perf/urgent (diff)
parentperf tools: Emit clearer message for sys_perf_event_open ENOENT return (diff)
downloadwireguard-linux-652d78fd7a9ebd881290d6bbbc85925c06b907b4.tar.xz
wireguard-linux-652d78fd7a9ebd881290d6bbbc85925c06b907b4.zip
Merge commits 'ca6a42586fae' and 'c286c419c784' into perf/urgent
Pick up these two commits from Arnaldo's perf/core tree: ca6a42586fae: perf tools: Emit clearer message for sys_perf_event_open ENOENT return c286c419c784: perf tools: Fixup exit path when not able to open events As they are really fixes we want to have sooner than laer. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to '')
-rw-r--r--tools/perf/util/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/debug.h b/tools/perf/util/debug.h
index 93516cf4682c..fd53db47e3de 100644
--- a/tools/perf/util/debug.h
+++ b/tools/perf/util/debug.h
@@ -36,5 +36,6 @@ int ui_helpline__show_help(const char *format, va_list ap);
#endif
void ui__warning(const char *format, ...) __attribute__((format(printf, 1, 2)));
+void ui__warning_paranoid(void);
#endif /* __PERF_DEBUG_H */