Home
last modified time | relevance | path

Searched defs:call_site (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
Dlinux_shadow_stacks.cc34 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/
Dbuiltin-kmem.c37 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/
Dcheck-perf-trace.py41 call_site, ptr, bytes_req, bytes_alloc, argument
/external/chromium_org/tools/cygprofile/
Dcygprofile.cc370 void __cyg_profile_func_exit(void* this_fn, void* call_site) {} in __cyg_profile_func_exit()
/external/lldb/source/Symbol/
DSymbolContext.cpp181 const Declaration &call_site = inlined_block_info->GetCallSite(); in DumpStopContext() local