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

  /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");
441 // their call_site values.
453 // Mark call instructions that aren't nounwind as no-action (call_site ==
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 257 // void __cyg_profile_func_{enter,exit} (void *this_fn, void *call_site);
    [all...]
  /prebuilts/qemu-kernel/x86/3.4/
vmlinux-qemu 
  /prebuilts/qemu-kernel/arm/3.4/
vmlinux-qemu-armv7 
  /prebuilts/qemu-kernel/mips/3.4/
kernel-qemu 
vmlinux-qemu 

Completed in 123 milliseconds