1
0
mirror of https://github.com/ARM-software/devlib.git synced 2024-10-06 10:50:51 +01:00
devlib/devlib
Brendan Jackman 1bc29d7abf instrument: Fix get_channels method
- `Instrument.channels` is a dictionary, we want the values not the
   keys; this is provded by `list_channels`.

- `InstrumentChannel` objects do not have a `measure` attribute. Use
  `kind` instead.
2017-04-25 15:58:51 +01:00
..
bin readenergy: New flag to specify execution duration 2017-03-16 08:07:11 +00:00
instrument instrument: Fix get_channels method 2017-04-25 15:58:51 +01:00
module cpufreq: Fix docstring for cpu parameter 2017-04-10 11:51:50 +01:00
platform gem5: fix for the previous fix 2017-02-27 17:24:01 +00:00
trace ftrace: Poke all CPUs for cpu_idle events before collecting trace 2016-11-08 17:00:23 +00:00
utils android: Improve error when _setup_ls fails 2017-03-01 18:56:05 +00:00
__init__.py gem5: Addition of gem5 simulation platform 2017-02-08 11:12:17 +00:00
exception.py DevlibError: Fix project name in docstring 2017-03-01 18:54:54 +00:00
host.py LocalConnection: Add ignored platform param to __init__ method 2017-02-14 11:30:32 +00:00
target.py Target: Fixes __setup_list_directory issue on production devices. 2017-03-29 17:18:49 +01:00