Home
last modified time | relevance | path

Searched refs:sl (Results 1 – 3 of 3) sorted by relevance

/tools/perf/util/
Dprobe-file.c139 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()
[all …]
/tools/perf/arch/arm/tests/
Dregs_load.S51 str sl, [r0, #SL]
/tools/virtio/
Dvirtio_test.c157 struct scatterlist sl; in run_test() local
170 sg_init_one(&sl, dev->buf, dev->buf_size); in run_test()
171 r = virtqueue_add_outbuf(vq->vq, &sl, 1, in run_test()