HomeSort by relevance Sort by last modified time
    Searched refs:user_stack_get (Results 1 - 4 of 4) sorted by null

  /external/bcc/tools/
offcputime.py 163 key.user_stack_id = USER_STACK_GET;
206 user_stack_get = "stack_traces.get_stackid(ctx, BPF_F_USER_STACK)" variable
213 user_stack_get = "-1" variable
216 bpf_text = bpf_text.replace('USER_STACK_GET', user_stack_get)
profile.py 152 key.user_stack_id = USER_STACK_GET;
204 user_stack_get = "stack_traces.get_stackid(&ctx->regs, BPF_F_USER_STACK)" variable
211 user_stack_get = "-1" variable
214 bpf_text = bpf_text.replace('USER_STACK_GET', user_stack_get)
offwaketime.py 158 woke.u_stack_id = USER_STACK_GET;
203 key.t_u_stack_id = USER_STACK_GET;
246 user_stack_get = "stack_traces.get_stackid(ctx, BPF_F_USER_STACK)" variable
253 user_stack_get = "-1" variable
256 bpf_text = bpf_text.replace('USER_STACK_GET', user_stack_get)
  /external/bcc/tools/old/
profile.py 157 key.user_stack_id = USER_STACK_GET;
211 user_stack_get = \
219 user_stack_get = "-1" variable
222 bpf_text = bpf_text.replace('USER_STACK_GET', user_stack_get)
212 "stack_traces.get_stackid(args, BPF_F_REUSE_STACKID | BPF_F_USER_STACK)" variable

Completed in 55 milliseconds