diff options
Diffstat (limited to 'tools/perf/builtin-test.c')
| -rw-r--r-- | tools/perf/builtin-test.c | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/builtin-test.c b/tools/perf/builtin-test.c index 5ce30305462..d909eb74a0e 100644 --- a/tools/perf/builtin-test.c +++ b/tools/perf/builtin-test.c @@ -1142,6 +1142,10 @@ static struct test {  		.func = test__perf_pmu,  	},  	{ +		.desc = "Test dso data interface", +		.func = dso__test_data, +	}, +	{  		.func = NULL,  	},  };  |