Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DTraceIntelPTGDBRemotePackets.h56 std::optional<bool> disable_cgroup_filtering; member
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp645 bool per_cpu_tracing, bool disable_cgroup_filtering) { in Start()
663 bool disable_cgroup_filtering = kDefaultDisableCgroupFiltering; in Start() local