perf thread_map: Add thread_map event sythesize function
[deliverable/linux.git] / tools / perf / util / event.h
index 66f303e69c4d0d02d3ea516e36fe819def125842..952dd4d83f81d75e9403c9e0385f90a337f0a9ff 100644 (file)
@@ -408,6 +408,10 @@ int perf_event__synthesize_thread_map(struct perf_tool *tool,
                                      perf_event__handler_t process,
                                      struct machine *machine, bool mmap_data,
                                      unsigned int proc_map_timeout);
+int perf_event__synthesize_thread_map2(struct perf_tool *tool,
+                                     struct thread_map *threads,
+                                     perf_event__handler_t process,
+                                     struct machine *machine);
 int perf_event__synthesize_threads(struct perf_tool *tool,
                                   perf_event__handler_t process,
                                   struct machine *machine, bool mmap_data,
This page took 0.025717 seconds and 5 git commands to generate.