Home
last modified time | relevance | path

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

/tools/perf/util/
Dsymbol-elf.c1866 INIT_LIST_HEAD(&tmp->note_list); in populate_sdt_note()
1948 list_add_tail(&tmp->note_list, sdt_notes); in populate_sdt_note()
2070 list_for_each_entry_safe(pos, tmp, sdt_notes, note_list) { in cleanup_sdt_note_list()
2071 list_del(&pos->note_list); in cleanup_sdt_note_list()
2091 list_for_each_entry(sdt_ptr, start, note_list) in sdt_notes__get_count()
Dsymbol.h378 struct list_head note_list; /* SDT notes' list */ member
Dprobe-file.c822 list_for_each_entry(note, &sdtlist, note_list) { in probe_cache__scan_sdt()