|
Linux Kernel
3.7.1
|
#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 |
| #define suite_all { "all", "Test all benchmark suites", NULL } |
Definition at line 36 of file builtin-bench.c.
Definition at line 176 of file builtin-bench.c.
| int bench_format = BENCH_FORMAT_DEFAULT |
Definition at line 102 of file builtin-bench.c.
1.8.2