Lines Matching refs:raw_spec
4391 int raw_spec[BPF_CORE_SPEC_MAX_LEN];
4508 * spec and raw_spec are kept empty.
4541 /* parse spec_str="0:1:2:3:4" into array raw_spec=[0, 1, 2, 3, 4] */
4550 spec->raw_spec[spec->raw_len++] = access_idx;
4560 access_idx = spec->raw_spec[0];
4588 access_idx = spec->raw_spec[i];
4861 spec->raw_spec[spec->raw_len++] = i;
5039 targ_spec->raw_spec[targ_spec->raw_len] = targ_acc->idx;
5092 targ_spec->raw_spec[targ_spec->raw_len] = targ_acc->idx;
5632 e = btf_enum(t) + spec->raw_spec[0];
5649 libbpf_print(level, "%s%d", i == 0 ? "" : ":", spec->raw_spec[i]);