Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						208fdf4210 
					 
					
						
						
							
							iozone: pylint fixes  
						
						
						
						
					 
					
						2015-10-08 09:10:08 +01:00 
						 
				 
			
				
					
						
							
							
								setrofim 
							
						 
					 
					
						
						
							
						
						0fc602ecdb 
					 
					
						
						
							
							Merge pull request  #43  from lisatn/iozone  
						
						... 
						
						
						
						Add iozone workload 
						
						
					 
					
						2015-10-08 08:59:36 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						552ea2a1bb 
					 
					
						
						
							
							fix: moving is_file and is_directory into BaseLinuxDevice, as relied on by get_properties.  
						
						
						
						
					 
					
						2015-10-05 16:30:33 +01:00 
						 
				 
			
				
					
						
							
							
								Lisa Nguyen 
							
						 
					 
					
						
						
							
						
						5f6247cf8b 
					 
					
						
						
							
							iozone: Modify comments  
						
						... 
						
						
						
						Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org > 
						
						
					 
					
						2015-10-01 14:57:35 -07:00 
						 
				 
			
				
					
						
							
							
								Lisa Nguyen 
							
						 
					 
					
						
						
							
						
						c96a50e081 
					 
					
						
						
							
							iozone: Add description to enable classifiers  
						
						... 
						
						
						
						In order to show more detailed results for the iozone
workload, inform users to enable classifiers in their
agenda or config file.
Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org > 
						
						
					 
					
						2015-10-01 14:48:09 -07:00 
						 
				 
			
				
					
						
							
							
								Lisa Nguyen 
							
						 
					 
					
						
						
							
						
						812bbffab1 
					 
					
						
						
							
							iozone: Rewrite parse_metrics() function  
						
						... 
						
						
						
						When users specify tests, the parse_metrics()
function doesn't capture the last report name and its
results during the parsing process. Fix the
parse_metrics() function to make sure the data for
all reports are captured.
Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org > 
						
						
					 
					
						2015-10-01 12:38:04 -07:00 
						 
				 
			
				
					
						
							
							
								Lisa Nguyen 
							
						 
					 
					
						
						
							
						
						361f1a0f0c 
					 
					
						
						
							
							iozone: Whitespace cleanup  
						
						... 
						
						
						
						Cleanup whitespace and reorganize code.
Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org > 
						
						
					 
					
						2015-10-01 11:52:51 -07:00 
						 
				 
			
				
					
						
							
							
								Lisa Nguyen 
							
						 
					 
					
						
						
							
						
						8e84e4a230 
					 
					
						
						
							
							iozone: Add descriptions and refactor code  
						
						... 
						
						
						
						Add test descriptions, remove defaults, and
fix functions to parse non-thread related data.
Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org > 
						
						
					 
					
						2015-10-01 11:37:05 -07:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						fe4d49e334 
					 
					
						
						
							
							android device: added swipe-to-unlock option  
						
						
						
						
					 
					
						2015-10-01 12:06:02 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						dc01dd79ee 
					 
					
						
						
							
							telemetry: report errors.  
						
						
						
						
					 
					
						2015-10-01 12:06:02 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						0003993173 
					 
					
						
						
							
							daq: updated workload labeling in daq_power.csv  
						
						... 
						
						
						
						Workload labels, rather than names, are now used in the "workload"
column. 
						
						
					 
					
						2015-10-01 12:05:53 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						b6442acf80 
					 
					
						
						
							
							device: more reliable get_properites  
						
						... 
						
						
						
						Pulling entries from procfs does not work on some platforms. This commit
updates get_properites() to cat the contents of a property_file and
write it to output file on the host, rather than pulling it (directories
are still pulled). 
						
						
					 
					
						2015-09-30 12:39:49 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						a6feb65b34 
					 
					
						
						
							
							daq: adding gpio_sync option.  
						
						... 
						
						
						
						When enabled, this wil cause the instrument to insert a marker into
ftrace, while at the same time setting a GPIO pin high.
For this to work, GPIO sysfs interface must be be enabed in the kernel
and the specified pin must be exported. 
						
						
					 
					
						2015-09-25 15:03:16 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						f1d3ebc466 
					 
					
						
						
							
							adding missing supported_platforms attributes.  
						
						... 
						
						
						
						Bbench only works on Android. It should advertise that fact by setting
