aboutsummaryrefslogtreecommitdiff
path: root/trappy/ftrace.py
AgeCommit message (Expand)Author
2017-10-24Merge branch 'master' of ssh://github.com/ARM-software/trappy into goog-masterKevin DuBois
2017-09-11ftrace: Disable caching by defaultBrendan Jackman
2017-07-14cache: Fix issue where single missing CSV deletes allJoel Fernandes
2017-07-10trappy/utils: Make apply_callbacks more generic for single DF useJoel 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: 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-21trappy/ftrace: add support for boot clock timestampPatrick Bellasi
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/ftrace: Parse data string along with special fieldsJoel Fernandes
2017-05-13ftrace: Improve error messages when failing to parse traceBrendan Jackman
2017-01-04Update ARM Ltd. copyright to 2017Brendan Jackman
2016-10-08ftrace: Note in documentation that `window` is inclusiveBrendan Jackman
2016-04-01ftrace: fix default name for tracesMichele Di Giorgio
2016-03-28ftrace: improve special fields matchingPatrick Bellasi
2016-03-24systrace: add a class to parse trace coming from SysTraceJavi Merino
2016-03-22ftrace: provide a method to drop the beginning/end of a fileJavi Merino
2016-03-22ftrace: update the special fields regexp to match also systrace embedded tracesPatrick Bellasi
2016-03-22ftrace: abstract parsing of ftrace output to a generic classJavi Merino
2016-03-22dynamic: use register_ftrace_parser() internallyJavi Merino
2016-03-07ftrace: match comm names that have a '[' as part of their nameJavi Merino
2016-01-05trappy: partially revert 8da875103915Javi Merino
2016-01-05trappy: update copyright to 2016Javi Merino
2016-01-05Merge pull request #119 from JaviMerino/unregister_eventsKapileshwar Singh
2015-12-27ftrace: fix error with only one actorLeo Yan
2015-12-22ftrace: learn to unregister eventsJavi Merino
2015-12-22dynamic: ensure dynamic methods refer to ftraceJavi Merino
2015-12-22bare_trace: abstract some of the basic FTrace functionality to a generic Bare...Javi Merino
2015-12-22ftrace: Learn again to normalize the time against an arbitrary basetimeJavi Merino
2015-12-22ftrace: append the events added by add_parsed_event() to trace_classesJavi Merino
2015-12-22ftrace: set normalized_time if anybody calls normalize_time()Javi Merino
2015-12-22ftrace: rename Run to FTraceJavi Merino