1. 9ea1d01 Merge branch 'master' of ssh://github.com/ARM-software/trappy into goog-master by Kevin DuBois · 7 years ago
  2. a74ef6f parse traces from ext4 events by Kevin DuBois · 7 years ago
  3. b5108a1 parse traces from the common clock infrastructure by Kevin DuBois · 7 years ago
  4. 1015922 Merge pull request #268 from valschneider/get_duration-fix by Brendan Jackman · 7 years ago
  5. 581f936 tests/test_ftrace: Add window duration tests by Valentin Schneider · 7 years ago
  6. 211eeb5 bare_trace: Fix get_duration() for window use by Valentin Schneider · 7 years ago
  7. 8a253f2 bare_trace: fix signature of generate_data_dict by Michele Di Giorgio · 7 years ago
  8. 96f1148 cache: Fix issue where single missing CSV deletes all by Joel Fernandes · 7 years ago
  9. ff80788 cache: Fix issue where single missing CSV deletes all by Joel Fernandes · 7 years ago
  10. 7f0b679 trappy: add support to parse TGID in systrace by Joel Fernandes · 7 years ago
  11. c291667 Add support for trace event processing using callbacks by Connor O'Brien · 7 years ago
  12. 878b9ac tests: Caching tests by Brendan Jackman · 7 years ago
  13. a19ff25 trappy: Speed up trappy by caching trace parsing by Joel Fernandes · 7 years ago
  14. ff851bd trappy/test: fix tests for removal of raw.txt trace parsing by Chris Redpath · 7 years ago
  15. b01c848 trappy/Parsing: Split trace class init into two phases by Chris Redpath · 7 years ago
  16. a740212 trappy: Fix systrace userspace parsing tests by Joel Fernandes · 7 years ago
  17. c32717c tests: Add a test for line numbers in systrace by Joel Fernandes · 7 years ago
  18. 8dcd961 trappy/ftrace: add support for boot clock timestamp by Patrick Bellasi · 7 years ago
  19. 6953b16 trappy/tests: Fix test for checking invalid line by Joel Fernandes · 7 years ago
  20. 1954b37 trappy/tests: add a new test for new line number parsing by Patrick Bellasi · 7 years ago
  21. 658d4cc trappy/ftrace: add a line number column by Joel Fernandes · 7 years ago
  22. ddc4d4f trappy/systrace: Add test for parsing userspace events by Joel Fernandes · 7 years ago
  23. e565c7a Merge pull request from bjackman/ftrace-error by Javi Merino · 7 years ago
  24. b1b1c9e ftrace: Improve error messages when failing to parse trace by Brendan Jackman · 7 years ago
  25. 15c5a1f AbstractDataPlotter: Improve error message for bad signal def by Brendan Jackman · 7 years ago
  26. 55d45f7 Merge pull request #237 from bjackman/trace-field-equals-sign by Javi Merino · 7 years ago
  27. 214940f base: Don't error on event field values containing '=' by Brendan Jackman · 7 years ago
  28. fbbbd40 stats/grammar: Raise helpful error when asked to parse absent events by Brendan Jackman · 7 years ago
  29. e81fdcb Update ARM Ltd. copyright to 2017 by Brendan Jackman · 7 years ago
  30. 085a026 Constraint: Fix __str__ for non-string column keys by Brendan Jackman · 8 years ago
  31. a3e1a48 idle: Add parser for cpu_idle events by Brendan Jackman · 8 years ago
  32. 4989982 sched: make sched_migrate_task parse the normal trace from trace-cmd by Javi Merino · 8 years ago
  33. e25a20c Merge pull request #211 from JaviMerino/issue_145 by Javi Merino · 8 years ago
  34. fea80b8 tests: add test for ILinePlotGen.df_to_dygraph by Kapileshwar Singh · 8 years ago
  35. d2f6c2f grammar: apply filters to data accesses by Javi Merino · 8 years ago
  36. cd8793f plotter: ILinePlot: make _fix_indexes always return a dictionary by Michele Di Giorgio · 8 years ago
  37. 539612b Merge pull request #206 from JaviMerino/ilineplot_xlim/v1 by Kapileshwar Singh · 8 years ago
  38. e6274bd ILinePlot: only pass the necessary data when xlim is passed by Javi Merino · 8 years ago
  39. 68e30d3 Merge pull request #204 from JaviMerino/plotter_color_everywhere_v2 by Kapileshwar Singh · 8 years ago
  40. e5c3597 plotter: augment the signals spec to include colors by Javi Merino · 8 years ago
  41. 8cff44f tests: More thorough testing of signals by Javi Merino · 8 years ago
  42. f4261b4 ILinePlot: learn to specify custom colors by Javi Merino · 8 years ago
  43. 4474513 plotter: show appropriate error when plotting a dataframe but column was not specified by Javi Merino · 8 years ago
  44. 459dada systrace: support legacy systrace format by Leo Yan · 8 years ago
  45. 23b0b89 stats: let MultiTriggerAggregator work without an aggfunc by Javi Merino · 8 years ago
  46. aa4bece ILinePlot: don't call data_frame what's just a python dict by Javi Merino · 8 years ago
  47. e43094c tests: Fix Copyright tests for Google Inc. by Kapileshwar Singh · 8 years ago
  48. 1af636b ILinePlot: test independent series merging by Michele Di Giorgio · 8 years ago
  49. 8a3fdcd ftrace: improve special fields matching by Patrick Bellasi · 8 years ago
  50. cdae1b2 systrace: identify CPUs count from sched_switch by Patrick Bellasi · 8 years ago
  51. 0341082 sched: cope with SysTrace's sched_switch event by Javi Merino · 8 years ago
  52. 46458d6 systrace: add a class to parse trace coming from SysTrace by Javi Merino · 8 years ago
  53. fadc28a ILinePlot: fix merging with duplicate indexes in one of the dataframes by Javi Merino · 8 years ago
  54. f2666cb ILinePlot: learn to pass tests by Javi Merino · 8 years ago
  55. 28cddad Merge pull request #154 from JaviMerino/test_fixes by Kapileshwar Singh · 8 years ago
  56. 373c30f tests: avoid matplotlib warning when running the testsuite by Javi Merino · 8 years ago
  57. fb21274 tests: fix test_filter_prev_values expected result by Javi Merino · 8 years ago
  58. 541c887 tests: use check_call when untarring WA's sysfs extractor output by Javi Merino · 8 years ago
  59. 612384c ftrace: match comm names that have a '[' as part of their name by Javi Merino · 8 years ago
  60. cb53daa tests: simplify test_parse_special_fields by using float for timestamps by Javi Merino · 8 years ago
  61. d9cdc2b test: use existing timestamp in test_parse_special_field by Javi Merino · 8 years ago
  62. 416e234 tests: fix typo in test_special_fields by Javi Merino · 8 years ago
  63. 05ffbcc Trigger: narrow the data_frame with the pivot before applying the filter by Javi Merino · 8 years ago
  64. f703d77 Trigger: allow filters to be any callable by Javi Merino · 8 years ago
  65. eda46e8 tests: fix test_plot_filter() to make a plot with data by Javi Merino · 8 years ago
  66. 657ad4f Merge pull request #144 from JaviMerino/parse_window by Kapileshwar Singh · 8 years ago
  67. 06ae7a8 grammar: apply a window to data accesses by Javi Merino · 8 years ago
  68. 53d1b06 grammar: add missing multiplication and exponentiation operators by Javi Merino · 8 years ago
  69. 18d9a7b tests: use BareTrace in grammar tests with numeric tests by Javi Merino · 8 years ago
  70. 6234247 sched: add classes for wakeup/wakeup_new events by Patrick Bellasi · 8 years ago
  71. 3ffa9e2 test: Add tests for BarPlot by Javi Merino · 8 years ago
  72. 8530d6c Merge pull request #130 from JaviMerino/fix_dup_index_end_df by Kapileshwar Singh · 8 years ago
  73. 96602fc Fixed plotting of dataframes by John Pocock · 8 years ago
  74. 08c8d29 utils: let handle_duplicate_index() handle duplicates at the end of the index by Javi Merino · 8 years ago
  75. d3457bf tests: make sure that handle_duplicate_index() creates the expected series by Javi Merino · 8 years ago
  76. 94d89c1 plot_utils: fix plot_allfreqs() for one actor by Javi Merino · 8 years ago
  77. ab94dac trappy: partially revert 8da875103915 by Javi Merino · 8 years ago
  78. 4ec4aee trappy: update copyright to 2016 by Javi Merino · 8 years ago
  79. 3fb959c Merge pull request #119 from JaviMerino/unregister_events by Kapileshwar Singh · 8 years ago
  80. 8da8751 ftrace: fix error with only one actor by Leo Yan · 8 years ago
  81. a5db2d8 tests: unregister dynamically created classes in the tests by Javi Merino · 8 years ago
  82. b280b4f ftrace: learn to unregister events by Javi Merino · 8 years ago
  83. fecb267 dynamic: ensure dynamic methods refer to ftrace by Javi Merino · 8 years ago
  84. bd089ae test_stats: use BareTrace instead of importing a dummy trace by Javi Merino · 8 years ago
  85. 08f3c34 bare_trace: abstract some of the basic FTrace functionality to a generic BareTrace class by Javi Merino · 8 years ago
  86. 4c0e550 ftrace: Learn again to normalize the time against an arbitrary basetime by Javi Merino · 8 years ago
  87. c26a323 ftrace: rename Run to FTrace by Javi Merino · 8 years ago
  88. c32a813 Merge pull request #111 from JaviMerino/plot_trace_dropped_events by Kapileshwar Singh · 8 years ago
  89. 7b860d5 plotter: teach get_trace_event_data() to deal with broken traces by Javi Merino · 8 years ago
  90. 35b41d8 tests: Add tests for trappy.stats.Aggregator by Kapileshwar Singh · 8 years ago
  91. dc2a6ce tests: Add test cases for trappy.stats.Trigger by Kapileshwar Singh · 8 years ago
  92. be0a396 tests: Add base class for stats testing by Kapileshwar Singh · 8 years ago
  93. a284c74 tests: Add tests for trappy.stats.Topology by Kapileshwar Singh · 8 years ago
  94. e6533d3 Merge pull request #101 from sinkap/dup_index by Javi Merino · 8 years ago
  95. 7926191 tests: Test if grammar works with parsed events by Kapileshwar Singh · 8 years ago
  96. f416e2f Merge pull request #95 from JaviMerino/fix_89 by Kapileshwar Singh · 8 years ago
  97. c5c1e31 tests: Add test case for handle_duplicate_index by Kapileshwar Singh · 8 years ago
  98. cd8aacf Fix get_duration for normalized time by Kapileshwar Singh · 8 years ago
  99. 5471148 run: attach events to an existing run event by Javi Merino · 8 years ago
  100. 2ba613e Merge pull request #87 from JaviMerino/drop_sheye by Kapileshwar Singh · 8 years ago