OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:period_us
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
sort.h
59
u64
period_us
;
member in struct:hist_entry
hist.c
81
self->
period_us
+= period;
602
u64 period, total, period_sys,
period_us
, period_guest_sys, period_guest_us;
local
615
period_us
= self->pair ? self->pair->
period_us
: 0;
623
period_us
= self->
period_us
;
642
(
period_us
* 100.0) / total);
Completed in 469 milliseconds