HomeSort by relevance Sort by last modified time
    Searched full:call_site (Results 1 - 14 of 14) 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/
builtin-kmem.c 43 u64 call_site; member in struct:alloc_stat
119 static void insert_alloc_stat(unsigned long call_site, unsigned long ptr,
155 data->call_site = call_site;
159 static void insert_caller_stat(unsigned long call_site,
170 if (call_site > data->call_site)
172 else if (call_site < data->call_site)
178 if (data && data->call_site == call_site)
204 unsigned long call_site; local
    [all...]
  /external/linux-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/linux-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/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 97 Int32Ty, // call_site
129 // Get a reference to the call_site field.
134 Value *CallSite = Builder.CreateGEP(FuncCtx, Idxs, "call_site");
444 // their call_site values.
456 // Mark call instructions that aren't nounwind as no-action (call_site ==
  /external/chromium_org/tools/cygprofile/
cygprofile.cc 49 void __cyg_profile_func_enter(void* this_fn, void* call_site)
51 void __cyg_profile_func_exit(void* this_fn, void* call_site)
398 void __cyg_profile_func_exit(void* this_fn, void* call_site) {
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.c 116 void* call_site);
118 void* call_site);
325 void __cyg_profile_func_enter(void* this_fn, void* call_site) {
351 void __cyg_profile_func_exit(void* this_fn, void* call_site) {
  /prebuilts/qemu-kernel/x86/
vmlinux-qemu 
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 294 // void __cyg_profile_func_{enter,exit} (void *this_fn, void *call_site);
    [all...]
  /prebuilts/qemu-kernel/arm/
vmlinux-qemu 
vmlinux-qemu-armv7 
  /prebuilts/qemu-kernel/mips/
kernel-qemu 
vmlinux-qemu 

Completed in 1272 milliseconds