Home
last modified time | relevance | path

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

/tools/perf/util/
Dstrbuf.c21 int strbuf_init(struct strbuf *sb, ssize_t hint) in strbuf_init()
30 void strbuf_release(struct strbuf *sb) in strbuf_release()
38 char *strbuf_detach(struct strbuf *sb, size_t *sz) in strbuf_detach()
47 int strbuf_grow(struct strbuf *sb, size_t extra) in strbuf_grow()
74 int strbuf_addch(struct strbuf *sb, int c) in strbuf_addch()
85 int strbuf_add(struct strbuf *sb, const void *data, size_t len) in strbuf_add()
95 static int strbuf_addv(struct strbuf *sb, const char *fmt, va_list ap) in strbuf_addv()
124 int strbuf_addf(struct strbuf *sb, const char *fmt, ...) in strbuf_addf()
135 ssize_t strbuf_read(struct strbuf *sb, int fd, ssize_t hint) in strbuf_read()
Dstrbuf.h62 static inline ssize_t strbuf_avail(const struct strbuf *sb) { in strbuf_avail()
68 static inline int strbuf_setlen(struct strbuf *sb, size_t len) { in strbuf_setlen()
84 static inline int strbuf_addstr(struct strbuf *sb, const char *s) { in strbuf_addstr()
Dbuild-id.c276 struct stat sb; in dso__build_id_is_kmod() local
Dheader.c1789 struct strbuf sb; in process_cpu_topology() local
1959 struct strbuf sb; in process_pmu_mappings() local
/tools/spi/
Dspidev_test.c309 struct stat sb; in transfer_file() local
/tools/usb/
Dtestusb.c246 static int find_testdev(const char *name, const struct stat *sb, int flag) in find_testdev()
/tools/lib/subcmd/
Dparse-options.c744 int sa = tolower(a->short_name), sb = tolower(b->short_name), ret; in option__cmp() local
/tools/perf/pmu-events/
Djevents.c617 static int process_one_file(const char *fpath, const struct stat *sb, in process_one_file()
/tools/net/
Dbpf_dbg.c946 struct stat sb; in try_load_pcap() local
/tools/power/x86/turbostat/
Dturbostat.c2101 struct stat sb; in check_dev_msr() local