Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
builtin-bench.c File Reference
#include "perf.h"
#include "util/util.h"
#include "util/parse-options.h"
#include "builtin.h"
#include "bench/bench.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

Go to the source code of this file.

Data Structures

struct  bench_suite
 
struct  bench_subsys
 

Macros

#define suite_all   { "all", "Test all benchmark suites", NULL }
 

Functions

int cmd_bench (int argc, const char **argv, const char *prefix __maybe_unused)
 

Variables

int bench_format = BENCH_FORMAT_DEFAULT
 

Macro Definition Documentation

#define suite_all   { "all", "Test all benchmark suites", NULL }

Definition at line 36 of file builtin-bench.c.

Function Documentation

int cmd_bench ( int  argc,
const char **  argv,
const char *prefix  __maybe_unused 
)

Definition at line 176 of file builtin-bench.c.

Variable Documentation

int bench_format = BENCH_FORMAT_DEFAULT

Definition at line 102 of file builtin-bench.c.