History log of /external/trappy/tests/trappy/devfreq_power.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e81fdcb135d0325e3bc22fae0583555d20aae280 04-Jan-2017 Brendan Jackman <brendan.jackman@arm.com> Update ARM Ltd. copyright to 2017
/external/trappy/trappy/devfreq_power.py
094e742d3504d692e74913ed85ec3d4b176f0469 22-Mar-2016 Javi Merino <javi.merino@arm.com> dynamic: use register_ftrace_parser() internally

Most registration of base events in trappy were being done with
FTrace.register_parser() which introduces unnecessary noise when
refactoring. Use register_ftrace_parser() instead as it is what we
recommend for external classes and it simplifies refactoring.
/external/trappy/trappy/devfreq_power.py
4ec4aee55dbd4045cfb6a2fe099615a569ce7ff7 05-Jan-2016 Javi Merino <javi.merino@arm.com> trappy: update copyright to 2016
/external/trappy/trappy/devfreq_power.py
fecb2676b883265a98e37deff1e4764337647c16 21-Dec-2015 Javi Merino <javi.merino@arm.com> dynamic: ensure dynamic methods refer to ftrace

Now that we can have traces coming from sources other than ftrace,
rename register_dynamic() and register_class() to
register_dynamic_ftrace() and register_ftrace_parser() to make it clear
that they are only available for traces coming from ftrace.
/external/trappy/trappy/devfreq_power.py
c26a323210533d4ed3a8b4e62c33744236e3beda 11-Dec-2015 Javi Merino <javi.merino@arm.com> ftrace: rename Run to FTrace

Run is a very generic and inappropriate name for an object that parses
the result of ftrace into a form consumable by python. Rename it to
FTrace in preparation for its generalization.
/external/trappy/trappy/devfreq_power.py
cd3fc6b96635ea9a624d9170a4db355d72ee2009 26-Nov-2015 Javi Merino <javi.merino@arm.com> base: remove the unique_word parameter from the constructor of Base

Now that unique_word is required to be a class variable of all
classes derived from Base there is no pass it to the constructor. Base
can already pick it up.

Thanks to this we can remove all the repeated code in the dummy
constructors.
/external/trappy/trappy/devfreq_power.py
dc9626d43b054c17e948aaaa7aa65a5e8ffe0cfe 26-Nov-2015 Javi Merino <javi.merino@arm.com> trappy: add unique_word as a class variable of pid_controller and devfreq

By exposing it as a class variable we let introspection of the class, to
see whether this class can parse a specific event.
/external/trappy/trappy/devfreq_power.py
95985b5125b3e96b8cd87460cc375600a8de49ea 09-Sep-2015 Kapileshwar Singh <kapileshwar.singh@arm.com> doc: devfreq_power: Use sphinx friendly docstrings

Signed-off-by: Kapileshwar Singh <kapileshwar.singh@arm.com>
/external/trappy/trappy/devfreq_power.py
435457c8af9d69383ba45e0bd7da022d967a8dea 10-Aug-2015 Javi Merino <javi.merino@arm.com> trappy: rename to trappy

Change-Id: I7e0e34c9f5565e34629683bb29ab25cf5e737088
/external/trappy/trappy/devfreq_power.py