Searched refs:id_idx (Results 1 – 2 of 2) sorted by relevance
131 int str_idx = 0, id_idx = 0; in test_btf_field_iter() local153 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()
343 int id_idx = 1; /* The first entry is the counter value */ in perf_evlist__id_add_fd() local371 ++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