Go to the documentation of this file. 1 #ifndef __PERF_STRBUF_H
2 #define __PERF_STRBUF_H
50 #define STRBUF_INIT { 0, 0, strbuf_slopbuf }
64 static inline void strbuf_setlen(
struct strbuf *
sb,
size_t len) {
73 static inline void strbuf_addch(
struct strbuf *sb,
int c) {
82 static inline void strbuf_addstr(
struct strbuf *sb,
const char *
s) {