aboutsummaryrefslogtreecommitdiff
path: root/trappy/ftrace.py
AgeCommit message (Expand)Author
2017-06-02trappy: Add support for ftrace event callbacksJoel 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