Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/src/
Dhiebpf.bpf.c723 const u64 start_event_map_key = (const u64)rq; in handle_blk_issue() local
739 bpf_map_update_elem(&start_event_map, &start_event_map_key, &start_event, BPF_ANY); in handle_blk_issue()
770 const u64 start_event_map_key = (const u64)rq; in BPF_PROG() local
771 … biotrace_start_event_t *start_event = bpf_map_lookup_elem(&start_event_map, &start_event_map_key); in BPF_PROG()