sdt_notes        2035 tools/perf/util/symbol-elf.c 			     struct list_head *sdt_notes)
sdt_notes        2142 tools/perf/util/symbol-elf.c 	list_add_tail(&tmp->note_list, sdt_notes);
sdt_notes        2166 tools/perf/util/symbol-elf.c static int construct_sdt_notes_list(Elf *elf, struct list_head *sdt_notes)
sdt_notes        2211 tools/perf/util/symbol-elf.c 						nhdr.n_descsz, sdt_notes);
sdt_notes        2216 tools/perf/util/symbol-elf.c 	if (list_empty(sdt_notes))
sdt_notes        2259 tools/perf/util/symbol-elf.c int cleanup_sdt_note_list(struct list_head *sdt_notes)
sdt_notes        2264 tools/perf/util/symbol-elf.c 	list_for_each_entry_safe(pos, tmp, sdt_notes, note_list) {
sdt_notes         264 tools/perf/util/symbol.h int cleanup_sdt_note_list(struct list_head *sdt_notes);