Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h116 bool ExcludeKernel() const;
Devent_selection_set.cpp359 bool EventSelectionSet::ExcludeKernel() const { in ExcludeKernel() function in simpleperf::EventSelectionSet
533 return !ExcludeKernel(); in NeedKernelSymbol()
Dcmd_record.cpp596 exclude_kernel_callchain_ = event_selection_set_.ExcludeKernel(); in PrepareRecording()
1484 if (!event_selection_set_.ExcludeKernel()) { in DumpMaps()
1489 if (!event_selection_set_.ExcludeKernel() && !map_record_reader_->ReadKernelMaps()) { in DumpMaps()
2098 if (event_selection_set_.HasAuxTrace() && !event_selection_set_.ExcludeKernel()) { in DumpFileFeature()