Home
last modified time | relevance | path

Searched refs:use_pipes (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/tools/perf/bench/
Dsched-messaging.c34 static bool use_pipes = false; variable
61 if (use_pipes) { in fdpair()
69 barf(use_pipes ? "pipe()" : "socketpair()"); in fdpair()
255 OPT_BOOLEAN('p', "pipe", &use_pipes,