1. 31ccc08 DO NOT MERGE: Merge Oreo MR1 into master by Xin Li · 6 years ago
  2. 0cdeec2 Add metadata am: ae63082056 by Bill Yi · 7 years ago
  3. ae63082 Add metadata by Bill Yi · 7 years ago
  4. 4fe8513 Merge commit 'effd7b5ba93f752abe87c0def558d64e9b88b2ef' into HEAD by Xin Li · 7 years ago
  5. 86f4590 Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD am: e3e1107fc6 by Bill Yi · 7 years ago
  6. e3e1107 Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD by Bill Yi · 7 years ago
  7. e310136 Initial empty repository by Bill Yi · 7 years ago
  8. effd7b5 trappy: optimize merge_df by removing try/except by Joel Fernandes · 7 years ago
  9. 49f4c42 trappy/utils: Make apply_callbacks more generic for single DF use by Joel Fernandes · 7 years ago
  10. 89ce9a0 trappy/ftrace: merge primary and secondary DFs based on pivot by Joel Fernandes · 7 years ago
  11. ff80788 cache: Fix issue where single missing CSV deletes all by Joel Fernandes · 7 years ago
  12. a951463 trappy/caching: Couple of fixes by Joel Fernandes · 7 years ago
  13. 7f0b679 trappy: add support to parse TGID in systrace by Joel Fernandes · 7 years ago
  14. f0c228a Merge remote-tracking branch 'origin/master' into HEAD by Joel Fernandes · 7 years ago
  15. b0e013c Revert "trappy: Remove double check for unique word" by Joel Fernandes · 7 years ago
  16. b5d85ce Revert "trappy: Speed up trappy parsing by 20% by skipping regex sub" by Joel Fernandes · 7 years ago
  17. fd162b6 Revert "trappy: Optimize integer conversion in generate_data_dict" by Joel Fernandes · 7 years ago
  18. c81a3b1 Revert "Add support for trace event processing using callacks" by Joel Fernandes · 7 years ago
  19. 180ba38 Merge branch 'joelagnel-for-unique-word-speedup' by KP Singh · 7 years ago
  20. 2a58727 trappy/ftrace: refactor getting class for unique word by Joel Fernandes · 7 years ago
  21. 1e326a1 trappy: optimize integer conversion in generate_data_dict by Joel Fernandes · 7 years ago
  22. 9bb52fa trappy: skip empty array regex sub for common case by Joel Fernandes · 7 years ago
  23. 677e6e5 trappy: remove double check for unique word by Joel Fernandes · 7 years ago
  24. 634bcd3 Merge branch 'cobrien7-event-callbacks' by KP Singh · 7 years ago
  25. c291667 Add support for trace event processing using callbacks by Connor O'Brien · 7 years ago
  26. d84e541 Merge branch 'joelagnel-for-trappy-cache' by KP Singh · 7 years ago
  27. 878b9ac tests: Caching tests by Brendan Jackman · 7 years ago
  28. 3fdf687 ftrace: Store and retrieve window params in trace cache by Brendan Jackman · 7 years ago
  29. a19ff25 trappy: Speed up trappy by caching trace parsing by Joel Fernandes · 7 years ago
  30. e46e4a3 Merge remote-tracking branch 'goog/mirror-upstream-master' into HEAD by Joel Fernandes · 7 years ago
  31. 50610cb Merge branch 'credp-remove_raw_trace' by KP Singh · 7 years ago
  32. ff851bd trappy/test: fix tests for removal of raw.txt trace parsing by Chris Redpath · 7 years ago
  33. ef596e5 trappy/parsing: remove unnecessary raw flags from API and fix comments by Chris Redpath · 7 years ago
  34. 12c3570 trappy/ftrace: Raise an exception if attempting to parse .raw.txt files by Chris Redpath · 7 years ago
  35. c10c721 trappy/ftrace: Stop generating trace.raw.txt by Chris Redpath · 7 years ago
  36. b01c848 trappy/Parsing: Split trace class init into two phases by Chris Redpath · 7 years ago
  37. 55c3922 trappy/parsing: Ensure parse_raw is set for sched_switch events by Chris Redpath · 7 years ago
  38. c0a49a1 trappy: Optimize integer conversion in generate_data_dict by Joel Fernandes · 7 years ago
  39. c9243e2 trappy: Speed up trappy parsing by 20% by skipping regex sub by Joel Fernandes · 7 years ago
  40. 9493bfa trappy: Remove double check for unique word by Joel Fernandes · 7 years ago
  41. 0681f94 Merge remote-tracking branch 'origin/master' into HEAD by Joel Fernandes · 7 years ago
  42. 2b9b25c Add support for trace event processing using callacks by Connor O'Brien · 7 years ago
  43. 3b9f139 Merge branch 'joelagnel-systrace-line-test' by KP Singh · 7 years ago
  44. 609a57a systrace: Store pid as int type by Joel Fernandes · 7 years ago
  45. a740212 trappy: Fix systrace userspace parsing tests by Joel Fernandes · 7 years ago
  46. a38f1d5 systrace: Fix broken regex by Joel Fernandes · 7 years ago
  47. c32717c tests: Add a test for line numbers in systrace by Joel Fernandes · 7 years ago
  48. 16ad8df Merge branch 'derkling-add-ns-clock-support' by KP Singh · 7 years ago
  49. 8dcd961 trappy/ftrace: add support for boot clock timestamp by Patrick Bellasi · 7 years ago
  50. 3b53c5c Merge remote-tracking branch 'origin/master' into HEAD by Joel Fernandes · 7 years ago
  51. 5a8aec8 Merge branch 'joelagnel-for-line' by KP Singh · 7 years ago
  52. 6953b16 trappy/tests: Fix test for checking invalid line by Joel Fernandes · 7 years ago
  53. ee6fb47 systrace: Make systrace reuse hasnt_started from base class by Joel Fernandes · 7 years ago
  54. 1954b37 trappy/tests: add a new test for new line number parsing by Patrick Bellasi · 7 years ago
  55. 658d4cc trappy/ftrace: add a line number column by Joel Fernandes · 7 years ago
  56. 750f718 trappy/ftrace: add support to account line numbers by Patrick Bellasi · 7 years ago
  57. 663f104 trappy/ftrace: use special fileds RE to drive trace_hasnt_started by Patrick Bellasi · 7 years ago
  58. a84dd23 Merge branch 'joelagnel-for-systrace-parsing' into fixit2 by KP Singh · 7 years ago
  59. ddc4d4f trappy/systrace: Add test for parsing userspace events by Joel Fernandes · 7 years ago
  60. 071bbff trappy: Handle the case for special events injected with tracing_mark_write by Joel Fernandes · 7 years ago
  61. 2e58198 trappy/systrace: Provide custom data string parsing by Joel Fernandes · 7 years ago
  62. 43bb103 trappy: Add tracing_mark_write as a new event by Joel Fernandes · 7 years ago
  63. 02c452e trappy: Split out parsing of trace string into separate function by Joel Fernandes · 7 years ago
  64. f375f3f trappy/ftrace: Parse data string along with special fields by Joel Fernandes · 7 years ago
  65. 1d7dfb1 Revert "Merge remote-tracking branch 'joel-local/trappy-event-callbacks' into HEAD" by Joel Fernandes · 7 years ago
  66. ea1ddf9 Revert "trappy: Add tgid information from systrace" by Joel Fernandes · 7 years ago
  67. 9bb30d1 Revert "remove spurious print" by Joel Fernandes · 7 years ago
  68. af0f1f0 Revert "Fix for tgid patch, missed adding it to SchedSwitch" by Joel Fernandes · 7 years ago
  69. 6dab7d2 Revert "Fixes to make normalize time proactive and make all tests pass" by Joel Fernandes · 7 years ago
  70. afa9ac7 Fixes to make normalize time proactive and make all tests pass by Joel Fernandes · 7 years ago
  71. 658ce84 Fix for tgid patch, missed adding it to SchedSwitch by Joel Fernandes · 7 years ago
  72. da27bee remove spurious print by Joel Fernandes · 7 years ago
  73. 0cf2110 trappy: Add tgid information from systrace by Joel Fernandes · 7 years ago
  74. fdd827a Merge remote-tracking branch 'joel-local/trappy-event-callbacks' into HEAD by Joel Fernandes · 7 years ago
  75. 7b104fb trappy/ftrace: normalize time early by Joel Fernandes · 7 years ago
  76. 8be8479 trappy/sched: Move line processing earlier by Joel Fernandes · 7 years ago
  77. 45e0140 trace: Add support for skipping build of dataframes by Joel Fernandes · 7 years ago
  78. ac25b4e trappy: Add support for ftrace event callbacks by Joel Fernandes · 7 years ago
  79. 1d8d74d trappy: Split out parsing of trace string into separate function by Joel Fernandes · 7 years ago
  80. 3bcad0b Merge remote-tracking branch 'goog/mirror-upstream-master' into HEAD by Joel Fernandes · 7 years ago
  81. e565c7a Merge pull request from bjackman/ftrace-error by Javi Merino · 7 years ago
  82. b1b1c9e ftrace: Improve error messages when failing to parse trace by Brendan Jackman · 7 years ago
  83. 19e5b0a Merge pull request #246 from joelagnel/dfparser by Javi Merino · 7 years ago
  84. 3f6fc27 Initial empty repository by kuantung · 7 years ago
  85. 87b1283 trappy: Improve performance of parser by Joel Fernandes · 7 years ago
  86. b62379d Merge pull request #244 from bjackman/signal-def-error-msg by Kapileshwar Singh · 7 years ago
  87. 15c5a1f AbstractDataPlotter: Improve error message for bad signal def by Brendan Jackman · 7 years ago
  88. 3e3ba73 Merge pull request #242 from bjackman/master by Javi Merino · 7 years ago
  89. 207e543 travis-ci: Use IPython below v6.0.0 to avoid Python 3.3 requirement by Brendan Jackman · 7 years ago
  90. 55d45f7 Merge pull request #237 from bjackman/trace-field-equals-sign by Javi Merino · 7 years ago
  91. 214940f base: Don't error on event field values containing '=' by Brendan Jackman · 7 years ago
  92. 21860e9 Merge pull request #236 from bjackman/grammar-absent-events by Javi Merino · 7 years ago
  93. fbbbd40 stats/grammar: Raise helpful error when asked to parse absent events by Brendan Jackman · 7 years ago
  94. dd124aa Merge pull request #235 from bjackman/grammar-error-no-parser by Javi Merino · 7 years ago
  95. 097407c stats/grammar: Raise meaningful error when asked to parse bad event by Brendan Jackman · 7 years ago
  96. 5d488a4 Merge pull request #234 from bjackman/misc by Kapileshwar Singh · 7 years ago
  97. f83044c trappy: Remove legacy code by Brendan Jackman · 7 years ago
  98. e81fdcb Update ARM Ltd. copyright to 2017 by Brendan Jackman · 7 years ago
  99. 2d3a944 Merge pull request #232 from bjackman/cpuidle-pivot by Javi Merino · 7 years ago
  100. 2555c22 idle: Add pivot name for cpu_idle parser by Brendan Jackman · 7 years ago