Searched refs:CpuInPower (Results 1 – 6 of 6) sorted by relevance
/external/trappy/tests/ |
D | test_plotter.py | 97 [trappy.cpu_power.CpuInPower, 110 trappy.cpu_power.CpuInPower, 127 trappy.cpu_power.CpuInPower, 154 self.assertTrue(isinstance(l.templates[0], type(trappy.cpu_power.CpuInPower))) 181 trappy.cpu_power.CpuInPower, 188 trappy.cpu_power.CpuInPower, 220 self.assertTrue(l.templates[1], type(trappy.cpu_power.CpuInPower))
|
/external/trappy/trappy/ |
D | cpu_power.py | 125 class CpuInPower(Base): class 198 register_ftrace_parser(CpuInPower, "thermal")
|
/external/bart/docs/examples/ |
D | thermal.py | 39 config["IN"] = trappy.cpu_power.CpuInPower
|
/external/trappy/doc/ |
D | InteractivePlotter.ipynb | 238 …" trappy.cpu_power.CpuInPower, # TRAPpy Event (maps to a unique word in… 271 …" trappy.cpu_power.CpuInPower, # TRAPpy Event (maps to a unique word in the…
|
D | Plotter.ipynb | 486 " [trappy.cpu_power.CpuInPower, trappy.cpu_power.CpuOutPower],\n", 517 …"l = trappy.LinePlot(trace1, trappy.cpu_power.CpuInPower, column=[\"dynamic_power\", \"load1\"],\n…
|
/external/bart/docs/notebooks/thermal/ |
D | Thermal.ipynb | 48 "config[\"IN\"] = trappy.cpu_power.CpuInPower\n",
|