00001 typedef struct perf_cntrs { 00002 int bins_scanned ; 00003 int locks_taken ; 00004 int coalesce_ops ; 00005 } PerfCounters ;