Home
last modified time | relevance | path

Searched refs:tool (Results 1 – 25 of 265) sorted by relevance

1234567891011

/freebsd/tools/tools/
H A DREADME4 A tool is something which is sometimes useful, and doesn't fit any of
12 cfi Common Flash Interface (CFI) tool
13 commitsdb A tool for reconstructing commit history using md5
16 cxgbetool A tool for the cxgbe(4) driver.
17 cxgbtool A tool for the cxgb(4) driver.
22 gdb_regofs A simple tool that prints out a register offset table
24 struct fpreg offsets. The tool is useful on selected
43 kttcp An in-kernel version of the ttcp network performance tool
52 pciroms A tool for dumping PCI ROM images. WARNING: alpha quality.
53 pirtool A tool for dumping the $PIR table on i386 machines at runtime.
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp166 std::string tool = OptCmd; in runPasses() local
170 tool = *Path; in runPasses()
174 if (tool.empty()) { in runPasses()
178 if (!sys::fs::exists(tool)) { in runPasses()
179 errs() << "Specified `opt' binary does not exist: " << tool << "\n"; in runPasses()
190 Prog = tool; in runPasses()
202 Args.push_back(tool); in runPasses()
204 Args.push_back(tool); in runPasses()
/freebsd/sys/contrib/libsodium/m4/
H A Dax_valgrind_check.m421 # Valgrind tools can be disabled via --disable-valgrind-<tool>, the
118 AC_CACHE_CHECK([for Valgrind tool ]vgtool,
124 AS_IF([`$VALGRIND --tool=]vgtoolx[ --help >/dev/null 2>&1`],[
168 valgrind_memcheck_flags = --tool=memcheck $(VALGRIND_memcheck_FLAGS)
169 valgrind_helgrind_flags = --tool=helgrind $(VALGRIND_helgrind_FLAGS)
170 valgrind_drd_flags = --tool=drd $(VALGRIND_drd_FLAGS)
171 valgrind_sgcheck_flags = --tool=exp-sgcheck $(VALGRIND_sgcheck_FLAGS)
191 $(foreach tool, $(valgrind_enabled_tools), check-valgrind-$(tool))
222 $(foreach tool,$(valgrind_tools),$(eval $(call valgrind_tool_rule,$(tool))))
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cpp474 SymbolizerTool *tool = new (*allocator) MarkupSymbolizerTool(); in ChooseSymbolizerTools() local
475 CHECK(tool); in ChooseSymbolizerTools()
476 list->push_back(tool); in ChooseSymbolizerTools()
480 } else if (SymbolizerTool *tool = InternalSymbolizer::get(allocator)) { in ChooseSymbolizerTools() local
482 list->push_back(tool); in ChooseSymbolizerTools()
485 if (SymbolizerTool *tool = LibbacktraceSymbolizer::get(allocator)) { in ChooseSymbolizerTools() local
487 list->push_back(tool); in ChooseSymbolizerTools()
491 if (SymbolizerTool *tool = ChooseExternalSymbolizer(allocator)) { in ChooseSymbolizerTools() local
492 list->push_back(tool); in ChooseSymbolizerTools()
H A Dsanitizer_symbolizer_libcdep.cpp93 for (auto &tool : tools_) { in SymbolizePC() local
95 if (tool.SymbolizePC(addr, res)) { in SymbolizePC()
114 for (auto &tool : tools_) { in SymbolizeData() local
116 if (tool.SymbolizeData(addr, info)) { in SymbolizeData()
130 for (auto &tool : tools_) { in SymbolizeFrame() local
132 if (tool.SymbolizeFrame(addr, info)) { in SymbolizeFrame()
155 for (auto &tool : tools_) { in Flush() local
157 tool.Flush(); in Flush()
164 for (auto &tool : tools_) { in Demangle() local
166 if (const char *demangled = tool.Demangle(name)) in Demangle()
/freebsd/tools/tools/kttcp/
H A DREADME2 This is a port of Jason Thorpe's kttcp tool for testing network
3 performance for in-kernel applications (like NFS). The tool consists
9 To use the tool do something like on each of two machines:
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am62x-sk-hdmi-audio.dtso6 * AM625 SK: https://www.ti.com/tool/SK-AM62
7 * AM62-LP SK: https://www.ti.com/tool/SK-AM62-LP
/freebsd/contrib/openbsm/
H A DCREDITS43 In addition, Coverity, Inc.'s Prevent(tm) static analysis tool and Gimpel
44 Software's FlexeLint tool were used to identify a number of bugs in the
H A DREADME40 audit Command line audit control tool
44 auditreduce Audit trail reduction tool
45 audump Debugging tool to parse and print audit databases
/freebsd/tools/tools/netrate/
H A DREADME6 The netreceive tool consists solely of a UDP packet sink bound to a
10 The netsend tool acts as a packet source, generating packets of the
24 The netsend tool will wait for around two seconds to synchronize with the
/freebsd/contrib/libucl/
H A DMakefile.am52 --gcov-tool $(GCOV) \
72 -$(LCOV) --gcov-tool $(GCOV) --zerocounters --directory $(top_builddir)
/freebsd/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dmodule-setup.sh.in9 for tool in "zgenhostid" "zpool" "zfs" "mount.zfs"; do
10 command -v "${tool}" >/dev/null || return 1
/freebsd/sys/contrib/zstd/doc/
H A DREADME.md23 [__`decode_corpus`__](https://github.com/facebook/zstd/tree/dev/tests#decodecorpus---tool-to-genera…
24 This tool, stored in `/tests` directory, is able to generate random valid frames,
/freebsd/usr.bin/man/
H A Dman.sh413 local IFS l nroff_dev pipeline preproc_arg tool
450 for tool in EQN NROFF PIC TBL TROFF REFER VGRIND; do
451 eval "$tool=\${${tool}_$l:-\$$tool}"
/freebsd/tools/build/options/
H A DWITH_LLVM_COV3 tool.
H A DWITHOUT_PKGBOOTSTRAP3 bootstrap tool.
H A DWITHOUT_GCOV3 tool.
H A DWITHOUT_LLVM_COV3 tool.
H A DWITH_GCOV3 tool.
H A DWITHOUT_ELFTOOLCHAIN_BOOTSTRAP5 An alternate bootstrap tool chain must be provided.
/freebsd/sys/contrib/zstd/doc/educational_decoder/
H A DREADME.md28 see the `decodecorpus` tool in the [tests] directory.
31 Note that to use the tool to verify this decoder implementation,
/freebsd/contrib/libucl/utils/
H A DCMakeLists.txt12 MAKE_UTIL(ucl_tool ucl-tool.c)
H A DMakefile.am14 ucl_tool_SOURCES = ucl-tool.c
/freebsd/tools/tools/drm/radeon/mkregtable/
H A DREADME2 "mkregtable" is a tool used to generate headers for the radeonkms
/freebsd/tools/tools/netmap/
H A DREADME10 nmreplay a tool to playback a pcap file to a netmap port

1234567891011