/tools/objtool/ |
D | elf.c | 412 list_for_each_entry_safe(sec, tmpsec, &elf->sections, list) { in elf_close() 413 list_for_each_entry_safe(sym, tmpsym, &sec->symbol_list, list) { in elf_close() 418 list_for_each_entry_safe(rela, tmprela, &sec->rela_list, list) { in elf_close()
|
D | builtin-check.c | 644 list_for_each_entry_safe(special_alt, tmp, &special_alts, list) { in add_special_section_alts() 1255 list_for_each_entry_safe(insn, tmpinsn, &file->insn_list, list) { in cleanup() 1256 list_for_each_entry_safe(alt, tmpalt, &insn->alts, list) { in cleanup()
|
/tools/perf/util/ |
D | call-path.c | 50 list_for_each_entry_safe(pos, n, &cpr->blocks, node) { in call_path_root__free()
|
D | callchain.c | 463 list_for_each_entry_safe(call, tmp, &new->val, list) { in add_child() 730 list_for_each_entry_safe(list, next_list, &src->val, list) { in merge_chain_branch() 949 list_for_each_entry_safe(list, tmp, &node->parent_val, list) { in free_callchain_node() 955 list_for_each_entry_safe(list, tmp, &node->val, list) { in free_callchain_node() 1040 list_for_each_entry_safe(chain, new, &head, list) { in callchain_node__make_parent_list()
|
D | hist.h | 307 list_for_each_entry_safe(format, tmp, &(_list)->fields, list) 313 list_for_each_entry_safe(format, tmp, &(_list)->sorts, sort_list)
|
D | config.c | 722 list_for_each_entry_safe(item, tmp, §ion->items, node) { in perf_config_section__purge() 739 list_for_each_entry_safe(section, tmp, &set->sections, node) { in perf_config_set__purge()
|
D | thread.c | 79 list_for_each_entry_safe(comm, tmp, &thread->comm_list, list) { in thread__delete()
|
D | evlist.h | 349 list_for_each_entry_safe(evsel, tmp, list, node)
|
D | ordered-events.c | 202 list_for_each_entry_safe(iter, tmp, head, list) { in __ordered_events__flush()
|
D | probe-file.c | 532 list_for_each_entry_safe(entry, n, &pcache->entries, node) { in probe_cache__purge() 825 list_for_each_entry_safe(entry, tmp, &pcache->entries, node) { in probe_cache__filter_purge()
|
D | parse-events.c | 610 list_for_each_entry_safe(evsel, tmp, &new_evsels, node) { in add_bpf_event() 752 list_for_each_entry_safe(term, temp, evt_head_config, list) in split_bpf_config_terms() 2401 list_for_each_entry_safe(term, h, terms, list) { in parse_events_terms__purge()
|
D | auxtrace.c | 599 list_for_each_entry_safe(auxtrace_index, n, head, list) { in auxtrace_index__free() 1463 list_for_each_entry_safe(filt, n, &filts->head, list) { in addr_filters__exit()
|
D | pmu.c | 958 list_for_each_entry_safe(term, h, head_terms, list) { in perf_pmu__check_alias()
|
D | bpf-loader.c | 838 list_for_each_entry_safe(pos, n, &priv->ops_list, list) { in bpf_map_priv__purge()
|
D | annotate.c | 1763 list_for_each_entry_safe(pos, n, head, node) { in disasm__purge()
|
D | symbol-elf.c | 2043 list_for_each_entry_safe(pos, tmp, sdt_notes, note_list) { in cleanup_sdt_note_list()
|
D | machine.c | 96 list_for_each_entry_safe(pos, n, &dsos->head, node) { in dsos__purge()
|
D | evsel.c | 1133 list_for_each_entry_safe(term, h, &evsel->config_terms, list) { in perf_evsel__free_config_terms()
|
D | hist.c | 2506 list_for_each_entry_safe(node, tmp, &hists->hpp_formats, list) { in hists_evsel__exit()
|
/tools/perf/ui/gtk/ |
D | annotate.c | 149 list_for_each_entry_safe(pos, n, ¬es->src->source, node) { in perf_gtk__annotate_symbol()
|
/tools/include/linux/ |
D | list.h | 519 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|
/tools/perf/ui/browsers/ |
D | annotate.c | 1106 list_for_each_entry_safe(pos, n, ¬es->src->source, node) { in symbol__tui_annotate()
|