aboutsummaryrefslogtreecommitdiff
path: root/tests/test_base.py
AgeCommit message (Expand)Author
2017-06-29trappy: add support to parse TGID in systraceJoel Fernandes
2017-06-21trappy/ftrace: add support for boot clock timestampPatrick Bellasi
2017-06-15trappy/tests: add a new test for new line number parsingPatrick Bellasi
2017-06-15trappy/ftrace: add a line number columnJoel Fernandes
2017-01-17base: Don't error on event field values containing '='Brendan Jackman
2017-01-04Update ARM Ltd. copyright to 2017Brendan Jackman
2016-03-28ftrace: improve special fields matchingPatrick Bellasi
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-01-05trappy: update copyright to 2016Javi Merino
2015-12-22tests: unregister dynamically created classes in the testsJavi Merino
2015-12-22dynamic: ensure dynamic methods refer to ftraceJavi Merino
2015-12-22ftrace: rename Run to FTraceJavi Merino
2015-08-13trappy: rename to trappyJavi Merino
2015-08-13cr2: change copyright to Apache 2Javi Merino
2015-08-13cr2: remove shebang from module filesJavi Merino
2015-08-13doc: move one of the trace test files to the doc/ folderJavi Merino
2015-08-12cr2: rename power.py to cpu_power.pyJavi Merino
2015-08-12tests: add copyright headers to all test filesJavi Merino
2015-08-12run: update special fields regexp to parse task names with a spacePatrick Bellasi
2015-08-12tests: new thermal trace dataJavi Merino
2015-08-12tests: make test_parse_values_concatenation() operate on a unique traceJavi Merino
2015-08-12tests: make test_parse_values_concatenation() register theJavi Merino
2015-08-12run: parse the special fields of a traceJavi Merino
2015-08-12base: fix concatenation of numerical valuesPatrick Bellasi
2015-08-12tests: new trace dataJavi Merino
2015-08-12cr2/run,thermal: read trace file only onceDietmar Eggemann
2015-08-12tests: rename trace.txt to trace_thermal.txtJavi Merino
2015-08-12tests: don't use trace_empty.txt in TestBaseJavi Merino
2015-08-12tests: learn to rename files that are copied for all testsJavi Merino
2015-08-12cr2/thermal, base: factor out class BaseDietmar Eggemann