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()
155 ret = strlist__add(sl, buf); in probe_file__get_rawlist()
158 strlist__delete(sl); in probe_file__get_rawlist()
164 return sl; in probe_file__get_rawlist()
170 struct strlist *sl, *rawlist; in __probe_file__get_namelist() local
179 sl = strlist__new(NULL, NULL); in __probe_file__get_namelist()
188 ret = strlist__add(sl, buf); in __probe_file__get_namelist()
190 ret = strlist__add(sl, tev.event); in __probe_file__get_namelist()
198 strlist__delete(sl); in __probe_file__get_namelist()
201 return sl; in __probe_file__get_namelist()