note_list 832 tools/perf/util/probe-file.c list_for_each_entry(note, &sdtlist, note_list) { note_list 2065 tools/perf/util/symbol-elf.c INIT_LIST_HEAD(&tmp->note_list); note_list 2142 tools/perf/util/symbol-elf.c list_add_tail(&tmp->note_list, sdt_notes); note_list 2264 tools/perf/util/symbol-elf.c list_for_each_entry_safe(pos, tmp, sdt_notes, note_list) { note_list 2265 tools/perf/util/symbol-elf.c list_del_init(&pos->note_list); note_list 2285 tools/perf/util/symbol-elf.c list_for_each_entry(sdt_ptr, start, note_list) note_list 260 tools/perf/util/symbol.h struct list_head note_list; /* SDT notes' list */