Home
last modified time | relevance | path

Searched refs:mem_total (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/perf/util/
Denv.h25 u64 mem_total; member
Dheader.c793 u64 mem_total, mem_free, mem; in write_topo_node() local
808 mem_total = mem; in write_topo_node()
816 ret = do_write(ff, &mem_total, sizeof(u64)); in write_topo_node()
1663 n->node, n->mem_total, n->mem_free); in print_numa_topology()
2239 if (do_read_u64(ff, &n->mem_total)) in process_numa_topology()
/Linux-v4.19/kernel/
Dsys.c2505 unsigned long mem_total, sav_total; in do_sysinfo() local
2530 mem_total = info->totalram + info->totalswap; in do_sysinfo()
2531 if (mem_total < info->totalram || mem_total < info->totalswap) in do_sysinfo()
2538 sav_total = mem_total; in do_sysinfo()
2539 mem_total <<= 1; in do_sysinfo()
2540 if (mem_total < sav_total) in do_sysinfo()
/Linux-v4.19/tools/perf/Documentation/
Dperf.data-file-format.txt183 uint64_t mem_total;