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

  /external/bcc/tools/
offcputime.py 207 stack_context = "" variable
209 stack_context = "user" variable
212 stack_context = "kernel" variable
215 stack_context = "user + kernel" variable
245 (thread_context, stack_context), end="")
profile.py 205 stack_context = "" variable
207 stack_context = "user" variable
210 stack_context = "kernel" variable
213 stack_context = "user + kernel" variable
232 (sample_context, thread_context, stack_context), end="")
offwaketime.py 247 stack_context = "" variable
249 stack_context = "user" variable
252 stack_context = "kernel" variable
255 stack_context = "user + kernel" variable
274 stack_context, end="")
  /external/bcc/tools/old/
profile.py 213 stack_context = "" variable
215 stack_context = "user" variable
218 stack_context = "kernel" variable
221 stack_context = "user + kernel" variable
234 (args.frequency, thread_context, stack_context), end="")

Completed in 69 milliseconds