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

Commit Graph

  • 117686996b target: support threads in ps Stephen Kyle 2020-07-10 10:12:25 +01:00
  • 8695344969 target/{host,ssh}: Align push/pull with cp/mv behaviour douglas-raillard-arm 2020-06-18 12:25:17 +01:00
  • f23fbd22b6 target: Use Target._xfer_cache_file() context manager douglas-raillard-arm 2020-06-17 12:59:10 +01:00
  • 24e6de67ae target: Add Target.{push,pull}(globbing=False) parameter douglas-raillard-arm 2020-06-16 11:56:25 +01:00
  • 07bbf902ba docs/target: Update Target.{push,pull}() description douglas-raillard-arm 2020-06-16 12:07:09 +01:00
  • 590069f01f target: Add Target.makedirs() douglas-raillard-arm 2020-06-18 11:23:00 +01:00
  • bef1ec3afc target: Add option delimiter to rm command douglas-raillard-arm 2020-06-18 11:26:58 +01:00
  • 0c72763d2a target/ssh: Fix improper use of os.path.basename() douglas-raillard-arm 2020-06-18 12:26:26 +01:00
  • 2129d85422 utils/android: Use separate tmp dirs when extracting apk methods Marc Bonnici 2020-07-09 15:26:40 +01:00
  • 80bddf38a2 utils/android: Fix xmltree dump for aapt Marc Bonnici 2020-07-09 14:44:20 +01:00
  • 00f3f5f690 android/background: Specify the device for background cmds Marc Bonnici 2020-07-06 17:04:06 +01:00
  • bc9478c324 connection/send_signal: Use signal value instead of name Marc Bonnici 2020-07-06 16:51:02 +01:00
  • 9a2c413372 target/reset: Ignore all TargetErrors when rebooting Marc Bonnici 2020-06-24 17:04:07 +01:00
  • 3cb2793e51 collector/serial_trace: Ensure log is opened in binary mode Marc Bonnici 2020-06-23 15:59:46 +01:00
  • 1ad2e895b3 collector/serial_trace: Fix typo Marc Bonnici 2020-06-23 15:59:29 +01:00
  • 3d5a164338 module/vexpress: Remove reference to android. Marc Bonnici 2020-06-24 17:07:47 +01:00
  • af8c47151e utils/android: Fix inconsistent logfile read mode Jonathan Paynter 2020-06-23 17:15:43 +01:00
  • 20d1eabaf0 module/cpuidle: Fix incorrect path check Marc Bonnici 2020-06-10 18:09:25 +01:00
  • 45ee68fdd4 utils/android: Add support for using aapt2 Marc Bonnici 2020-05-20 17:45:53 +01:00
  • b52462440c utils/android: Update to discover android tools from PATH Marc Bonnici 2020-05-20 17:42:45 +01:00
  • bae741dc81 docs/overview: Fix python2 style print Marc Bonnici 2020-05-21 09:54:00 +01:00
  • b717deb8e4 module/cpuidle: Simplify Cpuidle.__init__ douglas-raillard-arm 2020-06-05 16:17:32 +01:00
  • ccde9de257 devlib/AndroidTarget: Update screen state methods to handle doze Marc Bonnici 2020-06-05 17:04:37 +01:00
  • c25852b210 utils/android: Allow instantiating an ApkInfo object without a path. Marc Bonnici 2020-06-03 17:32:49 +01:00
  • f7b7aaf527 utils/ssh: Do not attempt to push files recursivley and add logging Marc Bonnici 2020-05-26 18:14:23 +01:00
  • 569e4bd057 LogcatCollector: Learn to pass format to logcat Javi Merino 2020-04-16 16:18:56 +01:00
  • 07cad78046 utils/version: dev version bump Marc Bonnici 2020-05-13 16:35:37 +01:00
  • 21cb10f550 utils/ssh: Add logging to sftp file transfer Marc Bonnici 2020-05-13 11:02:26 +01:00
  • d2aea077b4 target/ChromeOsTarget: Update ssh parameter list Marc Bonnici 2020-05-13 11:01:27 +01:00
  • d464053546 utils/ssh: Fix typo Marc Bonnici 2020-05-13 10:35:04 +01:00
  • cfb28c47c0 utils/ssh: Allow SSH to use SCP as a file transfer method Marc Bonnici 2020-05-13 10:27:47 +01:00
  • b941c6c5a6 utils/ssh: Move the scp transport method to the SSH base class Marc Bonnici 2020-05-13 10:26:09 +01:00
  • ea9f9c878b docs/ssh: Add note about connecting to passwordless machines. Marc Bonnici 2020-05-12 17:31:30 +01:00
  • 4f10387688 utils/ssh: Only attempt loading ssh keys if no password is supplied Marc Bonnici 2020-05-12 17:29:41 +01:00
  • a4f9231707 collector/perf: Disable pager for perf event list. Marc Bonnici 2020-05-12 09:34:33 +01:00
  • 3c85738f0d docs/target: Fix method name Marc Bonnici 2020-05-11 18:51:49 +01:00
  • 45881b9f0d utils/android: Expose connection_attempts argument to AdbConnection Marc Bonnici 2020-05-12 10:04:14 +01:00
  • a8ff622f33 target: Propergate adb_server in all adb_commands Marc Bonnici 2020-05-01 17:57:49 +01:00
  • fcd2439b50 LogcatCollector: flush the log before terminating pexpect.spawn() Javi Merino 2020-04-16 15:00:59 +01:00
  • 3709e06b5c utils/android: LogcatMonitor: put pexpect.spawn() in str mode Javi Merino 2020-04-16 15:19:20 +01:00
  • 7c8573a416 README: Update to include installation notes for paramiko Marc Bonnici 2020-03-20 15:22:00 +00:00
  • 6f1ffee2b7 platform/arm: Decode IP address directly Marc Bonnici 2020-04-03 18:46:43 +01:00
  • 7ade1b8bcc platform/arm: Don't specify "Android" in the debug print. Marc Bonnici 2020-04-03 18:44:10 +01:00
  • 3c28c280de utils/check_output: Ensure output and error are always initialised. Marc Bonnici 2020-03-30 16:16:45 +01:00
  • b9d50ec164 utils/check_output: Only attempt to decode output if present. Marc Bonnici 2020-03-30 11:06:43 +01:00
  • 7780cfdd5c utils/android: Combine stdout and stderror by combining the strings in adb_shell() Javi Merino 2020-03-27 12:01:58 +00:00
  • 7c79a040b7 utils/misc: Revert d4b0dedc2a Javi Merino 2020-03-27 11:54:36 +00:00
  • 779b0cbc77 utils/ssh: Only try SSH keys if no password is supplied. Marc Bonnici 2020-03-11 10:32:03 +00:00
  • b6cab6467d docs: Add LinuxTarget and LocalLinuxTarget to the documentation Marc Bonnici 2019-11-18 11:26:05 +00:00
  • ec0a5884c0 docs: Update to use module diretive Marc Bonnici 2019-11-18 10:36:03 +00:00
  • 7f5e0f5b4d utils/version: Bump dev version Marc Bonnici 2020-03-06 17:21:41 +00:00
  • 7e682ed97d target: Check that the connection works cleanly upon connection Douglas RAILLARD 2020-01-17 17:47:24 +00:00
  • 62e24c5764 connections: Unify BackgroundCommand API and use paramiko for SSH Douglas RAILLARD 2020-01-15 17:19:24 +00:00
  • eb6fa93845 utils/misc: Add redirect_streams() helper Douglas RAILLARD 2020-01-15 16:06:20 +00:00
  • 9d5d70564f target: Use tls_property() to manage a thread-local connection Douglas RAILLARD 2020-01-15 17:16:47 +00:00
  • 922686a348 utils/misc: Add tls_property() Douglas RAILLARD 2020-01-15 16:05:44 +00:00
  • 98e2e51d09 devlib.utils.misc: Use Popen.communicate(timeout=...) in check_output Douglas RAILLARD 2019-12-12 17:25:47 +00:00
  • 92e16ee873 instrument/daq: Add an explicit time column to the DAQ measurements Javi Merino 2020-02-11 18:18:22 +00:00
  • 72ded188fa instrument/daq: Convert reading rows from all files to a generator Javi Merino 2020-02-25 14:27:43 +00:00
  • dcab0b3718 instrument/daq: Check that self.tempdir has been set before calling os.path.isdir() Javi Merino 2020-03-02 13:36:48 +00:00
  • 37a6b4f96d target: a valid sha1 must be concatenated with the kernel version Vincent Donnefort 2020-02-28 10:10:23 +00:00
  • 1ddbb75e74 uilts/android: Fix parameters to adb_kill_server Marc Bonnici 2020-02-20 15:50:38 +00:00
  • 696dec9b91 utils/android: Ensure that adb_server is propergated to helper functions Marc Bonnici 2020-02-20 15:12:27 +00:00
  • 17374cf2b4 target: Update Target.modules from Target.install_modules() Douglas RAILLARD 2020-02-18 14:46:51 +00:00
  • 9661c6bff3 target: Handle non-existing /sys/devices/system/node Douglas RAILLARD 2020-01-20 17:19:34 +00:00
  • 0aeb5bc409 target: Remove use of ls Douglas RAILLARD 2020-01-20 17:15:58 +00:00
  • a5640502ac devlib/AndroidTarget: Allow passing format options to dump_logcat() Javi Merino 2020-01-17 17:00:59 +00:00
  • 6fe78b4d47 module/cpufreq: Sort list of frequencies Douglas RAILLARD 2020-01-15 11:32:44 +00:00
  • 5bda1c0eee host: add host attribute to LocalConnection Sergei Trofimov 2020-01-09 16:45:44 +00:00
  • 0465a75c56 devlib/trace/ftrace.py: Fix reset and stop states Ambroise Vincent 2019-12-17 17:36:23 +00:00
  • 795c0f233f Development version bump Marc Bonnici 2019-12-20 16:20:38 +00:00
  • 5ff278b133 Version bump for release v1.2 Marc Bonnici 2019-12-17 10:44:57 +00:00
  • b72fb470e7 docs: Update to include Collector information Marc Bonnici 2019-12-05 16:19:19 +00:00
  • a4fd57f023 devlib/__init__: Export LogcatCollector in devlib package Marc Bonnici 2019-12-05 15:43:42 +00:00
  • cf8ebf6668 devlib/collector: Update Collectors to implement collector interface Marc Bonnici 2019-12-05 13:37:55 +00:00
  • 15a77a841d collector/screencapture: Refactor to use new collector interface Marc Bonnici 2019-12-05 11:09:00 +00:00
  • 9bf9f2dd1b collector: Update the Collector Interface Marc Bonnici 2019-12-05 11:02:55 +00:00
  • 19887de71e devlib/trace: Refactor trace to be collector Marc Bonnici 2019-11-07 11:18:18 +00:00
  • baa7ad1650 devlib/AndroidTarget: Move adb specific commands into the ADB connection Marc Bonnici 2019-11-07 09:59:48 +00:00
  • 75621022be devlib/AndroidTarget: Move ADB disconnect code into connection. Marc Bonnici 2019-11-07 09:55:59 +00:00
  • 01dd80df34 module/sched: Fix get_capacities() on !SCHED_DEBUG kernels Valentin Schneider 2019-11-26 14:38:12 +00:00
  • eb0661a6b4 utils/android: update SDK versions map Sergei Trofimov 2019-12-06 16:21:57 +00:00
  • f303d1326b exception/get_traceback: Fix type error Marc Bonnici 2019-12-05 13:33:17 +00:00
  • abd88548d2 instrument/frames: Fix missing import Marc Bonnici 2019-12-05 10:14:11 +00:00
  • 2a934288eb instrument/daq: Fix error message Marc Bonnici 2019-12-05 10:13:29 +00:00
  • 2bf4d8a433 target: Return a bool in Target.check_responsive() Douglas RAILLARD 2019-12-05 15:51:38 +00:00
  • cf26dee308 trace/ftrace: Support the 'function' tracer Valentin Schneider 2019-11-26 17:52:16 +00:00
  • e7bd2a5b22 trace/ftrace: Memoize tracable functions Valentin Schneider 2019-11-26 17:50:35 +00:00
  • 72be3d01f8 trace/ftrace: Only require CONFIG_FUNCTION_PROFILER for the function profiling Valentin Schneider 2019-11-26 17:43:18 +00:00
  • 745dc9499a modules/flash: Add a connect parameter to the flash method Marc Bonnici 2019-11-28 16:39:19 +00:00
  • 6c9f80ff76 target: get model form platform Sergei Trofimov 2019-11-28 09:23:41 +00:00
  • 182f4e7b3f daq: Fix teardown() removing temporary files Javi Merino 2019-11-26 15:39:10 +00:00
  • 4df2b9a4c4 daq: move to daqpower 2.0 Javi Merino 2019-11-22 14:37:33 +00:00
  • aa64951398 Add NUMA nodes Peter Puhov 2019-11-22 10:05:03 -05:00
  • 0fa91d6c4c Add options to ssh connection Michalis Spyrou 2019-11-21 11:06:06 +00:00
  • 0e6280ae31 ftrace: Ensure /proc/kallsyms contains symbol addresses Douglas RAILLARD 2019-11-04 17:47:06 +00:00
  • 2650a534f3 exception: Fix DevlibError unpickling Douglas RAILLARD 2019-11-07 13:39:19 +00:00
  • c212ef2146 module/cgroups: Really move all tasks in Controller.move_all_tasks_to() Javi Merino 2019-11-04 16:20:50 +00:00
  • 5b5da7c392 module/cgroups: log to the class' logger Javi Merino 2019-11-04 16:18:40 +00:00
  • 3801fe1d67 trace-cmd: Respect strict when setting saved_cmdlines_size Marc Bonnici 2019-11-04 17:24:56 +00:00