Home
last modified time | relevance | path

Searched defs:RangeTarget (Results 1 – 1 of 1) sorted by relevance

/system/extras/perfprofd/
Dperf_data_converter.cc10 struct RangeTarget { struct
11 RangeTarget(uint64 start, uint64 end, uint64 to) in RangeTarget() function
14 bool operator<(const RangeTarget &r) const { in operator <()
23 uint64 start;
24 uint64 end;
25 uint64 to;