aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/linux.c
diff options
context:
space:
mode:
authorRehas Sachdeva <[email protected]>2017-01-04 16:55:00 +0000
committerMatthew Wilcox <[email protected]>2017-02-14 02:44:04 +0000
commit73bc029b76482260a144219786d19951f561716e (patch)
tree92fd2111d3da8e9eea6d43f926f5b9368f924d82 /tools/testing/radix-tree/linux.c
parentradix tree test suite: Introduce kmalloc_verbose (diff)
downloadkernel-73bc029b76482260a144219786d19951f561716e.tar.gz
kernel-73bc029b76482260a144219786d19951f561716e.zip
radix tree test suite: Dial down verbosity with -v
Make the output of radix tree test suite less verbose by default and add -v and -vv command line options for increasing level of verbosity. Signed-off-by: Rehas Sachdeva <[email protected]> Signed-off-by: Matthew Wilcox <[email protected]>
Diffstat (limited to 'tools/testing/radix-tree/linux.c')
-rw-r--r--tools/testing/radix-tree/linux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/radix-tree/linux.c b/tools/testing/radix-tree/linux.c
index 3e4f9f36da2e..94bcdb992bbf 100644
--- a/tools/testing/radix-tree/linux.c
+++ b/tools/testing/radix-tree/linux.c
@@ -14,6 +14,7 @@
int nr_allocated;
int preempt_count;
int kmalloc_verbose;
+int test_verbose;
struct kmem_cache {
pthread_mutex_t lock;