sdtlist 2371 tools/perf/util/parse-events.c struct strlist *bidlist, *sdtlist; sdtlist 2378 tools/perf/util/parse-events.c sdtlist = strlist__new(NULL, &cfg); sdtlist 2379 tools/perf/util/parse-events.c if (!sdtlist) { sdtlist 2404 tools/perf/util/parse-events.c strlist__add(sdtlist, buf); sdtlist 2410 tools/perf/util/parse-events.c strlist__for_each_entry(nd, sdtlist) { sdtlist 2443 tools/perf/util/parse-events.c strlist__delete(sdtlist); sdtlist 820 tools/perf/util/probe-file.c struct list_head sdtlist; sdtlist 826 tools/perf/util/probe-file.c INIT_LIST_HEAD(&sdtlist); sdtlist 827 tools/perf/util/probe-file.c ret = get_sdt_note_list(&sdtlist, pathname); sdtlist 832 tools/perf/util/probe-file.c list_for_each_entry(note, &sdtlist, note_list) { sdtlist 867 tools/perf/util/probe-file.c cleanup_sdt_note_list(&sdtlist);