- Jun 10, 2019
-
-
Douglas Raillard authored
-
Douglas Raillard authored
-
Douglas Raillard authored
Using: pandoc -s -t rst README.md -o README.rst
-
- Jun 07, 2019
-
-
Douglas Raillard authored
lisa.analysis.tasks: Fix TaskAnalysis.plot_task_activation()
-
Douglas Raillard authored
Add nonlocal declaration since the variable is assigned to in a closure, while refering to a name bound in an outer scope.
-
Douglas Raillard authored
lisa.analysis.proxy: Fix AnalysisProxy.get_all_events()
-
Douglas Raillard authored
-
Douglas Raillard authored
kernelshark-like activation plot
-
Douglas Raillard authored
Make RTATestBundle.trace useable for by analysis methods
-
Douglas Raillard authored
Update issue template to match what we need to know in LISA bug reports
-
- Jun 06, 2019
-
-
Douglas Raillard authored
bisector: update man page
-
Douglas Raillard authored
-
Douglas Raillard authored
bisector: disable DBus interface by default
-
Douglas Raillard authored
Also disable dbus by default, since it can cause crashes because of GLib on some platforms.
-
- Jun 05, 2019
-
-
Douglas Raillard authored
bisector: fix monitor-server when --notif not used
-
Douglas RAILLARD authored
Avoid raising exception when the user has not specified --notif.
-
Douglas Raillard authored
update devlib
-
Douglas Raillard authored
remote: https://github.com/ARM-Software/devlib.git
-
Douglas Raillard authored
8343794d3 module/thermal: Gracefully handle unexpected sysfs names f2bc5dbc1 devlib: Re-export DmesgCollector in devlib package git-subtree-dir: external/devlib git-subtree-split: 8343794d34a59b23e545b771bca682b67c8063d9
-
Douglas Raillard authored
target_conf.yml: Update header comments
-
Douglas Raillard authored
-
Douglas Raillard authored
Allow forwarding kwargs to Trace.__init__, so the user can choose which events to parse. Since Trace will load all analysis events by default if no event is specified, RTATestBundle.get_trace() will give a trace ready to be used with any analysis for which the events were collected.
-
Alessio Balsini authored
An extra line-return escape character was preventing lisa-install to complete. Signed-off-by:
Alessio Balsini <balsini@android.com>
-
- Jun 04, 2019
-
-
Douglas Raillard authored
Make sure to load all the events that can be useful to analysis functions when creating the Trace object if no events are explicitly specified, so they can be manipulated without troubles.
-
Douglas Raillard authored
Add AnalysisProxy.get_all_events() class method that allows getting all the events potentially used by some analysis classes.
-
Douglas Raillard authored
-
Douglas Raillard authored
exekall: Fix engine.Operator.get_name()
-
Douglas Raillard authored
Fix ID generation of non-factory-method operators.
-
Douglas Raillard authored
lisa.analysis.tasks: Use kwargs in all plot methods
-
Douglas Raillard authored
Align TaskAnalysis.plot_tasks_total_residency() that was forgotten when porting all plot functions to forward kwargs to do_plot().
-
Douglas Raillard authored
exekall: Fix utils.get_name()
-
Douglas Raillard authored
Handle None without exceptions.
-
Douglas Raillard authored
lisa.analysis: Use **kwargs in all plot functions
-
Douglas Raillard authored
tests: load_tracking: Decorate test methods with check_noisy_tasks()
-
Douglas Raillard authored
lisa.analysis.task: Add TaskAnalysis.cpus_of_tasks()
-
Douglas Raillard authored
Allow getting the CPUs on which the given tasks executed. This is useful to convert the tasks names of the rtapp profile into list of CPUs to feed to plotting functions that need to know what CPU to look at. Since the trace is usually already cropped around the execution of rtapp, this allows spotting the relevant pieces of data.
-
Pass down kwargs to do_plot() to simplify adding new common plot parameters and potential decorator implementation.
-
Douglas Raillard authored
Add exekall show subcommand
-
Douglas Raillard authored
Display the name of the object instead of the class when we want the name of the class. Using None instead of NoneType is a common pattern, so let's print that nicely.
-
-