Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dstrbuf.h49 extern char strbuf_slopbuf[];
56 #define STRBUF_INIT { 0, 0, strbuf_slopbuf }
H A Dstrbuf.c18 char strbuf_slopbuf[1]; variable
23 sb->buf = strbuf_slopbuf; in strbuf_init()