Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dfstrace_progs.h39 emit_strtrace_event(fs_se->stime, fs_se->type, filename, FSTRACE); in BPF_KPROBE()
470 emit_strtrace_event(fs_se->stime, fs_se->type, args, FSTRACE); in BPF_KPROBE()
/developtools/profiler/hiebpf/src/
Dhiebpf.bpf.c564 int emit_strtrace_event(u64 stime, u32 type, const void *addr, u32 stracer) in emit_strtrace_event() function
733 emit_strtrace_event(bio_se->stime, bio_se->type, BPF_CORE_READ(rq, bio), BIOTRACE); in handle_blk_issue()