Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/scripts/python/
Dcheck-perf-trace.py41 common_callchain, call_site, ptr, bytes_req, bytes_alloc, argument
/linux-4.4.14/tools/perf/
Dbuiltin-kmem.c51 u64 bytes_alloc; member
69 int bytes_req, int bytes_alloc, int cpu) in insert_alloc_stat()
112 int bytes_req, int bytes_alloc) in insert_caller_stat()
159 bytes_alloc = perf_evsel__intval(evsel, sample, "bytes_alloc"); in perf_evsel__process_alloc_event() local
/linux-4.4.14/kernel/trace/
Dring_buffer.c4720 unsigned long bytes_alloc; member