HomeSort by relevance Sort by last modified time
    Searched refs:call_site (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
linux_shadow_stacks.h 12 void __cyg_profile_func_enter(void *this_fn, void *call_site) NO_INSTRUMENT;
13 void __cyg_profile_func_exit(void *this_fn, void *call_site) NO_INSTRUMENT;
linux_shadow_stacks.cc 34 void __cyg_profile_func_enter(void *this_fn, void *call_site) {
115 void __cyg_profile_func_exit(void *this_fn, void *call_site) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-kmem.c 37 u64 call_site; member in struct:alloc_stat
127 static int insert_alloc_stat(unsigned long call_site, unsigned long ptr,
165 data->call_site = call_site;
170 static int insert_caller_stat(unsigned long call_site,
181 if (call_site > data->call_site)
183 else if (call_site < data->call_site)
189 if (data && data->call_site == call_site)
216 call_site = perf_evsel__intval(evsel, sample, "call_site"); local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/
check-perf-trace.pl 47 $call_site, $ptr, $bytes_req, $bytes_alloc,
55 printf("call_site=%p, ptr=%p, bytes_req=%u, bytes_alloc=%u, ".
57 $call_site, $ptr, $bytes_req, $bytes_alloc,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
check-perf-trace.py 41 call_site, ptr, bytes_req, bytes_alloc,
48 print "call_site=%u, ptr=%u, bytes_req=%u, " \
50 (call_site, ptr, bytes_req, bytes_alloc,
  /external/chromium_org/tools/cygprofile/
cygprofile.cc 352 void __cyg_profile_func_enter(void* this_fn, void* call_site)
354 void __cyg_profile_func_exit(void* this_fn, void* call_site)
370 void __cyg_profile_func_exit(void* this_fn, void* call_site) {}
  /external/lldb/scripts/Python/interface/
SBBlock.i 155 __swig_getmethods__["call_site"] = get_call_site
156 if _newclass: call_site = property(get_call_site, None, doc='''A read only property that returns a lldb.declaration object that contains the inlined call site file, line and column.''')
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.c 116 void* call_site);
118 void* call_site);
331 void __cyg_profile_func_enter(void* this_fn, void* call_site) {
357 void __cyg_profile_func_exit(void* this_fn, void* call_site) {
  /external/lldb/source/Symbol/
SymbolContext.cpp 181 const Declaration &call_site = inlined_block_info->GetCallSite(); local
182 if (call_site.IsValid())
185 call_site.DumpStopContext (s, show_fullpaths);
    [all...]
  /external/elfutils/0.153/
elfutils.spec 204 typed DWARF stack, call_site and entry_value.

Completed in 366 milliseconds