perf stat: Introduce --control fd:ctl-fd[,ack-fd] options
[linux-2.6-microblaze.git] / tools / perf / util / stat.h
index 41d59f1..f8778cf 100644 (file)
@@ -133,6 +133,8 @@ struct perf_stat_config {
        struct perf_cpu_map             *cpus_aggr_map;
        u64                     *walltime_run;
        struct rblist            metric_events;
+       int                      ctl_fd;
+       int                      ctl_fd_ack;
 };
 
 void perf_stat__set_big_num(int set);