OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 62 milliseconds