subst_dir 112 tools/perf/util/strlist.c const char *subst_dir) subst_dir 120 tools/perf/util/strlist.c if (subst_dir) { subst_dir 122 tools/perf/util/strlist.c if (asprintf(&subst, "%s/%s", subst_dir, s) < 0) subst_dir 142 tools/perf/util/strlist.c static int strlist__parse_list(struct strlist *slist, const char *s, const char *subst_dir) subst_dir 149 tools/perf/util/strlist.c err = strlist__parse_list_entry(slist, s, subst_dir); subst_dir 156 tools/perf/util/strlist.c return *s ? strlist__parse_list_entry(slist, s, subst_dir) : 0;