Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dstrbuf.h43 extern char strbuf_slopbuf[];
50 #define STRBUF_INIT { 0, 0, strbuf_slopbuf }
Dstrbuf.c17 char strbuf_slopbuf[1]; variable
22 sb->buf = strbuf_slopbuf; in strbuf_init()