Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
sched-pipe.c File Reference
#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)
 

Macro Definition Documentation

#define LOOPS_DEFAULT   1000000

Definition at line 31 of file sched-pipe.c.

Function Documentation

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

Definition at line 45 of file sched-pipe.c.