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

  /external/linux-tools-perf/src/tools/perf/
builtin-kmem.c 40 u64 bytes_alloc; member in struct:alloc_stat
128 int bytes_req, int bytes_alloc, int cpu)
149 data->bytes_alloc += bytes_alloc;
160 data->bytes_alloc = bytes_alloc;
171 int bytes_req, int bytes_alloc)
192 data->bytes_alloc += bytes_alloc;
203 data->bytes_alloc = bytes_alloc
218 bytes_alloc = perf_evsel__intval(evsel, sample, "bytes_alloc"); local
    [all...]
  /external/linux-tools-perf/src/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/src/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 97 milliseconds