Searched refs:call_site (Results 1 – 8 of 8) sorted by relevance
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-kmem.c | 37 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/ |
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/src/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/lldb/scripts/Python/interface/ |
D | SBBlock.i | 156 …if _newclass: call_site = property(get_call_site, None, doc='''A read only property that returns a…
|
/external/lldb/source/Symbol/ |
D | SymbolContext.cpp | 181 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/ |
D | elfutils.spec.in | 325 typed DWARF stack, call_site and entry_value.
|
/external/elfutils/src/ |
D | NEWS | 168 Support for typed DWARF stack, call_site and entry_value.
|
/external/lldb/www/python_reference/ |
D | api-objects.txt | 2367 lldb.SBBlock.call_site lldb.SBBlock-class.html#call_site
|