supported_platforms to ['android'].
Telemetry is a Chrome browser workload that is only supported on
ChromeOS and Android. 
						
						
					 
					
						2015-09-23 08:42:09 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						0608356465 
					 
					
						
						
							
							list command: adding --packaged-only option  
						
						... 
						
						
						
						With this option, only extensions packaged with WA itself will be
listed. Extensions discovered from other packages or from local paths
will not appear in the list. 
						
						
					 
					
						2015-09-22 08:41:53 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						d7ef6ff8ba 
					 
					
						
						
							
							netstats: added "period" parameter.  
						
						... 
						
						
						
						This parameter allows specifying polling period for the on-device
service. 
						
						
					 
					
						2015-09-21 08:45:26 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						2904246cb5 
					 
					
						
						
							
							Adding netstats instrument.  
						
						... 
						
						
						
						This instrument allows monitoring data sent/received by applications on
an Android device. 
						
						
					 
					
						2015-09-18 09:33:17 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						5abb42eab9 
					 
					
						
						
							
							Do not attempt to get_sysfile_value() as root on unrooted devices.  
						
						
						
						
					 
					
						2015-09-18 09:33:17 +01:00 
						 
				 
			
				
					
						
							
							
								setrofim 
							
						 
					 
					
						
						
							
						
						ce91e34f9f 
					 
					
						
						
							
							Merge pull request  #47  from lisatn/rtapp-binary-update  
						
						... 
						
						
						
						rt-app: Update binaries 
						
						
					 
					
						2015-09-16 09:12:01 +01:00 
						 
				 
			
				
					
						
							
							
								Lisa Nguyen 
							
						 
					 
					
						
						
							
						
						18f4c3611c 
					 
					
						
						
							
							rt-app: Update binaries  
						
						... 
						
						
						
						A newer version of rt-app has been released. Built
binaries from git://git.linaro.org/power/rt-app.git.
Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org > 
						
						
					 
					
						2015-09-15 14:43:47 -07:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						6bdd6cf037 
					 
					
						
						
							
							energy_model: preserve indecies during bs power table calculation.  
						
						
						
						
					 
					
						2015-09-14 16:06:00 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						e36c619fc2 
					 
					
						
						
							
							vexperess flashing: added an option to keep UEFI entry  
						
						
						
						
					 
					
						2015-09-14 15:31:21 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						76253e1e26 
					 
					
						
						
							
							Fixing turning off UI in ChromeOS + adding it energy_model.  
						
						
						
						
					 
					
						2015-09-14 12:53:08 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						bf8dc6642f 
					 
					
						
						
							
							energy_model: cleanner error reporting.  
						
						
						
						
					 
					
						2015-09-14 11:05:26 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						3d8c384bb7 
					 
					
						
						
							
							cpufreq: handle non-integer output in get_available_frequencies  
						
						
						
						
					 
					
						2015-09-14 11:03:54 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						3247b63cb9 
					 
					
						
						
							
							shh: handle backspaces in serial output  
						
						
						
						
					 
					
						2015-09-14 10:58:14 +01:00 
						 
				 
			
				
					
						
							
							
								Lisa Nguyen 
							
						 
					 
					
						
						
							
						
						100c6c0ac9 
					 
					
						
						
							
							iozone: Add functions and rewrite update_result()  
						
						... 
						
						
						
						Added functions to parse thread-mode results and
