/tools/testing/selftests/powerpc/math/ |
D | vsx_preempt.c | 53 vector int zero = {0, 0, 0, 0}; in vsx_memcmp() local 59 if (memcmp(&a[i + 12], &zero, sizeof(vector int)) == 0) { in vsx_memcmp()
|
D | vsx_asm.S | 31 # validity of the VMX registers while running is not zero.
|
D | fpu_asm.S | 103 # registers while running is not zero.
|
D | vmx_asm.S | 119 # the VMX registers while running is not zero.
|
/tools/testing/selftests/memfd/ |
D | fuse_test.c | 231 static const char zero[MFD_DEF_SIZE]; in main() local 298 if (was_sealed && memcmp(p, zero, MFD_DEF_SIZE)) { in main() 301 } else if (!was_sealed && !memcmp(p, zero, MFD_DEF_SIZE)) { in main()
|
/tools/testing/selftests/powerpc/mm/ |
D | Makefile | 16 dd if=/dev/zero of=$@ bs=64k count=1
|
/tools/perf/util/ |
D | top.h | 29 bool hide_kernel_symbols, hide_user_symbols, zero; member
|
D | pmu.h | 69 bool zero, struct parse_events_error *error);
|
D | pmu.c | 739 bool zero) in pmu_format_value() argument 750 else if (zero) in pmu_format_value() 826 bool zero, struct parse_events_error *err) in pmu_config_term() argument 924 pmu_format_value(format->bits, val, vp, zero); in pmu_config_term() 931 bool zero, struct parse_events_error *err) in perf_pmu__config_terms() argument 937 zero, err)) in perf_pmu__config_terms() 953 bool zero = !!pmu->default_config; in perf_pmu__config() local 957 zero, err); in perf_pmu__config()
|
D | stat.c | 278 static struct perf_counts_values zero; in process_counter_values() local 287 count = &zero; in process_counter_values()
|
/tools/firewire/ |
D | nosy-dump.h | 18 uint32_t zero:24; member 24 uint32_t zero:16; member
|
/tools/testing/selftests/zram/ |
D | zram01.sh | 51 dd conv=notrunc if=/dev/zero of=zram${i}/file \
|
/tools/perf/ |
D | builtin-top.c | 255 if (top->zero) in perf_top__show_details() 299 if (top->zero) { in perf_top__print_sym_table() 421 fprintf(stdout, "\t[z] toggle sample zeroing. \t(%d)\n", top->zero ? 1 : 0); in perf_top__print_mapped_keys() 548 top->zero = !top->zero; in perf_top__handle_keypress() 571 if (t->zero) { in perf_top__sort_new_samples() 1165 OPT_BOOLEAN('z', "zero", &top.zero, "zero history across updates"), in cmd_top()
|
D | design.txt | 236 pid == 0: if the pid parameter is zero, the counter is attached to the 259 The 'flags' parameter is currently unused and must be zero.
|
/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 10 dd if=/dev/zero of=rcu-test-image bs=400M count=1
|
/tools/perf/Documentation/ |
D | callchain-overhead-calculation.txt | 101 same (100%) 'children' overhead (even though they have zero 'self'
|
D | perf-c2c.txt | 153 - zero based index to identify the cacheline
|
D | perf-top.txt | 113 --zero::
|
D | jitdump-specification.txt | 170 …ze (if the unwinding data was mapped in memory by the running process) or zero (if the unwinding d…
|
D | perf.data-file-format.txt | 56 char string[len]; /* zero terminated */
|
D | intel-pt.txt | 393 if branch tracing is enabled, otherwise the address will be zero. 801 Setting it to a zero period means "as often as possible".
|
D | perf-record.txt | 106 address filters by specifying a non-zero value in
|
/tools/power/cpupower/po/ |
D | pt.po | 505 "equivalent to setting it to zero\n" 508 "equivalente a setá-lo como zero\n" 601 "equivalente a setá-lo como zero\n" 614 "1. Omitir o argumento -c or --cpu é equivalente a setá-lo como zero\n"
|
D | de.po | 510 "equivalent to setting it to zero\n"
|
/tools/perf/ui/browsers/ |
D | hists.c | 2442 if (top->zero) in perf_evsel_browser_title() 3095 top->zero = !top->zero; in perf_evsel__hists_browse()
|