Searched refs:bio_se (Results 1 – 2 of 2) sorted by relevance
726 struct biotrace_start_event_t *bio_se = &start_event.bio_se; in handle_blk_issue() local727 bio_se->stime = bpf_ktime_get_ns(); in handle_blk_issue()728 bio_se->type = get_biotrace_event_type_by_flags(BPF_CORE_READ(rq, cmd_flags)); in handle_blk_issue()729 if (bio_se->type == 0) { in handle_blk_issue()733 emit_strtrace_event(bio_se->stime, bio_se->type, BPF_CORE_READ(rq, bio), BIOTRACE); in handle_blk_issue()735 bio_se->pid = (u32) tgid_pid; in handle_blk_issue()736 bio_se->tgid = (u32) (tgid_pid >> SHIFT_32); in handle_blk_issue()737 bpf_get_current_comm(bio_se->comm, MAX_COMM_LEN); in handle_blk_issue()738 bio_se->size = BPF_CORE_READ(rq, bio, bi_iter.bi_size); in handle_blk_issue()
144 struct biotrace_start_event_t bio_se; member