Searched defs:call_site (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | linux_shadow_stacks.cc | 34 void __cyg_profile_func_enter(void *this_fn, void *call_site) { in __cyg_profile_func_enter() 115 void __cyg_profile_func_exit(void *this_fn, void *call_site) { in __cyg_profile_func_exit()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
D | builtin-kmem.c | 37 u64 call_site; member 127 static int insert_alloc_stat(unsigned long call_site, unsigned long ptr, in insert_alloc_stat() 170 static int insert_caller_stat(unsigned long call_site, in insert_caller_stat() 216 call_site = perf_evsel__intval(evsel, sample, "call_site"); in perf_evsel__process_alloc_event() local 251 unsigned long call_site, in search_alloc_stat()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/ |
D | check-perf-trace.py | 41 call_site, ptr, bytes_req, bytes_alloc, argument
|
/external/chromium_org/tools/cygprofile/ |
D | cygprofile.cc | 370 void __cyg_profile_func_exit(void* this_fn, void* call_site) {} in __cyg_profile_func_exit()
|
/external/lldb/source/Symbol/ |
D | SymbolContext.cpp | 181 const Declaration &call_site = inlined_block_info->GetCallSite(); in DumpStopContext() local
|