Home
last modified time | relevance | path

Searched defs:compact (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp139 const FileSpec &cpus_dir, bool compact) { in WriteContextSwitchTrace()
194 BuildCpusSection(TraceIntelPT &trace_ipt, FileSpec directory, bool compact) { in BuildCpusSection()
357 bool compact) { in SaveToDisk()
H A DTraceIntelPT.cpp106 Expected<FileSpec> TraceIntelPT::SaveToDisk(FileSpec directory, bool compact) { in SaveToDisk()
/openbsd-src/usr.sbin/bgpctl/
H A Djson.c41 int compact; member
150 json_do_object(const char *name, int compact) in json_do_object()
/openbsd-src/usr.sbin/rpki-client/
H A Djson.c41 int compact; member
150 json_do_object(const char *name, int compact) in json_do_object()
/openbsd-src/usr.sbin/radiusctl/
H A Djson.c41 int compact; member
150 json_do_object(const char *name, int compact) in json_do_object()
/openbsd-src/gnu/llvm/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp110 void compact() { compact(Root.get()); } in compact() function in Trie
309 void compact(Node *N) { in compact() function in Trie
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTrace.cpp68 bool compact) { in SaveToDisk()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/intelpt/
H A Dintelpt_testcase.py148 def traceSave(self, traceBundleDir, compact=False, error=False, substrs=None): argument