HomeSort by relevance Sort by last modified time
    Searched refs:call_site (Results 1 - 7 of 7) 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/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/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 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) {

Completed in 1466 milliseconds