Lines Matching defs:VmStruct
27 struct VmStruct {
38 impl VmStruct {
100 fn print_smaps_combined(infos: Vec<VmStruct>) {
119 fn print_smaps_verbose(infos: Vec<VmStruct>) {
140 fn print_smaps_core(infos: Vec<VmStruct>, value_keys: &Vec<(&str, &str)>, info_keys: &Vec<(&str, &str)>) {
141 let mut summary = VmStruct {
186 fn value_to_cell(i: &VmStruct, k: &str, t: &str) -> Cell {
199 fn info_to_cell(i: &VmStruct, k: &str, is_summary: bool) -> Cell {
221 fn read_smaps(file_path: &String, need_combine: bool) -> Vec<VmStruct> {
222 let mut output : Vec<VmStruct> = Vec::new();
274 let mut vms = VmStruct{