perf tests: Final cleanup for builtin-test move
Final function renames to match test__* style and include cleanup. Signed-off-by: Jiri Olsa <jolsa@redhat.com> Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1352508412-16914-12-git-send-email-jolsa@redhat.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:

committed by
Arnaldo Carvalho de Melo

parent
cff7f956ec
commit
c81251e808
@@ -8,6 +8,7 @@
|
||||
|
||||
#include "machine.h"
|
||||
#include "symbol.h"
|
||||
#include "tests.h"
|
||||
|
||||
#define TEST_ASSERT_VAL(text, cond) \
|
||||
do { \
|
||||
@@ -95,7 +96,7 @@ struct test_data_offset offsets[] = {
|
||||
},
|
||||
};
|
||||
|
||||
int dso__test_data(void)
|
||||
int test__dso_data(void)
|
||||
{
|
||||
struct machine machine;
|
||||
struct dso *dso;
|
||||
|
Reference in New Issue
Block a user