Home
last modified time | relevance | path

Searched defs:bytes_alloc (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-4.19/tools/perf/scripts/python/
Dcheck-perf-trace.py41 common_callchain, call_site, ptr, bytes_req, bytes_alloc, argument
/kernel/linux/linux-5.10/tools/perf/scripts/python/
Dcheck-perf-trace.py42 common_callchain, call_site, ptr, bytes_req, bytes_alloc, argument
/kernel/linux/linux-4.19/tools/perf/
Dbuiltin-kmem.c58 u64 bytes_alloc; member
81 int bytes_req, int bytes_alloc, int cpu) in insert_alloc_stat()
126 int bytes_req, int bytes_alloc) in insert_caller_stat()
173 bytes_alloc = perf_evsel__intval(evsel, sample, "bytes_alloc"); in perf_evsel__process_alloc_event() local
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-kmem.c63 u64 bytes_alloc; member
86 int bytes_req, int bytes_alloc, int cpu) in insert_alloc_stat()
131 int bytes_req, int bytes_alloc) in insert_caller_stat()
177 bytes_alloc = evsel__intval(evsel, sample, "bytes_alloc"); in evsel__process_alloc_event() local
/kernel/linux/linux-4.19/kernel/trace/
Dring_buffer.c4903 unsigned long bytes_alloc; member
/kernel/linux/linux-5.10/kernel/trace/
Dring_buffer.c5507 unsigned long bytes_alloc; member