Searched refs:call_site (Results 1 – 7 of 7) sorted by relevance
/external/linux-tools-perf/ |
D | builtin-kmem.c | 43 u64 call_site; member 119 static void insert_alloc_stat(unsigned long call_site, unsigned long ptr, in insert_alloc_stat() argument 155 data->call_site = call_site; in insert_alloc_stat() 159 static void insert_caller_stat(unsigned long call_site, in insert_caller_stat() argument 170 if (call_site > data->call_site) in insert_caller_stat() 172 else if (call_site < data->call_site) in insert_caller_stat() 178 if (data && data->call_site == call_site) { in insert_caller_stat() 186 data->call_site = call_site; in insert_caller_stat() 204 unsigned long call_site; in process_alloc_event() local 211 call_site = raw_field_value(event, "call_site", data); in process_alloc_event() [all …]
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | 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;
|
D | linux_shadow_stacks.cc | 34 void __cyg_profile_func_enter(void *this_fn, void *call_site) { in __cyg_profile_func_enter() argument 115 void __cyg_profile_func_exit(void *this_fn, void *call_site) { in __cyg_profile_func_exit() argument
|
/external/linux-tools-perf/scripts/python/ |
D | check-perf-trace.py | 41 call_site, ptr, bytes_req, bytes_alloc, argument 50 (call_site, ptr, bytes_req, bytes_alloc,
|
/external/linux-tools-perf/scripts/perl/ |
D | check-perf-trace.pl | 47 $call_site, $ptr, $bytes_req, $bytes_alloc, 57 $call_site, $ptr, $bytes_req, $bytes_alloc,
|
/external/chromium_org/tools/cygprofile/ |
D | 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) { in __cyg_profile_func_exit() argument
|
/external/chromium_org/native_client_sdk/src/libraries/xray/ |
D | 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) {
|