Home
last modified time | relevance | path

Searched refs:note_list (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dsymbol.h251 struct list_head note_list; /* SDT notes' list */ member
H A Dsymbol-elf.c2834 INIT_LIST_HEAD(&tmp->note_list); in populate_sdt_note()
2911 list_add_tail(&tmp->note_list, sdt_notes); in populate_sdt_note()
3033 list_for_each_entry_safe(pos, tmp, sdt_notes, note_list) { in cleanup_sdt_note_list()
3034 list_del_init(&pos->note_list); in cleanup_sdt_note_list()
3055 list_for_each_entry(sdt_ptr, start, note_list) in sdt_notes__get_count()
H A Dprobe-file.c903 list_for_each_entry(note, &sdtlist, note_list) { in probe_cache__scan_sdt()