Searched refs:sdt_notes (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dsymbol.h255 int cleanup_sdt_note_list(struct list_head *sdt_notes);
H A Dsymbol-elf.c2722 * @sdt_notes: List to add the SDT note
2725 * if its an SDT note, it appends to @sdt_notes list.
2728 struct list_head *sdt_notes)
2835 list_add_tail(&tmp->note_list, sdt_notes);
2853 * @sdt_notes : empty list_head
2857 * out the SDT events and populates the 'sdt_notes'.
2859 static int construct_sdt_notes_list(Elf *elf, struct list_head *sdt_notes) argument
2904 nhdr.n_descsz, sdt_notes);
2909 if (list_empty(sdt_notes))
2947 * @sdt_notes
2727 populate_sdt_note(Elf **elf, const char *data, size_t len, struct list_head *sdt_notes) argument
2952 cleanup_sdt_note_list(struct list_head *sdt_notes) argument
[all...]

Completed in 160 milliseconds