1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-09-01 09:31:53 +01:00

Commit Graph

  • a4c22cef71 utils/rendering: Fix incorrect debug message Marc Bonnici 2019-01-09 11:09:33 +00:00
  • 3da7fbc9dd utils/rendering: Fix default value Marc Bonnici 2019-01-09 11:08:33 +00:00
  • f2a87ce61c utils.android.ApkInfo: Retrieve APK class methods Pierre-Clement Tosi 2018-12-18 11:53:08 +00:00
  • 2b6cb264cf utils.android.ApkInfo: Add reading activity names Pierre-Clement Tosi 2018-12-18 11:49:12 +00:00
  • 7e0e6e8706 utils.android: Add ApkInfo._run() Pierre-Clement Tosi 2018-12-18 11:43:44 +00:00
  • 4fabcae0b4 cgroups.py: strip slashes, don't drop first char this makes it cope with both, names starting with or without slashes Volker Eckert 2018-12-21 15:11:42 +00:00
  • 3c4a282c29 devlib/version: Update to development version Marc Bonnici 2019-01-04 11:13:18 +00:00
  • 683da92067 devlib: Version Bump to v1.1 v1.1.0 Marc Bonnici 2018-12-21 10:49:14 +00:00
  • 1569be9ba7 trace/serial_trace: Ensure markers are encoded to before writing. Marc Bonnici 2018-12-14 15:18:43 +00:00
  • f1b7fd184a module/cgroups: Execute command as root when launching cmd in cgroup Marc Bonnici 2018-12-05 16:02:55 +00:00
  • 22a5945460 ftrace: Turn TraceCollector into a context manager Douglas RAILLARD 2018-12-03 12:31:32 +00:00
  • fbf0875357 serial_port: Handle exception in open_serial_connection Douglas RAILLARD 2018-11-27 17:20:47 +00:00
  • b7ab340d33 instrument: Fix active_channels for Python 3 Quentin Perret 2018-11-27 16:27:57 +00:00
  • beb824256d bin: Add ppc64le binaries Juri Lelli 2018-11-23 15:54:31 +01:00
  • efbf630422 utils/ssh: Remove original traceback from exception Marc Bonnici 2018-11-21 14:02:20 +00:00
  • 389ec76c1e escaping: Use pipes.quote instead of escape_* Douglas RAILLARD 2018-10-30 15:52:45 +00:00
  • 1f50b0ffc2 quoting: Use shlex.split instead of str.split Douglas RAILLARD 2018-10-30 16:19:46 +00:00
  • ed7f0e56a2 subprocess: Fix quoting issues Douglas RAILLARD 2018-10-30 15:05:03 +00:00
  • d376bc10ee module/sched: SchedDomain: Turn flags definition into an enum Valentin Schneider 2018-11-08 13:43:52 +00:00
  • 60c2e7721e setup.py: Add enum34 dependency for Python < 3.4 Valentin Schneider 2018-11-13 13:24:09 +00:00
  • 5e13a045a3 utils/ssh.py: try to make failure to parse response more obvious Volker Eckert 2018-11-07 20:17:48 +00:00
  • c4c76ebcf8 devlib/target: change get_rotation (Android) syltaylor 2018-11-15 16:03:00 +00:00
  • bdaea26f6f utils/misc: memoized: fix kwarg IDs Sergei Trofimov 2018-11-14 13:38:55 +00:00
  • a3c04fc140 utils/misc: document memoized limitation Sergei Trofimov 2018-11-14 13:30:07 +00:00
  • 94c1339efd module/cpufreq: Add userspace special case for use_governor() Valentin Schneider 2018-11-12 17:48:59 +00:00
  • 85e0fb08fe target: add page_size_kb property Sergei Trofimov 2018-11-02 10:56:19 +00:00
  • 74444210e7 module/sched: Harden probe() Valentin Schneider 2018-11-01 16:13:28 +00:00
  • da3afeba2e target: Remove failed modules from target.modules Douglas RAILLARD 2018-10-31 16:33:34 +00:00
  • 4a4739cefb doc: Fix formatting Marc Bonnici 2018-10-31 10:09:45 +00:00
  • 01c39cfe4c doc/conns: Update documentation to include strip_colors parameter Marc Bonnici 2018-10-31 10:08:32 +00:00
  • b9b38a20f6 target: Ensure consistency between target.execute() and conn.execute() Quentin Perret 2018-10-30 10:00:54 +00:00
  • 809d987f84 AndroidTarget: Change screen resolution acquisition method Valentin Schneider 2018-10-19 18:29:08 +01:00
  • bf1310c278 module/systrace: Handle empty lines for category listing Valentin Schneider 2018-10-19 18:28:29 +01:00
  • 78de479a43 module/systrace: Fix subprocess interactions for Python 3 Valentin Schneider 2018-10-19 18:27:11 +01:00
  • 75332cf14a module/systrace: Fix platform_tools use Valentin Schneider 2018-10-19 18:18:11 +01:00
  • 6089eaf40a module/sched: Fix sched procfs parsing for >= 10 CPU systems Valentin Schneider 2018-10-17 15:23:28 +01:00
  • fa41bb01d2 modules: Update docs with 'setup' stage for module initialization Marc Bonnici 2018-10-10 10:25:17 +01:00
  • 8654a6dc2b devlib: Add development tag to version number Marc Bonnici 2018-09-20 11:04:14 +01:00
  • 150fe2b32b instrument/daq: Provide available devices in error message Marc Bonnici 2018-09-20 15:18:22 +01:00
  • f2a88fd1dc host: Allow pull method to deal with directories Marc Bonnici 2018-09-20 14:49:00 +01:00
  • b7a04c9ebc devlib: Fix incorrect imports Marc Bonnici 2018-09-20 10:51:29 +01:00
  • 5d97c3186b Add a fallback for sys.stdout.encoding uses Valentin Schneider 2018-09-20 12:37:52 -07:00
  • d86d67f49c target.py: cope with non-root users and with non-standard home directories Volker Eckert 2018-09-07 18:35:40 +01:00
  • 996ee82f09 utils/rendering: Fix Python 3 compatibility Marc Bonnici 2018-09-04 11:41:32 +01:00
  • 61208ce2e0 target: read_tree_values: handle multiline values Sergei Trofimov 2018-08-23 09:57:56 +01:00
  • 8cd1470bb8 module/cpufreq: Add a contextmanager for temporary governor changes Valentin Schneider 2018-08-24 10:27:47 +01:00
  • 66be73be3e module/hotplug: Add list_hotpluggable_cpus helper Valentin Schneider 2018-08-23 14:11:10 +01:00
  • 63d2fb53fc Instrument/BaylibreAcme: Add IIO-based ACME instr. Pierre-Clement Tosi 2018-06-28 21:33:47 +01:00
  • 30dc161f12 trace/perf: Add support for collecting metrics with perf Marc Bonnici 2018-07-27 14:20:59 +01:00
  • d6df5c81fd utils/ssh: Force connection to be closed if logout is unsuccessful Marc Bonnici 2018-08-20 11:16:09 +01:00
  • b0463e58d8 ssh: Use atexit to automatically close ssh connections Marc Bonnici 2018-08-20 11:15:48 +01:00
  • 512c5f3737 Remove duplicate copyright headers Valentin Schneider 2018-08-17 14:57:34 +01:00
  • cc0582ef59 exceptions: Update doc for transient exceptions Douglas RAILLARD 2018-06-22 17:21:25 +01:00
  • ec717e3399 netstats: fix typo exception in message Douglas RAILLARD 2018-06-22 16:31:06 +01:00
  • 511d478164 exceptions: Classify transient exceptions Douglas RAILLARD 2018-06-20 15:04:12 +01:00
  • d6d322c8ac devlib/__init__: Update installed version to conform with PEP440 Marc Bonnici 2018-07-26 11:37:01 +01:00
  • ae99db3e24 utils/version: Fix check to only decode bytes Marc Bonnici 2018-07-26 11:24:21 +01:00
  • 241c7e01bd cgroups: fix pylin bug Patrick Bellasi 2018-07-18 16:21:12 +01:00
  • 68b418dac2 cgroups: explicitly check for proper CGroup naming Patrick Bellasi 2018-07-18 15:59:02 +01:00
  • df61b2a269 utils/misc: check_output: handle unset sys encoding Sergei Trofimov 2018-07-18 16:49:36 +01:00
  • e8a03e00f3 doc: mention ChromeOsTarget in overview Sergei Trofimov 2018-07-17 17:03:38 +01:00
  • 4b5f65699f doc/version: Update to release version Marc Bonnici 2018-07-13 15:48:02 +01:00
  • 454b94501c pylint fixes Marc Bonnici 2018-07-11 17:30:45 +01:00
  • 5cb551b315 utils/parse_aep: Fix typo when retrieving initial timestamp Marc Bonnici 2018-07-13 13:39:45 +01:00
  • 3b0df282a9 utils/parse_aep: Correct typo in method arguments Marc Bonnici 2018-07-13 13:31:44 +01:00
  • 27fc75f74c utils/android: Remove uncessary parameter from method Marc Bonnici 2018-07-11 17:31:11 +01:00
  • 473f37f1bc utils/ssh: Remove unused paramter from method Marc Bonnici 2018-07-12 17:25:31 +01:00
  • ae8db119a9 doc: document Target.model Sergei Trofimov 2018-07-13 12:37:24 +01:00
  • 472c5a3294 target: add system_id Sergei Trofimov 2018-07-13 12:18:17 +01:00
  • 8ac89fe9ed utils/version: do not decode bytes Sergei Trofimov 2018-07-11 09:29:13 +01:00
  • 56f3b1c317 setup.py: add -s flag to sdist v1.0.0 Sergei Trofimov 2018-07-06 17:09:09 +01:00
  • 34c6d1983b version: Release version 1.0.0 Marc Bonnici 2018-06-29 17:08:34 +01:00
  • c4ababcd50 utils/misc: Ensure outputs are strings when raising exceptions Marc Bonnici 2018-07-04 17:50:31 +01:00
  • 9fd690efb3 Update copyrights Sergei Trofimov 2018-07-04 15:52:22 +01:00
  • e16c42fe2c target: Add new attribute to Target to indicate a container Marc Bonnici 2018-06-29 16:01:43 +01:00
  • 8aa9d672a1 devlib: Replace errors when decoding output from subprocess Marc Bonnici 2018-06-28 12:21:45 +01:00
  • 533a2fd2c1 doc/target: Fix typo in method description Marc Bonnici 2018-06-28 10:37:14 +01:00
  • 8e1dc1359a target: fix new line handling in os_version Sergei Trofimov 2018-06-27 14:23:47 +01:00
  • fec0868734 setup.py: Change format of version to conform with PEP440 Marc Bonnici 2018-06-27 10:44:14 +01:00
  • 0915d97f71 module: Add devfreq module Michele Di Giorgio 2018-06-22 17:19:03 +01:00
  • d81b72a91b trace: Add a Systrace TraceCollector Valentin Schneider 2018-06-21 19:10:42 +01:00
  • 96ffa64ad8 AndroidTarget: Add some more screen utility methods Valentin Schneider 2018-06-20 17:59:22 +01:00
  • 38037850b6 AndroidTarget: Add force_new parameter to open_url Valentin Schneider 2018-06-20 17:49:20 +01:00
  • 56a7394d58 utils/android: Add the definition of some intent flags Valentin Schneider 2018-06-22 09:29:25 +01:00
  • bda1115adb AndroidTarget: Fix escape_double_quote typo Valentin Schneider 2018-06-20 17:47:34 +01:00
  • cc04e1a839 Implement PEP396 Sergei Trofimov 2018-06-14 16:33:14 +01:00
  • 4a862d06bb utils/version: add get_commit Sergei Trofimov 2018-06-14 16:25:42 +01:00
  • f1c945bb5e utils/types: implement __ne__ for caseless_string Sergei Trofimov 2018-06-14 14:41:20 +01:00
  • 51452d204c module: Add sched module Valentin Schneider 2018-06-07 19:13:49 +01:00
  • 7231030991 target: Add strict option to KernelConfig.get() Valentin Schneider 2018-06-08 18:15:10 +01:00
  • 085737bbfa gem5: Add checkpoint support Sascha Bischoff 2018-06-07 13:39:39 +01:00
  • 9e45d65c94 gem5: Unmount the VirtIO device at the end of the run Sascha Bischoff 2018-06-07 13:35:50 +01:00
  • 008f96673f utils/android: add recent Android versions Sergei Trofimov 2018-06-12 13:39:39 +01:00
  • 77a6de9453 utils/android: include stderr in adb_shell output Sergei Trofimov 2018-06-13 13:51:27 +01:00
  • d4b0dedc2a utils/misc: add combined output option to check_output Sergei Trofimov 2018-06-13 13:47:41 +01:00
  • 69cd3be96c target: ensure shell_prompt is a bytes_regex Sergei Trofimov 2018-06-13 17:13:08 +01:00
  • 7e942cdd4a utils/types: add regex types Sergei Trofimov 2018-06-13 17:09:02 +01:00
  • 41f460afbe trace/serial_trace: Flush data to file before copying Sascha Bischoff 2018-06-14 11:27:12 +01:00
  • 804a044efc platform/arm: Add import sys Waleed El-Geresy 2018-06-13 15:02:52 +01:00
  • b06035fb12 Fix Python3 Byte and Regex Handling Waleed El-Geresy 2018-06-13 12:08:47 +01:00