Lines Matching refs:sl
139 struct strlist *sl; in probe_file__get_rawlist() local
144 sl = strlist__new(NULL, NULL); in probe_file__get_rawlist()
145 if (sl == NULL) in probe_file__get_rawlist()
164 ret = strlist__add(sl, buf); in probe_file__get_rawlist()
172 return sl; in probe_file__get_rawlist()
180 strlist__delete(sl); in probe_file__get_rawlist()
187 struct strlist *sl, *rawlist; in __probe_file__get_namelist() local
196 sl = strlist__new(NULL, NULL); in __probe_file__get_namelist()
205 ret = strlist__add(sl, buf); in __probe_file__get_namelist()
207 ret = strlist__add(sl, tev.event); in __probe_file__get_namelist()
215 strlist__delete(sl); in __probe_file__get_namelist()
218 return sl; in __probe_file__get_namelist()