Searched refs:out_output (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/tests/
H A Dbuiltin-test.c281 struct strbuf out_output = STRBUF_INIT; local
331 strbuf_addstr(&out_output, buf);
357 fprintf(stdout, "%s", out_output.buf);
360 strbuf_release(&out_output);

Completed in 172 milliseconds