Home
last modified time | relevance | path

Searched refs:bio_se (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/hiebpf/src/
H A Dhiebpf.bpf.c720 struct biotrace_start_event_t *bio_se = &start_event.bio_se; in handle_blk_issue() local
721 bio_se->stime = bpf_ktime_get_ns(); in handle_blk_issue()
722 bio_se->type = get_biotrace_event_type_by_flags(BPF_CORE_READ(rq, cmd_flags)); in handle_blk_issue()
723 if (bio_se->type == 0) { in handle_blk_issue()
727 emit_strtrace_event(bio_se->stime, bio_se->type, BPF_CORE_READ(rq, bio), BIOTRACE); in handle_blk_issue()
729 bio_se->pid = (u32) tgid_pid; in handle_blk_issue()
730 bio_se->tgid = (u32) (tgid_pid >> SHIFT_32); in handle_blk_issue()
731 bpf_get_current_comm(bio_se in handle_blk_issue()
[all...]
/developtools/profiler/hiebpf/include/
H A Dhiebpf_types.h137 struct biotrace_start_event_t bio_se; member

Completed in 2 milliseconds