entry_str        1053 tools/perf/builtin-trace.c 	char		  *entry_str;
entry_str        1263 tools/perf/builtin-trace.c 	ttrace->filename.entry_str_pos = bf - ttrace->entry_str;
entry_str        1888 tools/perf/builtin-trace.c 	printed += len = fprintf(trace->output, "%s)", ttrace->entry_str);
entry_str        1970 tools/perf/builtin-trace.c 	if (ttrace->entry_str == NULL) {
entry_str        1971 tools/perf/builtin-trace.c 		ttrace->entry_str = malloc(trace__entry_str_size);
entry_str        1972 tools/perf/builtin-trace.c 		if (!ttrace->entry_str)
entry_str        1991 tools/perf/builtin-trace.c 	msg = ttrace->entry_str;
entry_str        2002 tools/perf/builtin-trace.c 			printed = fprintf(trace->output, "%s)", ttrace->entry_str);
entry_str        2149 tools/perf/builtin-trace.c 		printed = fprintf(trace->output, "%s", ttrace->entry_str);
entry_str        2264 tools/perf/builtin-trace.c 	entry_str_len = strlen(ttrace->entry_str);
entry_str        2275 tools/perf/builtin-trace.c 	pos = ttrace->entry_str + ttrace->filename.entry_str_pos;