Home
last modified time | relevance | path

Searched refs:list_for_each_entry_safe (Results 1 – 22 of 22) sorted by relevance

/tools/objtool/
Delf.c412 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()
Dbuiltin-check.c644 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/
Dcall-path.c50 list_for_each_entry_safe(pos, n, &cpr->blocks, node) { in call_path_root__free()
Dcallchain.c463 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()
Dhist.h307 list_for_each_entry_safe(format, tmp, &(_list)->fields, list)
313 list_for_each_entry_safe(format, tmp, &(_list)->sorts, sort_list)
Dconfig.c722 list_for_each_entry_safe(item, tmp, &section->items, node) { in perf_config_section__purge()
739 list_for_each_entry_safe(section, tmp, &set->sections, node) { in perf_config_set__purge()
Dthread.c79 list_for_each_entry_safe(comm, tmp, &thread->comm_list, list) { in thread__delete()
Devlist.h349 list_for_each_entry_safe(evsel, tmp, list, node)
Dordered-events.c202 list_for_each_entry_safe(iter, tmp, head, list) { in __ordered_events__flush()
Dprobe-file.c532 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()
Dparse-events.c610 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()
Dauxtrace.c599 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()
Dpmu.c958 list_for_each_entry_safe(term, h, head_terms, list) { in perf_pmu__check_alias()
Dbpf-loader.c838 list_for_each_entry_safe(pos, n, &priv->ops_list, list) { in bpf_map_priv__purge()
Dannotate.c1763 list_for_each_entry_safe(pos, n, head, node) { in disasm__purge()
Dsymbol-elf.c2043 list_for_each_entry_safe(pos, tmp, sdt_notes, note_list) { in cleanup_sdt_note_list()
Dmachine.c96 list_for_each_entry_safe(pos, n, &dsos->head, node) { in dsos__purge()
Devsel.c1133 list_for_each_entry_safe(term, h, &evsel->config_terms, list) { in perf_evsel__free_config_terms()
Dhist.c2506 list_for_each_entry_safe(node, tmp, &hists->hpp_formats, list) { in hists_evsel__exit()
/tools/perf/ui/gtk/
Dannotate.c149 list_for_each_entry_safe(pos, n, &notes->src->source, node) { in perf_gtk__annotate_symbol()
/tools/include/linux/
Dlist.h519 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/tools/perf/ui/browsers/
Dannotate.c1106 list_for_each_entry_safe(pos, n, &notes->src->source, node) { in symbol__tui_annotate()