Searched defs:user_stack (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/bcc/examples/tracing/ |
H A D | stack_buildid_example.py | 95 user_stack=[] variable 97 user_stack = [] if k.user_stack_id < 0 else \ variable 100 user_stack=list(user_stack) variable
|
/aosp_15_r20/external/bcc/tools/old/ |
H A D | profile.py | 314 user_stack = [] if k.user_stack_id < 0 else \ variable 342 user_stack = list(user_stack) variable
|
/aosp_15_r20/external/bcc/tools/ |
H A D | offcputime.py | 329 user_stack = [] if k.user_stack_id < 0 else \ variable 336 user_stack = list(user_stack) variable
|
H A D | profile.py | 353 user_stack = [] if k.user_stack_id < 0 else \ variable 369 user_stack = list(user_stack) variable
|
H A D | stackcount.py | 30 def __init__(self, pattern, kernel_stack, user_stack, use_regex=False, argument
|
H A D | trace.py | 69 def __init__(self, probe, string_size, kernel_stack, user_stack, argument
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | test_get_stack_rawtp.c | 14 __u64 user_stack[MAX_STACK_RAWTP]; member
|
/aosp_15_r20/external/bcc/examples/cpp/ |
H A D | TCPSendStack.cc | 54 int user_stack; member
|
/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | capable.bpf.c | 20 const volatile bool user_stack = false; variable
|
H A D | capable.c | 24 bool user_stack; member
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | get_stack_raw_tp.c | 19 __u64 user_stack[MAX_STACK_RAWTP]; member
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | _guards.py | 189 user_stack: Optional[traceback.StackSummary] = None variable in Guard
|