Home | History | Annotate | Download | only in quipper

Lines Matching refs:events

8 // Walks through all the perf events in |*events| and deduces correct |pgoff|
9 // and |filename| values for MMAP events.
12 // MMAPs that contain no sample events, since one or more of the mappings
16 void DeduceHugePages(RepeatedPtrField<PerfDataProto::PerfEvent>* events);
18 // Walks through all the perf events in |*events| and searches for split
20 // mapping events. Modifies the events vector stored in |*events|.
21 void CombineMappings(RepeatedPtrField<PerfDataProto::PerfEvent>* events);