ap_saved           97 tools/perf/util/strbuf.c 	va_list ap_saved;
ap_saved          105 tools/perf/util/strbuf.c 	va_copy(ap_saved, ap);
ap_saved          108 tools/perf/util/strbuf.c 		va_end(ap_saved);
ap_saved          114 tools/perf/util/strbuf.c 			va_end(ap_saved);
ap_saved          117 tools/perf/util/strbuf.c 		len = vsnprintf(sb->buf + sb->len, sb->alloc - sb->len, fmt, ap_saved);
ap_saved          120 tools/perf/util/strbuf.c 			va_end(ap_saved);
ap_saved          124 tools/perf/util/strbuf.c 	va_end(ap_saved);