Advertisement
Guest User

Untitled

a guest
May 30th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. $ perfetto --query
  2.  
  3. producers: {
  4. id: 1
  5. name: "lazy_producer"
  6. uid: 0
  7. }
  8. producers: {
  9. id: 2
  10. name: "perfetto.traced_probes"
  11. uid: 0
  12. }
  13. data_sources: {
  14. producer_id: 1
  15. descriptor: {
  16. name: "android.heapprofd"
  17. }
  18. }
  19. data_sources: {
  20. producer_id: 2
  21. descriptor: {
  22. name: "android.log"
  23. }
  24. }
  25. data_sources: {
  26. producer_id: 2
  27. descriptor: {
  28. name: "android.packages_list"
  29. }
  30. }
  31. data_sources: {
  32. producer_id: 2
  33. descriptor: {
  34. name: "android.power"
  35. }
  36. }
  37. data_sources: {
  38. producer_id: 2
  39. descriptor: {
  40. name: "linux.ftrace"
  41. }
  42. }
  43. data_sources: {
  44. producer_id: 2
  45. descriptor: {
  46. name: "linux.inode_file_map"
  47. }
  48. }
  49. data_sources: {
  50. producer_id: 2
  51. descriptor: {
  52. name: "linux.process_stats"
  53. }
  54. }
  55. data_sources: {
  56. producer_id: 2
  57. descriptor: {
  58. name: "linux.sys_stats"
  59. }
  60. }
  61. num_sessions: 0
  62. num_sessions_started: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement