Searched refs:pre (Results 1 – 25 of 26) sorted by relevance
12
/tools/memory-model/ |
D | linux-kernel.cat | 174 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/ |
D | MP+onceassign+derefonce.litmus | 8 * pre-initialization garbage when it traverses an RCU-protected data
|
/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 18 pre (the pre-suite stage) 77 'pre'
|
/tools/testing/selftests/tc-testing/ |
D | README | 198 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)
|
D | TODO.txt | 9 need to better handle problems in pre- and post-suite.
|
/tools/power/cpupower/ |
D | README | 43 and to various others commenting on the previous (pre-)releases of
|
/tools/power/pm-graph/config/ |
D | standby.cfg | 80 # pre-expand the callgraph data in the html output (default: disabled)
|
D | freeze.cfg | 80 # pre-expand the callgraph data in the html output (default: disabled)
|
D | freeze-dev.cfg | 80 # pre-expand the callgraph data in the html output (default: disabled)
|
D | suspend.cfg | 80 # pre-expand the callgraph data in the html output (default: disabled)
|
D | standby-dev.cfg | 80 # pre-expand the callgraph data in the html output (default: disabled)
|
D | standby-callgraph.cfg | 81 # pre-expand the callgraph data in the html output (default: disabled)
|
D | suspend-dev.cfg | 80 # pre-expand the callgraph data in the html output (default: disabled)
|
D | suspend-callgraph.cfg | 85 # pre-expand the callgraph data in the html output (default: disabled)
|
D | suspend-x2-proc.cfg | 80 # pre-expand the callgraph data in the html output (default: disabled)
|
D | freeze-callgraph.cfg | 81 # pre-expand the callgraph data in the html output (default: disabled)
|
D | example.cfg | 138 # pre-expand the callgraph data in the html output (default: disabled)
|
/tools/power/pm-graph/ |
D | README | 91 (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/ |
D | perf-kvm.txt | 155 When processing pre-existing threads /proc/XXX/mmap, it may take
|
D | perf-stat.txt | 167 --pre:: 171 perf stat --repeat 10 --null --sync --pre 'make -s O=defconfig-build/clean' -- make -s -j64 O=defco…
|
D | perf-probe.txt | 179 …DTEVENT' and 'PROVIDER' is the pre-defined event name which is defined by user SDT (Statically Def…
|
D | perf-top.txt | 215 When processing pre-existing threads /proc/XXX/mmap, it may take
|
D | perf-trace.txt | 213 When processing pre-existing threads /proc/XXX/mmap, it may take a long time,
|
D | perf-script.txt | 26 You can also run a set of pre-canned scripts that aggregate and
|
/tools/perf/util/ |
D | sort.c | 2783 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