Dump process data in trace.

This is now integrated. We are not doing anything with the data at the moment.

Bug:73058765
Change-Id: Ib141465f345f3629e15c5269bc024ef6fc503fe7
diff --git a/Android.bp b/Android.bp
index bee9d52..864e38d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -45,12 +45,14 @@
     "src/ipc/host_impl.cc",
     "src/ipc/service_proxy.cc",
     "src/ipc/unix_socket.cc",
+    "src/process_stats/file_utils.cc",
+    "src/process_stats/procfs_utils.cc",
     "src/protozero/proto_utils.cc",
     "src/protozero/protozero_message.cc",
     "src/protozero/protozero_message_handle.cc",
     "src/protozero/scattered_stream_writer.cc",
-    "src/traced/probes/ftrace_producer.cc",
     "src/traced/probes/probes.cc",
+    "src/traced/probes/probes_producer.cc",
     "src/traced/service/service.cc",
     "src/tracing/core/chunked_protobuf_input_stream.cc",
     "src/tracing/core/data_source_config.cc",
@@ -227,11 +229,13 @@
     "src/ipc/host_impl.cc",
     "src/ipc/service_proxy.cc",
     "src/ipc/unix_socket.cc",
+    "src/process_stats/file_utils.cc",
+    "src/process_stats/procfs_utils.cc",
     "src/protozero/proto_utils.cc",
     "src/protozero/protozero_message.cc",
     "src/protozero/protozero_message_handle.cc",
     "src/protozero/scattered_stream_writer.cc",
-    "src/traced/probes/ftrace_producer.cc",
+    "src/traced/probes/probes_producer.cc",
     "src/tracing/core/chunked_protobuf_input_stream.cc",
     "src/tracing/core/data_source_config.cc",
     "src/tracing/core/data_source_descriptor.cc",
@@ -2061,7 +2065,7 @@
     "src/ftrace_reader/ftrace_controller.cc",
     "src/ftrace_reader/ftrace_procfs.cc",
     "src/ftrace_reader/proto_translation_table.cc",
-    "src/traced/probes/ftrace_producer.cc",
+    "src/traced/probes/probes_producer.cc",
     "test/fake_consumer.cc",
     "test/end_to_end_integrationtest.cc",
     "test/end_to_end_integrationtest_cts.cc",