Home
last modified time | relevance | path

Searched refs:ExcludeKernel (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Devent_selection_set.h114 bool ExcludeKernel() const;
Devent_selection_set.cpp308 bool EventSelectionSet::ExcludeKernel() const { in ExcludeKernel() function in simpleperf::EventSelectionSet
481 return !ExcludeKernel(); in NeedKernelSymbol()
Dcmd_record.cpp513 exclude_kernel_callchain_ = event_selection_set_.ExcludeKernel(); in PrepareRecording()
1288 if (!event_selection_set_.ExcludeKernel()) { in DumpMaps()
1293 if (!event_selection_set_.ExcludeKernel() && !map_record_reader_->ReadKernelMaps()) { in DumpMaps()
1893 if (event_selection_set_.HasAuxTrace() && !event_selection_set_.ExcludeKernel()) { in DumpFileFeature()