History log of /external/trappy/trappy/utils.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6d69188540ca7d2963dad44e49577075a3d2c8e4 15-Jul-2017 Joel Fernandes <joelaf@google.com> trappy/utils: use sort_values for merge_dfs

To prevent annoying warning.

Change-Id: I60f006a3c806864939019a90d12b236487fb51aa
Signed-off-by: Joel Fernandes <joelaf@google.com>
/external/trappy/trappy/utils.py
effd7b5ba93f752abe87c0def558d64e9b88b2ef 14-Jul-2017 Joel Fernandes <joelaf@google.com> trappy: optimize merge_df by removing try/except

Change-Id: I238bb50ed1907def19b23b0610eec87234ef4d51
Signed-off-by: Joel Fernandes <joelaf@google.com>
/external/trappy/trappy/utils.py
49f4c42b6750e96c668840a7d54e2cc2f322ab09 11-Jul-2017 Joel Fernandes <joelaf@google.com> trappy/utils: Make apply_callbacks more generic for single DF use

Change-Id: I3e8ff4d9d11220cddeac955e9a949fc3464ecc36
Signed-off-by: Joel Fernandes <joelaf@google.com>
/external/trappy/trappy/utils.py
89ce9a07de9a9a7720b72a8204fdfc0b331ef5e8 08-Jul-2017 Joel Fernandes <joelaf@google.com> trappy/ftrace: merge primary and secondary DFs based on pivot

Forward propogate secondary DF into primary DF and return the merged DF.

Implements: https://github.com/ARM-software/trappy/issues/250

Change-Id: I312d77302bbca8bb13bfa598785ebc0cc879fe34
Signed-off-by: Joel Fernandes <joelaf@google.com>
/external/trappy/trappy/utils.py
e81fdcb135d0325e3bc22fae0583555d20aae280 04-Jan-2017 Brendan Jackman <brendan.jackman@arm.com> Update ARM Ltd. copyright to 2017
/external/trappy/trappy/utils.py
08c8d29069e77f19a42899d4d9b2a2b9d9a97b73 14-Jan-2016 Javi Merino <javi.merino@arm.com> utils: let handle_duplicate_index() handle duplicates at the end of the index

handle_duplicate_index() fails with a IndexError with series that have a
duplicate index at the end of the series:

File "/home/javi/src/trappy/tests/trappy/utils.py", line 86, in handle_duplicate_index
delta = (index[dup_index_right + 1] - dup) / num_dups
File "/usr/lib/pymodules/python2.7/pandas/core/index.py", line 941, in __getitem__
return getitem(key)
IndexError: index out of bounds

Catch the exception and just apply the max_delta to generate the
indexes.
/external/trappy/trappy/utils.py
4ec4aee55dbd4045cfb6a2fe099615a569ce7ff7 05-Jan-2016 Javi Merino <javi.merino@arm.com> trappy: update copyright to 2016
/external/trappy/trappy/utils.py
6f3c26c0dd31d1d6c6fb0b47414c09072f192149 06-Dec-2015 Kapileshwar Singh <kapileshwar.singh@arm.com> utils: Add function for duplicate index handling

Signed-off-by: Kapileshwar Singh <kapileshwar.singh@arm.com>
/external/trappy/trappy/utils.py
b95a4c5504771224bfe6a4abec759c00d2612a73 26-Nov-2015 Javi Merino <javi.merino@arm.com> utils: move listify to a generic trappy.utils file

listify() is used in both plotter and stats. Move it out of
trappy.plotter.Utils into a generic trappy.utils file as it's not
something specific of the plotter.
/external/trappy/trappy/utils.py