1. 2c5488f Reshuffle include/ directory layout by Primiano Tucci · 5 years ago
  2. cdfd85b Update gtest/gmock to use system includes by Hector Dearman · 5 years ago
  3. d86161a trace_processor: speed up raw event insertion by caching field names by Lalit Maganti · 6 years ago
  4. a73a725 probes: add raw_syscall/sys_{enter,exit} format and generated protos by Lalit Maganti · 6 years ago
  5. 3bd67ef traced_probes: add mm_event/mm_event_record ftrace format file and protos by Lalit Maganti · 6 years ago
  6. cfc8eba Generate ftrace event descriptors by Isabelle Taylor · 6 years ago
  7. aa45fe0 Non-functional changes for ftrace descriptor generation by Isabelle Taylor · 6 years ago
  8. bd14fc6 cleanup: CHECK(false) -> FATAL("blah") by Hector Dearman · 6 years ago
  9. 558c756 traced_probes: Fixes to run_ftrace_proto_gen by Hector Dearman · 6 years ago
  10. 98e560d Add generic ftrace event by Isabelle Taylor · 6 years ago
  11. e0e5780 Collect ftrace protos into one file per group by Hector Dearman · 6 years ago
  12. 76499cd Extract base::Pipe by Primiano Tucci · 6 years ago
  13. c84cde4 ftrace: Add oom_score_adj_update by Hector Dearman · 6 years ago
  14. 81bf2c4 Add comment on ftrace pid by Ioannis Ilkos · 6 years ago
  15. ccba4f0 Add signal_deliver ftrace events to ftrace parser by Isabelle Taylor · 6 years ago
  16. 8d49fa0 Add support for more events by Isabelle Taylor · 6 years ago
  17. c4b9a57 Remove cycling dependency between ftrace_proto_gen and protos by Primiano Tucci · 6 years ago
  18. 2162130 ftrace: Add kmem trace events by Primiano Tucci · 6 years ago
  19. de82dae Move ftrace_reader code into src/traced/probes/ftrace by Primiano Tucci · 6 years ago
  20. 0838300 tools: fix build of ftrace_proto_gen on OSX by Lalit Maganti · 6 years ago
  21. b3a5fff Run clang-format in protogen. by Florian Mayer · 6 years ago
  22. 4a6d8c8 Add script to run ftrace_proto_gen. by Florian Mayer · 6 years ago
  23. 3afb1e0 Add ftrace per_cpu/stats to beginning/end of the trace by Hector Dearman · 6 years ago
  24. 7c9e3b2 Autogenerate protos and event_info. by Florian Mayer · 6 years ago
  25. 6e93cb8 Allow to merge Protos in ftrace_proto_gen. by Florian Mayer · 6 years ago
  26. 616674e Replace proto type strings with struct. by Florian Mayer · 6 years ago
  27. c2b7933 Autogenerate FtraceEvent proto. by Florian Mayer · 6 years ago
  28. 7a030a8 Sort event_whitelist according to order in FtraceEvent proto. by Florian Mayer · 6 years ago
  29. 3cbb10a Remove warning suppressions and fix many casting bugs by Primiano Tucci · 6 years ago
  30. 1d8956a Add f2fs events. by Florian Mayer · 6 years ago
  31. 7c10462 trace_to_text: Add I/O sanity checks by Anna Zappone · 6 years ago
  32. 85ef536 trace_to_text: Add summary mode by Hector Dearman · 6 years ago
  33. 26a54d3 Use const reference instead of value. by Florian Mayer · 6 years ago
  34. 8ce3087 ftrace_reader: Update for uint64 block device ids by Anna Zappone · 6 years ago
  35. 3bc8438 Merge "perfetto: foo:foo_unittests -> foo:unittests" by Primiano Tucci · 6 years ago
  36. 599e3e2 perfetto: All tests should end in 'Test' by Hector Dearman · 6 years ago
  37. 6cfec8a perfetto: foo:foo_unittests -> foo:unittests by Hector Dearman · 6 years ago
  38. 74b73a9 Add utility function to get block device -> mountpoints. by Florian Mayer · 6 years ago
  39. 3ea3888 ftrace_reader: Added more events for processes. by Isabelle Taylor · 6 years ago
  40. 6e4e038 ftrace_reader: Adding events for IO by Anna Zappone · 6 years ago
  41. 74b1f2a Save inode numbers in cpu_reader to get inode to filename mappings by Anna Zappone · 6 years ago
  42. 22d4c57 ftrace_reader: Adjust formatting of autogen code by Hector Dearman · 7 years ago
  43. be6e3e7 Adding ftrace_events for events useful for long running traces by Anna Zappone · 7 years ago
  44. 6498fcf Autogenerate event_info.cc based on the event whitelist. by Isabelle Taylor · 7 years ago
  45. 8188f31 Add extra ftrace events required by Anna Zappone · 7 years ago
  46. 853467e Add ftrace event SchedWakeup by Anna Zappone · 7 years ago
  47. 7f37dc8 ftrace_reader: Add new ftrace events by Hector Dearman · 7 years ago
  48. 39071ba ftrace_reader: Move some code for generating the protos into tools/ by Hector Dearman · 7 years ago
  49. 4f9b6d7 Pivot source files into top-level src,include and unify test target by Primiano Tucci · 7 years ago
  50. dd727e4 Support building Perfetto as part of Chrome by Oystein Eftevaag · 7 years ago
  51. 2193ff4 Move format parser files from tools/ to ftrace_reader/ by Hector Dearman · 7 years ago
  52. 2c650f8 Add FtraceEventBundle and FtraceEvent protos by Hector Dearman · 7 years ago
  53. 45c0614 Fix names of autogenerated ftrace protos by Hector Dearman · 7 years ago
  54. 798bcdf Add ftrace_proto_gen_unittests to ci by Hector Dearman · 7 years ago
  55. 46c66db First pass at generating protos from a whitelist by Hector Dearman · 7 years ago
  56. 70ce01d Remove extra whitespace from auto-generated protos by Hector Dearman · 7 years ago
  57. be61adf Add format parser by Hector Dearman · 7 years ago