1. b8f6734 trace_processor: Update ExtendWithColumn to use SharedPtr by Hector Dearman · 4 years, 5 months ago
  2. 5c08bc6 trace_processor: Safer method for casting TypedColumn to Column by Hector Dearman · 4 years, 5 months ago
  3. 4feaa74 trace_processor: Small fixes for owned columns by Hector Dearman · 4 years, 6 months ago
  4. 0e96523 tp: fix dynamic table lifetime scoping by Lalit Maganti · 4 years, 6 months ago
  5. 920f4f9 tp: add support for dynamic tables and migrate flamegraph/counter dur by Lalit Maganti · 4 years, 7 months ago
  6. bdbf2d1 trace_processor: add explicit schema class for db tables by Lalit Maganti · 4 years, 7 months ago
  7. 0a9b13f tp: correctly inform SQLite about when it needs to filter/sort by Lalit Maganti · 4 years, 7 months ago
  8. 3f37ad5 tp: add support for strongly typed id columns by Lalit Maganti · 4 years, 8 months ago
  9. a8e11e8 tp: refactor TypedColumn to increase code reuse and documentation by Lalit Maganti · 4 years, 8 months ago
  10. 5228f36 trace_processor: remove tableid and refactor argstracker to use ids by Lalit Maganti · 4 years, 8 months ago
  11. 9ff941f trace_processor: some cleanup from old CLs by Lalit Maganti · 4 years, 8 months ago
  12. 1908e26 trace_processor: migrate args to macro tables by Lalit Maganti · 4 years, 8 months ago
  13. ededb0e trace_processor: migrate metadata to macro tables by Lalit Maganti · 4 years, 8 months ago
  14. f1ab24f trace_processor: migrate logs to macro tables by Lalit Maganti · 4 years, 8 months ago
  15. 9ecfab3 trace_processor: move stringpool to new containers folder by Lalit Maganti · 4 years, 9 months ago
  16. 2aa8858 trace_processor: move all containers to new subfolder by Lalit Maganti · 4 years, 9 months ago
  17. 42a5dd9 trace_processor: overhaul comparision in db tables by Lalit Maganti · 4 years, 9 months ago
  18. 200fc65 trace_processor: allow comparisions between doubles and ints by Lalit Maganti · 4 years, 9 months ago
  19. 306bd89 trace_processor: outline slow path functions and add comments by Lalit Maganti · 4 years, 9 months ago
  20. 4b3b3ad trace_processor: migrate counter table to new database tables by Lalit Maganti · 4 years, 9 months ago
  21. b2ed1f5 trace_processor: cleanup ugly double function call to get col by name by Lalit Maganti · 4 years, 9 months ago
  22. a5287b0 trace_processor: add helper methods for adding constraints on typed cols by Lalit Maganti · 4 years, 9 months ago
  23. 455af89 trace_processor: fix filtering on long and string and add tests by Lalit Maganti · 4 years, 10 months ago
  24. 31a6ebe trace_processor: fix string is not null typo by Lalit Maganti · 4 years, 10 months ago
  25. d290c9f trace_processor: revamp sorting algorithm by Lalit Maganti · 4 years, 10 months ago
  26. 9129fad trace_processor: add special handling of constraints on sorted cols by Lalit Maganti · 4 years, 10 months ago
  27. 06d9a50 trace_processor: fix sort setting flags on correct columns by Lalit Maganti · 4 years, 10 months ago
  28. 19c45ae trace_processor: remove kId flag by Lalit Maganti · 4 years, 10 months ago
  29. d9c62a6 trace_processor: make filtering of non-null columns faster by Lalit Maganti · 4 years, 10 months ago
  30. 1cf16ba trace_processor: add support for like constraint by Lalit Maganti · 4 years, 10 months ago
  31. b6ce4e6 trace_processor: make filtering more efficient by filtering on type by Lalit Maganti · 4 years, 11 months ago
  32. 9e12ed4 trace_processor: improve filter performance by iterating over col rowmaps by Lalit Maganti · 4 years, 11 months ago
  33. 1ac605a trace_processor: add fast path for eq constraints on id columns by Lalit Maganti · 4 years, 11 months ago
  34. c075d03 Merge "trace_processor: fix support for optional<stringid> columns" by Lalit Maganti · 5 years ago
  35. 6bc49c7 trace_processor: fix support for optional<stringid> columns by Lalit Maganti · 5 years ago
  36. 73f5d91 trace_processor: add support for remaining operations on new tables by Lalit Maganti · 5 years ago
  37. 7e9c2a0 trace_processor: add basic cost estimation for db backed tables by Lalit Maganti · 5 years ago
  38. 7355db4 trace_processor: fix comparision of sqlvalues and add neq db constraint by Lalit Maganti · 5 years ago
  39. 4ea78d9 trace_processor: remove virtual track table and replace with async track table by Lalit Maganti · 5 years ago
  40. 04a6435 trace_processor: add hint flags indiciating the content of the column by Lalit Maganti · 5 years ago
  41. fb480f6 trace_processor: add setters to db columns by Lalit Maganti · 5 years ago
  42. ac68e9c trace_processor: migrate track table to new table macros by Lalit Maganti · 5 years ago
  43. 7e0fbdb trace_processor: refactor Column to reduce boilerplate when adding types by Lalit Maganti · 5 years ago
  44. e0f25f1 trace_processor: add strongly typed column wrapper classes by Lalit Maganti · 5 years ago
  45. 20539c2 trace_processor: migrate GPU tables to new macros by Lalit Maganti · 5 years ago
  46. 9082eee trace_processor: support inserting base::Optional into columns by Lalit Maganti · 5 years ago
  47. 59e8751 trace_processor: add sqlite table class for db tables by Lalit Maganti · 5 years ago
  48. 5d00c9c trace_processor: add support for strings in db tables by Lalit Maganti · 5 years ago
  49. 22c8d96 trace_processor: add Table and Column classes by Lalit Maganti · 5 years ago