aboutsummaryrefslogtreecommitdiff
path: root/trappy
AgeCommit message (Expand)Author
2017-06-29Revert "trappy: Remove double check for unique word"Joel Fernandes
2017-06-29Revert "trappy: Speed up trappy parsing by 20% by skipping regex sub"Joel Fernandes
2017-06-29Revert "trappy: Optimize integer conversion in generate_data_dict"Joel Fernandes
2017-06-29Revert "Add support for trace event processing using callacks"Joel Fernandes
2017-06-27Merge remote-tracking branch 'goog/mirror-upstream-master' into HEADJoel Fernandes
2017-06-27trappy/parsing: remove unnecessary raw flags from API and fix commentsChris Redpath
2017-06-27trappy/ftrace: Raise an exception if attempting to parse .raw.txt filesChris Redpath
2017-06-27trappy/ftrace: Stop generating trace.raw.txtChris Redpath
2017-06-27trappy/Parsing: Split trace class init into two phasesChris Redpath
2017-06-27trappy/parsing: Ensure parse_raw is set for sched_switch eventsChris Redpath
2017-06-25trappy: Optimize integer conversion in generate_data_dictJoel Fernandes
2017-06-25trappy: Speed up trappy parsing by 20% by skipping regex subJoel Fernandes
2017-06-25trappy: Remove double check for unique wordJoel Fernandes
2017-06-23Merge remote-tracking branch 'origin/master' into HEADJoel Fernandes
2017-06-21Add support for trace event processing using callacksConnor O'Brien
2017-06-21systrace: Store pid as int typeJoel Fernandes
2017-06-21systrace: Fix broken regexJoel Fernandes
2017-06-21trappy/ftrace: add support for boot clock timestampPatrick Bellasi
2017-06-15systrace: Make systrace reuse hasnt_started from base classJoel Fernandes
2017-06-15trappy/ftrace: add a line number columnJoel Fernandes
2017-06-15trappy/ftrace: add support to account line numbersPatrick Bellasi
2017-06-15trappy/ftrace: use special fileds RE to drive trace_hasnt_startedPatrick Bellasi
2017-06-14trappy: Handle the case for special events injected with tracing_mark_writeJoel Fernandes
2017-06-14trappy/systrace: Provide custom data string parsingJoel Fernandes
2017-06-14trappy: Add tracing_mark_write as a new eventJoel Fernandes
2017-06-14trappy: Split out parsing of trace string into separate functionJoel Fernandes
2017-06-14trappy/ftrace: Parse data string along with special fieldsJoel Fernandes
2017-05-13Merge pull request from bjackman/ftrace-errorJavi Merino
2017-05-13ftrace: Improve error messages when failing to parse traceBrendan Jackman
2017-05-08trappy: Improve performance of parserJoel Fernandes
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-10Merge pull request #236 from bjackman/grammar-absent-eventsJavi Merino
2017-01-10stats/grammar: Raise helpful error when asked to parse absent eventsBrendan Jackman
2017-01-05stats/grammar: Raise meaningful error when asked to parse bad eventBrendan Jackman
2017-01-04trappy: Remove legacy codeBrendan Jackman
2017-01-04Update ARM Ltd. copyright to 2017Brendan Jackman
2016-12-06idle: Add pivot name for cpu_idle parserBrendan Jackman
2016-11-05Merge pull request #229 from bjackmanJavi Merino
2016-11-04ILinePlot: Add fill_alpha parameterBrendan Jackman
2016-11-03Constraint: Fix __str__ for non-string column keysBrendan Jackman
2016-11-02ILinePlot: Remove unused _attr fieldBrendan Jackman
2016-11-01version: release trappy 5.10.0Javi Merino
2016-10-25idle: Add parser for cpu_idle eventsBrendan Jackman
2016-10-08ftrace: Note in documentation that `window` is inclusiveBrendan Jackman
2016-10-04version: release trappy 5.9.0Javi Merino
2016-09-28base: Add warning when we're at risk of running out of memoryBrendan Jackman
2016-09-13grammar: fix Parser documentationJavi Merino
2016-09-13version: release trappy v5.8.1Javi Merino