Linux Kernel
3.7.1
|
#include "../perf.h"
#include "../util/util.h"
#include "../util/parse-options.h"
#include "../builtin.h"
#include "bench.h"
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#include <sys/wait.h>
#include <linux/unistd.h>
#include <string.h>
#include <errno.h>
#include <assert.h>
#include <sys/time.h>
#include <sys/types.h>
Go to the source code of this file.
Macros | |
#define | LOOPS_DEFAULT 1000000 |
Functions | |
int | bench_sched_pipe (int argc, const char **argv, const char *prefix __maybe_unused) |
#define LOOPS_DEFAULT 1000000 |
Definition at line 31 of file sched-pipe.c.