HomeSort by relevance Sort by last modified time
    Searched refs:bytes_alloc (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/
builtin-kmem.c 46 u64 bytes_alloc; member in struct:alloc_stat
120 int bytes_req, int bytes_alloc, int cpu)
141 data->bytes_alloc += bytes_alloc;
150 data->bytes_alloc = bytes_alloc;
160 int bytes_req, int bytes_alloc)
181 data->bytes_alloc += bytes_alloc;
190 data->bytes_alloc = bytes_alloc
207 int bytes_alloc; local
    [all...]
  /external/linux-tools-perf/scripts/perl/
check-perf-trace.pl 47 $call_site, $ptr, $bytes_req, $bytes_alloc,
55 printf("call_site=%p, ptr=%p, bytes_req=%u, bytes_alloc=%u, ".
57 $call_site, $ptr, $bytes_req, $bytes_alloc,
  /external/linux-tools-perf/scripts/python/
check-perf-trace.py 41 call_site, ptr, bytes_req, bytes_alloc,
49 "bytes_alloc=%u, gfp_flags=%s\n" % \
50 (call_site, ptr, bytes_req, bytes_alloc,

Completed in 432 milliseconds