Lines Matching defs:sdt_notes
2173 * @sdt_notes: List to add the SDT note
2176 * if its an SDT note, it appends to @sdt_notes list.
2179 struct list_head *sdt_notes)
2286 list_add_tail(&tmp->note_list, sdt_notes);
2304 * @sdt_notes : empty list_head
2308 * out the SDT events and populates the 'sdt_notes'.
2310 static int construct_sdt_notes_list(Elf *elf, struct list_head *sdt_notes)
2355 nhdr.n_descsz, sdt_notes);
2360 if (list_empty(sdt_notes))
2398 * @sdt_notes: sdt notes' list
2400 * Free up the SDT notes in @sdt_notes.
2403 int cleanup_sdt_note_list(struct list_head *sdt_notes)
2408 list_for_each_entry_safe(pos, tmp, sdt_notes, note_list) {
2421 * @start: list_head to sdt_notes list