Home
last modified time | relevance | path

Searched refs:id_idx (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
A Dbtf_field_iter.c131 int str_idx = 0, id_idx = 0; in test_btf_field_iter() local
153 if (!ASSERT_EQ(*next_id, fields[id].ids[id_idx], "field_id_match")) in test_btf_field_iter()
155 id_idx++; in test_btf_field_iter()
158 ASSERT_EQ(fields[id].ids[id_idx], 0, "field_id_cnt"); in test_btf_field_iter()
/tools/lib/perf/
A Devlist.c343 int id_idx = 1; /* The first entry is the counter value */ in perf_evlist__id_add_fd() local
371 ++id_idx; in perf_evlist__id_add_fd()
373 ++id_idx; in perf_evlist__id_add_fd()
375 id = read_data[id_idx]; in perf_evlist__id_add_fd()

Completed in 19 milliseconds