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.py42 common_callchain, call_site, ptr, bytes_req, bytes_alloc, argument
51 (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.c63 u64 bytes_alloc; member
86 int bytes_req, int bytes_alloc, int cpu) in insert_alloc_stat() argument
107 data->bytes_alloc += bytes_alloc; in insert_alloc_stat()
118 data->bytes_alloc = bytes_alloc; in insert_alloc_stat()
125 data->last_alloc = bytes_alloc; in insert_alloc_stat()
131 int bytes_req, int bytes_alloc) in insert_caller_stat() argument
152 data->bytes_alloc += bytes_alloc; in insert_caller_stat()
163 data->bytes_alloc = bytes_alloc; in insert_caller_stat()
177 bytes_alloc = evsel__intval(evsel, sample, "bytes_alloc"); in evsel__process_alloc_event() local
179 if (insert_alloc_stat(call_site, ptr, bytes_req, bytes_alloc, sample->cpu) || in evsel__process_alloc_event()
[all …]