Searched refs:note_list (Results 1 – 7 of 7) sorted by relevance
256 struct list_head note_list; /* SDT notes' list */ member
2209 INIT_LIST_HEAD(&tmp->note_list); in populate_sdt_note()2286 list_add_tail(&tmp->note_list, sdt_notes); in populate_sdt_note()2408 list_for_each_entry_safe(pos, tmp, sdt_notes, note_list) { in cleanup_sdt_note_list()2409 list_del_init(&pos->note_list); in cleanup_sdt_note_list()2430 list_for_each_entry(sdt_ptr, start, note_list) in sdt_notes__get_count()
853 list_for_each_entry(note, &sdtlist, note_list) { in probe_cache__scan_sdt()
924 rtx_insn *note_list; member947 #define BB_NOTE_LIST(BB) (SEL_REGION_BB_INFO (BB)->note_list)
123 extern rtx_insn *note_list;