Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/src/
Dhiebpf.bpf.c31 const volatile unsigned int g_stack_limit = 0; variable
157 … bpf_get_stack(ctx, cmplt_event->ips, g_stack_limit * sizeof(u64), BPF_F_USER_STACK) / sizeof(u64); in emit_fstrace_event()
324 … bpf_get_stack(ctx, cmplt_event->ips, g_stack_limit * sizeof(u64), BPF_F_USER_STACK) / sizeof(u64); in emit_pftrace_event()
787 …cmplt_event->nips = bpf_get_stack(ctx, cmplt_event->ips, g_stack_limit * sizeof(u64), 0) / sizeof(… in BPF_PROG()
Dbpf_controller.cpp160 skel_->rodata->g_stack_limit = config_.maxStackDepth_; in SetUpBPF()