/tools/testing/selftests/vm/ |
D | thuge-gen.c | 145 unsigned long before, after; in test_mmap() local 148 before = read_free(size); in test_mmap() 156 before, after, before - after, size); in test_mmap() 157 assert(size == getpagesize() || (before - after) == NUM_PAGES); in test_mmap() 166 unsigned long before, after; in test_shmget() local 169 before = read_free(size); in test_shmget() 188 before, after, before - after, size); in test_shmget() 189 assert(size == getpagesize() || (before - after) == NUM_PAGES); in test_shmget()
|
/tools/testing/selftests/powerpc/pmu/ebb/ |
D | pmae_handling_test.c | 29 static uint64_t before, after; variable 44 before = mfspr(SPRN_MMCR0); in syscall_ebb_callee() 50 if (before != after) in syscall_ebb_callee() 88 printf("Saw MMCR0 before 0x%lx after 0x%lx\n", before, after); in test_body()
|
/tools/testing/selftests/intel_pstate/ |
D | aperf.c | 25 struct timeb before, after; in main() local 58 ftime(&before); in main() 76 start = before.time*1000 + before.millitm; in main()
|
/tools/memory-model/Documentation/ |
D | explanation.txt | 149 private variables before using them. All that is beside the point; 162 instance, P1 might run entirely before P0 begins, in which case r1 and 163 r2 will both be 0 at the end. Or P0 might run entirely before P1 168 store to buf but before the store to flag. In this case, r1 and r2 196 Since r1 = 1, P0 must store 1 to flag before P1 loads 1 from 199 P1 loads from flag before loading from buf, since CPUs execute 202 P1 must load 0 from buf before P0 stores 1 to it; otherwise r2 206 P0 stores 1 to buf before storing 1 to flag, since it executes 210 execute before itself, the specified outcome is impossible. 265 It's not possible to have X ordered before Y, Y ordered before Z, and [all …]
|
D | cheatsheet.txt | 29 SELF: Orders self, as opposed to accesses before and/or after
|
/tools/perf/tests/ |
D | openat-syscall-tp-fields.c | 88 int before = nr_events; in test__syscall_openat_tp_fields() local 129 if (nr_events == before) in test__syscall_openat_tp_fields()
|
D | perf-record.c | 166 int before = total_events; in test__PERF_RECORD() local 289 if (total_events == before && false) in test__PERF_RECORD()
|
/tools/memory-model/ |
D | linux-kernel.cat | 87 acyclic hb as happens-before 151 * The happens-before, propagation, and rcu constraints are all 153 * a single constraint on an "executes-before" relation, xb: 156 * acyclic xb as executes-before 168 (* Executes-before and visibility *) 181 (* Visibility and executes-before for plain accesses *)
|
/tools/perf/Documentation/ |
D | db-export.txt | 31 before using them. e.g. function IsSelectable() in exported-sql-viewer.py 39 before calling them. The scripting engine can also test for the support of new
|
/tools/memory-model/litmus-tests/ |
D | MP+polockonce+poacquiresilsil.litmus | 9 * the smp_load_acquire() executed before the lock was acquired (loosely
|
D | MP+polockmbonce+poacquiresilsil.litmus | 10 * executed before the lock was acquired (loosely speaking).
|
/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 14 - adding commands to be run before and/or after the test suite 15 - adding commands to be run before and/or after the test cases 16 - adding commands to be run before and/or after the execute phase of the test cases
|
/tools/power/pm-graph/config/ |
D | example.cfg | 44 # Sync filesystem before suspend 45 # run sync before the test, minimizes sys_sync call time (default: false) 90 # Include an N ms delay before (1st) suspend (default: 0 ms)
|
D | freeze.cfg | 62 # Include an N ms delay before (1st) suspend (default: 0 ms)
|
D | standby.cfg | 62 # Include an N ms delay before (1st) suspend (default: 0 ms)
|
D | suspend-x2-proc.cfg | 62 # Include an N ms delay before (1st) suspend (default: 0 ms)
|
D | freeze-callgraph.cfg | 63 # Include an N ms delay before (1st) suspend (default: 0 ms)
|
D | suspend-dev.cfg | 62 # Include an N ms delay before (1st) suspend (default: 0 ms)
|
D | suspend.cfg | 62 # Include an N ms delay before (1st) suspend (default: 0 ms)
|
D | standby-callgraph.cfg | 63 # Include an N ms delay before (1st) suspend (default: 0 ms)
|
/tools/perf/util/ |
D | map.c | 830 struct map *before = map__clone(pos); in maps__fixup_overlappings() local 832 if (before == NULL) { in maps__fixup_overlappings() 837 before->end = map->start; in maps__fixup_overlappings() 838 __map_groups__insert(pos->groups, before); in maps__fixup_overlappings() 840 map__fprintf(before, fp); in maps__fixup_overlappings() 841 map__put(before); in maps__fixup_overlappings()
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 54 create a stack frame before calling a second function, the *caller* 93 beginning of a function before the stack frame has been created, 143 designed. If function A doesn't create a stack frame before calling 202 Otherwise the stack frame may not get created before the call. 298 directive right before the call.
|
/tools/testing/fault-injection/ |
D | failcmd.sh | 36 before running the command.
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-plugins.txt | 39 The _tep_set_flag()_ API needs to be called before _tep_load_plugins()_, if
|
D | libtraceevent-set_flag.txt | 40 Note: plugin related flags must me set before calling _tep_load_plugins()_ API.
|