Home
last modified time | relevance | path

Searched defs:stack_id (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/external/bcc/tools/
H A Ddeadlock.c22 u64 stack_id; member
54 u64 stack_id; member
97 u64 stack_id = in trace_mutex_acquire() local
H A Dcapable.py260 def stack_id_err(stack_id): argument
265 def print_stack(bpf, stack_id, stack_type, tgid): argument
H A Dklockstat.py49 def stack_id_err(stack_id): argument
H A Ddeadlock.py522 def print_stack_trace(stack_id): argument
H A Doffwaketime.py59 def stack_id_err(stack_id): argument
H A Doffcputime.py42 def stack_id_err(stack_id): argument
H A Dprofile.py68 def stack_id_err(stack_id): argument
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/
Dslice_tables_py.h61 static constexpr uint32_t stack_id = 8; member
79 using stack_id = TypedColumn<int64_t>; member
127 int64_t stack_id; member
213 ColumnType::stack_id::type stack_id() const { in stack_id() function
354 ColumnType::stack_id::type stack_id() const { in stack_id() function
805 const TypedColumn<int64_t>& stack_id() const { in stack_id() function
945 static constexpr uint32_t stack_id = 8; member
974 using stack_id = TypedColumn<int64_t>; member
1132 ColumnType::stack_id::type stack_id() const { in stack_id() function
1350 ColumnType::stack_id::type stack_id() const { in stack_id() function
[all …]
/aosp_15_r20/external/bcc/src/cc/api/
H A DBPFTable.cc291 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()
/aosp_15_r20/external/compiler-rt/lib/msan/
H A Dmsan_origin.h89 u32 stack_id = ChainedOriginDepotGet(getChainedId(), &prev_id); in getNextChainedOrigin() local
104 u32 stack_id = StackDepotPut(*stack); in CreateHeapOrigin() local
/aosp_15_r20/external/chromium-trace/catapult/systrace/profile_chrome/third_party/
H A Dperf_to_tracing.py74 def __init__(self, stack_id, name, category): argument
113 def __init__(self, stack_id, ts, cpu, tid, weight, samp_type, comm): argument
/aosp_15_r20/external/bcc/tests/cc/
H A Dtest_bpf_table.cc207 int stack_id = id[0]; variable
264 int stack_id = id[0]; variable
/aosp_15_r20/external/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cc94 static uptr GetCallerPC(u32 stack_id, StackDepotReverseMap *map) { in GetCallerPC()
118 u32 stack_id = m.stack_trace_id(); in ProcessPlatformSpecificAllocationsCb() local
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_globals.cc53 u32 stack_id; member
310 u32 stack_id = StackDepotPut(stack); in __asan_register_globals() local
H A Dasan_thread.h47 u32 stack_id; variable
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dmemleak.bpf.c54 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()
H A Dklockstat.c284 uint32_t stack_id; member
506 uint32_t stack_id; in print_stats() local
H A Dmemleak.h10 int stack_id; member
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.cc23 void IgnoreSet::Add(u32 stack_id) { in Add()
H A Dtsan_rtl_report.cc104 ReportStack *SymbolizeStackId(u32 stack_id) { in SymbolizeStackId()
359 void ScopedReport::AddSleep(u32 stack_id) { in AddSleep()
/aosp_15_r20/external/bcc/src/lua/bpf/
H A Dbuiltins.lua329 local function stack_id(e, ret, map_var, key) function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/
H A Dpool.rs573 let stack_id = caller % self.stacks.len(); in get_slow() localVariable
606 let stack_id = caller % self.stacks.len(); in put_value() localVariable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h154 unsigned int stack_id; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h154 unsigned int stack_id; member
/aosp_15_r20/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h155 unsigned int stack_id; member

12