Home
last modified time | relevance | path

Searched refs:pre (Results 1 – 25 of 26) sorted by relevance

12

/tools/memory-model/
Dlinux-kernel.cat174 let w-pre-bounded = [Marked] ; (addr | fence)?
175 let r-pre-bounded = [Marked] ; (addr | nonrw-fence |
182 let ww-vis = fence | (strong-fence ; xbstar ; w-pre-bounded) |
183 (w-post-bounded ; vis ; w-pre-bounded)
184 let wr-vis = fence | (strong-fence ; xbstar ; r-pre-bounded) |
185 (w-post-bounded ; vis ; r-pre-bounded)
186 let rw-xbstar = fence | (r-post-bounded ; xbstar ; w-pre-bounded)
189 let pre-race = ext & ((Plain * M) | ((M \ IW) * Plain))
192 let wr-incoh = pre-race & rf & rw-xbstar^-1
193 let rw-incoh = pre-race & fr & wr-vis^-1
[all …]
/tools/memory-model/litmus-tests/
DMP+onceassign+derefonce.litmus8 * pre-initialization garbage when it traverses an RCU-protected data
/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt18 pre (the pre-suite stage)
77 'pre'
/tools/testing/selftests/tc-testing/
DREADME198 pre- and post-suite
199 pre- and post-case
200 pre- and post-execute stage
203 The pre-suite hook receives the number of tests and an array of test ids.
207 The pre-case hook receives the ordinal number and test id of the current test.
215 - pre (pre-suite)
DTODO.txt9 need to better handle problems in pre- and post-suite.
/tools/power/cpupower/
DREADME43 and to various others commenting on the previous (pre-)releases of
/tools/power/pm-graph/config/
Dstandby.cfg80 # pre-expand the callgraph data in the html output (default: disabled)
Dfreeze.cfg80 # pre-expand the callgraph data in the html output (default: disabled)
Dfreeze-dev.cfg80 # pre-expand the callgraph data in the html output (default: disabled)
Dsuspend.cfg80 # pre-expand the callgraph data in the html output (default: disabled)
Dstandby-dev.cfg80 # pre-expand the callgraph data in the html output (default: disabled)
Dstandby-callgraph.cfg81 # pre-expand the callgraph data in the html output (default: disabled)
Dsuspend-dev.cfg80 # pre-expand the callgraph data in the html output (default: disabled)
Dsuspend-callgraph.cfg85 # pre-expand the callgraph data in the html output (default: disabled)
Dsuspend-x2-proc.cfg80 # pre-expand the callgraph data in the html output (default: disabled)
Dfreeze-callgraph.cfg81 # pre-expand the callgraph data in the html output (default: disabled)
Dexample.cfg138 # pre-expand the callgraph data in the html output (default: disabled)
/tools/power/pm-graph/
DREADME91 (kernel/pre-3.15/enable_trace_events_suspend_resume.patch)
92 (kernel/pre-3.15/enable_trace_events_device_pm_callback.patch)
107 (kernel/pre-3.11-rc2/enable_ftrace_in_suspendresume.patch)
290 # Expand Callgraph: pre-expand the callgraph treeviews in html (def: false)
/tools/perf/Documentation/
Dperf-kvm.txt155 When processing pre-existing threads /proc/XXX/mmap, it may take
Dperf-stat.txt167 --pre::
171 perf stat --repeat 10 --null --sync --pre 'make -s O=defconfig-build/clean' -- make -s -j64 O=defco…
Dperf-probe.txt179 …DTEVENT' and 'PROVIDER' is the pre-defined event name which is defined by user SDT (Statically Def…
Dperf-top.txt215 When processing pre-existing threads /proc/XXX/mmap, it may take
Dperf-trace.txt213 When processing pre-existing threads /proc/XXX/mmap, it may take a long time,
Dperf-script.txt26 You can also run a set of pre-canned scripts that aggregate and
/tools/perf/util/
Dsort.c2783 static char *prefix_if_not_in(const char *pre, char *str) in prefix_if_not_in() argument
2787 if (!str || strstr(str, pre)) in prefix_if_not_in()
2790 if (asprintf(&n, "%s,%s", pre, str) < 0) in prefix_if_not_in()

12