Home
last modified time | relevance | path

Searched refs:call_site (Results 1 – 7 of 7) sorted by relevance

/external/linux-tools-perf/
Dbuiltin-kmem.c43 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/
Dlinux_shadow_stacks.h12 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;
Dlinux_shadow_stacks.cc34 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/
Dcheck-perf-trace.py41 call_site, ptr, bytes_req, bytes_alloc, argument
50 (call_site, ptr, bytes_req, bytes_alloc,
/external/linux-tools-perf/scripts/perl/
Dcheck-perf-trace.pl47 $call_site, $ptr, $bytes_req, $bytes_alloc,
57 $call_site, $ptr, $bytes_req, $bytes_alloc,
/external/chromium_org/tools/cygprofile/
Dcygprofile.cc49 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/
Dxray.c116 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) {