Linux Perf
clang.c File Reference
#include "tests.h"
#include "debug.h"
#include "util.h"
#include "c++/clang-c.h"
#include <linux/kernel.h>
Include dependency graph for clang.c:

Go to the source code of this file.

Functions

int test__clang_subtest_get_nr (void)
 
const char * test__clang_subtest_get_desc (int i)
 
int test__clang (struct test *test __maybe_unused, int i __maybe_unused)
 

Variables

struct {
   int(*   func )(void)
 
   const char *   desc
 
clang_testcase_table []
 

Function Documentation

◆ test__clang()

int test__clang ( struct test *test  __maybe_unused,
int i  __maybe_unused 
)

Definition at line 37 of file clang.c.

◆ test__clang_subtest_get_desc()

const char* test__clang_subtest_get_desc ( int  i)

Definition at line 29 of file clang.c.

◆ test__clang_subtest_get_nr()

int test__clang_subtest_get_nr ( void  )

Definition at line 24 of file clang.c.

Variable Documentation

◆ clang_testcase_table

struct { ... } clang_testcase_table[]
Initial value:
= {
}

◆ desc

const char* desc

Definition at line 10 of file clang.c.

◆ func

int(* func) (void)

Definition at line 9 of file clang.c.