aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/ui/ui.h
diff options
context:
space:
mode:
authorGravatar Ingo Molnar <mingo@elte.hu> 2011-02-17 14:46:35 +0100
committerGravatar Ingo Molnar <mingo@elte.hu> 2011-02-17 14:46:35 +0100
commitbee96907383e71d3996ba2bd0682fefaa492d942 (patch)
tree3233fb93a559eabd05581373ce41d342e956d79e /tools/perf/util/ui/ui.h
parentMerge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... (diff)
parentperf probe: Show filename which contains target function (diff)
downloadlinux-bee96907383e71d3996ba2bd0682fefaa492d942.tar.gz
linux-bee96907383e71d3996ba2bd0682fefaa492d942.tar.bz2
linux-bee96907383e71d3996ba2bd0682fefaa492d942.zip
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core
Diffstat (limited to 'tools/perf/util/ui/ui.h')
-rw-r--r--tools/perf/util/ui/ui.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/perf/util/ui/ui.h b/tools/perf/util/ui/ui.h
new file mode 100644
index 000000000000..d264e059c829
--- /dev/null
+++ b/tools/perf/util/ui/ui.h
@@ -0,0 +1,8 @@
+#ifndef _PERF_UI_H_
+#define _PERF_UI_H_ 1
+
+#include <pthread.h>
+
+extern pthread_mutex_t ui__lock;
+
+#endif /* _PERF_UI_H_ */