alloc_str2        801 tools/perf/ui/browsers/hists.c 	char buf[64], *alloc_str2;
alloc_str2        811 tools/perf/ui/browsers/hists.c 	alloc_str2 = NULL;
alloc_str2        820 tools/perf/ui/browsers/hists.c 		if (asprintf(&alloc_str2, "%s%s", str, buf) < 0)
alloc_str2        823 tools/perf/ui/browsers/hists.c 			str = alloc_str2;
alloc_str2        838 tools/perf/ui/browsers/hists.c 	free(alloc_str2);