Home
last modified time | relevance | path

Searched refs:strlist__for_each_entry (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/tools/perf/
H A Dbuiltin-buildid-cache.c232 strlist__for_each_entry(pos, list) { in build_id_cache__purge_path()
260 strlist__for_each_entry(pos, list) { in build_id_cache__purge_all()
345 strlist__for_each_entry(nd, bidlist) { in build_id_cache__show_all()
469 strlist__for_each_entry(pos, list) in cmd_buildid_cache()
487 strlist__for_each_entry(pos, list) in cmd_buildid_cache()
505 strlist__for_each_entry(pos, list) in cmd_buildid_cache()
533 strlist__for_each_entry(pos, list) in cmd_buildid_cache()
H A Dbuiltin-probe.c429 strlist__for_each_entry(nd, bidlist) { in del_perf_probe_caches()
470 strlist__for_each_entry(ent, klist) in perf_del_probe_events()
481 strlist__for_each_entry(ent, ulist) in perf_del_probe_events()
H A Dbuiltin-inject.c737 strlist__for_each_entry(pos, inject->known_build_ids) { in perf_inject__lookup_known_build_id()
H A Dbuiltin-sched.c1558 strlist__for_each_entry(node, task_names) { in sched_match_task()
H A Dbuiltin-trace.c2249 strlist__for_each_entry(pos, trace->ev_qualifier) { in trace__validate_ev_qualifier()
/linux-6.15/tools/perf/util/
H A Dprint-events.c160 strlist__for_each_entry(bid_nd, bidlist) { in print_sdt_events()
178 strlist__for_each_entry(sdt_name, sdtlist) { in print_sdt_events()
361 strlist__for_each_entry(nd, evt_name_list) { in print_symbol_events()
H A Dprobe-file.c232 strlist__for_each_entry(ent, rawlist) { in __probe_file__get_namelist()
338 strlist__for_each_entry(ent, namelist) { in probe_file__get_events()
361 strlist__for_each_entry(ent, namelist) { in probe_file__del_strlist()
421 strlist__for_each_entry(node, entry->tevlist) { in probe_cache_entry__get_event()
969 strlist__for_each_entry(snode, entry->tevlist) { in probe_cache_entry__write()
1068 strlist__for_each_entry(nd, bidlist) { in probe_cache__show_all_caches()
H A Dstrlist.h77 #define strlist__for_each_entry(pos, slist) \ macro
H A Dbpf_off_cpu.c165 strlist__for_each_entry(pos, pid_slist) { in off_cpu_prepare()
234 strlist__for_each_entry(pos, pid_slist) { in off_cpu_prepare()
H A Dthread_map.c197 strlist__for_each_entry(pos, slist) { in thread_map__new_by_pid_str()
261 strlist__for_each_entry(pos, slist) { in thread_map__new_by_tid_str()
H A Dbuild-id.c419 strlist__for_each_entry(nd, toplist) { in build_id_cache__list_all()
428 strlist__for_each_entry(nd2, linklist) { in build_id_cache__list_all()
483 strlist__for_each_entry(nd, bidlist) { in build_id_cache__complement()
H A Dutil.c249 strlist__for_each_entry(nd, kcore_dirs) { in rm_rf_kcore_dir()
H A Dprobe-event.c1226 strlist__for_each_entry(node, vl->vars) { in show_available_vars_at()
2719 strlist__for_each_entry(ent, rawlist) { in __show_perf_probe_events()
3490 strlist__for_each_entry(nd, bidlist) { in find_cached_events_all()
3554 strlist__for_each_entry(node, entry->tevlist) { in find_probe_trace_events_from_cache()
H A Dsymbol.c2085 strlist__for_each_entry(nd, dirs) { in find_matching_kcore()
/linux-6.15/
H A D.clang-format703 - 'strlist__for_each_entry'