Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Ddata.c367 char **new_filepath) in perf_data__switch() argument
376 if (asprintf(new_filepath, "%s.%s", data->path, postfix) < 0) in perf_data__switch()
383 if (rename(data->path, *new_filepath)) in perf_data__switch()
384 pr_warning("Failed to rename %s to %s\n", data->path, *new_filepath); in perf_data__switch()
Ddata.h73 size_t pos, bool at_exit, char **new_filepath);