Home
last modified time | relevance | path

Searched refs:allow_cutting_samples (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/
DRecordReadThread.h131 bool allow_cutting_samples = true, bool exclude_perf = false);
Devent_selection_set.h146 size_t record_buffer_size, bool allow_cutting_samples, bool exclude_perf);
Devent_selection_set.cpp633 bool allow_cutting_samples, bool exclude_perf) { in MmapEventFiles() argument
636 max_mmap_pages, aux_buffer_size, allow_cutting_samples, in MmapEventFiles()
DRecordReadThread.cpp214 size_t aux_buffer_size, bool allow_cutting_samples, in RecordReadThread() argument
227 if (!allow_cutting_samples) { in RecordReadThread()