Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_probe.c527 u32 bitoffs, anon_offs; in parse_btf_field() local
545 bitoffs = 0; in parse_btf_field()
565 bitoffs += anon_offs; in parse_btf_field()
569 bitoffs += BTF_MEMBER_BIT_OFFSET(field->offset); in parse_btf_field()
572 bitoffs += field->offset; in parse_btf_field()
591 code->offset = bitoffs / 8; in parse_btf_field()
594 ctx->last_bitoffs = bitoffs % 8; in parse_btf_field()