Searched refs:strbuf_add (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
H A D | quote.c | 30 strbuf_add(dst, src, len); sq_quote_buf()
|
H A D | strbuf.h | 81 extern void strbuf_add(struct strbuf *, const void *, size_t); strbuf_addstr() 83 strbuf_add(sb, s, strlen(s)); strbuf_addstr()
|
H A D | strbuf.c | 78 void strbuf_add(struct strbuf *sb, const void *data, size_t len) strbuf_add() function
|
H A D | header.c | 1553 strbuf_add(&sb, str, strlen(str) + 1); process_cmdline() 1589 strbuf_add(&sb, str, strlen(str) + 1); process_cpu_topology() 1609 strbuf_add(&sb, str, strlen(str) + 1); process_cpu_topology() 1669 strbuf_add(&sb, str, strlen(str) + 1); process_numa_topology() 1717 strbuf_add(&sb, "", 1); process_pmu_mappings()
|
Completed in 52 milliseconds