Home
last modified time | relevance | path

Searched defs:iter (Results 1 – 25 of 48) sorted by relevance

12

/tools/testing/selftests/bpf/progs/
Diters_state_safety.c36 struct bpf_iter_num iter; in create_and_destroy() local
59 struct bpf_iter_num iter; in create_and_forget_to_destroy_fail() local
80 struct bpf_iter_num iter; in destroy_without_creating_fail() local
97 struct bpf_iter_num iter; in compromise_iter_w_direct_write_fail() local
124 struct bpf_iter_num iter; in compromise_iter_w_direct_write_and_skip_destroy_fail() local
149 struct bpf_iter_num iter; in compromise_iter_w_helper_write_fail() local
178 struct bpf_iter_num iter; in subprog_with_iter() local
202 struct bpf_iter_num iter; in valid_stack_reuse() local
236 struct bpf_iter_num iter; in double_create_fail() local
264 struct bpf_iter_num iter; in double_destroy_fail() local
[all …]
Diters_looping.c35 struct bpf_iter_num iter; in consume_first_item_only() local
66 struct bpf_iter_num iter; in missing_null_check_fail() local
99 struct bpf_iter_num iter; in wrong_sized_read_fail() local
132 struct bpf_iter_num iter; in __flag() local
Dbpf_iter_ksym.c32 struct kallsym_iter *iter = ctx->ksym; in dump_ksym() local
Dverifier_bits_iter.c60 struct bpf_iter_bits iter; in null_pointer() local
204 struct bpf_iter_bits iter; in bad_words() local
/tools/perf/util/
Dblock-range.h51 static inline struct block_range *block_range_iter(struct block_range_iter *iter) in block_range_iter()
56 static inline bool block_range_iter__next(struct block_range_iter *iter) in block_range_iter__next()
65 static inline bool block_range_iter__valid(struct block_range_iter *iter) in block_range_iter__valid()
Dhist.c829 iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_mem_entry()
843 iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_single_mem_entry()
877 iter_finish_mem_entry(struct hist_entry_iter *iter, in iter_finish_mem_entry()
900 iter_prepare_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_branch_entry()
924 iter_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_next_branch_entry()
945 iter_add_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_next_branch_entry()
989 iter_finish_branch_entry(struct hist_entry_iter *iter, in iter_finish_branch_entry()
1009 iter_add_single_normal_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_single_normal_entry()
1025 iter_finish_normal_entry(struct hist_entry_iter *iter, in iter_finish_normal_entry()
1043 iter_prepare_cumulative_entry(struct hist_entry_iter *iter, in iter_prepare_cumulative_entry()
[all …]
Dblock-range.c82 struct block_range_iter iter = { NULL, NULL }; in block_range__create() local
/tools/lib/bpf/
Delf.c99 static int elf_sym_iter_new(struct elf_sym_iter *iter, in elf_sym_iter_new()
158 static struct elf_sym *elf_sym_iter_next(struct elf_sym_iter *iter) in elf_sym_iter_next()
198 static const char *elf_get_vername(struct elf_sym_iter *iter, int ver) in elf_get_vername()
226 static bool symbol_match(struct elf_sym_iter *iter, int sh_type, struct elf_sym *sym, in symbol_match()
315 struct elf_sym_iter iter; in elf_find_func_offset() local
440 struct elf_sym_iter iter; in elf_resolve_syms_offsets() local
521 struct elf_sym_iter iter; in elf_resolve_pattern_offsets() local
/tools/testing/selftests/bpf/
Dbench.c39 void false_hits_report_progress(int iter, struct bench_res *res, long delta_ns) in false_hits_report_progress()
68 void hits_drops_report_progress(int iter, struct bench_res *res, long delta_ns) in hits_drops_report_progress()
159 void ops_report_progress(int iter, struct bench_res *res, long delta_ns) in ops_report_progress()
192 void local_storage_report_progress(int iter, struct bench_res *res, in local_storage_report_progress()
701 int iter = state.res_cnt++; in collect_measurements() local
Dtest_lpm_map.c684 int iter; member
694 int i, j, ret, iter, key_size; in lpm_test_command() local
/tools/perf/ui/gtk/
Dhists.c106 GtkTreeIter iter, new_parent; in perf_gtk__add_callchain_flat() local
168 GtkTreeIter iter; in perf_gtk__add_callchain_folded() local
229 GtkTreeIter iter, new_parent; in perf_gtk__add_callchain_graph() local
360 GtkTreeIter iter; in perf_gtk__show_hists() local
421 GtkTreeIter iter; in perf_gtk__add_hierarchy_entries() local
/tools/perf/
Dbuiltin-annotate.c101 struct block_range_iter iter; in process_basic_block() local
171 static int hist_iter__branch_callback(struct hist_entry_iter *iter, in hist_iter__branch_callback()
200 struct hist_entry_iter iter = { in process_branch_callback() local
373 struct annotated_item_stat *istat, *pos, *iter; in print_annotate_item_stat() local
/tools/testing/radix-tree/
Dregression3.c34 struct radix_tree_iter iter; in regression3_test() local
Dbenchmark.c17 struct radix_tree_iter iter; in benchmark_iter() local
/tools/testing/selftests/pidfd/
Dpidfd_poll_test.c29 int iter, nevents; in main() local
/tools/objtool/
Delf.c170 struct symbol *iter; in find_symbol_by_offset() local
183 struct symbol *iter; in find_func_by_offset() local
196 struct symbol *iter; in find_symbol_containing() local
249 struct symbol *iter; in find_func_containing() local
401 struct symbol *iter; in elf_add_symbol() local
/tools/testing/selftests/powerpc/security/
Dentry_flush.c24 int fd, passes = 0, iter, rc = 0; in entry_flush_test() local
Drfi_flush.c24 int fd, passes = 0, iter, rc = 0; in rfi_flush_test() local
Duaccess_flush.c25 int fd, passes = 0, iter, rc = 0; in uaccess_flush_test() local
/tools/objtool/arch/x86/
Dspecial.c20 struct special_alt *iter = group; in arch_handle_alternative() local
/tools/bpf/bpftool/skeleton/
Dpid_iter.bpf.c67 int iter(struct bpf_iter__task_file *ctx) in iter() function
/tools/perf/tests/
Dhists_filter.c65 struct hist_entry_iter iter = { in add_hist_entries() local
/tools/bpf/bpftool/
Dcgroup.c241 __u32 iter; in show_effective_bpf_progs() local
269 __u32 iter; in show_attached_bpf_progs() local
/tools/testing/selftests/arm64/fp/
Dkernel-test.c34 static int iter; variable
/tools/testing/selftests/bpf/benchs/
Dbench_local_storage_rcu_tasks_trace.c207 static void report_progress(int iter, struct bench_res *res, long delta_ns) in report_progress()

12