1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto/instrumentation
Sebastian Goscik 7c35c604f4 BaseLinuxDevice: Tidied up the way binaries are handled
Added:
get_binary_path: Checks binary_directory for the wanted binary, if
                 if its not there, it will use which to find a
                 system one. returns the full path

install_if_needed: will install a binary only if it is not present.

Changes:
 - Busybox is now deployed to non-rooted devices
 - is_installed has now been removed as the new functions supersede it
 - binaries will now always be installed to `binaries_directory` and
   not system folders.
 - updated workloads to use these new functions
   - rt-app and sysbench might still need work
2016-01-19 10:45:09 +00:00
..
coreutil Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
daq daq: fixed typo 2015-12-15 09:54:21 +00:00
delay delay: added fixed_before_start configuration; updated all to be very_slow 2015-08-12 16:12:38 +01:00
dmesg Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
energy_model Updated pylint for v1.5.1 2015-12-09 16:52:39 +00:00
energy_probe adding device_entry parameter to energy probe instrument 2015-04-29 10:42:44 +01:00
fps Updated pylint for v1.5.1 2015-12-09 16:52:39 +00:00
freqsweep freqsweap: fix: was erroneously merging runtime_params into workload_params 2015-11-19 14:11:23 +00:00
hwmon hwmon: print both before/after and mean temperatures 2015-07-06 14:09:50 +01:00
juno_energy juno_energy: add metrics to results and "strict" parameter 2016-01-07 11:09:00 +00:00
misc sysfs_extractor: fixed pulled files verification. 2015-09-04 08:56:19 +01:00
netstats netstats: added "period" parameter. 2015-09-21 08:45:26 +01:00
perf BaseLinuxDevice: Tidied up the way binaries are handled 2016-01-19 10:45:09 +00:00
pmu_logger Updated pylint for v1.5.1 2015-12-09 16:52:39 +00:00
screenon Updating screen on instrument to support periodic polling. 2015-04-15 17:54:07 +01:00
streamline streamline: cleaned up and added Linux support 2015-11-16 17:27:17 +00:00
systrace Added systrace instrument 2015-11-27 09:53:59 +00:00
trace_cmd BaseLinuxDevice: Tidied up the way binaries are handled 2016-01-19 10:45:09 +00:00
__init__.py Adding instrument_is_enabled function 2015-05-28 10:13:50 +01:00