History log of /external/lisa/tools/plots.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a4fef2cb05b02c92928df23d136caf8d2726c0ef 04-May-2017 Patrick Bellasi <patrick.bellasi@arm.com> utils/trace: remove tasks attribute

The Trace object is tracking a set of tasks which can be used as a default
for other trace analysis modules. However, this API is somehow confusing
since most of the times we still want to specify a different set of tasks
after the trace has been parsed.

This patch removes the usage of the tasks attributes at Trace parsing time
while ensuring that each of the current API clients define which tasks
they want to focus on.

Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>
/external/lisa/tools/plots.py
c67f06c5d9f81ac6a277d63fb51102da3b882d0e 22-Jul-2016 Michele Di Giorgio <michele.digiorgio@arm.com> tools/plots: replace TraceAnalysis with refactored analysis API

Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com>
/external/lisa/tools/plots.py
6dfcecf69cce19e531f2765f6d515b985f225e46 03-Mar-2016 Patrick Bellasi <patrick.bellasi@arm.com> libs/utils/trace_analysis: get platform from trace object

The Lisa::Trace object is created by specifying the platform data.
Use this info from within the Lisa::TraceAnalysis module as well.

Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>
/external/lisa/tools/plots.py
d95e98d88a6cf4347853427dc4ef6fd0222a3881 04-Dec-2015 Patrick Bellasi <patrick.bellasi@arm.com> Add proper copyright headers to all the contributed sources

Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>
/external/lisa/tools/plots.py
a472fabcd3ad53952485ba945f91ff39c1d09c69 28-Oct-2015 Patrick Bellasi <patrick.bellasi@arm.com> tools/plots: add support for plotting specified folder using new Trace parser

Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>
/external/lisa/tools/plots.py
1759bb80d7b255a3113d022d857c70803e49766b 28-Oct-2015 Patrick Bellasi <patrick.bellasi@arm.com> Use init_env script to setup PYTHONPATH

Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>
/external/lisa/tools/plots.py
64f524da6bee1620281c5a80321050c13af9eb32 22-Oct-2015 Patrick Bellasi <patrick.bellasi@arm.com> tools/plots: add initial version of a script to generate plots from results

Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>
/external/lisa/tools/plots.py