HomeSort by relevance Sort by last modified time
    Searched refs:total_lost (Results 1 - 5 of 5) sorted by null

  /external/linux-tools-perf/util/
hist.h 23 * total_lost tells exactly how many events the kernel in fact lost, i.e. it is
33 u64 total_lost; member in struct:events_stats
session.c 877 session->hists.stats.total_lost != 0) {
881 session->hists.stats.total_lost);
    [all...]
event.c 481 session->hists.stats.total_lost += event->lost.lost;
  /external/linux-tools-perf/
builtin-top.c 297 if (session->hists.stats.total_lost != 0) {
300 session->hists.stats.total_lost);
builtin-sched.c     [all...]

Completed in 48 milliseconds