Searched refs:callstack (Results 1 – 10 of 10) sorted by relevance
/aosp12/packages/inputmethods/LatinIME/native/jni/src/ |
H A D | defines.h | 147 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 D | report_html.py | 172 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 D | inferno.md | 14 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 D | executable_commands_reference.md | 480 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 D | README.md | 58 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 D | README_api.md | 44 Each *uintptr\_t* is a pc of the callstack. If the total number
|
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | driver.cpp | 55 android::CallStack callstack; \ 56 callstack.update(); \ 57 callstack.log(LOG_TAG, ANDROID_LOG_DEBUG, " "); \
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | domain.te | 513 # Allow the tracing daemon and callstack sampler to use kallsyms to symbolize
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | domain.te | 513 # Allow the tracing daemon and callstack sampler to use kallsyms to symbolize
|
/aosp12/system/sepolicy/private/ |
H A D | domain.te | 513 # Allow the tracing daemon and callstack sampler to use kallsyms to symbolize
|