- Nov 03, 2021
-
-
Douglas Raillard authored
a65189f02 target: Replace Target.__copy__ by __getstate__ 77f0b1f06 docs: Add readthedocs config and requirements.txt git-subtree-dir: external/devlib git-subtree-split: a65189f0287dc11e5eda0a1acf858ad62a10f192
-
- Oct 27, 2021
-
-
Douglas Raillard authored
b4c76007c ftrace: Do not memoize FtraceCollector.available_events git-subtree-dir: external/devlib git-subtree-split: b4c76007c8b56616feae20b30ae0fd22377864e1
-
Douglas Raillard authored
FIX When no explicit list of tasks is passed to plot_tasks_activations(), do not bail out at the first empty dataframe.
-
- Oct 19, 2021
-
-
Douglas Raillard authored
-
Douglas Raillard authored
Make sure git understands the argument as a branch name and not a file.
-
Douglas Raillard authored
-
- Oct 18, 2021
-
-
Douglas Raillard authored
Update subtrees
-
Douglas Raillard authored
remote: https://github.com/ARM-Software/devlib.git
-
Douglas Raillard authored
3f92d92a3 ssh: Reduce number of opened channels git-subtree-dir: external/devlib git-subtree-split: 3f92d92a3f7d44a46d69dd10a1fe4bbeca11836e
-
- Oct 11, 2021
-
-
Douglas Raillard authored
Update subtrees
-
Douglas Raillard authored
remote: https://github.com/ARM-Software/workload-automation.git
-
Douglas Raillard authored
4bad43367 Add support for Antutu 9.1.6. git-subtree-dir: external/workload-automation git-subtree-split: 4bad433670762bc2e784cefd8114a8342332d6ed
-
Douglas Raillard authored
0e0417c6b target: Fix undefined function e979bafb5 target: Speedup Target.write_value() 0c1878786 Target.execute(): Add .returncode and .output exception attributes ff57e785f exception: Deal with missing _message attribute f1c8ca1a6 utils.android: Separate stdout and stderr by newline b719808ef target: Add Target.pull(via_temp=False) parameter 477e82c44 target: Open the possiblity for optimizing multi-source push/pulls 173df18f2 target: Factorize push/pull path resolution 79be8bc5a ssh: Memoize the SshConnection._get_sftp() 55d914bf9 target: Fix typo in Target._prepare_xfer git-subtree-dir: external/devlib git-subtree-split: 0e0417c6b32c63501ef3063eb128a34535b359b4
-
Douglas Raillard authored
remote: https://github.com/ARM-Software/devlib.git
-
Douglas Raillard authored
Warn that it is dangerous to delete the build directory, as it contains bind mounts to the current repo. This would result in deleting the repository itself.
-
- Oct 08, 2021
-
-
Douglas Raillard authored
Remove duplicated code by using devlib functions.
-
Douglas Raillard authored
Replace a call to target functions by an equivalent lookup in plat_info
-
- Oct 07, 2021
-
-
Douglas Raillard authored
FIX Fix invocations such as: exekall run lisa foo --conf target_conf.yml where "foo" is a simple python file, not inside any specific package.
-
- Oct 05, 2021
-
-
VirtualBox currently does not support aarch64 machines.
-
- Sep 30, 2021
-
-
Douglas Raillard authored
Use the branch-independant RTD url in get_doc_url()
-
Douglas Raillard authored
-
Douglas Raillard authored
-
Douglas Raillard authored
-
Douglas Raillard authored
BREAKING CHANGE Remove: * Serializable.serialized_whitelist * Serializable.serialized_blacklist * Serializable.serialized_placeholders And replace them by: * Serializable.ATTRIBUTES_SERIALIZATION['allowed'] * Serializable.ATTRIBUTES_SERIALIZATION['ignored'] * Serializable.ATTRIBUTES_SERIALIZATION['placeholders']
-
Douglas Raillard authored
-
Douglas Raillard authored
Replace uses of "blacklist" by "ignore".
-
Douglas Raillard authored
Update subtrees
-
Douglas Raillard authored
Correctly report missing events in df_tasks_total_residency.
-
Douglas Raillard authored
0b558e40 Upgrade Gradle to 7.2 and Android Gradle plugin to 4.2. c023b985 doc: update coding guide with APK rebuild info 284cc60b docs: Fix typo git-subtree-dir: external/workload-automation git-subtree-split: 0b558e408c9ea490b57de340c66d308b937f5e84
-
Douglas Raillard authored
remote: https://github.com/ARM-Software/workload-automation.git
-
Douglas Raillard authored
528d3d4e target: Fix fallback path for kernel config loading d6a2ed82 Teach the script to understand "dumpsys power" output from newer Android versions. 917800ff collector: ftrace: Use trace-cmd start --cmdlines-size 5671b49c collector: ftrace: Use trace-cmd start -C 27616813 collector: ftrace: Use trace-cmd start -b cdceba59 bin: Update trace-cmd to 2.9.1 301d43d1 module/cgroups: Fix exclude pattern quoting 8b92f553 connection: Add BackgroundCommand.communicate() ad5a97af connection: Add ParamikoBackgroundCommand.cmd attr for diagnostic e231cb08 host: Fix PopenBackgroundCommand stdin 47280f63 connection: Fix race in ParamikoBackgroundCommand API a6dd4ddb ssh: Flush writing end of pipes before closing 9c862483 target: Make Target.push/pull work with pathlib dd7860d4 ssh: Move legacy scp out of SshConnectionBase git-subtree-dir: external/devlib git-subtree-split: 528d3d4e0fb41598c94d52f662cdf2ad0855c8a3
-
Douglas Raillard authored
remote: https://github.com/ARM-Software/devlib.git
-
- Sep 29, 2021
-
-
Douglas Raillard authored
Detect when the trace buffer got overwritten and raise an exception to avoid ending up with a broken trace that does not show events for some CPUs.
-
- Sep 28, 2021
-
-
Douglas Raillard authored
Asyncio debug logging is very verbose so turn it off in setup_logging().
-
- Sep 27, 2021
-
-
The code snippet cannot be interpreted.
-
- Sep 18, 2021
-
-
Douglas Raillard authored
-
Douglas Raillard authored
PEP 604 annotation such as "int | None" raise a TypeError on older versions of Python. Ignore such annotation by re-raising the appropriate exception.
-
- Sep 07, 2021
-
-
Douglas Raillard authored
s/thermal/thermal_temperature/
-
Douglas Raillard authored
FIX Fix parsing of thermal_power_cpu_get_power and thermal_power_cpu_limit. ipi_raise target_cpus field is also now turned into a tuple rather than a list for memory efficiency.
-
- Sep 03, 2021
-
-
Douglas Raillard authored
-