aboutsummaryrefslogtreecommitdiff
path: root/trappy
AgeCommit message (Expand)Author
2017-10-24Merge branch 'master' of ssh://github.com/ARM-software/trappy into goog-masterKevin DuBois
2017-10-23parse traces from ext4 eventsKevin DuBois
2017-10-23parse traces from the common clock infrastructureKevin DuBois
2017-09-18Merge pull request #268 from valschneider/get_duration-fixBrendan Jackman
2017-09-18bare_trace: Fix get_duration() for window useValentin Schneider
2017-09-11ftrace: Disable caching by defaultBrendan Jackman
2017-08-17bare_trace: fix signature of generate_data_dictMichele Di Giorgio
2017-08-04trappy/utils: use sort_values for merge_dfsJoel Fernandes
2017-07-14cache: Fix issue where single missing CSV deletes allJoel Fernandes
2017-07-13trappy: optimize merge_df by removing try/exceptoreo-mr1-devJoel Fernandes
2017-07-10trappy/utils: Make apply_callbacks more generic for single DF useJoel Fernandes
2017-07-08trappy/ftrace: merge primary and secondary DFs based on pivotJoel Fernandes
2017-07-08cache: Fix issue where single missing CSV deletes allJoel Fernandes
2017-06-29trappy/caching: Couple of fixesJoel Fernandes
2017-06-29trappy/caching: Couple of fixesJoel Fernandes
2017-06-29trappy: add support to parse TGID in systraceJoel Fernandes
2017-06-29trappy/ftrace: refactor getting class for unique wordJoel Fernandes
2017-06-29trappy: optimize integer conversion in generate_data_dictJoel Fernandes
2017-06-29trappy: skip empty array regex sub for common caseJoel Fernandes
2017-06-29trappy: remove double check for unique wordJoel Fernandes
2017-06-29Add support for trace event processing using callbacksConnor O'Brien
2017-06-29ftrace: Store and retrieve window params in trace cacheBrendan Jackman
2017-06-29trappy: Speed up trappy by caching trace parsingJoel 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-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