Searched refs:add_line_with_indentation (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/packages/services/Car/tools/cpu_perf/ |
D | config.py | 34 add_line_with_indentation(strs, "allcores:", 4) 36 add_line_with_indentation(strs, "onlines:", 4) 38 add_line_with_indentation(strs, "governor:", 4) 40 add_line_with_indentation(strs, "governors:[", 4) 42 add_line_with_indentation(strs, str(k), 8) 46 add_line_with_indentation(strs, "cpusets:[", 4) 48 add_line_with_indentation(strs, str(k), 8) 64 add_line_with_indentation(strs, "allcores:", 2) 66 add_line_with_indentation(strs, "coreMaxFreqKHz:", 2) 69 add_line_with_indentation(strs, str(k), 2) [all …]
|
D | perfetto_cpu_analysis.py | 30 from config import add_line_with_indentation 79 add_line_with_indentation(msgs, 82 add_line_with_indentation(msgs, 50 * "-", indentation) 86 add_line_with_indentation(msgs,
|