Linux Perf
test Struct Reference

#include <tests.h>

Collaboration diagram for test:
Collaboration graph

Public Attributes

const char * desc
 
int(* func )(struct test *test, int subtest)
 
struct {
   bool   skip_if_fail
 
   int(*   get_nr )(void)
 
   const char *(*   get_desc )(int subtest)
 
subtest
 
bool(* is_supported )(void)
 
void * priv
 

Detailed Description

Definition at line 30 of file tests.h.

Member Data Documentation

◆ desc

const char* test::desc

Definition at line 31 of file tests.h.

◆ func

int(* test::func) (struct test *test, int subtest)

Definition at line 32 of file tests.h.

◆ get_desc

const char*(* test::get_desc) (int subtest)

Definition at line 36 of file tests.h.

◆ get_nr

int(* test::get_nr) (void)

Definition at line 35 of file tests.h.

◆ is_supported

bool(* test::is_supported) (void)

Definition at line 38 of file tests.h.

◆ priv

void* test::priv

Definition at line 39 of file tests.h.

◆ skip_if_fail

bool test::skip_if_fail

Definition at line 34 of file tests.h.

◆ subtest

struct { ... } test::subtest

The documentation for this struct was generated from the following file: