alloc_str         800 tools/perf/ui/browsers/hists.c 	char bf[1024], *alloc_str;
alloc_str         810 tools/perf/ui/browsers/hists.c 	alloc_str = NULL;
alloc_str         830 tools/perf/ui/browsers/hists.c 		if (asprintf(&alloc_str, "%s %s", buf, str) < 0)
alloc_str         833 tools/perf/ui/browsers/hists.c 			str = alloc_str;
alloc_str         837 tools/perf/ui/browsers/hists.c 	free(alloc_str);
alloc_str          56 tools/perf/ui/stdio/hist.c 	char bf[1024], *alloc_str = NULL;
alloc_str          80 tools/perf/ui/stdio/hist.c 		if (asprintf(&alloc_str, "%s%s", str, buf) < 0)
alloc_str          83 tools/perf/ui/stdio/hist.c 			str = alloc_str;
alloc_str          88 tools/perf/ui/stdio/hist.c 	free(alloc_str);