perf top: Save and display the lost count stats
[linux-2.6-microblaze.git] / tools / perf / util / top.h
index 9add1f7..1fbcbd7 100644 (file)
@@ -22,7 +22,7 @@ struct perf_top {
         * Symbols will be added here in perf_event__process_sample and will
         * get out after decayed.
         */
-       u64                samples;
+       u64                samples, lost, lost_total;
        u64                kernel_samples, us_samples;
        u64                exact_samples;
        u64                guest_us_samples, guest_kernel_samples;