Searched refs:subst_dir (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | strlist.c | 112 const char *subst_dir) in strlist__parse_list_entry() 120 if (subst_dir) { in strlist__parse_list_entry() 122 if (asprintf(&subst, "%s/%s", subst_dir, s) < 0) in strlist__parse_list_entry() 142 static int strlist__parse_list(struct strlist *slist, const char *s, const char *subst_dir) in strlist__parse_list() argument 149 err = strlist__parse_list_entry(slist, s, subst_dir); in strlist__parse_list() 156 return *s ? strlist__parse_list_entry(slist, s, subst_dir) : 0; in strlist__parse_list() 111 strlist__parse_list_entry(struct strlist *slist, const char *s, const char *subst_dir) strlist__parse_list_entry() argument
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | strlist.c | 112 const char *subst_dir) in strlist__parse_list_entry() 120 if (subst_dir) { in strlist__parse_list_entry() 122 if (asprintf(&subst, "%s/%s", subst_dir, s) < 0) in strlist__parse_list_entry() 142 static int strlist__parse_list(struct strlist *slist, const char *s, const char *subst_dir) in strlist__parse_list() argument 149 err = strlist__parse_list_entry(slist, s, subst_dir); in strlist__parse_list() 156 return *s ? strlist__parse_list_entry(slist, s, subst_dir) : 0; in strlist__parse_list() 111 strlist__parse_list_entry(struct strlist *slist, const char *s, const char *subst_dir) strlist__parse_list_entry() argument
|
Completed in 2 milliseconds