1. 5b00ab5 Update perfetto_config.descriptor.h by Hector Dearman · 5 years ago
  2. 98965ba Add producer for Perfetto Java Heap Profiler. by Florian Mayer · 5 years ago
  3. e0f25f1 trace_processor: add strongly typed column wrapper classes by Lalit Maganti · 5 years ago
  4. 51c3c95 Add track_event_descriptor to data_source_descriptor by Nicolò Mazzucato · 5 years ago
  5. 355b8c8 Use '/protos/' as import prefix of perfetto protos by Primiano Tucci · 5 years ago
  6. f8d8233 [GPU Profiling] Have a finite set of units. by Peiyong Lin · 5 years ago
  7. cbcc21f Update perfetto_config.proto to have more necessary protos. by Peiyong Lin · 5 years ago
  8. 2bdd2be Add uuid in perfetto_cmd by Hector Dearman · 5 years ago
  9. 6e45e9a Dump on StopDataSource rather than on Flush. by Florian Mayer · 5 years ago
  10. 8707d4d Add dump_at_max mode. by Florian Mayer · 5 years ago
  11. 4c19b69 Update outdated documentation referencing clear_refs. by Florian Mayer · 5 years ago
  12. fde4ae6 packages_list: allow filtering by pkg name by Ryan Savitski · 5 years ago
  13. 89bd922 propagate GPU messages to concatenated trace protos by Ryan Savitski · 5 years ago
  14. 53ca60b userdebug: support perfetto traces as a section in incident reports by Ryan Savitski · 5 years ago
  15. 1eb966d Improve meminfo/vmstat/stat poller by Primiano Tucci · 5 years ago
  16. 0f9e022 Move auto-generated core classes into public include/ by Primiano Tucci · 5 years ago
  17. 554627f Reland: perfetto_cmd: add ability to compress trace packets by Hector Dearman · 5 years ago
  18. 6c6eaf3 Revert "perfetto_cmd: add ability to compress trace packets" by Hector Dearman · 5 years ago
  19. ddedb14 perfetto_cmd: add ability to compress trace packets by Hector Dearman · 5 years ago
  20. 990e6d7 Allow to specify data_source_stop_timeout in TraceConfig. by Florian Mayer · 5 years ago
  21. 0f2f3b4 Stop generating data-source specific C++ classes in tracing/core by Primiano Tucci · 5 years ago
  22. 7142c7c Expose number of idle pages on heap dump. by Florian Mayer · 5 years ago
  23. fb4d073 traced: support unique trace session names by Hector Dearman · 5 years ago
  24. 0b4008a process stats: clear more incremental state, and write marker by Ryan Savitski · 5 years ago
  25. ac6e0d4 incremental state invalidation: trace config & data source descriptor protos by Ryan Savitski · 5 years ago
  26. 5f7d690 Merge "Allow to specify whether to profile runtime or from startup." by Florian Mayer · 5 years ago
  27. 225559a Allow to specify whether to profile runtime or from startup. by Florian Mayer · 5 years ago
  28. eb1bf21 trace_processor: add descriptor generation for metrics proto by Lalit Maganti · 5 years ago
  29. b63f61e Add config to disable perfetto's default data sources by Siddhartha S · 5 years ago
  30. d6bdb6f Allow to block client on full buffer. by Florian Mayer · 5 years ago
  31. a774cb7 Warn about using all. by Florian Mayer · 5 years ago
  32. 085dc3c perfetto_cmd: Add user guardrail by Hector Dearman · 5 years ago
  33. 81df6cb Reference docs about sampling interval in proto. by Florian Mayer · 5 years ago
  34. 9fa59cb Add a field to the TraceConfig that allows users to activate triggers. by Stephen Nusko · 5 years ago
  35. 91b3c6d Allow to specify shmem size in script. by Florian Mayer · 5 years ago
  36. b524cbb Document normalization behaviour. by Florian Mayer · 5 years ago
  37. 305a501 Chrome: Add config for privacy safe mode by Siddhartha S · 5 years ago
  38. fb87998 Do not allow traces with extra_guardrails on user. by Florian Mayer · 5 years ago
  39. 92e8bf9 Allow to specify heapprofd shmem size in config. by Florian Mayer · 5 years ago
  40. 999355c traced_probes: add caching for process stats to reduce duplicate events by Lalit Maganti · 5 years ago
  41. f53f8ed Add TriggerConfig to the TraceConfig proto. by Stephen Nusko · 5 years ago
  42. 9c6538d Allow to skip function names. by Florian Mayer · 6 years ago
  43. 80ec5f7 Add config protos to perfetto_trace.proto by Isabelle Taylor · 6 years ago
  44. 8614a6e Add notify_traceur option by Primiano Tucci · 6 years ago
  45. 7714cec Add power rails energy data to Perfetto traces by Esteban Talavera · 6 years ago
  46. b45a69b Add DISCARD policy to TraceBuffer by Primiano Tucci · 6 years ago
  47. 3c3162c Add a config option to disable clock snapshotting by Oystein Eftevaag · 6 years ago
  48. 6820abc traced_probes: add polling of oom_score_adj by Lalit Maganti · 6 years ago
  49. d993008 perfetto: add subscription id command line flag to perfetto binary by Lalit Maganti · 6 years ago
  50. e563f66 Allow to configure flush timeout. by Florian Mayer · 6 years ago
  51. acedbb6 Fix unresolved {{proto_name}} in binary descriptors. by Florian Mayer · 6 years ago
  52. 8e348ce Remove polling mode from Android Log data source by Primiano Tucci · 6 years ago
  53. 64df2ca Add logcat data source by Primiano Tucci · 6 years ago
  54. 64bcc24 perfetto: fix proto lints in downstream users by Lalit Maganti · 6 years ago
  55. b86e9ca Add data source to poll IHealth (battery counters) service by Primiano Tucci · 6 years ago
  56. caa5780 Add support for periodic flushes by Primiano Tucci · 6 years ago
  57. fa3404e profiling: Allow to profile all running processes. by Florian Mayer · 6 years ago
  58. 7e07977 Add tools/gen_all by Hector Dearman · 6 years ago
  59. 1e26914 Fix tools/gen_binary_descriptors by Hector Dearman · 6 years ago
  60. 790d085 profiling: Use cmdline instead of binary name. by Florian Mayer · 6 years ago
  61. b7fa544 perfetto_cmd: Teach perfetto_cmd to parse pbtxt configs by Hector Dearman · 6 years ago