/external/bcc/tools/ |
D | deadlock.c | 22 u64 stack_id; member 54 u64 stack_id; member 97 u64 stack_id = in trace_mutex_acquire() local
|
D | capable.py | 260 def stack_id_err(stack_id): argument 265 def print_stack(bpf, stack_id, stack_type, tgid): argument
|
D | klockstat.py | 49 def stack_id_err(stack_id): argument
|
D | deadlock.py | 522 def print_stack_trace(stack_id): argument
|
D | offwaketime.py | 59 def stack_id_err(stack_id): argument
|
D | offcputime.py | 42 def stack_id_err(stack_id): argument
|
D | profile.py | 68 def stack_id_err(stack_id): argument
|
/external/compiler-rt/lib/msan/ |
D | msan_origin.h | 89 u32 stack_id = ChainedOriginDepotGet(getChainedId(), &prev_id); in getNextChainedOrigin() local 104 u32 stack_id = StackDepotPut(*stack); in CreateHeapOrigin() local
|
/external/chromium-trace/catapult/systrace/profile_chrome/third_party/ |
D | perf_to_tracing.py | 74 def __init__(self, stack_id, name, category): argument 113 def __init__(self, stack_id, ts, cpu, tid, weight, samp_type, comm): argument
|
/external/bcc/tests/cc/ |
D | test_bpf_table.cc | 207 int stack_id = id[0]; variable 264 int stack_id = id[0]; variable
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_ignoreset.cc | 23 void IgnoreSet::Add(u32 stack_id) { in Add()
|
D | tsan_rtl_report.cc | 104 ReportStack *SymbolizeStackId(u32 stack_id) { in SymbolizeStackId() 359 void ScopedReport::AddSleep(u32 stack_id) { in AddSleep()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common_linux.cc | 94 static uptr GetCallerPC(u32 stack_id, StackDepotReverseMap *map) { in GetCallerPC() 118 u32 stack_id = m.stack_trace_id(); in ProcessPlatformSpecificAllocationsCb() local
|
/external/bcc/libbpf-tools/ |
D | memleak.h | 10 int stack_id; member
|
D | memleak.bpf.c | 54 static void update_statistics_add(u64 stack_id, u64 sz) in update_statistics_add() 70 static void update_statistics_del(u64 stack_id, u64 sz) in update_statistics_del()
|
D | klockstat.c | 284 uint32_t stack_id; member 506 uint32_t stack_id; in print_stats() local
|
/external/bcc/src/cc/api/ |
D | BPFTable.cc | 291 std::vector<uintptr_t> BPFStackTable::get_stack_addr(int stack_id) { in get_stack_addr() 303 std::vector<std::string> BPFStackTable::get_stack_symbol(int stack_id, in get_stack_symbol() 350 std::vector<bpf_stack_build_id> BPFStackBuildIdTable::get_stack_addr(int stack_id) { in get_stack_addr() 369 std::vector<std::string> BPFStackBuildIdTable::get_stack_symbol(int stack_id) in get_stack_symbol()
|
/external/compiler-rt/lib/asan/ |
D | asan_globals.cc | 53 u32 stack_id; member 310 u32 stack_id = StackDepotPut(stack); in __asan_register_globals() local
|
D | asan_thread.h | 47 u32 stack_id; variable
|
/external/bcc/src/lua/bpf/ |
D | builtins.lua | 329 local function stack_id(e, ret, map_var, key) function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | jitprofiling.h | 154 unsigned int stack_id; member
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | jitprofiling.h | 155 unsigned int stack_id; member
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | jitprofiling.h | 154 unsigned int stack_id; member
|
/external/tensorflow/tensorflow/core/kernels/ |
D | stack.cc | 182 auto stack_id = Stack::stack_counter.fetch_add(1); in Compute() local
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/util/ |
D | pool.rs | 573 let stack_id = caller % self.stacks.len(); in get_slow() localVariable 606 let stack_id = caller % self.stacks.len(); in put_value() localVariable
|