Home
last modified time | relevance | path

Searched refs:bytes_alloc (Results 1 – 3 of 3) sorted by relevance

/tools/perf/scripts/python/
Dcheck-perf-trace.py41 common_callchain, call_site, ptr, bytes_req, bytes_alloc, argument
50 (call_site, ptr, bytes_req, bytes_alloc,
/tools/perf/scripts/perl/
Dcheck-perf-trace.pl47 $call_site, $ptr, $bytes_req, $bytes_alloc,
57 $call_site, $ptr, $bytes_req, $bytes_alloc,
/tools/perf/
Dbuiltin-kmem.c51 u64 bytes_alloc; member
69 int bytes_req, int bytes_alloc, int cpu) in insert_alloc_stat() argument
90 data->bytes_alloc += bytes_alloc; in insert_alloc_stat()
101 data->bytes_alloc = bytes_alloc; in insert_alloc_stat()
112 int bytes_req, int bytes_alloc) in insert_caller_stat() argument
133 data->bytes_alloc += bytes_alloc; in insert_caller_stat()
144 data->bytes_alloc = bytes_alloc; in insert_caller_stat()
159 bytes_alloc = perf_evsel__intval(evsel, sample, "bytes_alloc"); in perf_evsel__process_alloc_event() local
161 if (insert_alloc_stat(call_site, ptr, bytes_req, bytes_alloc, sample->cpu) || in perf_evsel__process_alloc_event()
162 insert_caller_stat(call_site, bytes_req, bytes_alloc)) in perf_evsel__process_alloc_event()
[all …]