new_filepath      367 tools/perf/util/data.c 			   char **new_filepath)
new_filepath      376 tools/perf/util/data.c 	if (asprintf(new_filepath, "%s.%s", data->path, postfix) < 0)
new_filepath      383 tools/perf/util/data.c 	if (rename(data->path, *new_filepath))
new_filepath      384 tools/perf/util/data.c 		pr_warning("Failed to rename %s to %s\n", data->path, *new_filepath);
new_filepath       73 tools/perf/util/data.h 			   size_t pos, bool at_exit, char **new_filepath);