|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | BENCH_FORMAT_DEFAULT_STR "default" |
| #define | BENCH_FORMAT_DEFAULT 0 |
| #define | BENCH_FORMAT_SIMPLE_STR "simple" |
| #define | BENCH_FORMAT_SIMPLE 1 |
| #define | BENCH_FORMAT_UNKNOWN -1 |
Functions | |
| int | bench_sched_messaging (int argc, const char **argv, const char *prefix) |
| int | bench_sched_pipe (int argc, const char **argv, const char *prefix) |
| int | bench_mem_memcpy (int argc, const char **argv, const char *prefix __maybe_unused) |
| int | bench_mem_memset (int argc, const char **argv, const char *prefix) |
Variables | |
| int | bench_format |
Definition at line 179 of file mem-memcpy.c.
| int bench_format |
Definition at line 102 of file builtin-bench.c.
1.8.2