Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsymbol.h251 struct list_head note_list; /* SDT notes' list */ member
H A Dsymbol-elf.c2685 INIT_LIST_HEAD(&tmp->note_list); in populate_sdt_note()
2762 list_add_tail(&tmp->note_list, sdt_notes); in populate_sdt_note()
2884 list_for_each_entry_safe(pos, tmp, sdt_notes, note_list) { in cleanup_sdt_note_list()
2885 list_del_init(&pos->note_list); in cleanup_sdt_note_list()
2906 list_for_each_entry(sdt_ptr, start, note_list) in sdt_notes__get_count()
H A Dprobe-file.c922 list_for_each_entry(note, &sdtlist, note_list) { in probe_cache__scan_sdt()