1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-03-03 16:57:51 +00:00

Commit Graph

  • 5425f4afff version: bump dev version master Marc Bonnici 2025-03-01 16:35:22 -06:00
  • fa0d099707 ssh: Fix incorrect method name Marc Bonnici 2025-03-01 16:36:42 -06:00
  • f2e81a8b5b host: Fix incorrect import Marc Bonnici 2025-03-01 16:32:39 -06:00
  • 0a649dc086 version: bump dev version Marc Bonnici 2025-03-01 16:35:22 -06:00
  • 354b423ea0 ssh: Fix incorrect method name Marc Bonnici 2025-03-01 16:36:42 -06:00
  • 0038b647a7 host: Fix incorrect import Marc Bonnici 2025-03-01 16:32:39 -06:00
  • c88a5dbb8b devlib: Replace Target.tempfile() by Target.make_temp() Douglas Raillard 2025-02-12 11:52:08 +00:00
  • 1da260b897 target: Align Target.tempfile() with Target.make_temp() Douglas Raillard 2024-11-20 12:57:04 +00:00
  • 3e1c928db3 target: Make Target.tempfile() use Target.tmp_directory Douglas Raillard 2024-11-20 12:56:36 +00:00
  • e402fc7544 target: Make Target.make_temp() use Target.tmp_directory Douglas Raillard 2024-11-20 12:53:12 +00:00
  • 1ac461ad77 target: Rework temp folder management Douglas Raillard 2024-11-20 12:29:43 +00:00
  • e551b46207 ftrace: Add write-to-disk mode Douglas Raillard 2024-05-30 14:59:03 +01:00
  • 9ec36e9040 connection: Support all signals in BackgroundCommand.send_signal() Douglas Raillard 2024-05-30 10:41:50 +01:00
  • eb9e0c9870 collector/ftrace: Make emitting cpu_frequency_devlib and extra idle events dependent on the configured events Douglas Raillard 2025-02-03 15:51:58 +00:00
  • ae8149077c collector/ftrace: Remove cpu_frequency_devlib event in FtraceCollector.stop() Douglas Raillard 2025-02-03 15:49:50 +00:00
  • 1b6c8069bd target: Asyncify Target._prepare_xfer() Douglas Raillard 2024-11-20 17:17:07 +00:00
  • 4431932e0d target: Reduce the number of commands involved in push/pull Douglas Raillard 2024-11-20 16:56:21 +00:00
  • 8af9f1a328 target: Use busybox for file transfer operations Douglas Raillard 2024-11-20 16:48:23 +00:00
  • 1efcfed63f target: Copy symlinks as files when pulling Douglas Raillard 2024-11-20 16:41:34 +00:00
  • df1b5ef4a2 ssh: Fix folder pull on SSH connection Douglas Raillard 2024-11-20 16:39:34 +00:00
  • 1f590b4c35
    Merge 81b98d1d46a511b565da14d51d6dcfa2ad8c01ba into facd251edb9e7ce7ed19b4c833a4196e3968a359 arjpur01 2025-02-26 13:08:26 +00:00
  • 81b98d1d46 add type annotations and docstrings to devlib Arjun Purushothaman 2025-02-25 16:36:25 +00:00
  • 0d8b6575ac
    Merge 9228e3a68a1c60223e6908bac4c990ff0e3ecde5 into facd251edb9e7ce7ed19b4c833a4196e3968a359 Marc Bonnici 2025-02-25 12:02:00 +00:00
  • d69ad44710
    Merge 21ebc74caa21ea7121cfc8ff2be90ef8d94aa941 into facd251edb9e7ce7ed19b4c833a4196e3968a359 Valentin Schneider 2025-02-25 11:59:48 +00:00
  • 67154c8442
    Merge 019b4aca55a26f9ad071657ac7fbe1b1e2427268 into facd251edb9e7ce7ed19b4c833a4196e3968a359 Morten Rasmussen 2025-02-25 11:52:21 +00:00
  • 982a59e3a1 devlib: Replace Target.tempfile() by Target.make_temp() Douglas Raillard 2025-02-12 11:52:08 +00:00
  • 7274ec98e5 target: Align Target.tempfile() with Target.make_temp() Douglas Raillard 2024-11-20 12:57:04 +00:00
  • d366031c3a target: Make Target.tempfile() use Target.tmp_directory Douglas Raillard 2024-11-20 12:56:36 +00:00
  • 709c89cfdf target: Make Target.make_temp() use Target.tmp_directory Douglas Raillard 2024-11-20 12:53:12 +00:00
  • 4743ba6d76 target: Rework temp folder management Douglas Raillard 2024-11-20 12:29:43 +00:00
  • 177762df10 ftrace: Add write-to-disk mode Douglas Raillard 2024-05-30 14:59:03 +01:00
  • 1a90c470fb connection: Support all signals in BackgroundCommand.send_signal() Douglas Raillard 2024-05-30 10:41:50 +01:00
  • facd251edb collector/dmesg: Fix dmesg variant detection Douglas Raillard 2025-01-30 11:54:51 +00:00
  • a3765cc27d target: Remove duplicated disconnection logic Douglas Raillard 2025-01-30 15:21:26 +00:00
  • 20e5bcd2c7 utils/android: Restore adb root state when disconnecting Douglas Raillard 2025-02-04 16:15:04 +00:00
  • f60fa59ac1 collector/ftrace: Handle missing kprobe_events file Douglas Raillard 2025-02-03 16:02:54 +00:00
  • 73243c6b63 utils/android: Restore adb root state when disconnecting Douglas Raillard 2025-02-04 16:15:04 +00:00
  • 1a368c8c22 collector/ftrace: Make emitting cpu_frequency_devlib and extra idle events dependent on the configured events Douglas Raillard 2025-02-03 15:51:58 +00:00
  • 054f24ad55 collector/ftrace: Remove cpu_frequency_devlib event in FtraceCollector.stop() Douglas Raillard 2025-02-03 15:49:50 +00:00
  • 8e58b32e11 collector/ftrace: Handle missing kprobe_events file Douglas Raillard 2025-02-03 16:02:54 +00:00
  • 346194a133 target: Remove duplicated disconnection logic Douglas Raillard 2025-01-30 15:21:26 +00:00
  • 6d3a8af908 collector/dmesg: Fix dmesg variant detection Douglas Raillard 2025-01-30 11:54:51 +00:00
  • 03e01b0f13 target: Asyncify Target._prepare_xfer() Douglas Raillard 2024-11-20 17:17:07 +00:00
  • 0394bc4daa target: Reduce the number of commands involved in push/pull Douglas Raillard 2024-11-20 16:56:21 +00:00
  • 3108910848 target: Use busybox for file transfer operations Douglas Raillard 2024-11-20 16:48:23 +00:00
  • 9e160bb5a9 target: Copy symlinks as files when pulling Douglas Raillard 2024-11-20 16:41:34 +00:00
  • b39ecaa09a ssh: Fix folder pull on SSH connection Douglas Raillard 2024-11-20 16:39:34 +00:00
  • 499ea4753c target: Check command output sanity Douglas Raillard 2024-09-24 10:52:08 +01:00
  • dabee29350 devlib: Remove sudo prompt Douglas Raillard 2024-09-24 10:50:57 +01:00
  • 25a972ff19 target: Check command output sanity Douglas Raillard 2024-09-24 10:52:08 +01:00
  • 1cabacb80f devlib: Remove sudo prompt Douglas Raillard 2024-09-24 10:50:57 +01:00
  • 6a6d9f30dd collector/ftrace: Fix FtraceCollector.kprobe_events attr name Douglas Raillard 2024-09-25 23:58:04 +01:00
  • e927e2f2cd collector/dmesg: Allow not raising on dmesg output parsing failure Douglas Raillard 2024-09-25 14:46:25 +01:00
  • b327fbd87c collector/ftrace: Fix FtraceCollector.kprobe_events attr name Douglas Raillard 2024-09-25 23:58:04 +01:00
  • d4d9c92ae9 ftrace: Preserve kprobe events during trace-cmd reset Metin Kaya 2024-09-23 12:52:37 +01:00
  • c36298b277 collector/dmesg: Allow not raising on dmesg output parsing failure Douglas Raillard 2024-09-25 14:46:25 +01:00
  • eda98c9091 ftrace: Preserve kprobe events during trace-cmd reset Metin Kaya 2024-09-23 12:52:37 +01:00
  • 8773c10424 utils/asyn: Ensure _AsyncPolymorphicFunction is not detected as a coroutine function Douglas Raillard 2024-08-15 10:44:09 +01:00
  • b6da67d12f utils/asyn: Ensure that we propagate docstrings in asyncf() Douglas Raillard 2024-08-09 19:05:58 +01:00
  • fb4e155696 utils/asyn: Replace nest_asyncio with greenlet Douglas Raillard 2024-05-09 16:26:00 +01:00
  • b2e19d333b utils/asyn: Factor out the calls to asyncio.run Douglas Raillard 2024-04-26 13:41:40 +01:00
  • 165b87f248 target: Allow reuse of a connection once the owning thread is terminated Douglas Raillard 2024-05-09 14:28:19 +01:00
  • 1d6a007bad tests: Add tests for nested async support Douglas Raillard 2024-05-14 14:19:03 +01:00
  • 796b9fc1ef utils/asyn: Fix memoized_method.__set_name__ Douglas Raillard 2024-08-01 15:26:18 +01:00
  • 4cafbb05cb utils/asyn: Ensure _AsyncPolymorphicFunction is not detected as a coroutine function Douglas Raillard 2024-08-15 10:44:09 +01:00
  • e85f321c1e utils/asyn: Ensure that we propagate docstrings in asyncf() Douglas Raillard 2024-08-09 19:05:58 +01:00
  • 54a5732c61 tools/setup_host.sh: Remove unused package cpu-checker Metin Kaya 2024-08-06 09:11:09 +01:00
  • 9f712ffe6e tools/setup_host.sh: Remove unused package cpu-checker Metin Kaya 2024-08-06 09:11:09 +01:00
  • 587d8c7e4c utils/asyn: Replace nest_asyncio with greenlet Douglas Raillard 2024-05-09 16:26:00 +01:00
  • 81277b7c39 utils/asyn: Factor out the calls to asyncio.run Douglas Raillard 2024-04-26 13:41:40 +01:00
  • e7ae13a332 target: Allow reuse of a connection once the owning thread is terminated Douglas Raillard 2024-05-09 14:28:19 +01:00
  • 21ec2857c2 tests: Add tests for nested async support Douglas Raillard 2024-05-14 14:19:03 +01:00
  • 075a3097fe utils/asyn: Fix memoized_method.__set_name__ Douglas Raillard 2024-08-01 15:26:18 +01:00
  • bbdd2ab67c target: Properly propagate ADB port information Metin Kaya 2024-07-04 09:00:45 +01:00
  • 38d4796e41 utils/ssh: Allow passing known_hosts path via strict_host_check value Douglas Raillard 2024-07-09 17:20:01 +01:00
  • 02cc8a75a6 utils/ssh: Allow passing known_hosts path via strict_host_check value Douglas Raillard 2024-07-09 17:20:01 +01:00
  • cdb69f2be5 target: Properly propagate ADB port information Metin Kaya 2024-07-04 09:00:45 +01:00
  • de84a08bf8 tools/docker: Fixup test config file name Metin Kaya 2024-06-26 14:27:04 +01:00
  • b7d7b46626 tools/setup_host.sh: Rename install_base.sh to setup_host.sh Metin Kaya 2024-06-19 14:08:25 +01:00
  • b485484850 tools/android: Make install_base.sh modular for LISA integration Metin Kaya 2024-05-29 10:50:30 +01:00
  • d8a09e895c tools/android: Remove emulator skins Metin Kaya 2024-05-29 10:41:46 +01:00
  • 1c52f13e50 tools/android: Clone install_android_platform_tools() from LISA Metin Kaya 2024-05-23 18:13:00 +01:00
  • 14905fb515 tools/android: Make cleanups in install_base.sh Metin Kaya 2024-05-17 12:13:31 +01:00
  • 5424b37be6 tools/docker: Fixup test config file name Metin Kaya 2024-06-26 14:27:04 +01:00
  • 07c8103fbb tools/setup_host.sh: Rename install_base.sh to setup_host.sh Metin Kaya 2024-06-19 14:08:25 +01:00
  • 989e6aae0c tools/android: Make install_base.sh modular for LISA integration Metin Kaya 2024-05-29 10:50:30 +01:00
  • af117342d8 tools/android: Remove emulator skins Metin Kaya 2024-05-29 10:41:46 +01:00
  • 19c4018311 tools/android: Clone install_android_platform_tools() from LISA Metin Kaya 2024-05-23 18:13:00 +01:00
  • 12a7327977 tools/android: Make cleanups in install_base.sh Metin Kaya 2024-05-17 12:13:31 +01:00
  • d3ca49f245 utils/misc: Fix AttributeError in tls_property Douglas Raillard 2024-06-20 16:55:45 +01:00
  • 63f1bb3f52 utils/misc: Fix AttributeError in tls_property Douglas Raillard 2024-06-20 16:55:45 +01:00
  • 3e45a2298e collector/dmesg: Handle non-matching regex Douglas Raillard 2024-06-13 10:42:42 +01:00
  • 3c37bf3de1 target: Make Target.make_temp() async-compatible Douglas Raillard 2024-05-30 10:47:23 +01:00
  • 4c94f47331 collector/dmesg: Handle non-matching regex Douglas Raillard 2024-06-13 10:42:42 +01:00
  • 5af9a4f098 target: Make Target.make_temp() async-compatible Douglas Raillard 2024-05-30 10:47:23 +01:00
  • 52281051b2 target: Run Target.disconnect() upon process termination Douglas Raillard 2024-05-07 11:01:05 +01:00
  • 7714acc897 target: Make Target.disconnect() steal current connections Douglas Raillard 2024-05-07 10:27:50 +01:00
  • f5f06122f3 target: Provide context manager API for Target Douglas Raillard 2024-05-07 10:20:02 +01:00
  • c9b539f722 Validate cgroups_run_into has taken effect Sebastian Goscik 2024-05-22 11:27:56 +01:00
  • a28c6d7ce0 utils/android: Use subprocess.DEVNULL where appropriate Douglas Raillard 2024-06-10 16:48:38 +01:00