Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/bench/
H A Dsched-messaging.c35 static bool use_pipes = false; variable
60 if (use_pipes) { in fdpair()
68 err(EXIT_FAILURE, use_pipes ? "pipe()" : "socketpair()"); in fdpair()
255 OPT_BOOLEAN('p', "pipe", &use_pipes,