aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-05-13Merge pull request from bjackman/ftrace-errorJavi Merino
2017-05-13ftrace: Improve error messages when failing to parse traceBrendan Jackman
2017-04-26AbstractDataPlotter: Improve error message for bad signal defBrendan Jackman
2017-01-20Merge pull request #237 from bjackman/trace-field-equals-signJavi Merino
2017-01-17base: Don't error on event field values containing '='Brendan Jackman
2017-01-10stats/grammar: Raise helpful error when asked to parse absent eventsBrendan Jackman
2017-01-04Update ARM Ltd. copyright to 2017Brendan Jackman
2016-11-03Constraint: Fix __str__ for non-string column keysBrendan Jackman
2016-10-25idle: Add parser for cpu_idle eventsBrendan Jackman
2016-09-13sched: make sched_migrate_task parse the normal trace from trace-cmdJavi Merino
2016-08-01Merge pull request #211 from JaviMerino/issue_145Javi Merino
2016-07-17tests: add test for ILinePlotGen.df_to_dygraphKapileshwar Singh
2016-07-13grammar: apply filters to data accessesJavi Merino
2016-07-08plotter: ILinePlot: make _fix_indexes always return a dictionaryMichele Di Giorgio
2016-07-07Merge pull request #206 from JaviMerino/ilineplot_xlim/v1Kapileshwar Singh
2016-07-06ILinePlot: only pass the necessary data when xlim is passedJavi Merino
2016-07-04Merge pull request #204 from JaviMerino/plotter_color_everywhere_v2Kapileshwar Singh
2016-07-04plotter: augment the signals spec to include colorsJavi Merino
2016-07-04tests: More thorough testing of signalsJavi Merino
2016-07-04ILinePlot: learn to specify custom colorsJavi Merino
2016-06-30plotter: show appropriate error when plotting a dataframe but column was not ...Javi Merino
2016-06-20systrace: support legacy systrace formatLeo Yan
2016-05-06stats: let MultiTriggerAggregator work without an aggfuncJavi Merino
2016-04-28ILinePlot: don't call data_frame what's just a python dictJavi Merino
2016-04-26tests: Fix Copyright tests for Google Inc.Kapileshwar Singh
2016-04-19ILinePlot: test independent series mergingMichele Di Giorgio
2016-03-28ftrace: improve special fields matchingPatrick Bellasi
2016-03-24systrace: identify CPUs count from sched_switchPatrick Bellasi
2016-03-24sched: cope with SysTrace's sched_switch eventJavi Merino
2016-03-24systrace: add a class to parse trace coming from SysTraceJavi Merino
2016-03-15ILinePlot: fix merging with duplicate indexes in one of the dataframesJavi Merino
2016-03-15ILinePlot: learn to pass testsJavi Merino
2016-03-11Merge pull request #154 from JaviMerino/test_fixesKapileshwar Singh
2016-03-08tests: avoid matplotlib warning when running the testsuiteJavi Merino
2016-03-08tests: fix test_filter_prev_values expected resultJavi Merino
2016-03-08tests: use check_call when untarring WA's sysfs extractor outputJavi Merino
2016-03-07ftrace: match comm names that have a '[' as part of their nameJavi Merino
2016-03-07tests: simplify test_parse_special_fields by using float for timestampsJavi Merino
2016-03-07test: use existing timestamp in test_parse_special_fieldJavi Merino
2016-03-07tests: fix typo in test_special_fieldsJavi Merino
2016-02-26Trigger: narrow the data_frame with the pivot before applying the filterJavi Merino
2016-02-26Trigger: allow filters to be any callableJavi Merino
2016-02-25tests: fix test_plot_filter() to make a plot with dataJavi Merino
2016-02-25Merge pull request #144 from JaviMerino/parse_windowKapileshwar Singh
2016-02-24grammar: apply a window to data accessesJavi Merino
2016-02-24grammar: add missing multiplication and exponentiation operatorsJavi Merino
2016-02-24tests: use BareTrace in grammar tests with numeric testsJavi Merino
2016-02-03sched: add classes for wakeup/wakeup_new eventsPatrick Bellasi
2016-01-29test: Add tests for BarPlotJavi Merino
2016-01-16Merge pull request #130 from JaviMerino/fix_dup_index_end_dfKapileshwar Singh