Searched refs:new_filepath (Results 1 – 3 of 3) sorted by relevance
/linux/tools/perf/util/ ! |
H A D | data.c | 414 char **new_filepath) in perf_data__switch() argument 421 if (asprintf(new_filepath, "%s.%s", data->path, postfix) < 0) in perf_data__switch() 428 if (rename(data->path, *new_filepath)) in perf_data__switch() 429 pr_warning("Failed to rename %s to %s\n", data->path, *new_filepath); in perf_data__switch()
|
H A D | data.h | 95 size_t pos, bool at_exit, char **new_filepath);
|
/linux/drivers/gpu/drm/msm/registers/ ! |
H A D | gen_header.py | 881 new_filepath = re.sub("^.+drivers","drivers",filepath) 882 maxlen = max(maxlen, len(new_filepath)) 884 pad = " " * (maxlen - len(new_filepath)) 888 print("- " + new_filepath + pad + " (" + filesize + " bytes, from <stripped>)")
|