perf tools: Add a test for decoding of new x86 instructions
[linux-2.6-block.git] / tools / perf / tests / tests.h
index ebb47d96bc0b09fdf5c7b0bbba6022e209fc72ab..4e2c5458269a6f7cd7482e3bf19ab63c5add2de3 100644 (file)
@@ -62,6 +62,8 @@ int test__fdarray__filter(void);
 int test__fdarray__add(void);
 int test__kmod_path__parse(void);
 int test__thread_map(void);
+int test__llvm(void);
+int test__insn_x86(void);
 
 #if defined(__x86_64__) || defined(__i386__) || defined(__arm__) || defined(__aarch64__)
 #ifdef HAVE_DWARF_UNWIND_SUPPORT