Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/
Dbuiltin-kmem.c37 u64 call_site; member
127 static int insert_alloc_stat(unsigned long call_site, unsigned long ptr, in insert_alloc_stat() argument
165 data->call_site = call_site; in insert_alloc_stat()
170 static int insert_caller_stat(unsigned long call_site, in insert_caller_stat() argument
181 if (call_site > data->call_site) in insert_caller_stat()
183 else if (call_site < data->call_site) in insert_caller_stat()
189 if (data && data->call_site == call_site) { in insert_caller_stat()
199 data->call_site = call_site; in insert_caller_stat()
216 call_site = perf_evsel__intval(evsel, sample, "call_site"); in perf_evsel__process_alloc_event() local
220 if (insert_alloc_stat(call_site, ptr, bytes_req, bytes_alloc, sample->cpu) || in perf_evsel__process_alloc_event()
[all …]
/external/linux-tools-perf/src/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/src/tools/perf/scripts/perl/
Dcheck-perf-trace.pl47 $call_site, $ptr, $bytes_req, $bytes_alloc,
57 $call_site, $ptr, $bytes_req, $bytes_alloc,
/external/lldb/scripts/Python/interface/
DSBBlock.i156 …if _newclass: call_site = property(get_call_site, None, doc='''A read only property that returns a…
/external/lldb/source/Symbol/
DSymbolContext.cpp181 const Declaration &call_site = inlined_block_info->GetCallSite(); in DumpStopContext() local
182 if (call_site.IsValid()) in DumpStopContext()
185 call_site.DumpStopContext (s, show_fullpaths); in DumpStopContext()
/external/elfutils/src/config/
Delfutils.spec.in325 typed DWARF stack, call_site and entry_value.
/external/elfutils/src/
DNEWS168 Support for typed DWARF stack, call_site and entry_value.
/external/lldb/www/python_reference/
Dapi-objects.txt2367 lldb.SBBlock.call_site lldb.SBBlock-class.html#call_site