Lines Matching refs:bio_se
720 struct biotrace_start_event_t *bio_se = &start_event.bio_se;
721 bio_se->stime = bpf_ktime_get_ns();
722 bio_se->type = get_biotrace_event_type_by_flags(BPF_CORE_READ(rq, cmd_flags));
723 if (bio_se->type == 0) {
727 emit_strtrace_event(bio_se->stime, bio_se->type, BPF_CORE_READ(rq, bio), BIOTRACE);
729 bio_se->pid = (u32) tgid_pid;
730 bio_se->tgid = (u32) (tgid_pid >> SHIFT_32);
731 bpf_get_current_comm(bio_se->comm, MAX_COMM_LEN);
732 bio_se->size = BPF_CORE_READ(rq, bio, bi_iter.bi_size);