/tools/testing/selftests/vm/ |
D | thuge-gen.c | 145 unsigned long before, after; in test_mmap() local 154 after = 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 185 after = 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 49 after = mfspr(SPRN_MMCR0); in syscall_ebb_callee() 50 if (before != after) in syscall_ebb_callee() 90 printf("Saw MMCR0 before 0x%lx after 0x%lx\n", before, after); in test_body()
|
/tools/testing/selftests/intel_pstate/ |
D | aperf.c | 23 struct timeb before, after; in main() local 65 ftime(&after); in main() 75 finish = after.time*1000 + after.millitm; in main()
|
/tools/testing/selftests/media_tests/ |
D | regression_test.txt | 2 and unregister paths. There have a few problems that result in user-after 18 Regressions test for cdev user-after free error on /dev/mediaX when driver 22 and cdev user-after-free fixes. This opens media dev files and sits in 35 device file goes away after unbind, device file name changes. Start the 37 after unbind, /dev/media1 or /dev/media2 could get created. The idea is 43 Run dmesg looking for any user-after free errors or mutex lock errors.
|
/tools/testing/selftests/powerpc/scripts/ |
D | hmi.sh | 84 echo "Haven't seen expected $expected_hmis recoveries after 1 min. Aborting."
|
/tools/perf/util/ |
D | map.c | 733 struct map *after = map__clone(pos); in maps__fixup_overlappings() local 735 if (after == NULL) { in maps__fixup_overlappings() 740 after->start = map->end; in maps__fixup_overlappings() 741 after->pgoff += map->end - pos->start; in maps__fixup_overlappings() 742 assert(pos->map_ip(pos, map->end) == after->map_ip(after, map->end)); in maps__fixup_overlappings() 743 __map_groups__insert(pos->groups, after); in maps__fixup_overlappings() 745 map__fprintf(after, fp); in maps__fixup_overlappings() 746 map__put(after); in maps__fixup_overlappings()
|
/tools/power/acpi/ |
D | Makefile.config | 70 WARNINGS += $(call cc-supports,-Wdeclaration-after-statement)
|
/tools/power/cpupower/ |
D | Makefile | 123 WARNINGS += $(call cc-supports,-Wdeclaration-after-statement)
|
/tools/scripts/ |
D | Makefile.include | 24 EXTRA_WARNINGS += -Wdeclaration-after-statement
|
/tools/perf/ |
D | design.txt | 162 * in increasing order of bit value, after the counter value. 227 code, even after the mapping (or even the whole process) is gone, 322 * platforms, after reading this value -- see perf_event_wakeup(). 432 to enable a counter for 'nr' events, after which it gets disabled again.
|
/tools/testing/selftests/tc-testing/creating-testcases/ |
D | AddingTestCases.txt | 49 teardown: The list of commands to clean up after the test is completed.
|
/tools/perf/Documentation/ |
D | perf-script-perl.txt | 141 *trace_end*, if defined, is called after all events have been 151 *trace_unhandled*, if defined, is called after for any event that
|
D | perf-diff.txt | 119 the original value before and after the filter is applied.
|
D | perf-script-python.txt | 267 displayed after all the events in the trace have been processed, by 535 *trace_end*, if defined, is called after all events have been 544 *trace_unhandled*, if defined, is called after for any event that
|
D | perf-top.txt | 199 the original value before and after the filter is applied.
|
D | perf-report.txt | 228 to be given after threshold (but not necessarily consecutive). 387 the original value before and after the filter is applied.
|
D | perf-record.txt | 234 User can change the size by passing the size after comma like 287 post processing after recording, which sometimes makes the final step in
|
D | perf.data-file-format.txt | 48 consists of a perf_file_section located after the initial header.
|
D | perf-probe.txt | 151 In absence of -m/-x options, perf probe checks if the first argument after
|
D | intel-pt.txt | 75 Because samples are synthesized after-the-fact, the sampling period can be 514 that happens, perf tools always re-enable the intel_pt event after copying out
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 94 or at the very end of the function after the stack frame has been
|
/tools/power/cpupower/po/ |
D | de.po | 150 msgid "Monitor \"%s\" (%d states) - Might overflow after %u s\n"
|
D | it.po | 150 msgid "Monitor \"%s\" (%d states) - Might overflow after %u s\n"
|
D | cs.po | 153 msgid "Monitor \"%s\" (%d states) - Might overflow after %u s\n"
|
D | fr.po | 150 msgid "Monitor \"%s\" (%d states) - Might overflow after %u s\n"
|