Lines Matching defs:sdt_notes
2649 * @sdt_notes: List to add the SDT note
2652 * if its an SDT note, it appends to @sdt_notes list.
2655 struct list_head *sdt_notes)
2762 list_add_tail(&tmp->note_list, sdt_notes);
2780 * @sdt_notes : empty list_head
2784 * out the SDT events and populates the 'sdt_notes'.
2786 static int construct_sdt_notes_list(Elf *elf, struct list_head *sdt_notes)
2831 nhdr.n_descsz, sdt_notes);
2836 if (list_empty(sdt_notes))
2874 * @sdt_notes: sdt notes' list
2876 * Free up the SDT notes in @sdt_notes.
2879 int cleanup_sdt_note_list(struct list_head *sdt_notes)
2884 list_for_each_entry_safe(pos, tmp, sdt_notes, note_list) {
2897 * @start: list_head to sdt_notes list