Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dsymbol-elf.c2282 struct list_head *sdt_notes) in populate_sdt_note() argument
2389 list_add_tail(&tmp->note_list, sdt_notes); in populate_sdt_note()
2413 static int construct_sdt_notes_list(Elf *elf, struct list_head *sdt_notes) in construct_sdt_notes_list() argument
2458 nhdr.n_descsz, sdt_notes); in construct_sdt_notes_list()
2463 if (list_empty(sdt_notes)) in construct_sdt_notes_list()
2506 int cleanup_sdt_note_list(struct list_head *sdt_notes) in cleanup_sdt_note_list() argument
2511 list_for_each_entry_safe(pos, tmp, sdt_notes, note_list) { in cleanup_sdt_note_list()
Dsymbol.h271 int cleanup_sdt_note_list(struct list_head *sdt_notes);