Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/src/
Dhiebpf.bpf.c32 static const int SHIFT_32 = 32; variable
143 cmplt_event->tgid = (u32) (pid_tgid >> SHIFT_32); in emit_fstrace_event()
145 cmplt_event->gid = (bpf_get_current_uid_gid() >> SHIFT_32); in emit_fstrace_event()
305 cmplt_event->tgid = (pid_tgid >> SHIFT_32); in emit_pftrace_event()
307 cmplt_event->gid = (bpf_get_current_uid_gid() >> SHIFT_32); in emit_pftrace_event()
385 curr_tgid = (int32_t)(bpf_get_current_pid_tgid() >> SHIFT_32); in check_current_pid()
583 cmplt_event->tgid = (bpf_get_current_pid_tgid() >> SHIFT_32); in emit_strtrace_event()
736 bio_se->tgid = (u32) (tgid_pid >> SHIFT_32); in handle_blk_issue()
813 start_event->tgid = (u32)(tgid_pid >> SHIFT_32); in BPF_KRETPROBE()