Home
last modified time | relevance | path

Searched refs:tracking (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/external/libnetfilter_conntrack/
DREADME1 libnetfilter_conntrack - userspace library for the connection tracking system
7 The connection tracking system is a in-kernel subsystem that stores information
15 traditional static filtering approach. The connection tracking system defines
18 The connection tracking system does not alter the packets themselves; the
22 the connection tracking system just tracks packets; it does not filter.
24 For further information on the connection tracking system, please see the
30 the in-kernel connection tracking system.
40 * connection tracking system (quite obvious ;)
43 * connection tracking event notification API
/external/curl/m4/
Dxc-am-iface.m4111 # Fetch dependency tracking file list from Makefile include lines.
116 # --disable-dependency-tracking might have been used, consequently
117 # there is nothing to amend without a dependency tracking file list.
225 dnl New behavior first removes each dependency tracking
228 dnl dependency tracking file.
230 dnl When configure option --disable-dependency-tracking
232 dnl no dependency tracking files.
/external/valgrind/docs/internals/
Dtracking-fn-entry-exit.txt16 > The topic of tracking function entry/exit has come up a few times on the
24 of every BB anyway, so I use this helper to do the tracking. This of course
40 The helper function does the following regarding function call tracking:
67 (*2) This is what your function tracking skin/tool does. It is needed here
90 Looking at these things, it seems possible to do function tracking at end of a
95 tracking into Valgrind core with some hooks.
118 Probably most important for call tracking is the %ESP value
/external/curl/packages/vms/
Dgnv_curl_configure.sh43 ./configure --prefix=/usr --exec-prefix=/usr --disable-dependency-tracking \
/external/iptables/extensions/
Dlibxt_CT.man2 connection. The target attaches a "template" connection tracking entry to
7 Disables connection tracking for this packet.
Dlibxt_NOTRACK.man1 This extension disables connection tracking for all packets matching that rule.
Dlibxt_state.man2 "state" allows access to the connection tracking state for this packet.
Dlibxt_conntrack.man1 This module, when combined with connection tracking, allows access to the
2 connection tracking state for this packet/connection.
Dlibip6t_SNPT.man30 target to disable connection tracking for translated flows.
Dlibip6t_DNPT.man30 target to disable connection tracking for translated flows.
/external/curl/
DMacOSX-Framework85 ./configure --disable-dependency-tracking --disable-static --with-gssapi --with-darwinssl \
114 ./configure --disable-dependency-tracking --disable-static --with-gssapi --with-darwinssl \
/external/llvm/test/Instrumentation/MemorySanitizer/
Dstore-origin.ll62 ; Origin tracking level 1: simply store the origin value
65 ; Origin tracking level 2: pass origin value through __msan_chain_origin and store the result.
/external/libnl/doc/
Dindex.txt15 Connection tracking, logging, queueing
/external/curl/tests/data/
Dtest9623 curl memory tracking operational
Dtest133029 unit tests memory tracking operational
Dtest55828 libtest memory tracking operational
/external/swiftshader/third_party/LLVM/test/Transforms/JumpThreading/
Ddegenerate-phi.ll4 ; This is actually a test for value tracking. Jump threading produces
/external/llvm/test/Transforms/JumpThreading/
Ddegenerate-phi.ll4 ; This is actually a test for value tracking. Jump threading produces
/external/autotest/client/site_tests/build_RootFilesystemSize/
Dcontrol19 This test returns the root image size for tracking bloat over time.
/external/skia/site/dev/sheriffing/
Dgpu.md7 * [Tracking Wrangler Work do?](#tracking)
32 <a name="tracking"></a>
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dbit-tracking.ll1 ; This file contains various testcases that require tracking whether bits are
/external/llvm/test/Transforms/InstCombine/
Dbit-tracking.ll1 ; This file contains various testcases that require tracking whether bits are
/external/clang/docs/
DMemorySanitizer.rst62 :ref:`origin tracking <msan-origins>`.
145 tracking has proved to be very useful for debugging MemorySanitizer
194 origin tracking.
/external/libmojo/third_party/ply/
Dyacc.py257 def parse(self,input=None,lexer=None,debug=0,tracking=0,tokenfunc=None): argument
261 return self.parsedebug(input,lexer,debug,tracking,tokenfunc)
262 elif tracking:
263 return self.parseopt(input,lexer,debug,tracking,tokenfunc)
265 return self.parseopt_notrack(input,lexer,debug,tracking,tokenfunc)
282 def parsedebug(self,input=None,lexer=None,debug=None,tracking=0,tokenfunc=None): argument
400 if tracking:
444 if tracking:
597 def parseopt(self,input=None,lexer=None,debug=0,tracking=0,tokenfunc=None): argument
689 if tracking:
[all …]
/external/vulkan-validation-layers/layers/
DREADME.md49 …ions are properly managed. Related to memory, core\_validation includes tracking object bindings, …
64tracking object lifetimes difficult in that it is unclear which object is being referenced on dele…

12345678910>>...17