Lines Matching refs:sl
174 struct strlist *sl; in probe_file__get_rawlist() local
179 sl = strlist__new(NULL, NULL); in probe_file__get_rawlist()
180 if (sl == NULL) in probe_file__get_rawlist()
199 ret = strlist__add(sl, buf); in probe_file__get_rawlist()
207 return sl; in probe_file__get_rawlist()
215 strlist__delete(sl); in probe_file__get_rawlist()
222 struct strlist *sl, *rawlist; in __probe_file__get_namelist() local
231 sl = strlist__new(NULL, NULL); in __probe_file__get_namelist()
240 ret = strlist__add(sl, buf); in __probe_file__get_namelist()
242 ret = strlist__add(sl, tev.event); in __probe_file__get_namelist()
253 strlist__delete(sl); in __probe_file__get_namelist()
256 return sl; in __probe_file__get_namelist()