non-thread mode results accordingly, in addition
to rewriting the update_result() function.
Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org > 
						
						
					 
					
						2015-09-13 20:50:17 -07:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						f063726cc3 
					 
					
						
						
							
							Further fixes for Juno flashing.  
						
						
						
						
					 
					
						2015-09-10 08:40:09 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						84f7adbfb2 
					 
					
						
						
							
							uefi menu: updated prompt_regex to handle debug UEFI builds.  
						
						
						
						
					 
					
						2015-09-09 17:40:02 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						b6c497d32b 
					 
					
						
						
							
							Updated boolean to interpret 'off' as False  
						
						
						
						
					 
					
						2015-09-09 14:32:27 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						f430187b11 
					 
					
						
						
							
							sysbench: fixed case where default timeout < max_time  
						
						
						
						
					 
					
						2015-09-08 18:00:17 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						37c49e22b3 
					 
					
						
						
							
							chromeos_test_image: added a runtime parameter to disable ui  
						
						
						
						
					 
					
						2015-09-08 17:43:10 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						9e12930a43 
					 
					
						
						
							
							dhrystone: kill any running instances during setup (also handle CTRL-C).  
						
						
						
						
					 
					
						2015-09-08 17:42:18 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						d5f4457701 
					 
					
						
						
							
							cpufreq: refined availability check not to rely on the top-level cpu/cpufreq directory  
						
						
						
						
					 
					
						2015-09-08 17:41:25 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						c9f86b05dd 
					 
					
						
						
							
							flashing: fixing vexpress flashing  
						
						
						
						
					 
					
						2015-09-07 17:56:05 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						6e447aa8b2 
					 
					
						
						
							
							docs: typo  
						
						
						
						
					 
					
						2015-09-07 17:55:42 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						5eb7ca07fe 
					 
					
						
						
							
							energy_model: fix cluster power estimation based on voltage.  
						
						
						
						
					 
					
						2015-09-07 11:52:31 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						6d6cddff58 
					 
					
						
						
							
							Added 'negative_values' to daq instrument which can be used to specify how negative values in the samples should be handled.  
						
						
						
						
					 
					
						2015-09-04 17:22:17 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						94cc17271e 
					 
					
						
						
							
							sysfs_extractor: fixed pulled files verification.  
						
						... 
						
						
						
						When no files are listed for one the specified directoris, the
instrument checks whether there are any files in that directory on the
device. If that directory itself does not exist; that will result in an
error. This is now handled correctly. 
						
						
					 
					
						2015-09-04 08:56:19 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						9aadb9087a 
					 
					
						
						
							
							http_assets: fixing that which was broken  
						
						
						
						
					 
					
						2015-09-04 08:56:15 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						2e35d4003f 
					 
					
						
						
							
							nenamark: made duration configurable.  
						
						
						
						
					 
					
						2015-09-03 17:29:42 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						0d076fe8ba 
					 
					
						
						
							
							andebench: added parameter to only run native portion of the benchmark.  
						
						
						
						
					 
					
						2015-09-03 17:21:45 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						bfed59a7cf 
					 
					
						
						
							
							Adding an HTTP-based resource getter.  
						
						
						
						
					 
					
						2015-09-03 13:55:44 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						047308a904 
					 
					
						
						
							
							ipython: pylint fixes  
						
						
						
						
					 
					
						2015-09-03 12:07:41 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						0179d45b5b 
					 
					
						
						
							
							energy_model: minor fix for previous adjustment.  
						
						
						
						
					 
					
						2015-09-03 11:06:26 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						c04b98c75a 
					 
					
						
						
							
							ipython: updated version check.  
						
						... 
						
						
						
						Version 4.0.0 changes API and breaks WA's usage of it. Updated version
check to only initialize ipython utils if version is < 4.0.0. 
						
						
					 
					
						2015-09-02 17:39:11 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						3501eccb8e 
					 
					
						
						
							
							energy_model: yet another adjustment to leakage compensation.  
						
						
						
						
					 
					
						2015-09-02 15:31:13 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						a80780b9ed 
					 
					
						
						
							
							energy_model: idle state fix  
						
						
						
						
					 
					
						2015-09-01 16:19:53 +01:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimov 
							
						 
					 
					
						
						
							
						
						1b6b0907f9 
					 
					
						
						
							
							energy_model: further fixes to idle measurement.  
						
						... 
						
						
						
						- Fix to core frequency to min
- Only disable idle states that are deeper than the measured state.
  Keep shallower states enabed. 
						
						
					 
					
						2015-08-28 17:12:24 +01:00 
						 
				 
			
				
					
						
							
							
								setrofim 
							
						 
					 
					
						
						
							
						
						4389a7d350 
					 
					
						
						
							
							Merge pull request  #46  from JaviMerino/fix_trace_warning  
						
						... 
						
						
						
						trace: fix data file trace name in warning 
						
						
					 
					
						2015-08-28 16:05:16 +01:00