]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - tools/perf/util/event.c
perf record: Synthesize COMM event for a command line workload
[linux.git] / tools / perf / util / event.c
index 497157affc9c2f6646695478aff9a3f69ea0ec2d..6214ad47d5540c21314407b1fc7683700de890ee 100644 (file)
@@ -167,7 +167,7 @@ static int perf_event__prepare_comm(union perf_event *event, pid_t pid,
        return 0;
 }
 
-static pid_t perf_event__synthesize_comm(struct perf_tool *tool,
+pid_t perf_event__synthesize_comm(struct perf_tool *tool,
                                         union perf_event *event, pid_t pid,
                                         perf_event__handler_t process,
                                         struct machine *machine)