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

Commit Graph

  • 6abe6067da trace/serial_trace: Add capability to trace serial traffic Sascha Bischoff 2018-06-12 16:24:39 +01:00
  • c4f6a1a85f Instrument: Fix & restructure reset() Pierre-Clement Tosi 2018-05-30 14:15:52 +01:00
  • fe0d6eda2a utils/android: Try to ping adb devices regardless of connection type Marc Bonnici 2018-06-04 14:35:54 +01:00
  • 5cafd2ec4d Add support for Python 3 Sergei Trofimov 2018-05-30 15:58:32 +01:00
  • 0d63386343 module/cpufreq: include policy0 in probe path Sergei Trofimov 2018-06-06 15:25:42 +01:00
  • a35f715b63 doc/cpufreq: Add docs for max/min frequency methods. Marc Bonnici 2018-06-01 15:01:35 +01:00
  • 55762edf19 cpufreq: Add methods to retrieve max/min available frequencies for a cpu Marc Bonnici 2018-05-31 09:36:36 +01:00
  • 1d9dc42af5 target: Increase timeout for checking if rooted. Marc Bonnici 2018-05-31 09:19:12 +01:00
  • be4f01ebaf cgroups: add execute as root Vincent Guittot 2018-05-30 12:19:48 +02:00
  • d6ccbb44c3 module/cpuidle: ensure get_states() returns a list Sergei Trofimov 2018-05-22 12:18:51 +01:00
  • 329df6f42e AndroidTarget: Ensure path is correctly quoted when listing directories Marc Bonnici 2018-05-10 11:07:02 +01:00
  • 63bf68b49d LinuxTarget: Ensure path is correctly quoted when listing directories Marc Bonnici 2018-05-10 10:26:00 +01:00
  • 7e39ecf142 cpufreq: add missing get_driver() method sergei Trofimov 2018-04-30 15:40:15 +01:00
  • 1e839028a1 target.py: Update default shell prompt Marc Bonnici 2018-04-25 17:20:28 +01:00
  • 9eb88cd598 trace: Add screencapture Sascha Bischoff 2018-04-20 14:15:17 +01:00
  • bb3ae48d25 exception: Update "TargetNotRespondingError" syntax. Marc Bonnici 2018-04-20 17:04:26 +01:00
  • 58c0d30b26 target: Make sure xml is encoded properly before writing to file Marc Bonnici 2018-04-20 10:05:50 +01:00
  • 87b235638a utis/misc: make check_output thread-safe sergei Trofimov 2018-04-20 10:06:29 +01:00
  • b88b400d8d doc: document capture_screen timestamp Sergei Trofimov 2018-04-11 10:58:01 +01:00
  • 8370c8fba3 target: timestamp for capture_screen Sergei Trofimov 2018-04-11 10:48:49 +01:00
  • 2a23c435d4 README: Add link to documentation on readthedocs Marc Bonnici 2018-01-12 16:32:39 +00:00
  • 59e2f2d126 docs/target: Add install_if_neeeded method info Marc Bonnici 2018-04-10 17:21:40 +01:00
  • 56e9147e58 setup.py: update URL Sergei Trofimov 2018-03-22 11:07:53 +00:00
  • 9678c7372e AndroidTarget: add capture_ui_hierarchy Sergei Trofimov 2018-03-21 14:57:05 +00:00
  • 078f0dc641 derived/energy: Fix energy calculation Sascha Bischoff 2018-03-21 11:22:17 +00:00
  • 335fa77e4e AndroidTarget: add get_pacakge_info Sascha Bischoff 2018-03-15 16:34:45 +00:00
  • c585a4e489 uitils/android: Fix logcat monitor on older devices Marc Bonnici 2018-03-14 17:24:51 +00:00
  • a992a890b8 AndroidTarget: Add additional permission error to ignore Marc Bonnici 2018-03-14 17:22:58 +00:00
  • 5001fae516 gem5: Update to telnet connection method Anouk Van Laer 2018-03-07 17:34:47 +00:00
  • f515420387 cgroups: fix Controller.tasks() Douglas Raillard 2018-03-12 15:50:45 +00:00
  • e3d9c4b2fd bin/trace-cmd: add x86-64 Sergei Trofimov 2018-03-12 16:06:50 +00:00
  • e22d278267 AndroidTarget: Add method to open a url in the default browser Marc Bonnici 2018-03-08 13:21:53 +00:00
  • 17d32a4d40 acmecape: fix warning formatting Sergei Trofimov 2018-03-02 15:50:52 +00:00
  • 7a8f98720d target: add wait_boot_complete to LinuxTarget Sergei Trofimov 2018-03-07 08:04:08 +00:00
  • 328e0ade4b target: fix connect on reboot Sergei Trofimov 2018-03-02 16:03:43 +00:00
  • d5ff73290e module/vexpress catch CalledProcessError Sergei Trofimov 2018-03-02 16:02:34 +00:00
  • f39631293e utils/android: change adb_shell error type Sergei Trofimov 2018-03-02 15:58:06 +00:00
  • c706e693ba utils/serial_port: fix exception message Sergei Trofimov 2018-03-02 15:54:48 +00:00
  • f490a55be2 target: conditionally raise from check_responsive Sergei Trofimov 2018-02-28 10:29:26 +00:00
  • 0e017ddf9f module/vexpress: fix reboot for Juno Sergei Trofimov 2018-02-26 16:23:34 +00:00
  • b368acb755 plaform/juno: fix ip address from uart Sergei Trofimov 2018-02-26 16:21:14 +00:00
  • 83e5ddfd1b target: add option to invoke to redirect stderr Sascha Bischoff 2018-03-01 15:26:43 +00:00
  • 8f3dc05f97 cgroups.py: Add filters for the tasks() function Elieva Pignat 2018-02-27 12:19:36 +00:00
  • bb4f92c326 gem5Connection: Catch EOF errors & make more user friendly Sascha Bischoff 2018-01-18 14:30:41 +00:00
  • a0fc7202a1 Add a new Arm Energy Probe instrument Vincent Guittot 2018-02-14 14:12:21 +01:00
  • 9e8f77b8f2 utils/misc: fix to_identifier for unicode Sergei Trofimov 2018-02-21 14:00:24 +00:00
  • 515095d9b2 trace/ftrace: increase trace pull timeout Sergei Trofimov 2018-02-12 17:23:35 +00:00
  • f3c8ce975e target: fix get_rotation() when null Sergei Trofimov 2018-02-08 14:23:53 +00:00
  • bfda5c4271 utils/misc: Check if identifier starts with a number Marc Bonnici 2018-01-29 10:46:08 +00:00
  • d1b08f6df6 target: Fix typos Marc Bonnici 2018-01-11 15:20:12 +00:00
  • 17c110cc97 doc/target: Add ChromeOs Target documentation Marc Bonnici 2018-01-11 14:25:28 +00:00
  • e9cf7f5cbe target: Adds initial support for ChromeOs targets Marc Bonnici 2017-12-21 17:08:11 +00:00
  • ead0c90069 platfrom: Add 'A73' to list of 'big' cpus Marc Bonnici 2018-01-23 13:11:37 +00:00
  • 2954a73c1c Target: Generate a new tmp directory when creating shutils Marc Bonnici 2018-01-18 13:18:27 +00:00
  • cc0210af37 LocalLinuxTarget: fix executables folder location Patrick Bellasi 2018-01-16 14:25:06 +00:00
  • 730118d6d0 platform/gem5: better error message on crash Sergei Trofimov 2018-01-17 16:54:47 +00:00
  • f0b58b32c4 target: Add support for as_root to get_directory method. Marc Bonnici 2018-01-08 14:06:32 +00:00
  • 30257456ab target: Fix creation of destination Marc Bonnici 2018-01-08 14:04:24 +00:00
  • 853bdff936 target: Clean up tmp files afer pulling Marc Bonnici 2018-01-08 14:55:11 +00:00
  • 54d6a6d39d target: Allow pulling of folders as root Marc Bonnici 2018-01-08 14:01:05 +00:00
  • 3761b488a0 Docs: Fixed typos Marc Bonnici 2017-12-19 17:22:19 +00:00
  • 462aecdca0 target, android: Set the default timeout to 30s Anouk Van Laer 2017-12-12 16:23:00 +00:00
  • cafc0a4bc0 target: do not create shutil in package directory Sergei Trofimov 2017-12-12 13:36:27 +00:00
  • 724c0ec8df target: LocalLinuxTarget: Populate _file_transfer_cache Valentin Schneider 2017-12-12 12:17:14 +00:00
  • ceb493f98d utils/android: Change directory used for checking connection Marc Bonnici 2017-12-12 10:26:29 +00:00
  • 8ac588bc1f utils/serial_port: fix logging Sergei Trofimov 2017-12-11 17:17:07 +00:00
  • 56a5f8ab12 platforms/arm: JunoEnergyInstrument fixes Sergei Trofimov 2017-12-11 17:14:00 +00:00
  • 75ff31c6c7 readenergy: update table headers Sergei Trofimov 2017-12-11 17:11:28 +00:00
  • 1e34390b99 Target: Implement as_root parameter for push/pull in base class Brendan Jackman 2017-12-01 13:51:14 +00:00
  • a2072d5c48 doc: Document as_root param of Target.push/pull Brendan Jackman 2017-12-01 13:50:57 +00:00
  • 35c7196396 utils/ssh: Fix escaping of command for push/pull Marc Bonnici 2017-12-08 18:06:55 +00:00
  • 0dde18bb56 utils/misc: Add method to escape spaces Marc Bonnici 2017-12-08 18:06:24 +00:00
  • 7393ab757e instrument: convert channel labels in valid Python identifiers Ionela Voinescu 2017-12-08 10:00:05 +00:00
  • 002939d599 module/cpuidle: remove stray print Sascha Bischoff 2017-12-08 10:32:41 +00:00
  • dd4c37901b cpufreq: Fix list_frequencies when not available Brendan Jackman 2017-12-07 13:56:12 +00:00
  • 0c7d440070 gem5power: fix gem5power get_data after channel rename Ionela Voinescu 2017-12-07 16:23:38 +00:00
  • e414a3a193 LinuxTarget: Port forbidden char fix from WA2 Marc Bonnici 2017-12-07 15:10:24 +00:00
  • 857edbd48b AndroidTarget: Change android default working directory. Marc Bonnici 2017-11-13 17:39:31 +00:00
  • f52ac6650d platform/gem5: always deploy m5 binary Sergei Trofimov 2017-11-22 13:50:29 +00:00
  • eaafe6c0eb SSH/Gem5Connection: Only remove echo in gem5_shell if required Marc Bonnici 2017-11-22 11:21:31 +00:00
  • 2a8f2c51d7 SSH/Gem5Connection: Adds shell_echo parameter Marc Bonnici 2017-11-22 11:32:46 +00:00
  • 01b0ab8dce derived/fps: fix divide by zero Sergei Trofimov 2017-11-21 16:51:53 +00:00
  • c0a896642d target: fix broadcast_media_mounted for Android O Sergei Trofimov 2017-11-21 13:25:45 +00:00
  • c492f2e191 shutils: consider different hierarchies when running command into cgroups Michele Di Giorgio 2017-11-20 11:23:08 +00:00
  • f3b04fcd73 shutils: look for an exact match of a cgroup Michele Di Giorgio 2017-11-16 18:26:29 +00:00
  • 02384615dd Merge pull request #203 from mdigiorgio/fix-cgroups marcbonnici 2017-11-15 16:00:45 +00:00
  • 791edc297c module/cgroups: fix typo in exists method Michele Di Giorgio 2017-11-15 15:56:06 +00:00
  • 4ef1e51b97 Merge pull request #201 from marcbonnici/android setrofim 2017-11-14 13:51:36 +00:00
  • 899dbfe4fb Target: Ensures path is quoted and escaped Marc Bonnici 2017-11-13 15:08:03 +00:00
  • 0390c9d26b AndroidTarget: Port methods for refreshing target files Marc Bonnici 2017-11-09 17:02:11 +00:00
  • 405c155b96 Utils/Misc: Port common prefix function from WA Marc Bonnici 2017-11-09 16:53:31 +00:00
  • bd03b2f8ac Utils/Android: Enable parsing of apk permissions Marc Bonnici 2017-11-07 09:25:43 +00:00
  • 5d40b23310 AndroidTarget: Adds method to grant permission to an installed package Marc Bonnici 2017-11-07 09:22:39 +00:00
  • 6fae051deb AndroidTarget: Adds property to retrieve path of external storage Marc Bonnici 2017-11-07 09:21:57 +00:00
  • aca3d451f7 Merge pull request #200 from Sticklyman1936/gem5_fixes marcbonnici 2017-11-08 10:28:20 +00:00
  • fa9d7a17b3 gem5: Mount the VirtIO device as_root Sascha Bischoff 2017-11-08 08:44:58 +00:00
  • 61bbece59b gem5Connection: Fix "as_root" to actually use root Sascha Bischoff 2017-11-08 08:43:55 +00:00
  • efbd04992d gem5: Fix prompt matching Sascha Bischoff 2017-11-08 08:38:01 +00:00
  • a7b9ef594f Merge pull request #199 from kdub/gh-kdub-gpufreq marcbonnici 2017-11-06 17:51:07 +00:00
  • e2ce5689bd module: add a gpufreq module for interacting with GPUs. Kevin DuBois 2017-10-05 15:55:32 -07:00