Home
last modified time | relevance | path

Searched defs:sb (Results 1 – 7 of 7) sorted by relevance

/tools/perf/util/
Dstrbuf.c20 void strbuf_init(struct strbuf *sb, ssize_t hint) in strbuf_init()
28 void strbuf_release(struct strbuf *sb) in strbuf_release()
36 char *strbuf_detach(struct strbuf *sb, size_t *sz) in strbuf_detach()
45 void strbuf_grow(struct strbuf *sb, size_t extra) in strbuf_grow()
54 static void strbuf_splice(struct strbuf *sb, size_t pos, size_t len, in strbuf_splice()
73 void strbuf_remove(struct strbuf *sb, size_t pos, size_t len) in strbuf_remove()
78 void strbuf_add(struct strbuf *sb, const void *data, size_t len) in strbuf_add()
85 void strbuf_addv(struct strbuf *sb, const char *fmt, va_list ap) in strbuf_addv()
108 void strbuf_addf(struct strbuf *sb, const char *fmt, ...) in strbuf_addf()
117 ssize_t strbuf_read(struct strbuf *sb, int fd, ssize_t hint) in strbuf_read()
Dstrbuf.h59 static inline ssize_t strbuf_avail(const struct strbuf *sb) { in strbuf_avail()
65 static inline void strbuf_setlen(struct strbuf *sb, size_t len) { in strbuf_setlen()
74 static inline void strbuf_addch(struct strbuf *sb, int c) { in strbuf_addch()
83 static inline void strbuf_addstr(struct strbuf *sb, const char *s) { in strbuf_addstr()
Dparse-options.c655 int sa = tolower(a->short_name), sb = tolower(b->short_name), ret; in option__cmp() local
Dheader.c1593 struct strbuf sb; in process_cpu_topology() local
1703 struct strbuf sb; in process_numa_topology() local
1763 struct strbuf sb; in process_pmu_mappings() local
/tools/usb/
Dtestusb.c246 static int find_testdev(const char *name, const struct stat *sb, int flag) in find_testdev()
/tools/net/
Dbpf_dbg.c946 struct stat sb; in try_load_pcap() local
/tools/power/x86/turbostat/
Dturbostat.c1756 struct stat sb; in check_dev_msr() local