Home
last modified time | relevance | path

Searched refs:new_filepath (Results 1 – 2 of 2) sorted by relevance

/tools/perf/util/
Ddata.c369 char **new_filepath) in perf_data__switch() argument
378 if (asprintf(new_filepath, "%s.%s", data->path, postfix) < 0) in perf_data__switch()
385 if (rename(data->path, *new_filepath)) in perf_data__switch()
386 pr_warning("Failed to rename %s to %s\n", data->path, *new_filepath); in perf_data__switch()
Ddata.h74 size_t pos, bool at_exit, char **new_filepath);