Searched refs:printf (Results 26 - 50 of 1028) sorted by relevance

1234567891011>>

/linux-master/tools/build/feature/
H A Dtest-cplus-demangle.c2 extern int printf(const char *format, ...);
12 printf("demangled symbol: {%s}\n", tmp);
H A Dtest-libbfd.c4 extern int printf(const char *format, ...);
13 printf("demangled symbol: {%s}\n", tmp);
/linux-master/tools/testing/selftests/cpufreq/
H A Dcpufreq.sh18 printf "Warning: No cpufreq directory present for $1\n"
25 printf "Warning: cpufreq directory present for $1\n"
50 printf "Printing directory: $1\n\n"
54 printf "$file:"
57 printf "\n"
61 printf "\n"
67 printf "** Test: Running ${FUNCNAME[0]} **\n\n"
71 printf "%s\n\n" "------------------------------------------------"
82 printf "Updating directory: $1\n\n"
94 printf "Writin
[all...]
H A Dgovernor.sh24 printf "$CPUFREQROOT/$2\n"
26 printf "$CPUFREQROOT/$1/$2\n"
28 printf "INVALID\n"
43 printf "Governor backup done for $1: $CUR_GOV\n"
47 printf "Governor frequency backup done for $1: $CUR_FREQ\n"
50 printf "\n"
58 printf "Governor restored for $1 to $CUR_GOV\n"
62 printf "Governor frequency restored for $1: $CUR_FREQ\n"
65 printf "\n"
111 printf "\nSwitche
[all...]
/linux-master/tools/testing/selftests/ptp/
H A Dptpchmaskfmt.sh12 printf '0x%08X ' "$int"
/linux-master/tools/power/cpupower/debug/i386/
H A Dintel_gsic.c31 printf("Failed!\n");
35 printf("BIOS supports GSIC call:\n");
36 printf("\tsignature: %c%c%c%c\n",
41 printf("\tcommand port = 0x%.4x\n",
43 printf("\tcommand = 0x%.4x\n",
45 printf("\tevent port = 0x%.8x\n", r.ecx);
46 printf("\tflags = 0x%.8x\n", r.edx);
48 printf("non-default command value. If speedstep-smi "
55 printf("non-default command port. If speedstep-smi "
62 printf("BIO
[all...]
/linux-master/tools/perf/trace/beauty/tracepoints/
H A Dx86_msr.sh16 printf "static const char * const x86_MSRs[] = {\n"
20 xargs printf "\t[%s] = \"%s\",\n"
21 printf "};\n\n"
25 printf "#define x86_64_specific_MSRs_offset "
27 printf "static const char * const x86_64_specific_MSRs[] = {\n"
30 xargs printf "\t[%s - x86_64_specific_MSRs_offset] = \"%s\",\n"
31 printf "};\n\n"
34 printf "#define x86_AMD_V_KVM_MSRs_offset "
36 printf "static const char * const x86_AMD_V_KVM_MSRs[] = {\n"
39 xargs printf "\
[all...]
/linux-master/arch/powerpc/boot/
H A Dstdio.h11 extern int printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
13 #define fprintf(fmt, args...) printf(args)
16 __attribute__((format(printf, 2, 3)));
/linux-master/tools/testing/selftests/x86/
H A Dtrivial_32bit_program.c15 printf("\n");
H A Dtrivial_64bit_program.c15 printf("\n");
H A Dioperm.c71 printf("[FAIL]\toutb to 0x%02hx failed\n", port);
75 printf("[OK]\toutb to 0x%02hx worked\n", port);
81 printf("[FAIL]\toutb to 0x%02hx worked\n", port);
85 printf("[OK]\toutb to 0x%02hx failed\n", port);
103 printf("[RUN]\tenable 0x80\n");
105 printf("[OK]\tioperm(0x80, 1, 1) failed (%d) -- try running as root\n",
112 printf("[RUN]\tdisable 0x80\n");
114 printf("[FAIL]\tioperm(0x80, 1, 0) failed (%d)", errno);
122 printf("[FAIL]\tioperm(0x80, 1, 0) failed (%d)", errno);
131 printf("[RU
[all...]
/linux-master/arch/um/include/shared/
H A Dkern.h16 extern int printf(const char *fmt, ...);
/linux-master/tools/testing/selftests/arm64/fp/
H A Drdvl-sve.c11 printf("%d\n", vl);
H A Drdvl-sme.c11 printf("%d\n", vl);
/linux-master/tools/testing/selftests/fpu/
H A Dtest_fpu.c24 printf("[SKIP]\tcan't access %s: %s\n",
30 printf("[FAIL]\taccess with default rounding mode failed\n");
36 printf("[FAIL]\taccess with downward rounding mode failed\n");
40 printf("[FAIL]\tusermode rounding mode clobbered\n");
51 printf("[FAIL]\taccess with fpu exceptions unmasked failed\n");
55 printf("[FAIL]\tusermode fpu exception mask clobbered\n");
59 printf("[OK]\ttest_fpu\n");
/linux-master/Documentation/arch/arm/samsung/
H A Dclksrc-change-registers.awk33 printf "find_length " f "\n" > "/dev/stderr"
44 printf "unknown length " f "\n" > "/dev/stderr"
52 printf "cannot find shift " s "\n" > "/dev/stderr"
75 printf "MASK " line "\n" > "/dev/stderr"
79 printf "=> '" name "' LENGTH=" dmask[name,0] " SHIFT=" dmask[name,1] "\n" > "/dev/stderr"
99 printf "unexpected end of file" > "/dev/stderr"
121 printf "shift '" shift "' ='" dmask[shift,0] "'\n" > "/dev/stderr"
122 printf "mask '" mask "'\n" > "/dev/stderr"
123 printf "dshft '" divshift "'\n" > "/dev/stderr"
124 printf "rdi
[all...]
/linux-master/Documentation/scheduler/
H A Dsched-pelt.c24 printf("static const u32 runnable_avg_yN_inv[] __maybe_unused = {");
28 if (i % 6 == 0) printf("\n\t");
29 printf("0x%8x, ", x);
31 printf("\n};\n\n");
40 printf("static const u32 runnable_avg_yN_sum[] = {\n\t 0,");
48 printf("\n\t");
50 printf("%5d,", sum);
52 printf("\n};\n\n");
77 printf("#define LOAD_AVG_PERIOD %d\n", HALFLIFE);
78 printf("#defin
[all...]
/linux-master/tools/testing/selftests/prctl/
H A Ddisable-tsc-test.c45 printf("[ SIG_SEGV ]\n");
46 printf("prctl(PR_GET_TSC, &tsc_val); ");
52 printf("tsc_val == %s\n", tsc_names[tsc_val]);
53 printf("prctl(PR_SET_TSC, PR_TSC_ENABLE)\n");
58 printf("rdtsc() == ");
67 printf("rdtsc() == %llu\n", (unsigned long long)rdtsc());
68 printf("prctl(PR_GET_TSC, &tsc_val); ");
74 printf("tsc_val == %s\n", tsc_names[tsc_val]);
75 printf("rdtsc() == %llu\n", (unsigned long long)rdtsc());
76 printf("prct
[all...]
/linux-master/tools/perf/trace/beauty/
H A Dsocket.sh12 printf "static const char *socket_ipproto[] = {\n"
17 sort -n | xargs printf "\t[%s] = \"%s\",\n"
18 printf "};\n\n"
20 printf "static const char *socket_level[] = {\n"
25 sort -n | xargs printf "\t[%s] = \"%s\",\n"
26 printf "};\n\n"
28 printf 'DEFINE_STRARRAY(socket_level, "SOL_");\n'
H A Dmremap_flags.sh12 printf "static const char *mremap_flags[] = {\n"
17 xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef MREMAP_%s\n#define MREMAP_%s %s\n#endif\n")
18 printf "};\n"
H A Drename_flags.sh9 printf "static const char *rename_flags[] = {\n"
14 xargs printf "\t[%d + 1] = \"%s\",\n")
15 printf "};\n"
H A Dsync_file_range.sh12 printf "static const char *sync_file_range_flags[] = {\n"
16 xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n"
17 printf "};\n"
H A Dfsmount.sh17 printf "static const char *fsmount_attr_flags[] = {\n"
21 xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n"
22 printf "};\n"
/linux-master/tools/testing/selftests/bpf/benchs/
H A Drun_bench_bloom_filter_map.sh14 printf "%'d entries -\n" $e
15 printf "\t"
18 printf "\t"
21 printf "\t"
25 printf "\n"
35 printf "%'d entries -\n" $e
36 printf "\t"
39 printf "\t"
43 printf "\n"
/linux-master/tools/testing/selftests/watchdog/
H A Dwatchdog-test.c60 printf(".");
74 printf("\nStopping watchdog ticks failed (%d)...\n", errno);
76 printf("\nStopping watchdog ticks...\n");
82 printf("Usage: %s [options]\n", progname);
83 printf(" -f, --file\t\tOpen watchdog device file\n");
84 printf("\t\t\tDefault is /dev/watchdog\n");
85 printf(" -i, --info\t\tShow watchdog_info\n");
86 printf(" -s, --status\t\tGet status & supported features\n");
87 printf(" -b, --bootstatus\tGet last boot status (Watchdog/POR)\n");
88 printf("
[all...]

Completed in 487 milliseconds

1234567891011>>