Searched refs:bytes_req (Results 1 – 3 of 3) sorted by relevance
/tools/perf/scripts/python/ |
D | check-perf-trace.py | 42 common_callchain, call_site, ptr, bytes_req, bytes_alloc, argument 51 (call_site, ptr, bytes_req, bytes_alloc,
|
/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,
|
/tools/perf/ |
D | builtin-kmem.c | 62 u64 bytes_req; member 86 int bytes_req, int bytes_alloc, int cpu) in insert_alloc_stat() argument 106 data->bytes_req += bytes_req; in insert_alloc_stat() 117 data->bytes_req = bytes_req; in insert_alloc_stat() 131 int bytes_req, int bytes_alloc) in insert_caller_stat() argument 151 data->bytes_req += bytes_req; in insert_caller_stat() 162 data->bytes_req = bytes_req; in insert_caller_stat() 176 int bytes_req = evsel__intval(evsel, sample, "bytes_req"), 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() 180 insert_caller_stat(call_site, bytes_req, bytes_alloc)) in evsel__process_alloc_event() [all …]
|