Home
last modified time | relevance | path

Searched refs:callstack (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h147 void *callstack[128]; in showStackTrace() local
148 int i, frames = backtrace(callstack, 128); in showStackTrace()
149 char **strs = backtrace_symbols(callstack, frames); in showStackTrace()
/aosp12/system/extras/simpleperf/scripts/
H A Dreport_html.py172 self, event_count: int, callstack: List[Tuple[int, int, int]],
177 for i, (lib_id, func_id, addr) in enumerate(callstack):
197 for item in reversed(callstack):
201 for item in callstack:
659 callstack = [(lib_id, func_id, symbol.vaddr_in_file)]
667 callstack.append((lib_id, func_id, symbol.vaddr_in_file))
668 if len(callstack) > MAX_CALLSTACK_LENGTH:
669 callstack = callstack[:MAX_CALLSTACK_LENGTH]
670 thread.add_callstack(raw_sample.period, callstack, self.build_addr_hit_map)
/aosp12/system/extras/simpleperf/doc/
H A Dinferno.md14 Notice there is no concept of time in a flame graph since all callstack are
42 Inferno relies on simpleperf to record the callstack of a native application
77 callstack are impossible to merge properly. By default Inferno asks
H A Dexecutable_commands_reference.md480 so we know the callstack of a thread when it is scheduled out. And when reporting a perf.data
/aosp12/system/extras/simpleperf/scripts/purgatorio/
H A DREADME.md58 It's possible to select a given stack entry to zoom on it and look at entry deeper in the callstack
62 When studiyng system issues it's often useful to visualize an inverted callstack. This can be done …
/aosp12/bionic/libc/malloc_debug/
H A DREADME_api.md44 Each *uintptr\_t* is a pc of the callstack. If the total number
/aosp12/frameworks/native/vulkan/libvulkan/
H A Ddriver.cpp55 android::CallStack callstack; \
56 callstack.update(); \
57 callstack.log(LOG_TAG, ANDROID_LOG_DEBUG, " "); \
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Ddomain.te513 # Allow the tracing daemon and callstack sampler to use kallsyms to symbolize
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Ddomain.te513 # Allow the tracing daemon and callstack sampler to use kallsyms to symbolize
/aosp12/system/sepolicy/private/
H A Ddomain.te513 # Allow the tracing daemon and callstack sampler to use kallsyms to symbolize