arch/alpha/boot/misc.c
30
__attribute__ ((format (printf, 1, 2)));
arch/alpha/boot/tools/objstrip.c
137
printf("%lu\n", size);
arch/alpha/include/asm/console.h
23
__attribute__ ((format (printf, 1, 2)));
arch/arm64/kvm/hyp/nvhe/gen-hyprel.c
302
printf(".data\n"
arch/arm64/kvm/hyp/nvhe/gen-hyprel.c
310
printf(".global %s%s\n", HYP_SECTION_SYMBOL_PREFIX, sh_orig_name);
arch/arm64/kvm/hyp/nvhe/gen-hyprel.c
335
printf(".word 0\n");
arch/arm64/kvm/hyp/nvhe/gen-hyprel.c
343
printf(".reloc %lu, R_AARCH64_PREL32, %s%s + 0x%lx\n",
arch/arm64/kvm/hyp/nvhe/gen-hyprel.c
353
printf(".popsection\n");
arch/m68k/include/asm/math-emu.h
197
| printf ,"[\size<%08x]",1,\addr
arch/m68k/include/asm/math-emu.h
213
| printf ,"[\size>%08x]",1,\addr
arch/m68k/include/asm/math-emu.h
253
.macro printf bit=-1,string,nr=0,arg1,arg2,arg3,arg4,arg5
arch/m68k/include/asm/math-emu.h
289
.Lx1\@: printf \bit," %c",1,%d0
arch/m68k/include/asm/math-emu.h
293
printf \bit,"0."
arch/m68k/include/asm/math-emu.h
295
.Lx2\@: printf \bit,"1."
arch/m68k/include/asm/math-emu.h
296
.Lx3\@: printf \bit,"%08x%08x",2,%d0,%a0@(8)
arch/m68k/include/asm/math-emu.h
299
printf \bit,"E%04x",1,%d0
arch/m68k/include/asm/math-emu.h
301
printf \bit," %08x%08x%08x",3,%a0@,%a0@(4),%a0@(8)
arch/m68k/math-emu/fp_decode.h
144
printf PDECODE,"d%d",1,%d0
arch/m68k/math-emu/fp_decode.h
147
1\@: printf PDECODE,"a%d",1,%d0
arch/m68k/math-emu/fp_decode.h
156
3\@: printf PDECODE,":%c",1,%a0
arch/m68k/math-emu/fp_decode.h
162
printf PDECODE,":%d",1,%d1
arch/m68k/math-emu/fp_decode.h
217
printf PDECODE,"d%d",1,%d0
arch/m68k/math-emu/fp_decode.h
223
printf PDECODE,"(a%d)",1,%d0
arch/m68k/math-emu/fp_decode.h
247
printf PDECODE,"(a%d)+",1,%d0
arch/m68k/math-emu/fp_decode.h
266
printf PDECODE,"-(a%d)",1,%d0
arch/m68k/math-emu/fp_decode.h
294
printf PDECODE,"pc"
arch/m68k/math-emu/fp_decode.h
299
printf PDECODE,"a%d",1,%d0
arch/m68k/math-emu/fp_decode.h
302
printf PDECODE,"@(%x)",1,%a1
arch/m68k/math-emu/fp_decode.h
313
printf PDECODE,")@("
arch/m68k/math-emu/fp_decode.h
316
1: printf PDECODE,","
arch/m68k/math-emu/fp_decode.h
324
printf PDECODE,")@("
arch/m68k/math-emu/fp_decode.h
327
1: printf PDECODE,","
arch/m68k/math-emu/fp_decode.h
335
printf PDECODE,"pc"
arch/m68k/math-emu/fp_decode.h
340
printf PDECODE,"a%d",1,%d0
arch/m68k/math-emu/fp_decode.h
349
printf PDECODE,"@(%x,",1,%d0
arch/m68k/math-emu/fp_decode.h
353
printf PDECODE,")"
arch/m68k/math-emu/fp_decode.h
359
printf PDECODE,"!"
arch/m68k/math-emu/fp_decode.h
361
1: printf PDECODE,"@("
arch/m68k/math-emu/fp_decode.h
368
1: printf PDECODE,"0" | null base displacement
arch/m68k/math-emu/fp_decode.h
372
printf PDECODE,"%x:w",1,%a0
arch/m68k/math-emu/fp_decode.h
375
printf PDECODE,"%x:l",1,%a0
arch/m68k/math-emu/fp_decode.h
390
1: printf PDECODE,"0" | null outer displacement
arch/m68k/math-emu/fp_decode.h
394
printf PDECODE,"%x:w",1,%a0
arch/m68k/math-emu/fp_decode.h
397
printf PDECODE,"%x:l",1,%a0
arch/m68k/math-emu/fp_decode.h
400
5: printf PDECODE,")"
arch/m68k/math-emu/fp_decode.h
408
printf PDECODE,"%x.w",1,%a0
arch/m68k/math-emu/fp_decode.h
414
printf PDECODE,"%x.l",1,%a0
arch/m68k/tools/amiga/dmesg.c
49
printf("Searching for SAVEKMSG magic...\n");
arch/m68k/tools/amiga/dmesg.c
59
printf("Not found\n");
arch/m68k/tools/amiga/dmesg.c
61
printf("Found %ld bytes at 0x%08lx\n", m->size, (u_long)&m->data);
arch/mips/boot/compressed/calc_vmlinuz_load_addr.c
51
printf("0x%llx\n", vmlinuz_load_addr);
arch/mips/boot/elf2ecoff.c
522
printf
arch/mips/boot/tools/relocs.c
601
printf(".section \".data.reloc\",\"a\"\n");
arch/mips/boot/tools/relocs.c
602
printf(".balign 4\n");
arch/mips/boot/tools/relocs.c
646
printf("%16s 0x%08x %16s %40s %16s\n",
arch/mips/boot/tools/relocs.c
657
printf("%16s %10s %16s %40s %16s\n",
arch/mips/include/asm/sgiarcs.h
359
int (*printf)(const char *fmt, ...);
arch/mips/tools/elf-entry.c
100
printf("0x%016" PRIx64 "\n", entry);
arch/parisc/boot/compressed/misc.c
255
printf("Parsing ELF... ");
arch/parisc/boot/compressed/misc.c
350
printf("\nKernel requires at least %d MB RAM.\n",
arch/parisc/boot/compressed/misc.c
356
printf("\n");
arch/parisc/boot/compressed/misc.c
357
printf("startcode_end = %x\n", &_startcode_end);
arch/parisc/boot/compressed/misc.c
358
printf("commandline = %x\n", command_line);
arch/parisc/boot/compressed/misc.c
359
printf("rd_start = %x\n", rd_start);
arch/parisc/boot/compressed/misc.c
360
printf("rd_end = %x\n", rd_end);
arch/parisc/boot/compressed/misc.c
362
printf("free_ptr = %x\n", free_mem_ptr);
arch/parisc/boot/compressed/misc.c
363
printf("free_ptr_end = %x\n", free_mem_end_ptr);
arch/parisc/boot/compressed/misc.c
365
printf("input_data = %x\n", input_data);
arch/parisc/boot/compressed/misc.c
366
printf("input_len = %x\n", input_len);
arch/parisc/boot/compressed/misc.c
367
printf("output = %x\n", output);
arch/parisc/boot/compressed/misc.c
368
printf("output_len = %x\n", vmlinux_len);
arch/parisc/boot/compressed/misc.c
369
printf("kernel_addr = %x\n", kernel_addr);
arch/parisc/boot/compressed/misc.c
370
printf("kernel_len = %x\n", kernel_len);
arch/parisc/boot/compressed/misc.c
380
printf("done.\nBooting the kernel.\n");
arch/powerpc/boot/4xx.c
365
printf("PPC440GP: SysClk = %dMHz (%x)\n\r",
arch/powerpc/boot/4xx.c
429
printf("WARNING ! Invalid PLL feedback source !\n");
arch/powerpc/boot/4xx.c
95
printf("Memory BAS value 0x%08x unsupported !\n", bas);
arch/powerpc/boot/cuboot-pq2.c
110
printf("Bad /localbus node\r\n");
arch/powerpc/boot/cuboot-pq2.c
235
printf("Bad PCI node -- using existing firmware setup.\r\n");
arch/powerpc/boot/cuboot-pq2.c
239
printf("Unsupported PCI node -- using existing firmware setup.\r\n");
arch/powerpc/boot/decompress.c
95
printf("Decompression error: '%s'\n\r", s);
arch/powerpc/boot/devtree.c
112
printf("ENET%d: local-mac-address <-"
arch/powerpc/boot/devtree.c
53
printf("Memory <- <0x%x", be32_to_cpu(memreg[0]));
arch/powerpc/boot/devtree.c
55
printf(" 0x%x", be32_to_cpu(memreg[i]));
arch/powerpc/boot/devtree.c
56
printf("> (%ldMB)\n\r", (unsigned long)(size >> 20));
arch/powerpc/boot/devtree.c
67
printf("CPU clock-frequency <- 0x%x (%dMHz)\n\r", cpu, MHZ(cpu));
arch/powerpc/boot/devtree.c
68
printf("CPU timebase-frequency <- 0x%x (%dMHz)\n\r", tb, MHZ(tb));
arch/powerpc/boot/devtree.c
70
printf("CPU bus-frequency <- 0x%x (%dMHz)\n\r", bus, MHZ(bus));
arch/powerpc/boot/devtree.c
87
printf("%s: clock-frequency <- %x (%dMHz)\n\r", path, freq, MHZ(freq));
arch/powerpc/boot/devtree.c
97
printf("%s: local-mac-address <-"
arch/powerpc/boot/ep8248e.c
28
printf("No PlanetCore crystal frequency key.\r\n");
arch/powerpc/boot/ep88xc.c
26
printf("No PlanetCore crystal frequency key.\r\n");
arch/powerpc/boot/epapr.c
36
printf("WARNING: Image loaded outside IMA!"
arch/powerpc/boot/epapr.c
39
printf("WARNING: Device tree address is outside IMA!"
arch/powerpc/boot/epapr.c
43
printf("WARNING: Device tree extends outside IMA!"
arch/powerpc/boot/fsl-soc.c
51
printf("fsl_get_immr: Failed to find immr base\r\n");
arch/powerpc/boot/libfdt-wrapper.c
24
printf("%s():%d %s\n\r", __func__, __LINE__, \
arch/powerpc/boot/main.c
108
printf("Attached initrd image at 0x%p-0x%p\n\r",
arch/powerpc/boot/main.c
113
printf("Using loader supplied ramdisk at 0x%lx-0x%lx\n\r",
arch/powerpc/boot/main.c
129
printf("Allocating 0x%lx bytes for initrd ...\n\r",
arch/powerpc/boot/main.c
135
printf("Relocating initrd 0x%lx <- 0x%p (0x%lx bytes)\n\r",
arch/powerpc/boot/main.c
140
printf("initrd head: 0x%lx\n\r", *((unsigned long *)initrd_addr));
arch/powerpc/boot/main.c
158
printf("Attached ESM blob at 0x%p-0x%p\n\r",
arch/powerpc/boot/main.c
171
printf("Allocating 0x%lx bytes for esm_blob ...\n\r",
arch/powerpc/boot/main.c
176
printf("Relocating ESM blob 0x%lx <- 0x%p (0x%lx bytes)\n\r",
arch/powerpc/boot/main.c
210
printf("\n\rLinux/PowerPC load: %s", cmdline);
arch/powerpc/boot/main.c
216
printf("\n\r");
arch/powerpc/boot/main.c
246
printf("\n\rzImage starting: loaded at 0x%p (sp: 0x%p)\n\r",
arch/powerpc/boot/main.c
260
printf("Finalizing device tree...");
arch/powerpc/boot/main.c
264
printf(" flat tree at 0x%lx\n\r", ft_addr);
arch/powerpc/boot/main.c
266
printf(" using OF tree (promptr=%p)\n\r", loader_info.promptr);
arch/powerpc/boot/main.c
39
printf("No valid compressed data found, assume uncompressed data\n\r");
arch/powerpc/boot/main.c
53
printf("Allocating 0x%lx bytes for kernel...\n\r", ei.memsize);
arch/powerpc/boot/main.c
75
printf("0x%lx bytes of uncompressed data copied\n\r",
arch/powerpc/boot/main.c
81
printf("Decompressing (0x%p <- 0x%p:0x%p)...\n\r", addr,
arch/powerpc/boot/main.c
94
printf("Done! Decompressed 0x%lx bytes\n\r", len);
arch/powerpc/boot/mpc8xx.c
29
printf("mpc885_get_clock: Couldn't get IMMR base.\r\n");
arch/powerpc/boot/mpc8xx.c
37
printf("Warning: PLPRCR[MFI] value of %d out-of-bounds\r\n",
arch/powerpc/boot/ns16550.c
63
printf("virt reg parse fail...\r\n");
arch/powerpc/boot/of.c
37
printf(" trying: 0x%08lx\n\r", claim_base);
arch/powerpc/boot/oflib.c
124
printf("OF version = '%s'\r\n", version);
arch/powerpc/boot/oflib.c
132
printf("no chosen\n");
arch/powerpc/boot/oflib.c
137
printf("no mmu\n");
arch/powerpc/boot/oflib.c
144
printf("no memory node\n");
arch/powerpc/boot/oflib.c
148
printf("old OF detected\r\n");
arch/powerpc/boot/oflib.c
186
printf("Trying to claim from 0x%lx to 0x%lx (0x%lx) got %lx\r\n",
arch/powerpc/boot/ops.h
226
#define fatal(args...) { printf(args); exit(); }
arch/powerpc/boot/pq2.c
37
printf("pq2_get_clocks: Couldn't get IMMR base.\r\n");
arch/powerpc/boot/ps3.c
113
printf("\n-- PS3 bootwrapper --\n");
arch/powerpc/boot/ps3.c
134
printf(" flat tree at 0x%lx\n\r", ft_addr);
arch/powerpc/boot/ps3.c
41
printf("cmdline: '%s'\n", cmdline);
arch/powerpc/boot/ps3.c
50
printf("ps3_exit\n");
arch/powerpc/boot/ps3.c
86
printf("%s:%d: ppe_id %lu \n", __func__, __LINE__,
arch/powerpc/boot/ps3.c
88
printf("%s:%d: lpar_id %lu \n", __func__, __LINE__,
arch/powerpc/boot/ps3.c
90
printf("%s:%d: rm_size %llxh \n", __func__, __LINE__, *rm_size);
arch/powerpc/boot/redboot-83xx.c
32
printf("BRG clock-frequency <- 0x%x (%dMHz)\r\n",
arch/powerpc/boot/redboot-8xx.c
31
printf("BRG clock-frequency <- 0x%x (%dMHz)\r\n",
arch/powerpc/boot/serial.c
53
printf("\b \b");
arch/powerpc/boot/serial.c
60
printf("\b \b");
arch/powerpc/boot/stdio.h
11
extern int printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
arch/powerpc/boot/stdio.h
13
#define fprintf(fmt, args...) printf(args)
arch/powerpc/boot/stdio.h
16
__attribute__((format(printf, 2, 3)));
arch/powerpc/boot/treeboot-currituck.c
68
printf("%s: Failed to get dma-ranges\r\n", __func__);
arch/powerpc/boot/wii.c
127
printf("top of MEM2 @ %08X\n", reg[2] + reg[3]);
arch/powerpc/boot/wii.c
54
printf("mini: invalid hdrp %08X\n", (u32)hdrp);
arch/powerpc/boot/wii.c
61
printf("mini: invalid hdr %08X\n", (u32)hdr);
arch/powerpc/boot/wii.c
66
printf("mini: invalid magic\n");
arch/powerpc/boot/wii.c
87
printf("mini: invalid mem2_boundary %08X\n",
arch/powerpc/include/asm/udbg.h
23
__attribute__ ((format (printf, 1, 2)));
arch/powerpc/xmon/dis-asm.h
16
printf("%.8lx", insn);
arch/powerpc/xmon/dis-asm.h
22
printf("%.8lx", insn);
arch/powerpc/xmon/ppc-dis.c
159
printf("%-7s ", opcode->name);
arch/powerpc/xmon/ppc-dis.c
161
printf("%s", opcode->name);
arch/powerpc/xmon/ppc-dis.c
198
printf(",");
arch/powerpc/xmon/ppc-dis.c
205
printf("r%ld", value);
arch/powerpc/xmon/ppc-dis.c
207
printf("f%ld", value);
arch/powerpc/xmon/ppc-dis.c
209
printf("v%ld", value);
arch/powerpc/xmon/ppc-dis.c
211
printf("vs%ld", value);
arch/powerpc/xmon/ppc-dis.c
217
printf("fsl%ld", value);
arch/powerpc/xmon/ppc-dis.c
219
printf("fcr%ld", value);
arch/powerpc/xmon/ppc-dis.c
221
printf("%ld", value);
arch/powerpc/xmon/ppc-dis.c
225
printf("cr%ld", value);
arch/powerpc/xmon/ppc-dis.c
236
printf("4*cr%d+", cr);
arch/powerpc/xmon/ppc-dis.c
238
printf("%s", cbnames[cc]);
arch/powerpc/xmon/ppc-dis.c
241
printf("%d", (int) value);
arch/powerpc/xmon/ppc-dis.c
245
printf(")");
arch/powerpc/xmon/ppc-dis.c
253
printf("(");
arch/powerpc/xmon/ppc-dis.c
271
printf(".long 0x%lx", insn);
arch/powerpc/xmon/xmon.c
1008
printf("Uptime: %lu.%.2lu seconds\n", (unsigned long)uptime.tv_sec,
arch/powerpc/xmon/xmon.c
1022
printf("Invalid number.\n");
arch/powerpc/xmon/xmon.c
1042
printf("%x:", smp_processor_id());
arch/powerpc/xmon/xmon.c
1044
printf("mon> ");
arch/powerpc/xmon/xmon.c
1069
printf(xmon_ro_msg);
arch/powerpc/xmon/xmon.c
1113
printf(" <no input ...>\n");
arch/powerpc/xmon/xmon.c
1137
printf(xmon_ro_msg);
arch/powerpc/xmon/xmon.c
1162
printf("Unrecognized command: ");
arch/powerpc/xmon/xmon.c
1167
printf("\\x%x", cmd);
arch/powerpc/xmon/xmon.c
1170
printf(" (type ? for help)\n");
arch/powerpc/xmon/xmon.c
1199
printf("Couldn't single-step %s instruction\n",
arch/powerpc/xmon/xmon.c
1205
printf("stepped to ");
arch/powerpc/xmon/xmon.c
1249
printf("cpu 0x%lx didn't take control\n", cpu);
arch/powerpc/xmon/xmon.c
1270
printf("%x:mon> \n", smp_processor_id());
arch/powerpc/xmon/xmon.c
1285
printf("%x:", smp_processor_id());
arch/powerpc/xmon/xmon.c
1286
printf("mon> ");
arch/powerpc/xmon/xmon.c
1287
printf("%c\n", (char)cmd);
arch/powerpc/xmon/xmon.c
1320
printf("There are no other cpus in xmon\n");
arch/powerpc/xmon/xmon.c
1328
printf("c# only supports 'r', 'S' and 't' commands\n");
arch/powerpc/xmon/xmon.c
1338
printf("cpus stopped:");
arch/powerpc/xmon/xmon.c
1346
printf("-0x%lx", last_cpu);
arch/powerpc/xmon/xmon.c
1348
printf(" 0x%lx", cpu);
arch/powerpc/xmon/xmon.c
1353
printf("-0x%lx", last_cpu);
arch/powerpc/xmon/xmon.c
1354
printf("\n");
arch/powerpc/xmon/xmon.c
1359
printf("cpu 0x%lx isn't in xmon\n", cpu);
arch/powerpc/xmon/xmon.c
1361
printf("backtrace of paca[0x%lx].saved_r1 (possibly stale):\n", cpu);
arch/powerpc/xmon/xmon.c
1427
printf("csum stopped at "REG"\n", adrs+i);
arch/powerpc/xmon/xmon.c
1432
printf("%x\n", fcs);
arch/powerpc/xmon/xmon.c
1444
printf("Breakpoints may only be placed at kernel addresses\n");
arch/powerpc/xmon/xmon.c
1448
printf("Can't read instruction at address %lx\n", addr);
arch/powerpc/xmon/xmon.c
145
printf("Machine is not running OPAL firmware.\n");
arch/powerpc/xmon/xmon.c
1452
printf("Breakpoints may not be placed on instructions that can't be single stepped\n");
arch/powerpc/xmon/xmon.c
1466
printf("Couldn't find free breakpoint register\n");
arch/powerpc/xmon/xmon.c
1478
printf(" data "REG" [", dabr[i].address);
arch/powerpc/xmon/xmon.c
1480
printf("r");
arch/powerpc/xmon/xmon.c
1482
printf("w");
arch/powerpc/xmon/xmon.c
1483
printf("]\n");
arch/powerpc/xmon/xmon.c
1512
printf(xmon_ro_msg);
arch/powerpc/xmon/xmon.c
1516
printf("Hardware data breakpoint not supported on this cpu\n");
arch/powerpc/xmon/xmon.c
1534
printf(badaddr);
arch/powerpc/xmon/xmon.c
1547
printf(xmon_ro_msg);
arch/powerpc/xmon/xmon.c
1551
printf("Hardware instruction breakpoint "
arch/powerpc/xmon/xmon.c
1580
printf("All breakpoints cleared\n");
arch/powerpc/xmon/xmon.c
1591
printf("No breakpoint at %lx\n", a);
arch/powerpc/xmon/xmon.c
1596
printf("Cleared breakpoint %tx (", BP_NUM(bp));
arch/powerpc/xmon/xmon.c
1605
printf(breakpoint_help_string);
arch/powerpc/xmon/xmon.c
1612
printf(" type address\n");
arch/powerpc/xmon/xmon.c
1617
printf("%tx %s ", BP_NUM(bp),
arch/powerpc/xmon/xmon.c
1717
printf("SP (%lx) is in userspace\n", sp);
arch/powerpc/xmon/xmon.c
1723
printf("Couldn't read stack frame at %lx\n", sp);
arch/powerpc/xmon/xmon.c
1750
printf("[link register ] ");
arch/powerpc/xmon/xmon.c
1754
printf("["REG"] ", sp);
arch/powerpc/xmon/xmon.c
1760
printf("["REG"] ", sp);
arch/powerpc/xmon/xmon.c
1769
printf("Couldn't read registers at %lx\n",
arch/powerpc/xmon/xmon.c
1773
printf("---- Exception: %lx %s at ", regs.trap,
arch/powerpc/xmon/xmon.c
1816
printf("kernel BUG at %s:%u!\n",
arch/powerpc/xmon/xmon.c
1819
printf("kernel BUG at %px!\n", (void *)bug + bug->bug_addr_disp);
arch/powerpc/xmon/xmon.c
1829
printf("cpu 0x%x: ", smp_processor_id());
arch/powerpc/xmon/xmon.c
1833
printf("Vector: %lx %s at [%px]\n", fp->trap, getvecname(trap), fp);
arch/powerpc/xmon/xmon.c
1834
printf(" pc: ");
arch/powerpc/xmon/xmon.c
1837
printf(" lr: ");
arch/powerpc/xmon/xmon.c
1840
printf(" sp: %lx\n", fp->gpr[1]);
arch/powerpc/xmon/xmon.c
1841
printf(" msr: %lx\n", fp->msr);
arch/powerpc/xmon/xmon.c
1847
printf(" dar: %lx\n", fp->dar);
arch/powerpc/xmon/xmon.c
1849
printf(" dsisr: %lx\n", fp->dsisr);
arch/powerpc/xmon/xmon.c
1852
printf(" current = 0x%px\n", current);
arch/powerpc/xmon/xmon.c
1854
printf(" paca = 0x%px\t irqmask: 0x%02x\t irq_happened: 0x%02x\n",
arch/powerpc/xmon/xmon.c
1858
printf(" pid = %d, comm = %s\n",
arch/powerpc/xmon/xmon.c
1865
printf(linux_banner);
arch/powerpc/xmon/xmon.c
1883
printf("*** Error reading registers from "REG"\n",
arch/powerpc/xmon/xmon.c
1898
printf("R%.2d = "REG"%s", n, fp->gpr[n],
arch/powerpc/xmon/xmon.c
1902
printf("pc = ");
arch/powerpc/xmon/xmon.c
1905
printf("cfar= ");
arch/powerpc/xmon/xmon.c
1908
printf("lr = ");
arch/powerpc/xmon/xmon.c
1910
printf("msr = "REG" cr = %.8lx\n", fp->msr, fp->ccr);
arch/powerpc/xmon/xmon.c
1911
printf("ctr = "REG" xer = "REG" trap = %4lx\n",
arch/powerpc/xmon/xmon.c
1917
printf("dar = "REG" dsisr = %.8lx\n", fp->dar, fp->dsisr);
arch/powerpc/xmon/xmon.c
1980
printf(xmon_ro_msg);
arch/powerpc/xmon/xmon.c
1992
printf("SPR 0x%03x (%4d) Faulted during write\n", n, n);
arch/powerpc/xmon/xmon.c
2005
printf("srr0 = %.16lx srr1 = %.16lx dsisr = %.8lx\n",
arch/powerpc/xmon/xmon.c
2007
printf("dscr = %.16lx ppr = %.16lx pir = %.8lx\n",
arch/powerpc/xmon/xmon.c
2009
printf("amr = %.16lx uamor = %.16lx\n",
arch/powerpc/xmon/xmon.c
2015
printf("sdr1 = %.16lx hdar = %.16lx hdsisr = %.8lx\n",
arch/powerpc/xmon/xmon.c
2017
printf("hsrr0 = %.16lx hsrr1 = %.16lx hdec = %.16lx\n",
arch/powerpc/xmon/xmon.c
2019
printf("lpcr = %.16lx pcr = %.16lx lpidr = %.8lx\n",
arch/powerpc/xmon/xmon.c
2021
printf("hsprg0 = %.16lx hsprg1 = %.16lx amor = %.16lx\n",
arch/powerpc/xmon/xmon.c
2023
printf("dabr = %.16lx dabrx = %.16lx\n",
arch/powerpc/xmon/xmon.c
2036
printf("dpdes = %.16lx tir = %.16lx cir = %.8lx\n",
arch/powerpc/xmon/xmon.c
2039
printf("fscr = %.16lx tar = %.16lx pspb = %.8lx\n",
arch/powerpc/xmon/xmon.c
2045
printf("tfhar = %.16lx tfiar = %.16lx texasr = %.16lx\n",
arch/powerpc/xmon/xmon.c
2050
printf("mmcr0 = %.16lx mmcr1 = %.16lx mmcr2 = %.16lx\n",
arch/powerpc/xmon/xmon.c
2052
printf("pmc1 = %.8lx pmc2 = %.8lx pmc3 = %.8lx pmc4 = %.8lx\n",
arch/powerpc/xmon/xmon.c
2055
printf("mmcra = %.16lx siar = %.16lx pmc5 = %.8lx\n",
arch/powerpc/xmon/xmon.c
2057
printf("sdar = %.16lx sier = %.16lx pmc6 = %.8lx\n",
arch/powerpc/xmon/xmon.c
2059
printf("ebbhr = %.16lx ebbrr = %.16lx bescr = %.16lx\n",
arch/powerpc/xmon/xmon.c
2061
printf("iamr = %.16lx\n", mfspr(SPRN_IAMR));
arch/powerpc/xmon/xmon.c
2066
printf("hfscr = %.16lx dhdes = %.16lx rpr = %.16lx\n",
arch/powerpc/xmon/xmon.c
2068
printf("dawr0 = %.16lx dawrx0 = %.16lx\n",
arch/powerpc/xmon/xmon.c
2071
printf("dawr1 = %.16lx dawrx1 = %.16lx\n",
arch/powerpc/xmon/xmon.c
2074
printf("ciabr = %.16lx\n", mfspr(SPRN_CIABR));
arch/powerpc/xmon/xmon.c
2087
printf("pidr = %.16lx tidr = %.16lx\n",
arch/powerpc/xmon/xmon.c
2090
printf("pidr = %.16lx\n",
arch/powerpc/xmon/xmon.c
2094
printf("psscr = %.16lx\n",
arch/powerpc/xmon/xmon.c
2100
printf("ptcr = %.16lx asdr = %.16lx\n",
arch/powerpc/xmon/xmon.c
2111
printf("mmcr3 = %.16lx, sier2 = %.16lx, sier3 = %.16lx\n",
arch/powerpc/xmon/xmon.c
2123
printf("SPR 0x%03x (%4d) Faulted during read\n", spr, spr);
arch/powerpc/xmon/xmon.c
2131
printf("SPR 0x%03x (%4d) Faulted during read\n", spr, spr);
arch/powerpc/xmon/xmon.c
2137
printf("SPR 0x%03x (%4d) Unimplemented\n", spr, spr);
arch/powerpc/xmon/xmon.c
2142
printf("SPR 0x%03x (%4d) = 0x%lx\n", spr, spr, val);
arch/powerpc/xmon/xmon.c
2159
printf("msr = "REG" sprg0 = "REG"\n",
arch/powerpc/xmon/xmon.c
2161
printf("pvr = "REG" sprg1 = "REG"\n",
arch/powerpc/xmon/xmon.c
2163
printf("dec = "REG" sprg2 = "REG"\n",
arch/powerpc/xmon/xmon.c
2165
printf("sp = "REG" sprg3 = "REG"\n", sp, mfspr(SPRN_SPRG3));
arch/powerpc/xmon/xmon.c
2166
printf("toc = "REG" dar = "REG"\n", toc, mfspr(SPRN_DAR));
arch/powerpc/xmon/xmon.c
2248
printf(xmon_ro_msg);
arch/powerpc/xmon/xmon.c
2278
printf("*** Error writing address "REG"\n", adrs + n);
arch/powerpc/xmon/xmon.c
2401
printf(memex_help_string);
arch/powerpc/xmon/xmon.c
2425
printf(REG"%c", adrs, brev? 'r': ' ');
arch/powerpc/xmon/xmon.c
2431
printf("%.2x", val[i]);
arch/powerpc/xmon/xmon.c
2433
printf("%s", fault_chars[fault_type]);
arch/powerpc/xmon/xmon.c
2533
printf(memex_subcmd_help_string);
arch/powerpc/xmon/xmon.c
2567
printf("%.2x", temp[m]);
arch/powerpc/xmon/xmon.c
2569
printf("%s", fault_chars[fault_type]);
arch/powerpc/xmon/xmon.c
2575
printf("\n");
arch/powerpc/xmon/xmon.c
2598
printf("*** Error dumping paca for cpu 0x%x!\n", cpu);
arch/powerpc/xmon/xmon.c
2607
printf("paca for cpu 0x%x @ %px:\n", cpu, p);
arch/powerpc/xmon/xmon.c
2609
printf(" %-*s = %s\n", 25, "possible", str_yes_no(cpu_possible(cpu)));
arch/powerpc/xmon/xmon.c
2610
printf(" %-*s = %s\n", 25, "present", str_yes_no(cpu_present(cpu)));
arch/powerpc/xmon/xmon.c
2611
printf(" %-*s = %s\n", 25, "online", str_yes_no(cpu_online(cpu)));
arch/powerpc/xmon/xmon.c
2614
printf(" %-*s = "format"\t(0x%lx)\n", 25, #name, 18, paca->name, \
arch/powerpc/xmon/xmon.c
2649
printf(" %-*s[%d] = 0x%016llx 0x%016llx\n",
arch/powerpc/xmon/xmon.c
2661
printf(" %-*s[%d] = 0x%016x\n",
arch/powerpc/xmon/xmon.c
2680
printf(" %-*s = 0x%016llx\n", 25, "kstack_base", p->kstack & ~(THREAD_SIZE - 1));
arch/powerpc/xmon/xmon.c
2737
printf("No possible cpus, use 'dp #' to dump individual cpus\n");
arch/powerpc/xmon/xmon.c
2782
printf("*** Error dumping xive on cpu %d\n", cpu);
arch/powerpc/xmon/xmon.c
2799
printf("No possible cpus, use 'dx #' to dump individual cpus\n");
arch/powerpc/xmon/xmon.c
2813
printf("Xive disabled on this system\n");
arch/powerpc/xmon/xmon.c
2847
printf(REG, addr);
arch/powerpc/xmon/xmon.c
2850
printf("\nFaulted reading %d bytes from 0x"REG"\n", 16, addr);
arch/powerpc/xmon/xmon.c
2864
printf("%0*llx", size * 2, val);
arch/powerpc/xmon/xmon.c
2866
printf(" |");
arch/powerpc/xmon/xmon.c
2871
printf("|\n");
arch/powerpc/xmon/xmon.c
2966
printf(REG, adrs);
arch/powerpc/xmon/xmon.c
2975
printf("%.2x", temp[m]);
arch/powerpc/xmon/xmon.c
2977
printf("%s", fault_chars[fault_type]);
arch/powerpc/xmon/xmon.c
2982
printf(" ");
arch/powerpc/xmon/xmon.c
2984
printf(" |");
arch/powerpc/xmon/xmon.c
2995
printf("|\n");
arch/powerpc/xmon/xmon.c
300
printf("xmon: Disabled due to kernel lockdown\n");
arch/powerpc/xmon/xmon.c
3017
printf(REG" %s%s%s%s\n", adr, x, x, x, x);
arch/powerpc/xmon/xmon.c
3023
printf(" ...\n");
arch/powerpc/xmon/xmon.c
3031
printf(REG" %08lx", adr, ppc_inst_as_ulong(inst));
arch/powerpc/xmon/xmon.c
3032
printf("\t");
arch/powerpc/xmon/xmon.c
3037
printf("\n");
arch/powerpc/xmon/xmon.c
3062
printf("Error dumping printk buffer!\n");
arch/powerpc/xmon/xmon.c
3073
printf("%s", buf);
arch/powerpc/xmon/xmon.c
308
printf("xmon: Read-only due to kernel lockdown\n");
arch/powerpc/xmon/xmon.c
3091
printf("Machine is not running OPAL firmware.\n");
arch/powerpc/xmon/xmon.c
3096
printf("Error dumping OPAL msglog!\n");
arch/powerpc/xmon/xmon.c
3106
printf("Error dumping OPAL msglog! Error: %zd\n", res);
arch/powerpc/xmon/xmon.c
3110
printf("%s", buf);
arch/powerpc/xmon/xmon.c
3144
printf(xmon_ro_msg);
arch/powerpc/xmon/xmon.c
3151
printf(xmon_ro_msg);
arch/powerpc/xmon/xmon.c
3174
printf("%px %.2x # %px %.2x\n", p1 - 1,
arch/powerpc/xmon/xmon.c
3177
printf("Total of %d differences\n", prt);
arch/powerpc/xmon/xmon.c
3206
printf("%.16x: %.16x\n", a, GETWORD(val));
arch/powerpc/xmon/xmon.c
3232
printf("%.8x .. ", a);
arch/powerpc/xmon/xmon.c
3234
printf("%.8lx\n", a - mskip);
arch/powerpc/xmon/xmon.c
3240
printf("%.8lx\n", a - mskip);
arch/powerpc/xmon/xmon.c
3261
printf("%16px %16lx %16px %6d %6d %c %2d %s\n", tsk,
arch/powerpc/xmon/xmon.c
3273
printf("ptep @ 0x%016lx = 0x%016lx\n", (unsigned long)ptep, pte);
arch/powerpc/xmon/xmon.c
3274
printf("Maps physical address = 0x%016lx\n", pte & PTE_RPN_MASK);
arch/powerpc/xmon/xmon.c
3276
printf("Flags = %s%s%s%s%s\n",
arch/powerpc/xmon/xmon.c
3307
printf("*** Error dumping pte for task %px\n", tsk);
arch/powerpc/xmon/xmon.c
3322
printf("No valid P4D\n");
arch/powerpc/xmon/xmon.c
3331
printf("p4dp @ 0x%px = 0x%016lx\n", p4dp, p4d_val(*p4dp));
arch/powerpc/xmon/xmon.c
3336
printf("No valid PUD\n");
arch/powerpc/xmon/xmon.c
3345
printf("pudp @ 0x%px = 0x%016lx\n", pudp, pud_val(*pudp));
arch/powerpc/xmon/xmon.c
3350
printf("No valid PMD\n");
arch/powerpc/xmon/xmon.c
3358
printf("pmdp @ 0x%px = 0x%016lx\n", pmdp, pmd_val(*pmdp));
arch/powerpc/xmon/xmon.c
3364
printf("no valid PTE\n");
arch/powerpc/xmon/xmon.c
3378
printf("show_pte not yet implemented\n");
arch/powerpc/xmon/xmon.c
3387
printf(" task_struct ->thread.ksp ->thread.regs PID PPID S P CMD\n");
arch/powerpc/xmon/xmon.c
3394
printf("*** Error dumping task %px\n", tsk);
arch/powerpc/xmon/xmon.c
3441
printf("return value is 0x%lx\n", ret);
arch/powerpc/xmon/xmon.c
3443
printf("*** %x exception occurred\n", fault_except);
arch/powerpc/xmon/xmon.c
3502
printf("invalid register name '%%%s'\n", regname);
arch/powerpc/xmon/xmon.c
3506
printf("regs not available\n");
arch/powerpc/xmon/xmon.c
3547
printf("unknown symbol '%s'\n", tmpstr);
arch/powerpc/xmon/xmon.c
3663
printf("%s: %lx\n", tmp, addr);
arch/powerpc/xmon/xmon.c
3665
printf("Symbol '%s' not found.\n", tmp);
arch/powerpc/xmon/xmon.c
3691
printf("%s for cpu 0x%lx: %lx\n", tmp, cpu, addr);
arch/powerpc/xmon/xmon.c
3693
printf("Percpu symbol '%s' not found.\n", tmp);
arch/powerpc/xmon/xmon.c
3711
printf(REG, address);
arch/powerpc/xmon/xmon.c
3725
printf("%s%s+%#lx/%#lx", mid, name, offset, size);
arch/powerpc/xmon/xmon.c
3727
printf(" [%s]", modname);
arch/powerpc/xmon/xmon.c
3729
printf("%s", after);
arch/powerpc/xmon/xmon.c
3739
printf("SLB contents of cpu 0x%x\n", smp_processor_id());
arch/powerpc/xmon/xmon.c
3748
printf("%02d %016lx %016lx", i, esid, vsid);
arch/powerpc/xmon/xmon.c
3751
printf("\n");
arch/powerpc/xmon/xmon.c
3757
printf(" 1T ESID=%9lx VSID=%13lx LLP:%3lx \n",
arch/powerpc/xmon/xmon.c
3762
printf(" 256M ESID=%9lx VSID=%13lx LLP:%3lx \n",
arch/powerpc/xmon/xmon.c
3776
printf("sr0-15 =");
arch/powerpc/xmon/xmon.c
3778
printf(" %x", mfsr(i << 28));
arch/powerpc/xmon/xmon.c
3779
printf("\n");
arch/powerpc/xmon/xmon.c
3793
printf("[%02x] %08lx %08lx %08lx ", i, w0, w1, w2);
arch/powerpc/xmon/xmon.c
3795
printf("V %08lx -> %01lx%08lx %c%c%c%c%c",
arch/powerpc/xmon/xmon.c
3805
printf("\n");
arch/powerpc/xmon/xmon.c
3859
printf("Book3E MMU MAV=%d.0,%d TLBs,%d-bit PID,%d-bit LPID,%d-bit RA\n",
arch/powerpc/xmon/xmon.c
3866
printf("TLB %d:\n------\n", tlb);
arch/powerpc/xmon/xmon.c
3881
printf("Unsupported TLB number !\n");
arch/powerpc/xmon/xmon.c
3912
printf("%04x- ", i);
arch/powerpc/xmon/xmon.c
3914
printf("%04x-%c", cc, 'A' + esel);
arch/powerpc/xmon/xmon.c
3916
printf(" |%c", 'A' + esel);
arch/powerpc/xmon/xmon.c
3918
printf(" %016llx %04x %s %c%c AS%c",
arch/powerpc/xmon/xmon.c
3925
printf(" %c%c%c%c%c%c%c",
arch/powerpc/xmon/xmon.c
3933
printf(" %016llx", mas7_mas3 & ramask & ~0x7ffull);
arch/powerpc/xmon/xmon.c
3935
printf(" %s\n",
arch/powerpc/xmon/xmon.c
3938
printf(" U%c%c%c S%c%c%c\n",
arch/powerpc/xmon/xmon.c
4028
printf("xmon: All breakpoints cleared\n");
arch/powerpc/xmon/xmon.c
521
printf("cpu 0x%x: Exception %lx %s in xmon, "
arch/powerpc/xmon/xmon.c
531
printf("xmon: WARNING: bad recursive fault "
arch/powerpc/xmon/xmon.c
553
printf("cpu 0x%x stopped at breakpoint 0x%tx (",
arch/powerpc/xmon/xmon.c
558
printf("WARNING: exception is not recoverable, "
arch/powerpc/xmon/xmon.c
608
printf("enter ? for help\n");
arch/powerpc/xmon/xmon.c
657
printf("Exception %lx %s in xmon, returning to main loop\n",
arch/powerpc/xmon/xmon.c
668
printf("Stopped at breakpoint %tx (", BP_NUM(bp));
arch/powerpc/xmon/xmon.c
672
printf("WARNING: exception is not recoverable, "
arch/powerpc/xmon/xmon.c
680
printf("enter ? for help\n");
arch/powerpc/xmon/xmon.c
708
printf("Couldn't single-step %s instruction\n",
arch/powerpc/xmon/xmon.c
742
printf("Keyboard interrupt\n");
arch/powerpc/xmon/xmon.c
842
printf("xmon: Enabling debugger hooks\n");
arch/powerpc/xmon/xmon.c
889
printf("Sorry, no free breakpoints. Please clear one first.\n");
arch/powerpc/xmon/xmon.c
904
printf("Couldn't read instruction at %lx, "
arch/powerpc/xmon/xmon.c
910
printf("Breakpoint at %lx is on an instruction that can't be single stepped, disabling it\n",
arch/powerpc/xmon/xmon.c
920
printf("Breakpoint at %lx is on the second word of a prefixed instruction, disabling it\n",
arch/powerpc/xmon/xmon.c
932
printf("Breakpoint at %lx is on the second word of a prefixed instruction, disabling it\n",
arch/powerpc/xmon/xmon.c
945
printf("Couldn't write instruction at %lx, "
arch/powerpc/xmon/xmon.c
986
printf("Couldn't remove breakpoint at %lx\n",
arch/s390/include/asm/debug.h
238
__attribute__ ((format(printf, 3, 4)));
arch/s390/include/asm/debug.h
366
__attribute__ ((format(printf, 3, 4)));
arch/s390/tools/gen_facilities.c
148
printf("#define %s ", def->name);
arch/s390/tools/gen_facilities.c
150
printf("_AC(0x%016llx,UL)%c", array[i], i < high ? ',' : '\n');
arch/s390/tools/gen_facilities.c
164
printf("#ifndef __ASM_S390_FACILITY_DEFS__\n");
arch/s390/tools/gen_facilities.c
165
printf("#define __ASM_S390_FACILITY_DEFS__\n");
arch/s390/tools/gen_facilities.c
166
printf("/*\n");
arch/s390/tools/gen_facilities.c
167
printf(" * DO NOT MODIFY.\n");
arch/s390/tools/gen_facilities.c
168
printf(" *\n");
arch/s390/tools/gen_facilities.c
169
printf(" * This file was generated by %s\n", __FILE__);
arch/s390/tools/gen_facilities.c
170
printf(" */\n\n");
arch/s390/tools/gen_facilities.c
171
printf("#include <linux/const.h>\n\n");
arch/s390/tools/gen_facilities.c
173
printf("\n#endif\n");
arch/s390/tools/gen_opcode_table.c
188
printf("enum {\n");
arch/s390/tools/gen_opcode_table.c
194
printf("\tINSTR_%s,\n", format);
arch/s390/tools/gen_opcode_table.c
196
printf("}; /* %d */\n\n", count);
arch/s390/tools/gen_opcode_table.c
209
printf("{");
arch/s390/tools/gen_opcode_table.c
211
printf(" \'%c\',", name[i]);
arch/s390/tools/gen_opcode_table.c
212
printf(" }");
arch/s390/tools/gen_opcode_table.c
222
printf("enum {\n");
arch/s390/tools/gen_opcode_table.c
227
printf("\tLONG_INSN_%s,\n", insn->upper);
arch/s390/tools/gen_opcode_table.c
230
printf("}; /* %d */\n\n", count);
arch/s390/tools/gen_opcode_table.c
232
printf("#define LONG_INSN_INITIALIZER { \\\n");
arch/s390/tools/gen_opcode_table.c
237
printf("\t[LONG_INSN_%s] = ", insn->upper);
arch/s390/tools/gen_opcode_table.c
239
printf(", \\\n");
arch/s390/tools/gen_opcode_table.c
241
printf("}\n\n");
arch/s390/tools/gen_opcode_table.c
251
printf("\t[%4d] = { .opfrag = 0x%s, .format = INSTR_%s, ", nr, opcode, insn->format);
arch/s390/tools/gen_opcode_table.c
253
printf(".name = ");
arch/s390/tools/gen_opcode_table.c
256
printf(".offset = LONG_INSN_%s", insn->upper);
arch/s390/tools/gen_opcode_table.c
258
printf(" }, \\\n");
arch/s390/tools/gen_opcode_table.c
293
printf("#define OPCODE_TABLE_INITIALIZER { \\\n");
arch/s390/tools/gen_opcode_table.c
302
printf("\t/* %.2s */ \\\n", opcode);
arch/s390/tools/gen_opcode_table.c
307
printf("\t/* 1-byte opcode instructions */ \\\n");
arch/s390/tools/gen_opcode_table.c
316
printf("}\n\n");
arch/s390/tools/gen_opcode_table.c
324
printf("#define OPCODE_OFFSET_INITIALIZER { \\\n");
arch/s390/tools/gen_opcode_table.c
327
printf("\t{ .opcode = 0x%.2s, .mask = 0x%02x, .byte = %d, .offset = %d, .count = %d }, \\\n",
arch/s390/tools/gen_opcode_table.c
330
printf("}\n\n");
arch/s390/tools/gen_opcode_table.c
339
printf("#ifndef __S390_GENERATED_DIS_DEFS_H__\n");
arch/s390/tools/gen_opcode_table.c
340
printf("#define __S390_GENERATED_DIS_DEFS_H__\n");
arch/s390/tools/gen_opcode_table.c
341
printf("/*\n");
arch/s390/tools/gen_opcode_table.c
342
printf(" * DO NOT MODIFY.\n");
arch/s390/tools/gen_opcode_table.c
343
printf(" *\n");
arch/s390/tools/gen_opcode_table.c
344
printf(" * This file was generated by %s\n", __FILE__);
arch/s390/tools/gen_opcode_table.c
345
printf(" */\n\n");
arch/s390/tools/gen_opcode_table.c
350
printf("#endif\n");
arch/s390/tools/relocs.c
343
printf(".section \".vmlinux.relocs_64\",\"a\"\n");
arch/sparc/vdso/vdso2c.c
189
printf("Usage: vdso2c RAW_INPUT STRIPPED_INPUT OUTPUT\n");
arch/sparc/vdso/vdso2c.c
83
__attribute__((format(printf, 1, 2))) __attribute__((noreturn))
arch/um/include/shared/kern.h
16
extern int printf(const char *fmt, ...);
arch/um/include/shared/os.h
268
__attribute__ ((format (printf, 1, 2)));
arch/um/include/shared/os.h
270
__attribute__ ((format (printf, 1, 2)));
arch/um/include/shared/user.h
28
__attribute__ ((format (printf, 1, 2)));
arch/um/include/shared/user.h
44
__attribute__ ((format (printf, 1, 2)));
arch/um/kernel/kmsg_dump.c
47
printf("kmsg_dump:\n");
arch/um/kernel/kmsg_dump.c
50
printf("%s", line);
arch/um/kernel/um_arch.c
147
printf("%s\n", init_utsname()->release);
arch/um/kernel/um_arch.c
188
printf(usage_string, init_utsname()->release);
arch/um/kernel/um_arch.c
192
printf("%s", *p);
arch/um/os-Linux/util.c
160
printf("%.*s", n, s);
arch/x86/boot/boot.h
297
int printf(const char *fmt, ...);
arch/x86/boot/compressed/mkpiggy.c
52
printf(".section \".rodata..compressed\",\"a\",@progbits\n");
arch/x86/boot/compressed/mkpiggy.c
53
printf(".globl z_input_len\n");
arch/x86/boot/compressed/mkpiggy.c
54
printf("z_input_len = %lu\n", ilen);
arch/x86/boot/compressed/mkpiggy.c
55
printf(".globl z_output_len\n");
arch/x86/boot/compressed/mkpiggy.c
56
printf("z_output_len = %lu\n", (unsigned long)olen);
arch/x86/boot/compressed/mkpiggy.c
58
printf(".globl input_data, input_data_end\n");
arch/x86/boot/compressed/mkpiggy.c
59
printf("input_data:\n");
arch/x86/boot/compressed/mkpiggy.c
60
printf(".incbin \"%s\"\n", argv[1]);
arch/x86/boot/compressed/mkpiggy.c
61
printf("input_data_end:\n");
arch/x86/boot/compressed/mkpiggy.c
63
printf(".section \".rodata\",\"a\",@progbits\n");
arch/x86/boot/compressed/mkpiggy.c
64
printf(".globl input_len\n");
arch/x86/boot/compressed/mkpiggy.c
65
printf("input_len:\n\t.long %lu\n", ilen);
arch/x86/boot/compressed/mkpiggy.c
66
printf(".globl output_len\n");
arch/x86/boot/compressed/mkpiggy.c
67
printf("output_len:\n\t.long %lu\n", (unsigned long)olen);
arch/x86/boot/cpu.c
51
printf("%s ", msg_strs+2);
arch/x86/boot/cpu.c
53
printf("%d:%d ", i, j);
arch/x86/boot/cpu.c
68
printf("This kernel requires an %s CPU, ",
arch/x86/boot/cpu.c
70
printf("but only detected an %s CPU.\n",
arch/x86/boot/edd.c
158
printf("Probing EDD (edd=off to disable)... ");
arch/x86/boot/edd.c
177
printf("ok\n");
arch/x86/boot/mkcpustr.c
24
printf("#include <asm/cpufeaturemasks.h>\n\n");
arch/x86/boot/mkcpustr.c
25
printf("static const char x86_cap_strs[] =\n");
arch/x86/boot/mkcpustr.c
37
printf("\t\"\\x%02x\\x%02x\"\"%s\"\n",
arch/x86/boot/mkcpustr.c
40
printf("#if REQUIRED_MASK%d & (1 << %d)\n"
arch/x86/boot/mkcpustr.c
47
printf("\t;\n");
arch/x86/boot/video.c
177
printf("%c %03X %4dx%-7s %-6s",
arch/x86/boot/video.c
334
printf("Undefined video mode number: %x\n", mode);
arch/x86/tools/relocs.c
1031
printf("%s\t%s\t%s\t%s\n",
arch/x86/tools/relocs.c
1042
printf("reloc section\treloc type\tsymbol\tsymbol section\n");
arch/x86/tools/relocs.c
564
printf("Absolute symbols\n");
arch/x86/tools/relocs.c
565
printf(" Num: Value Size Type Bind Visibility Name\n");
arch/x86/tools/relocs.c
587
printf(format,
arch/x86/tools/relocs.c
595
printf("\n");
arch/x86/tools/relocs.c
663
printf("WARNING: Absolute relocations present\n");
arch/x86/tools/relocs.c
664
printf("Offset Info Type Sym.Value Sym.Name\n");
arch/x86/tools/relocs.c
668
printf(format,
arch/x86/tools/relocs.c
678
printf("\n");
arch/x86/tools/relocs.c
990
printf(".section \".data.reloc\",\"a\"\n");
arch/x86/tools/relocs.c
991
printf(".balign 4\n");
arch/x86/tools/relocs.h
20
__attribute__((__format__(printf, 1, 2)))
arch/x86/tools/vdso2c.c
194
printf("Usage: vdso2c RAW_INPUT STRIPPED_INPUT OUTPUT\n");
arch/x86/tools/vdso2c.c
87
__attribute__((format(printf, 1, 2))) __attribute__((noreturn))
drivers/accessibility/speakup/genmap.c
146
printf("\t%d, %d, %d,\n\t", map_ver, num_keys_used, max_states);
drivers/accessibility/speakup/genmap.c
148
printf("%d, ", shift_table[i]);
drivers/accessibility/speakup/genmap.c
149
printf("%d,", flags);
drivers/accessibility/speakup/genmap.c
154
printf("\n\t%d,", lc);
drivers/accessibility/speakup/genmap.c
156
printf(" %d,", (unsigned int)kp[i]);
drivers/accessibility/speakup/genmap.c
158
printf("\n\t0, %d\n", map_ver);
drivers/accessibility/speakup/makemapdata.c
114
printf("struct st_key_init init_key_data[] = {\n");
drivers/accessibility/speakup/makemapdata.c
120
printf("\t{ \"%s\", %d, %d, },\n", this->name, this->value, this->shift);
drivers/accessibility/speakup/makemapdata.c
124
printf("\t{ \".\", 0, 0 }\n};\n");
drivers/acpi/acpica/acapps.h
55
printf ("Usage: %s\nOptions:\n", usage);
drivers/acpi/acpica/acapps.h
58
printf (description);
drivers/acpi/acpica/acapps.h
61
printf (" %-20s%s\n", name, description);
drivers/acpi/acpica/utpredef.c
245
printf(" ");
drivers/acpi/acpica/utpredef.c
248
printf("%4.4s Requires %s%u argument%s",
drivers/acpi/acpica/utpredef.c
256
printf(" (%s)", buffer);
drivers/acpi/acpica/utpredef.c
260
printf("\n ");
drivers/acpi/acpica/utpredef.c
269
printf(" Return value types: %s\n", buffer);
drivers/acpi/acpica/utpredef.c
271
printf(" No return value\n");
drivers/acpi/acpica/utpredef.c
304
printf("**** Invalid argument count (%u) "
drivers/acpi/acpica/utpredef.c
315
printf("**** Invalid argument type (%u) "
drivers/gpu/drm/radeon/mkregtable.c
150
printf("static const unsigned %s_reg_safe_bm[%d] = {\n", t->gpu_prefix,
drivers/gpu/drm/radeon/mkregtable.c
159
printf("\t");
drivers/gpu/drm/radeon/mkregtable.c
161
printf(" ");
drivers/gpu/drm/radeon/mkregtable.c
162
printf("0x%08X,", t->table[id++]);
drivers/gpu/drm/radeon/mkregtable.c
164
printf("\n");
drivers/gpu/drm/radeon/mkregtable.c
166
printf("};\n");
drivers/media/common/v4l2-tpg/v4l2-tpg-colors.c
1358
printf("/* Generated table */\n");
drivers/media/common/v4l2-tpg/v4l2-tpg-colors.c
1359
printf("const unsigned short tpg_rec709_to_linear[255 * 16 + 1] = {");
drivers/media/common/v4l2-tpg/v4l2-tpg-colors.c
1362
printf("\n\t");
drivers/media/common/v4l2-tpg/v4l2-tpg-colors.c
1363
printf("%4d,%s",
drivers/media/common/v4l2-tpg/v4l2-tpg-colors.c
1368
printf("\n};\n\n");
drivers/media/common/v4l2-tpg/v4l2-tpg-colors.c
1370
printf("/* Generated table */\n");
drivers/media/common/v4l2-tpg/v4l2-tpg-colors.c
1371
printf("const unsigned short tpg_linear_to_rec709[255 * 16 + 1] = {");
drivers/media/common/v4l2-tpg/v4l2-tpg-colors.c
1374
printf("\n\t");
drivers/media/common/v4l2-tpg/v4l2-tpg-colors.c
1375
printf("%4d,%s",
drivers/media/common/v4l2-tpg/v4l2-tpg-colors.c
1380
printf("\n};\n\n");
drivers/media/common/v4l2-tpg/v4l2-tpg-colors.c
1382
printf("/* Generated table */\n");
drivers/media/common/v4l2-tpg/v4l2-tpg-colors.c
1383
printf("const struct tpg_rbg_color16 tpg_csc_colors[V4L2_COLORSPACE_DCI_P3 + 1][V4L2_XFER_FUNC_SMPTE2084 + 1][TPG_COLOR_CSC_BLACK + 1] = {\n");
drivers/media/common/v4l2-tpg/v4l2-tpg-colors.c
1398
printf("\t[%s][%s][%d] = { %d, %d, %d },\n",
drivers/media/common/v4l2-tpg/v4l2-tpg-colors.c
1405
printf("};\n\n");
drivers/media/tuners/tda18271-priv.h
131
__attribute__((format(printf, 4, 5)))
drivers/net/fddi/skfp/h/cmtdef.h
54
do { if (flag) printf(fmt "\n", ##__VA_ARGS__); } while (0)
drivers/net/fddi/skfp/h/hwmtm.h
170
printf(fmt "\n", ##__VA_ARGS__); \
drivers/net/fddi/skfp/h/hwmtm.h
175
printf(fmt "\n", ##__VA_ARGS__); \
drivers/net/fddi/skfp/h/hwmtm.h
180
printf(fmt "\n", ##__VA_ARGS__); \
drivers/net/fddi/skfp/h/skfbi.h
858
printf("M") ;\
drivers/net/fddi/skfp/h/skfbi.h
860
printf("\tMAC %d status 0x%08lx\n",mac,st) ;\
drivers/net/fddi/skfp/h/skfbi.h
866
printf("P") ;\
drivers/net/fddi/skfp/h/skfbi.h
868
printf("\tPLC %s Int 0x%04x\n", \
drivers/net/fddi/skfp/h/skfbi.h
875
printf("T") ;\
drivers/net/fddi/skfp/h/skfbi.h
877
printf("\tTimer ISR\n") ;\
drivers/net/fddi/skfp/pcmplc.c
1953
printf("PHY %d:\tERRORS\t\t\tBREAK_REASONS\t\tSTATES:\n",np) ;
drivers/net/fddi/skfp/pcmplc.c
1954
printf("\tsoft_error: %ld \t\tPC_Start : %ld\n",
drivers/net/fddi/skfp/pcmplc.c
1956
printf("\tparity_err: %ld \t\tTPC exp. : %ld\t\tLine: %s\n",
drivers/net/fddi/skfp/pcmplc.c
1958
printf("\tebuf_error: %ld \t\tTNE exp. : %ld\n",
drivers/net/fddi/skfp/pcmplc.c
1960
printf("\tphyinvalid: %ld \t\tQLS det. : %ld\t\tPCM : %s\n",
drivers/net/fddi/skfp/pcmplc.c
1962
printf("\tviosym_ctr: %ld \t\tILS det. : %ld\n",
drivers/net/fddi/skfp/pcmplc.c
1964
printf("\tmingap_ctr: %ld \t\tHLS det. : %ld\n",
drivers/net/fddi/skfp/pcmplc.c
1966
printf("\tnodepr_err: %ld\n",plc->np_err) ;
drivers/net/fddi/skfp/pcmplc.c
1967
printf("\tTPC_exp : %ld\n",plc->tpc_exp) ;
drivers/net/fddi/skfp/pcmplc.c
1968
printf("\tLEM_err : %ld\n",smc->y[np].lem.lem_errors) ;
drivers/net/fddi/skfp/pcmplc.c
1982
printf("PHY errors BER\n") ;
drivers/net/fddi/skfp/pcmplc.c
1983
printf("----------------------\n") ;
drivers/net/fddi/skfp/pcmplc.c
1988
printf("%s\t%ld\t10E-%d\n",
drivers/net/fddi/skfp/pcmplc.c
537
printf("PL_PCM_SIGNAL is set\n") ;
drivers/net/fddi/skfp/pcmplc.c
551
printf("SIGNALING bit %d .. %d\n",phy->bitn,phy->bitn+len-1) ;
drivers/net/fddi/skfp/pmf.c
1574
printf("SMT Frame [%s]:\nDA ",text) ;
drivers/net/fddi/skfp/pmf.c
1576
printf("\tSA ") ;
drivers/net/fddi/skfp/pmf.c
1578
printf(" Class %x Type %x Version %x\n",
drivers/net/fddi/skfp/pmf.c
1580
printf("TID %x\t\tSID ", sm->smt_tid);
drivers/net/fddi/skfp/pmf.c
1582
printf(" LEN %x\n",sm->smt_len) ;
drivers/net/fddi/skfp/pmf.c
1589
printf("TYPE %x LEN %x VALUE\t",pa->p_type,pa->p_len) ;
drivers/net/fddi/skfp/pmf.c
1591
printf("TYPE %04x LEN %2x VALUE\t",pa->p_type,pa->p_len) ;
drivers/net/fddi/skfp/pmf.c
1596
printf(" BAD LENGTH\n") ;
drivers/net/fddi/skfp/pmf.c
1604
printf("\n") ;
drivers/net/fddi/skfp/pmf.c
1610
printf("\n") ;
drivers/net/fddi/skfp/pmf.c
1617
printf("\t\t\t...\n") ;
drivers/net/fddi/skfp/pmf.c
1621
printf("\t\t\t") ;
drivers/net/fddi/skfp/pmf.c
1623
printf("\n") ;
drivers/net/fddi/skfp/pmf.c
1636
printf("-------------------------------------------------\n\n") ;
drivers/net/fddi/skfp/pmf.c
1645
printf("%x%s",*p++ & 0xff,len ? ( (n & 7) ? " " : "-") : "") ;
drivers/net/fddi/skfp/pmf.c
1647
printf("%02x%s",*p++ & 0xff,len ? ( (n & 7) ? " " : "-") : "") ;
drivers/net/fddi/skfp/queue.c
157
printf("smt %d\n",deb->d_smt) ;
drivers/net/fddi/skfp/queue.c
158
printf("smtf %d\n",deb->d_smtf) ;
drivers/net/fddi/skfp/queue.c
159
printf("pcm %d\n",deb->d_pcm) ;
drivers/net/fddi/skfp/queue.c
160
printf("rmt %d\n",deb->d_rmt) ;
drivers/net/fddi/skfp/queue.c
161
printf("cfm %d\n",deb->d_cfm) ;
drivers/net/fddi/skfp/queue.c
162
printf("ecm %d\n",deb->d_ecm) ;
drivers/net/wireless/ath/ath.h
307
static inline __attribute__ ((format (printf, 3, 4)))
drivers/scsi/aic7xxx/aicasm/aicasm_macro_gram.y
92
printf("Narg == %d", macro_symbol->info.macroinfo->narg);
drivers/scsi/qla2xxx/qla_dbg.h
324
void __attribute__((format (printf, 4, 5)))
drivers/scsi/qla2xxx/qla_dbg.h
326
void __attribute__((format (printf, 4, 5)))
drivers/scsi/qla2xxx/qla_dbg.h
328
void __attribute__((format (printf, 4, 5)))
drivers/scsi/qla2xxx/qla_dbg.h
332
void __attribute__((format (printf, 4, 5)))
drivers/scsi/qla2xxx/qla_dbg.h
334
void __attribute__((format (printf, 4, 5)))
drivers/scsi/sym53c8xx_2/sym_fw.c
368
printf ("%s: ERROR0 IN SCRIPT at %d.\n",
drivers/scsi/sym53c8xx_2/sym_fw.c
384
printf ("%d: <%x>\n", (int) (cur-start),
drivers/scsi/sym53c8xx_2/sym_fw.c
411
printf ("%s: ERROR1 IN SCRIPT at %d.\n",
drivers/scsi/sym53c8xx_2/sym_hipd.c
1028
printf ("CACHE TEST FAILED: timeout.\n");
drivers/scsi/sym53c8xx_2/sym_hipd.c
1037
printf ("%s: PCI DATA PARITY ERROR DETECTED - "
drivers/scsi/sym53c8xx_2/sym_hipd.c
1045
printf ("CACHE TEST FAILED: DMA error (dstat=0x%02x).", dstat);
drivers/scsi/sym53c8xx_2/sym_hipd.c
1062
printf ("CACHE TEST FAILED: script execution failed.\n");
drivers/scsi/sym53c8xx_2/sym_hipd.c
1063
printf ("start=%08lx, pc=%08lx, end=%08lx\n",
drivers/scsi/sym53c8xx_2/sym_hipd.c
1072
printf ("CACHE TEST FAILED: host wrote %d, chip read %d.\n",
drivers/scsi/sym53c8xx_2/sym_hipd.c
1077
printf ("CACHE TEST FAILED: chip wrote %d, host read %d.\n",
drivers/scsi/sym53c8xx_2/sym_hipd.c
1082
printf ("CACHE TEST FAILED: chip wrote %d, read back %d.\n",
drivers/scsi/sym53c8xx_2/sym_hipd.c
1149
printf ("%s:%d: ERROR (%x:%x) (%x-%x-%x) (%x/%x/%x) @ (%s %x:%08x).\n",
drivers/scsi/sym53c8xx_2/sym_hipd.c
1159
printf ("%s: script cmd = %08x\n", sym_name(np),
drivers/scsi/sym53c8xx_2/sym_hipd.c
1163
printf("%s: regdump:", sym_name(np));
drivers/scsi/sym53c8xx_2/sym_hipd.c
1165
printf(" %02x", (unsigned)INB_OFF(np, i));
drivers/scsi/sym53c8xx_2/sym_hipd.c
1166
printf(".\n");
drivers/scsi/sym53c8xx_2/sym_hipd.c
1606
printf ("%s: bad DSA (%x) in done queue.\n",
drivers/scsi/sym53c8xx_2/sym_hipd.c
161
printf("%s: unable to abort current chip operation, "
drivers/scsi/sym53c8xx_2/sym_hipd.c
1904
printf("%s: Downloading SCSI SCRIPTS.\n", sym_name(np));
drivers/scsi/sym53c8xx_2/sym_hipd.c
1945
printf("XXXX sval=%x wval=%x uval=%x (%x)\n",
drivers/scsi/sym53c8xx_2/sym_hipd.c
214
printf("%s: suspicious SCSI data while resetting the BUS.\n",
drivers/scsi/sym53c8xx_2/sym_hipd.c
216
printf("%s: %sdp0,d7-0,rst,req,ack,bsy,sel,atn,msg,c/d,i/o = "
drivers/scsi/sym53c8xx_2/sym_hipd.c
2228
if (DEBUG_FLAGS & DEBUG_TINY) printf ("T");
drivers/scsi/sym53c8xx_2/sym_hipd.c
2241
printf ("%s: unexpected disconnect\n", sym_name(np));
drivers/scsi/sym53c8xx_2/sym_hipd.c
2263
printf("%s: SCSI BUS mode change from %s to %s.\n", sym_name(np),
drivers/scsi/sym53c8xx_2/sym_hipd.c
2309
printf("%s: SCSI parity error detected: SCR1=%d DBC=%x SBCL=%x\n",
drivers/scsi/sym53c8xx_2/sym_hipd.c
243
printf ("%s: enabling clock multiplier\n", sym_name(np));
drivers/scsi/sym53c8xx_2/sym_hipd.c
2475
printf ("P%x%x RL=%d D=%d ", cmd&7, INB(np, nc_sbcl)&7,
drivers/scsi/sym53c8xx_2/sym_hipd.c
2499
printf ("\nCP=%p DSP=%x NXT=%x VDSP=%p CMD=%x ",
drivers/scsi/sym53c8xx_2/sym_hipd.c
2504
printf ("%s: interrupted SCRIPT address not found.\n",
drivers/scsi/sym53c8xx_2/sym_hipd.c
2510
printf ("%s: SCSI phase error fixup: CCB already dequeued.\n",
drivers/scsi/sym53c8xx_2/sym_hipd.c
2530
printf ("OCMD=%x\nTBLP=%p OLEN=%x OADR=%x\n",
drivers/scsi/sym53c8xx_2/sym_hipd.c
255
printf("%s: the chip cannot lock the frequency\n",
drivers/scsi/sym53c8xx_2/sym_hipd.c
2823
if (DEBUG_FLAGS & DEBUG_TINY) printf ("F ");
drivers/scsi/sym53c8xx_2/sym_hipd.c
2865
printf ("<%d|%x:%x|%x:%x>",
drivers/scsi/sym53c8xx_2/sym_hipd.c
2913
printf("%s: SCSI BUS reset detected.\n", sym_name(np));
drivers/scsi/sym53c8xx_2/sym_hipd.c
2950
printf( "%s: unknown interrupt(s) ignored, "
drivers/scsi/sym53c8xx_2/sym_hipd.c
3223
printf("XXXX TASK @%p CLEARED\n", cp);
drivers/scsi/sym53c8xx_2/sym_hipd.c
355
printf ("%s: Delay (GEN=%d): %u msec, %u KHz\n",
drivers/scsi/sym53c8xx_2/sym_hipd.c
389
printf ("%s: clock multiplier found\n", sym_name(np));
drivers/scsi/sym53c8xx_2/sym_hipd.c
403
printf ("%s: chip clock is %uKHz\n", sym_name(np), f1);
drivers/scsi/sym53c8xx_2/sym_hipd.c
411
printf ("%s: clock multiplier assumed\n",
drivers/scsi/sym53c8xx_2/sym_hipd.c
4380
if (DEBUG_FLAGS & DEBUG_TINY) printf ("I#%d", num);
drivers/scsi/sym53c8xx_2/sym_hipd.c
5403
printf("XXXX RESID= %d - 0x%x\n", resid, resid);
drivers/scsi/sym53c8xx_2/sym_hipd.c
5531
printf("XXXX RESID= %d - 0x%x\n", resid, resid);
drivers/scsi/sym53c8xx_2/sym_hipd.c
56
printf (" %x", *p++);
drivers/scsi/sym53c8xx_2/sym_hipd.c
5619
printf("%s: PCI BUS clock seems too high: %u KHz.\n",
drivers/scsi/sym53c8xx_2/sym_hipd.c
57
printf (".\n");
drivers/scsi/sym53c8xx_2/sym_hipd.c
5784
printf("%s: CACHE INCORRECTLY CONFIGURED.\n", sym_name(np));
drivers/scsi/sym53c8xx_2/sym_hipd.c
65
printf("\n");
drivers/scsi/sym53c8xx_2/sym_hipd.c
74
printf("\n");
drivers/scsi/sym53c8xx_2/sym_hipd.c
918
printf("%s: %s, ID %d, Fast-%d, %s, %s\n", sym_name(np),
drivers/scsi/sym53c8xx_2/sym_hipd.c
929
printf("%s: %s IRQ line driver%s\n",
drivers/scsi/sym53c8xx_2/sym_hipd.c
933
printf("%s: using %s firmware.\n", sym_name(np), np->fw_name);
drivers/scsi/sym53c8xx_2/sym_hipd.c
935
printf("%s: handling phase mismatch from SCRIPTS.\n",
drivers/scsi/sym53c8xx_2/sym_hipd.c
942
printf ("%s: initial SCNTL3/DMODE/DCNTL/CTEST3/4/5 = "
drivers/scsi/sym53c8xx_2/sym_hipd.c
947
printf ("%s: final SCNTL3/DMODE/DCNTL/CTEST3/4/5 = "
drivers/scsi/sym53c8xx_2/sym_hipd.c
978
printf ("CACHE TEST FAILED: reg dstat-sstat2 readback %x.\n",
drivers/scsi/sym53c8xx_2/sym_malloc.c
102
printf("___sym_mfree(%p, %d)\n", ptr, size);
drivers/scsi/sym53c8xx_2/sym_malloc.c
152
printf ("new %-10s[%4d] @%p.\n", name, size, p);
drivers/scsi/sym53c8xx_2/sym_malloc.c
158
printf ("__sym_calloc2: failed to allocate %s[%d]\n", name, size);
drivers/scsi/sym53c8xx_2/sym_malloc.c
169
printf ("freeing %-10s[%4d] @%p.\n", name, size, ptr);
drivers/scsi/sym53c8xx_2/sym_malloc.c
85
printf("___sym_malloc(%d) = %p\n", size, (void *) a);
drivers/scsi/sym53c8xx_2/sym_nvram.c
148
printf("%s: HOST ID=%d%s%s%s%s%s%s\n",
drivers/scsi/sym53c8xx_2/sym_nvram.c
160
printf("%s-%d:%s%s%s%s WIDTH=%d SYNC=%d TMO=%d\n",
drivers/scsi/sym53c8xx_2/sym_nvram.c
192
printf("%s: HOST ID=%d%s%s%s%s%s%s%s%s%s BOOT DELAY=%d tags=%d\n",
drivers/scsi/sym53c8xx_2/sym_nvram.c
210
printf("%s-%d:%s%s%s%s%s%s PERIOD=%d\n",
drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
180
printf("j: %d\ti:%d\n", j, i);
drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
181
printf("offset: %d\n", s.in_addr_offset);
drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
182
printf("p0_x: %d\n", s.p0_x);
drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
183
printf("p0_y: %d\n", s.p0_y);
drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
184
printf("p1_x: %d\n", s.p1_x);
drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
185
printf("p1_y: %d\n", s.p1_y);
drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
186
printf("p2_x: %d\n", s.p2_x);
drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
187
printf("p2_y: %d\n", s.p2_y);
drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
188
printf("p3_x: %d\n", s.p3_x);
drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
189
printf("p3_y: %d\n", s.p3_y);
drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
191
printf("p0_x_nofrac[0]: %d\n", s.p0_x >> DVS_COORD_FRAC_BITS);
drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
192
printf("p0_y_nofrac[1]: %d\n", s.p0_y >> DVS_COORD_FRAC_BITS);
drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
193
printf("p1_x_nofrac[2]: %d\n", s.p1_x >> DVS_COORD_FRAC_BITS);
drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
194
printf("p1_y_nofrac[3]: %d\n", s.p1_y >> DVS_COORD_FRAC_BITS);
drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
195
printf("p2_x_nofrac[0]: %d\n", s.p2_x >> DVS_COORD_FRAC_BITS);
drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
196
printf("p2_y_nofrac[1]: %d\n", s.p2_y >> DVS_COORD_FRAC_BITS);
drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
197
printf("p3_x_nofrac[2]: %d\n", s.p3_x >> DVS_COORD_FRAC_BITS);
drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
198
printf("p3_y_nofrac[3]: %d\n", s.p3_y >> DVS_COORD_FRAC_BITS);
drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
199
printf("\n");
drivers/tty/vt/conmakehash.c
245
printf("\
drivers/tty/vt/conmakehash.c
257
printf("%3d", unicount[i]);
drivers/tty/vt/conmakehash.c
259
printf("\n};\n");
drivers/tty/vt/conmakehash.c
261
printf(",\n\t");
drivers/tty/vt/conmakehash.c
263
printf(", ");
drivers/tty/vt/conmakehash.c
266
printf("\nu16 dfont_unitable[%d] = \n{\n\t", nuni);
drivers/tty/vt/conmakehash.c
277
printf("0x%04x", unitable[fp0][nent++]);
drivers/tty/vt/conmakehash.c
279
printf("\n};\n");
drivers/tty/vt/conmakehash.c
281
printf(",\n\t");
drivers/tty/vt/conmakehash.c
283
printf(", ");
drivers/video/logo/pnmtologo.c
74
__attribute__((noreturn)) __attribute((format (printf, 1, 2)));
fs/bfs/dir.c
183
printf("unlinking non-existent file %s:%lu (nlink=%d)\n",
fs/bfs/dir.c
19
#define dprintf(x...) printf(x)
fs/bfs/dir.c
38
printf("Bad f_pos=%08lx for %s:%08lx\n",
fs/bfs/file.c
21
#define dprintf(x...) printf(x)
fs/bfs/inode.c
117
printf("Bad inode number %s:%08x\n", sb->s_id, ino);
fs/bfs/inode.c
125
printf("Unable to read inode %s:%08x\n", sb->s_id, ino);
fs/bfs/inode.c
30
#define dprintf(x...) printf(x)
fs/bfs/inode.c
321
printf("%s: lasti=%08lx <%s>\n", prefix, BFS_SB(s)->si_lasti, tmpbuf);
fs/bfs/inode.c
353
printf("No BFS filesystem on %s (magic=%08x)\n", s->s_id, le32_to_cpu(bfs_sb->s_magic));
fs/bfs/inode.c
357
printf("%s is unclean, continuing\n", s->s_id);
fs/bfs/inode.c
363
printf("Superblock is corrupted on %s\n", s->s_id);
fs/bfs/inode.c
369
printf("NOTE: filesystem %s was created with 512 inodes, the real maximum is 511, mounting anyway\n", s->s_id);
fs/bfs/inode.c
371
printf("Impossible last inode number %lu > %d on %s\n", info->si_lasti, BFS_MAX_LASTI, s->s_id);
fs/bfs/inode.c
397
printf("Last block not available on %s: %lu\n", s->s_id, info->si_blocks - 1);
fs/bfs/inode.c
433
printf("Inode 0x%08x corrupted on %s\n", i, s->s_id);
fs/bfs/inode.c
49
printf("Bad inode number %s:%08lx\n", inode->i_sb->s_id, ino);
fs/bfs/inode.c
56
printf("Unable to read inode %s:%08lx\n", inode->i_sb->s_id,
fs/bfs/inode.c
88
printf("Unknown vtype=%u %s:%08lx\n",
fs/hostfs/hostfs_kern.c
76
else printf("hostfs_args - unsupported option - %s\n",
fs/unicode/mkutf8data.c
1018
printf("Final index %d\n", index);
fs/unicode/mkutf8data.c
1070
printf("Sizing %s_%x\n", tree->type, tree->maxage);
fs/unicode/mkutf8data.c
1178
printf("Found %d changes\n", changed);
fs/unicode/mkutf8data.c
1208
printf("Emitting %s_%x\n", tree->type, tree->maxage);
fs/unicode/mkutf8data.c
1313
printf("Emitted %d (%d) leaves",
fs/unicode/mkutf8data.c
1315
printf(" %d (%d+%d+%d+%d) nodes",
fs/unicode/mkutf8data.c
1318
printf(" %d total\n", index - tree->index);
fs/unicode/mkutf8data.c
1419
printf("%*sleaf @ %p code %X ccc %d gen %d", indent, "", leaf,
fs/unicode/mkutf8data.c
1423
printf(" nfdi \"%s\"", "HANGUL SYLLABLE");
fs/unicode/mkutf8data.c
1425
printf(" nfdi \"%s\"", (const char*)leaf->utf8nfdi);
fs/unicode/mkutf8data.c
1427
printf("\n");
fs/unicode/mkutf8data.c
1434
printf("%*sleaf @ %p code %X ccc %d gen %d", indent, "", leaf,
fs/unicode/mkutf8data.c
1438
printf(" nfdicf \"%s\"", (const char*)leaf->utf8nfdicf);
fs/unicode/mkutf8data.c
1440
printf(" nfdi \"%s\"", "HANGUL SYLLABLE");
fs/unicode/mkutf8data.c
1442
printf(" nfdi \"%s\"", (const char*)leaf->utf8nfdi);
fs/unicode/mkutf8data.c
1443
printf("\n");
fs/unicode/mkutf8data.c
1692
printf("Populating %s_%x\n",
fs/unicode/mkutf8data.c
1733
printf("%s_%x idx %d\n",
fs/unicode/mkutf8data.c
1756
printf("Verifying %s_%x\n", tree->type, tree->maxage);
fs/unicode/mkutf8data.c
1808
printf("%X code %X gen %d ccc %d"
fs/unicode/mkutf8data.c
1814
printf(" gen %d ccc %d"
fs/unicode/mkutf8data.c
1821
printf("\n");
fs/unicode/mkutf8data.c
1838
printf("Usage: %s [options]\n", argv0);
fs/unicode/mkutf8data.c
1839
printf("\n");
fs/unicode/mkutf8data.c
1840
printf("This program creates an a data trie used for parsing and\n");
fs/unicode/mkutf8data.c
1841
printf("normalization of UTF-8 strings. The trie is derived from\n");
fs/unicode/mkutf8data.c
1842
printf("a set of input files from the Unicode character database\n");
fs/unicode/mkutf8data.c
1843
printf("found at: http://www.unicode.org/Public/UCD/latest/ucd/\n");
fs/unicode/mkutf8data.c
1844
printf("\n");
fs/unicode/mkutf8data.c
1845
printf("The generated tree supports two normalization forms:\n");
fs/unicode/mkutf8data.c
1846
printf("\n");
fs/unicode/mkutf8data.c
1847
printf("\tnfdi:\n");
fs/unicode/mkutf8data.c
1848
printf("\t- Apply unicode normalization form NFD.\n");
fs/unicode/mkutf8data.c
1849
printf("\t- Remove any Default_Ignorable_Code_Point.\n");
fs/unicode/mkutf8data.c
1850
printf("\n");
fs/unicode/mkutf8data.c
1851
printf("\tnfdicf:\n");
fs/unicode/mkutf8data.c
1852
printf("\t- Apply unicode normalization form NFD.\n");
fs/unicode/mkutf8data.c
1853
printf("\t- Remove any Default_Ignorable_Code_Point.\n");
fs/unicode/mkutf8data.c
1854
printf("\t- Apply a full casefold (C + F).\n");
fs/unicode/mkutf8data.c
1855
printf("\n");
fs/unicode/mkutf8data.c
1856
printf("These forms were chosen as being most useful when dealing\n");
fs/unicode/mkutf8data.c
1857
printf("with file names: NFD catches most cases where characters\n");
fs/unicode/mkutf8data.c
1858
printf("should be considered equivalent. The ignorables are mostly\n");
fs/unicode/mkutf8data.c
1859
printf("invisible, making names hard to type.\n");
fs/unicode/mkutf8data.c
1860
printf("\n");
fs/unicode/mkutf8data.c
1861
printf("The options to specify the files to be used are listed\n");
fs/unicode/mkutf8data.c
1862
printf("below with their default values, which are the names used\n");
fs/unicode/mkutf8data.c
1863
printf("by version 11.0.0 of the Unicode Character Database.\n");
fs/unicode/mkutf8data.c
1864
printf("\n");
fs/unicode/mkutf8data.c
1865
printf("The input files:\n");
fs/unicode/mkutf8data.c
1866
printf("\t-a %s\n", AGE_NAME);
fs/unicode/mkutf8data.c
1867
printf("\t-c %s\n", CCC_NAME);
fs/unicode/mkutf8data.c
1868
printf("\t-p %s\n", PROP_NAME);
fs/unicode/mkutf8data.c
1869
printf("\t-d %s\n", DATA_NAME);
fs/unicode/mkutf8data.c
1870
printf("\t-f %s\n", FOLD_NAME);
fs/unicode/mkutf8data.c
1871
printf("\t-n %s\n", NORM_NAME);
fs/unicode/mkutf8data.c
1872
printf("\n");
fs/unicode/mkutf8data.c
1873
printf("Additionally, the generated tables are tested using:\n");
fs/unicode/mkutf8data.c
1874
printf("\t-t %s\n", TEST_NAME);
fs/unicode/mkutf8data.c
1875
printf("\n");
fs/unicode/mkutf8data.c
1876
printf("Finally, the output file:\n");
fs/unicode/mkutf8data.c
1877
printf("\t-o %s\n", UTF8_NAME);
fs/unicode/mkutf8data.c
1878
printf("\n");
fs/unicode/mkutf8data.c
1889
printf("Error %d opening %s: %s\n", error, name, strerror(error));
fs/unicode/mkutf8data.c
1895
printf("Error parsing %s\n", filename);
fs/unicode/mkutf8data.c
1901
printf("Error parsing %s:%s\n", filename, line);
fs/unicode/mkutf8data.c
1912
printf(" %X", utf32str[i]);
fs/unicode/mkutf8data.c
1917
printf(" %X ->", unichar);
fs/unicode/mkutf8data.c
1919
printf("\n");
fs/unicode/mkutf8data.c
1924
printf(" %X ->", unichar);
fs/unicode/mkutf8data.c
1926
printf("\n");
fs/unicode/mkutf8data.c
1945
printf("Parsing %s\n", age_name);
fs/unicode/mkutf8data.c
1959
printf(" Age V%d_%d_%d\n",
fs/unicode/mkutf8data.c
1969
printf(" Age V%d_%d\n", major, minor);
fs/unicode/mkutf8data.c
1978
printf("%d age entries\n", ages_count);
fs/unicode/mkutf8data.c
1998
printf(" Age V%d_%d_%d = gen %d\n",
fs/unicode/mkutf8data.c
2008
printf(" Age V%d_%d = %d\n",
fs/unicode/mkutf8data.c
2021
printf(" %X..%X gen %d\n", first, last, gen);
fs/unicode/mkutf8data.c
2031
printf(" %X gen %d\n", unichar, gen);
fs/unicode/mkutf8data.c
2042
printf(" Removing surrogate block D800..DFFF\n");
fs/unicode/mkutf8data.c
2047
printf("Found %d entries\n", count);
fs/unicode/mkutf8data.c
2063
printf("Parsing %s\n", ccc_name);
fs/unicode/mkutf8data.c
2078
printf(" %X..%X ccc %d\n", first, last, value);
fs/unicode/mkutf8data.c
2088
printf(" %X ccc %d\n", unichar, value);
fs/unicode/mkutf8data.c
2097
printf("Found %d entries\n", count);
fs/unicode/mkutf8data.c
2129
printf("Parsing %s\n", data_name);
fs/unicode/mkutf8data.c
2172
printf("Found %d entries\n", count);
fs/unicode/mkutf8data.c
2190
printf("Parsing %s\n", fold_name);
fs/unicode/mkutf8data.c
2228
printf("Found %d entries\n", count);
fs/unicode/mkutf8data.c
2244
printf("Parsing %s\n", prop_name);
fs/unicode/mkutf8data.c
2269
printf(" %X..%X Default_Ignorable_Code_Point\n",
fs/unicode/mkutf8data.c
2288
printf(" %X Default_Ignorable_Code_Point\n",
fs/unicode/mkutf8data.c
2297
printf("Found %d entries\n", count);
fs/unicode/mkutf8data.c
2318
printf("Parsing %s\n", norm_name);
fs/unicode/mkutf8data.c
2367
printf(" %X -> %s -> %s V%d_%d_%d\n",
fs/unicode/mkutf8data.c
2374
printf("Found %d entries\n", count);
fs/unicode/mkutf8data.c
2445
printf("Decomposing hangul\n");
fs/unicode/mkutf8data.c
2486
printf("Created %d entries\n", count);
fs/unicode/mkutf8data.c
2501
printf("Decomposing nfdi\n");
fs/unicode/mkutf8data.c
2541
printf("Processed %d entries\n", count);
fs/unicode/mkutf8data.c
2556
printf("Decomposing nfdicf\n");
fs/unicode/mkutf8data.c
2589
printf("Processed %d entries\n", count);
fs/unicode/mkutf8data.c
300
printf("%#x: illegal val\n", val);
fs/unicode/mkutf8data.c
3225
printf("Parsing %s\n", test_name);
fs/unicode/mkutf8data.c
3259
printf("Line %s -> %s", buf0, buf1);
fs/unicode/mkutf8data.c
3261
printf(" (ignorables removed)");
fs/unicode/mkutf8data.c
3262
printf(" failure\n");
fs/unicode/mkutf8data.c
3268
printf("Ran %d tests with %d failures\n", tests, failures);
fs/unicode/mkutf8data.c
3284
printf("Writing %s\n", utf8_name);
fs/unicode/mkutf8data.c
428
printf("%s_%x root %p\n", tree->type, tree->maxage, tree->root);
fs/unicode/mkutf8data.c
438
printf("%*snode @ %p bitnum %d nextbyte %d"
fs/unicode/mkutf8data.c
485
printf("nodes %d leaves %d singletons %d\n",
fs/unicode/mkutf8data.c
668
printf("Pruning %s_%x\n", tree->type, tree->maxage);
fs/unicode/mkutf8data.c
808
printf("Pruned %d nodes\n", count);
fs/unicode/mkutf8data.c
826
printf("Marking %s_%x\n", tree->type, tree->maxage);
fs/unicode/mkutf8data.c
934
printf("Marked %d nodes\n", marked);
fs/unicode/mkutf8data.c
959
printf("Indexing %s_%x: %d\n", tree->type, tree->maxage, index);
include/linux/compiler_attributes.h
158
#define __printf(a, b) __attribute__((__format__(printf, a, b)))
include/linux/fs_context.h
191
extern __attribute__((format(printf, 4, 5)))
include/linux/raid/pq.h
175
# define printk printf
lib/crc/gen_crc32table.c
64
printf("\t0x%08x, 0x%08x, 0x%08x, 0x%08x,\n",
lib/crc/gen_crc32table.c
71
printf("/* this file is generated - do not edit */\n\n");
lib/crc/gen_crc32table.c
74
printf("static const u32 ____cacheline_aligned crc32table_le[256] = {\n");
lib/crc/gen_crc32table.c
76
printf("};\n");
lib/crc/gen_crc32table.c
79
printf("static const u32 ____cacheline_aligned crc32table_be[256] = {\n");
lib/crc/gen_crc32table.c
81
printf("};\n");
lib/crc/gen_crc32table.c
84
printf("static const u32 ____cacheline_aligned crc32ctable_le[256] = {\n");
lib/crc/gen_crc32table.c
86
printf("};\n");
lib/crc/gen_crc64table.c
61
printf("\t0x%016" PRIx64 "ULL", table[i]);
lib/crc/gen_crc64table.c
63
printf(",\n");
lib/crc/gen_crc64table.c
65
printf(", ");
lib/crc/gen_crc64table.c
67
printf("};\n");
lib/crc/gen_crc64table.c
72
printf("/* this file is generated - do not edit */\n\n");
lib/crc/gen_crc64table.c
73
printf("#include <linux/types.h>\n");
lib/crc/gen_crc64table.c
74
printf("#include <linux/cache.h>\n\n");
lib/crc/gen_crc64table.c
75
printf("static const u64 ____cacheline_aligned crc64table[256] = {\n");
lib/crc/gen_crc64table.c
78
printf("\nstatic const u64 ____cacheline_aligned crc64nvmetable[256] = {\n");
lib/raid6/mktables.c
101
printf("\t},\n");
lib/raid6/mktables.c
103
printf("};\n");
lib/raid6/mktables.c
104
printf("#ifdef __KERNEL__\n");
lib/raid6/mktables.c
105
printf("EXPORT_SYMBOL(raid6_vgfmul);\n");
lib/raid6/mktables.c
106
printf("#endif\n");
lib/raid6/mktables.c
110
printf("\nconst u8 __attribute__((aligned(256)))\n"
lib/raid6/mktables.c
113
printf("\t");
lib/raid6/mktables.c
116
printf("0x%02x,%c", v, (j == 7) ? '\n' : ' ');
lib/raid6/mktables.c
122
printf("};\n");
lib/raid6/mktables.c
123
printf("#ifdef __KERNEL__\n");
lib/raid6/mktables.c
124
printf("EXPORT_SYMBOL(raid6_gfexp);\n");
lib/raid6/mktables.c
125
printf("#endif\n");
lib/raid6/mktables.c
128
printf("\nconst u8 __attribute__((aligned(256)))\n"
lib/raid6/mktables.c
131
printf("\t");
lib/raid6/mktables.c
139
printf("0x%02x,%c", v, (j == 7) ? '\n' : ' ');
lib/raid6/mktables.c
142
printf("};\n");
lib/raid6/mktables.c
143
printf("#ifdef __KERNEL__\n");
lib/raid6/mktables.c
144
printf("EXPORT_SYMBOL(raid6_gflog);\n");
lib/raid6/mktables.c
145
printf("#endif\n");
lib/raid6/mktables.c
148
printf("\nconst u8 __attribute__((aligned(256)))\n"
lib/raid6/mktables.c
151
printf("\t");
lib/raid6/mktables.c
154
printf("0x%02x,%c", v, (j == 7) ? '\n' : ' ');
lib/raid6/mktables.c
157
printf("};\n");
lib/raid6/mktables.c
158
printf("#ifdef __KERNEL__\n");
lib/raid6/mktables.c
159
printf("EXPORT_SYMBOL(raid6_gfinv);\n");
lib/raid6/mktables.c
160
printf("#endif\n");
lib/raid6/mktables.c
163
printf("\nconst u8 __attribute__((aligned(256)))\n"
lib/raid6/mktables.c
166
printf("\t");
lib/raid6/mktables.c
168
printf("0x%02x,%c", invtbl[exptbl[i + j] ^ 1],
lib/raid6/mktables.c
171
printf("};\n");
lib/raid6/mktables.c
172
printf("#ifdef __KERNEL__\n");
lib/raid6/mktables.c
173
printf("EXPORT_SYMBOL(raid6_gfexi);\n");
lib/raid6/mktables.c
174
printf("#endif\n");
lib/raid6/mktables.c
59
printf("#ifdef __KERNEL__\n");
lib/raid6/mktables.c
60
printf("#include <linux/export.h>\n");
lib/raid6/mktables.c
61
printf("#endif\n");
lib/raid6/mktables.c
62
printf("#include <linux/raid/pq.h>\n");
lib/raid6/mktables.c
65
printf("\nconst u8 __attribute__((aligned(256)))\n"
lib/raid6/mktables.c
69
printf("\t{\n");
lib/raid6/mktables.c
71
printf("\t\t");
lib/raid6/mktables.c
73
printf("0x%02x,%c", gfmul(i, j + k),
lib/raid6/mktables.c
76
printf("\t},\n");
lib/raid6/mktables.c
78
printf("};\n");
lib/raid6/mktables.c
79
printf("#ifdef __KERNEL__\n");
lib/raid6/mktables.c
80
printf("EXPORT_SYMBOL(raid6_gfmul);\n");
lib/raid6/mktables.c
81
printf("#endif\n");
lib/raid6/mktables.c
84
printf("\nconst u8 __attribute__((aligned(256)))\n"
lib/raid6/mktables.c
88
printf("\t{\n");
lib/raid6/mktables.c
90
printf("\t\t");
lib/raid6/mktables.c
92
printf("0x%02x,%c", gfmul(i, j + k),
lib/raid6/mktables.c
96
printf("\t\t");
lib/raid6/mktables.c
98
printf("0x%02x,%c", gfmul(i, (j + k) << 4),
lib/raid6/test/test.c
103
printf("using recovery %s\n", (*ra)->name);
lib/raid6/test/test.c
141
printf("\n");
lib/raid6/test/test.c
144
printf("\n");
lib/raid6/test/test.c
149
printf("\n*** ERRORS FOUND ***\n");
lib/raid6/test/test.c
72
printf("algo=%-8s faila=%3d(%c) failb=%3d(%c) %s\n",
net/netfilter/nf_conntrack_h323_asn1.c
28
#define PRINT printf
samples/acrn/vm-sample.c
102
printf("Start VM! [%d]\n", ret);
samples/acrn/vm-sample.c
118
printf("Guest VM %s PIO[%x] with size[%x]\n", in ? "read" : "write", port, bytes);
samples/acrn/vm-sample.c
128
printf("Destroy VM! [%d]\n", ret);
samples/acrn/vm-sample.c
58
printf("Not enough memory!\n");
samples/acrn/vm-sample.c
65
printf("Created VM! [%d]\n", ret);
samples/acrn/vm-sample.c
76
printf("Set up VM memory! [%d]\n", ret);
samples/acrn/vm-sample.c
94
printf("Set up VM BSP registers! [%d]\n", ret);
samples/acrn/vm-sample.c
98
printf("Created IO request client! [%d]\n", ret);
samples/auxdisplay/cfag12864b-example.c
194
printf("Example %i/%i - ", n, EXAMPLES);
samples/auxdisplay/cfag12864b-example.c
198
printf("Draw points setting bits");
samples/auxdisplay/cfag12864b-example.c
206
printf("Clear the LCD");
samples/auxdisplay/cfag12864b-example.c
211
printf("Draw rows formatting a [128*64] matrix");
samples/auxdisplay/cfag12864b-example.c
220
printf("Fill the lcd");
samples/auxdisplay/cfag12864b-example.c
225
printf("Draw columns unsetting bits");
samples/auxdisplay/cfag12864b-example.c
232
printf("Do negative not-ing all bits");
samples/auxdisplay/cfag12864b-example.c
247
printf(
samples/auxdisplay/cfag12864b-example.c
254
printf("Can't init %s fbdev\n", argv[1]);
samples/binderfs/binderfs_example.c
70
printf("Allocated new binder device with major %d, minor %d, and name %s\n",
samples/bpf/cookie_uid_helper_example.c
179
printf("file path too long: %s\n", file);
samples/bpf/cookie_uid_helper_example.c
186
printf("error constructing iptables command\n");
samples/bpf/cookie_uid_helper_example.c
191
printf("iptables rule update failed: %d/n", WEXITSTATUS(ret));
samples/bpf/cookie_uid_helper_example.c
210
printf("cookie: %u, uid: 0x%x, Packet Count: %lu,"
samples/bpf/cookie_uid_helper_example.c
244
printf("get cookie failed: %s\n", strerror(errno));
samples/bpf/cookie_uid_helper_example.c
263
printf("Message received: %c\n", buf);
samples/bpf/cookie_uid_helper_example.c
268
printf("cookie: %lu, uid: 0x%x, Packet Count: %lu,"
samples/bpf/cookie_uid_helper_example.c
278
printf("Usage: ./run_cookie_uid_helper_example.sh"
samples/bpf/cookie_uid_helper_example.c
308
printf("unknown option %c\n", opt);
samples/bpf/cookie_uid_helper_example.c
323
printf("\n");
samples/bpf/cpustat_user.c
159
printf("failed to open scaling_max_freq, errno=%d\n", errno);
samples/bpf/cpustat_user.c
165
printf("failed to open scaling_max_freq, errno=%d\n", errno);
samples/bpf/cpustat_user.c
171
printf("failed to open scaling_max_freq, errno=%d\n", errno);
samples/bpf/cpustat_user.c
206
printf("finding a prog in obj file failed\n");
samples/bpf/cpustat_user.c
46
printf("\033[2J");
samples/bpf/cpustat_user.c
49
printf("\nCPU states statistics:\n");
samples/bpf/cpustat_user.c
50
printf("%-10s ", "state(ms)");
samples/bpf/cpustat_user.c
54
printf("%-11s ", state_str);
samples/bpf/cpustat_user.c
59
printf("%-11s ", state_str);
samples/bpf/cpustat_user.c
62
printf("\n");
samples/bpf/cpustat_user.c
67
printf("CPU-%-6d ", j);
samples/bpf/cpustat_user.c
69
printf("%-11lu ", data->cstate[i] / 1000000);
samples/bpf/cpustat_user.c
72
printf("%-11lu ", data->pstate[i] / 1000000);
samples/bpf/cpustat_user.c
74
printf("\n");
samples/bpf/fds_example.c
104
printf("bpf: fd:%d l->(%u):%u ret:(%d,%s)\n", fd, key, value,
samples/bpf/fds_example.c
118
printf("bpf: prog fd:%d (%s)\n", fd, strerror(errno));
samples/bpf/fds_example.c
122
printf("bpf: pin ret:(%d,%s)\n", ret, strerror(errno));
samples/bpf/fds_example.c
126
printf("bpf: get fd:%d (%s)\n", fd, strerror(errno));
samples/bpf/fds_example.c
134
printf("bpf: sock:%d <- fd:%d attached ret:(%d,%s)\n", sock, fd,
samples/bpf/fds_example.c
38
printf("Usage: fds_example [...]\n");
samples/bpf/fds_example.c
39
printf(" -F <file> File to pin/get object\n");
samples/bpf/fds_example.c
40
printf(" -P |- pin object\n");
samples/bpf/fds_example.c
41
printf(" -G `- get object\n");
samples/bpf/fds_example.c
42
printf(" -m eBPF map mode\n");
samples/bpf/fds_example.c
43
printf(" -k <key> |- map key\n");
samples/bpf/fds_example.c
44
printf(" -v <value> `- map value\n");
samples/bpf/fds_example.c
45
printf(" -p eBPF prog mode\n");
samples/bpf/fds_example.c
46
printf(" -o <object> `- object file\n");
samples/bpf/fds_example.c
47
printf(" -h Display this help.\n");
samples/bpf/fds_example.c
85
printf("bpf: map fd:%d (%s)\n", fd, strerror(errno));
samples/bpf/fds_example.c
89
printf("bpf: pin ret:(%d,%s)\n", ret, strerror(errno));
samples/bpf/fds_example.c
93
printf("bpf: get fd:%d (%s)\n", fd, strerror(errno));
samples/bpf/fds_example.c
99
printf("bpf: fd:%d u->(%u:%u) ret:(%d,%s)\n", fd, key, value,
samples/bpf/hbm.c
113
printf("ERROR: %s, errno: %d\n", msg, errno);
samples/bpf/hbm.c
115
printf("ERROR: %s\n", msg);
samples/bpf/hbm.c
126
printf("ERROR: opening BPF object file failed\n");
samples/bpf/hbm.c
132
printf("ERROR: loading BPF object file failed\n");
samples/bpf/hbm.c
144
printf("ERROR: finding a prog in obj file failed\n");
samples/bpf/hbm.c
150
printf("ERROR: finding a map in obj file failed\n");
samples/bpf/hbm.c
176
printf("ERROR: setting cgroup environment\n");
samples/bpf/hbm.c
181
printf("ERROR: create_and_get_cgroup\n");
samples/bpf/hbm.c
185
printf("ERROR: join_cgroup\n");
samples/bpf/hbm.c
194
printf("ERROR: Could not update map element\n");
samples/bpf/hbm.c
210
printf("ERROR: bpf_link__pin failed: %d\n", rc);
samples/bpf/hbm.c
251
printf(" new_eth_tx_bytes:%llu\n",
samples/bpf/hbm.c
258
printf("%5d - eth_rate:%.1fGbps cg_rate:%.3fGbps",
samples/bpf/hbm.c
274
printf(" rate:%.3fGbps",
samples/bpf/hbm.c
279
printf(" rdiff:%d", rate_diff100);
samples/bpf/hbm.c
285
printf(" INC\n");
samples/bpf/hbm.c
287
printf("\n");
samples/bpf/hbm.c
294
printf(" DEC\n");
samples/bpf/hbm.c
425
printf("This program loads a cgroup skb BPF program to enforce\n"
samples/bpf/hbm.c
509
printf("HBM prog: %s\n", prog != NULL ? prog : "NULL");
samples/bpf/hbm.c
82
printf("Error opening trace_pipe\n");
samples/bpf/hbm.c
92
printf("Error creating %s\n", outFname);
samples/bpf/ibumad_user.c
41
printf("failed to read key %u\n", key);
samples/bpf/ibumad_user.c
45
printf("0x%02x : %llu\n", key, value);
samples/bpf/ibumad_user.c
51
printf("Read 'Class : count'\n");
samples/bpf/ibumad_user.c
53
printf("Write 'Class : count'\n");
samples/bpf/ibumad_user.c
75
printf("eBPF test program to count packets from various IP addresses\n"
samples/bpf/lathist_user.c
41
printf("\033[2J");
samples/bpf/lathist_user.c
50
printf("CPU %d\n", j);
samples/bpf/lathist_user.c
51
printf(" latency : count distribution\n");
samples/bpf/lathist_user.c
54
printf("%8ld -> %-8ld : %-8ld |%-*s|\n",
samples/bpf/lwt_len_hist_user.c
69
printf("%8ld -> %-8ld : %-8ld |%-*s|\n",
samples/bpf/map_perf_test_user.c
153
printf("cannot create BPF_MAP_TYPE_LRU_HASH %s(%d)\n",
samples/bpf/map_perf_test_user.c
162
printf("cannot update ARRAY_OF_LRU_HASHS with key:%u. %s(%d)\n",
samples/bpf/map_perf_test_user.c
198
printf("%d:%s pre-alloc %lld events per sec\n",
samples/bpf/map_perf_test_user.c
231
printf("%d:percpu_hash_map_perf pre-alloc %lld events per sec\n",
samples/bpf/map_perf_test_user.c
243
printf("%d:hash_map_perf kmalloc %lld events per sec\n",
samples/bpf/map_perf_test_user.c
255
printf("%d:percpu_hash_map_perf kmalloc %lld events per sec\n",
samples/bpf/map_perf_test_user.c
267
printf("%d:lpm_perf kmalloc %lld events per sec\n",
samples/bpf/map_perf_test_user.c
279
printf("%d:hash_lookup %lld lookups per sec\n",
samples/bpf/map_perf_test_user.c
291
printf("%d:array_lookup %lld lookups per sec\n",
samples/bpf/map_perf_test_user.c
359
printf("couldn't spawn #%d process\n", i);
samples/bpf/map_perf_test_user.c
90
printf("%d:hash_map_perf pre-alloc %lld events per sec\n",
samples/bpf/offwaketime_user.c
104
printf("failed to process /proc/kallsyms\n");
samples/bpf/offwaketime_user.c
28
printf("ksym not found. Is kallsyms loaded?\n");
samples/bpf/offwaketime_user.c
33
printf("%s/%llx;", sym->name, addr);
samples/bpf/offwaketime_user.c
35
printf("%s;", sym->name);
samples/bpf/offwaketime_user.c
53
printf("%s;", key->target);
samples/bpf/offwaketime_user.c
55
printf("---;");
samples/bpf/offwaketime_user.c
60
printf("-;");
samples/bpf/offwaketime_user.c
62
printf("---;");
samples/bpf/offwaketime_user.c
67
printf(";%s %lld\n", key->waker, count);
samples/bpf/offwaketime_user.c
70
printf("stackmap collisions seen. Consider increasing size\n");
samples/bpf/offwaketime_user.c
73
printf("err stackid %d %d\n", key->tret, key->wret);
samples/bpf/sampleip_user.c
114
printf("ksym not found. Is kallsyms loaded?\n");
samples/bpf/sampleip_user.c
118
printf("0x%-17llx %-32s %u\n", counts[i].ip, sym->name,
samples/bpf/sampleip_user.c
121
printf("0x%-17llx %-32s %u\n", counts[i].ip, "(user)",
samples/bpf/sampleip_user.c
127
printf("WARNING: IP hash was full (max %d entries); ", max);
samples/bpf/sampleip_user.c
128
printf("may have dropped samples\n");
samples/bpf/sampleip_user.c
134
printf("\n");
samples/bpf/sampleip_user.c
217
printf("Sampling at %d Hertz for %d seconds. Ctrl-C also ends.\n",
samples/bpf/sampleip_user.c
31
printf("USAGE: sampleip [-F freq] [duration]\n");
samples/bpf/sampleip_user.c
32
printf(" -F freq # sample frequency (Hertz), default 99\n");
samples/bpf/sampleip_user.c
33
printf(" duration # sampling duration (seconds), default 5\n");
samples/bpf/sampleip_user.c
96
printf("%-19s %-32s %s\n", "ADDR", "KSYM", "COUNT");
samples/bpf/sock_example.c
44
printf("failed to create map '%s'\n", strerror(errno));
samples/bpf/sock_example.c
71
printf("failed to load prog '%s'\n", strerror(errno));
samples/bpf/sock_example.c
79
printf("setsockopt %s\n", strerror(errno));
samples/bpf/sock_example.c
93
printf("TCP %lld UDP %lld ICMP %lld packets\n",
samples/bpf/sock_example.h
20
printf("cannot create raw socket\n");
samples/bpf/sock_example.h
29
printf("bind to %s: %s\n", name, strerror(errno));
samples/bpf/sockex1_user.c
57
printf("TCP %lld UDP %lld ICMP %lld bytes\n",
samples/bpf/sockex2_user.c
54
printf("ip %s bytes %lld packets %lld\n",
samples/bpf/sockex3_user.c
84
printf("IP src.port -> dst.port bytes packets\n");
samples/bpf/sockex3_user.c
87
printf("%s.%05d -> %s.%05d %12lld %12lld\n",
samples/bpf/spintest_user.c
21
printf("failed to process /proc/kallsyms\n");
samples/bpf/spintest_user.c
57
printf("kprobing funcs:");
samples/bpf/spintest_user.c
64
printf("ksym not found. Is kallsyms loaded?\n");
samples/bpf/spintest_user.c
68
printf(" %s", sym->name);
samples/bpf/spintest_user.c
71
printf("\n");
samples/bpf/syscall_tp_user.c
100
printf("prog #%d: map ids %d %d\n", i, map0_fds[i], map1_fds[i]);
samples/bpf/syscall_tp_user.c
20
printf("USAGE: %s [-i nr_tests] [-h]\n", cmd);
samples/bpf/syscall_tp_user.c
21
printf(" -i nr_tests # rounds of test to run\n");
samples/bpf/syscall_tp_user.c
22
printf(" -h # help\n");
samples/bpf/syscall_tp_user.c
39
printf("verify map:%d val: %d\n", map_id, val);
samples/bpf/task_fd_query_user.c
105
printf("FAIL: %s, for event_fd idx %d, fn_name %s\n",
samples/bpf/task_fd_query_user.c
113
printf("FAIL: bpf_trace_event_query(event_fd[%d]):\n",
samples/bpf/task_fd_query_user.c
115
printf("buf: %s, fd_type: %u, probe_offset: 0x%llx,"
samples/bpf/task_fd_query_user.c
135
printf("FAIL: %s incorrect type (%d) or is_return_bit (%d)\n",
samples/bpf/task_fd_query_user.c
158
printf("ERROR: bpf_program__attach_perf_event failed\n");
samples/bpf/task_fd_query_user.c
189
printf("FAIL: %s, "
samples/bpf/task_fd_query_user.c
197
printf("FAIL: %s, incorrect fd_type %u\n",
samples/bpf/task_fd_query_user.c
203
printf("FAIL: %s, incorrect buf %s\n", __func__, buf);
samples/bpf/task_fd_query_user.c
207
printf("FAIL: %s, incorrect probe_offset 0x%llx\n",
samples/bpf/task_fd_query_user.c
213
printf("FAIL: %s, incorrect buf %p\n",
samples/bpf/task_fd_query_user.c
219
printf("FAIL: %s, incorrect probe_addr 0x%llx\n",
samples/bpf/task_fd_query_user.c
273
printf("ERROR: bpf_program__attach_perf_event failed\n");
samples/bpf/task_fd_query_user.c
284
printf("FAIL: %s, binary_path %s\n", __func__, binary_path);
samples/bpf/task_fd_query_user.c
29
printf("FAIL: %s:\n", __func__); \
samples/bpf/task_fd_query_user.c
290
printf("FAIL: %s, incorrect fd_type %u\n", __func__,
samples/bpf/task_fd_query_user.c
295
printf("FAIL: %s, incorrect buf %s\n", __func__, buf);
samples/bpf/task_fd_query_user.c
299
printf("FAIL: %s, incorrect probe_offset 0x%llx\n", __func__,
samples/bpf/task_fd_query_user.c
320
printf("failed to process /proc/kallsyms\n");
samples/bpf/tc_l2_redirect_user.c
17
printf("Usage: tc_l2_ipip_redirect [...]\n");
samples/bpf/tc_l2_redirect_user.c
18
printf(" -U <file> Update an already pinned BPF array\n");
samples/bpf/tc_l2_redirect_user.c
19
printf(" -i <ifindex> Interface index\n");
samples/bpf/tc_l2_redirect_user.c
20
printf(" -h Display this help\n");
samples/bpf/test_lru_dist.c
249
printf("couldn't spawn #%d process\n", i);
samples/bpf/test_lru_dist.c
288
printf("bpf_map_update_elem(lru_map_fd, %llu): errno:%d\n",
samples/bpf/test_lru_dist.c
296
printf(" task:%d BPF LRU: nr_unique:%u(/%u) nr_misses:%u(/%u)\n",
samples/bpf/test_lru_dist.c
299
printf(" task:%d Perfect LRU: nr_unique:%u(/%u) nr_misses:%u(/%u)\n",
samples/bpf/test_lru_dist.c
313
printf("%s (map_type:%d map_flags:0x%X):\n", __func__, map_type,
samples/bpf/test_lru_dist.c
340
printf("%s (map_type:%d map_flags:0x%X): ", __func__, map_type,
samples/bpf/test_lru_dist.c
381
printf("older-elem-losses:%d(/100) active-elem-losses:%d(/800) "
samples/bpf/test_lru_dist.c
392
printf("%s (map_type:%d map_flags:0x%X): ", __func__, map_type,
samples/bpf/test_lru_dist.c
416
printf("nr_losses:%d(/1000)\n", nr_losses);
samples/bpf/test_lru_dist.c
462
printf(" task:%d nr_losses:%u\n", task, nr_losses);
samples/bpf/test_lru_dist.c
469
printf("%s (map_type:%d map_flags:0x%X):\n", __func__, map_type,
samples/bpf/test_lru_dist.c
496
printf("Usage: %s <dist-file> <lru-size> <nr-tasks>\n",
samples/bpf/test_lru_dist.c
511
printf("nr_cpus:%d\n\n", nr_cpus);
samples/bpf/test_lru_dist.c
517
printf("%s has no key\n", dist_file);
samples/bpf/test_lru_dist.c
528
printf("\n");
samples/bpf/test_map_in_map_user.c
104
printf("Error. result:%d inline_result:%d\n",
samples/bpf/test_map_in_map_user.c
112
printf("Pass\n");
samples/bpf/test_map_in_map_user.c
132
printf("finding a prog in obj file failed\n");
samples/bpf/test_map_in_map_user.c
90
printf("%s: ", test_names[i]);
samples/bpf/trace_event_user.c
114
printf("\n");
samples/bpf/trace_event_user.c
116
printf("BUG kernel stack doesn't contain sys_read() and sys_write()\n");
samples/bpf/trace_event_user.c
130
printf("failed to generate some load with dd: %s\n", strerror(errno));
samples/bpf/trace_event_user.c
144
printf("malloc of links failed\n");
samples/bpf/trace_event_user.c
155
printf("sys_perf_event_open failed\n");
samples/bpf/trace_event_user.c
160
printf("bpf_program__attach_perf_event failed\n");
samples/bpf/trace_event_user.c
194
printf("sys_perf_event_open failed\n");
samples/bpf/trace_event_user.c
199
printf("bpf_program__attach_perf_event failed\n");
samples/bpf/trace_event_user.c
267
printf("Test HW_CPU_CYCLES\n");
samples/bpf/trace_event_user.c
271
printf("Test SW_CPU_CLOCK\n");
samples/bpf/trace_event_user.c
275
printf("Test HW_CACHE_L1D\n");
samples/bpf/trace_event_user.c
279
printf("Test HW_CACHE_BPU\n");
samples/bpf/trace_event_user.c
283
printf("Test Instruction Retired\n");
samples/bpf/trace_event_user.c
287
printf("Test Lock Load\n");
samples/bpf/trace_event_user.c
291
printf("*** PASS ***\n");
samples/bpf/trace_event_user.c
307
printf("failed to process /proc/kallsyms\n");
samples/bpf/trace_event_user.c
313
printf("opening BPF object file failed\n");
samples/bpf/trace_event_user.c
320
printf("finding a prog in obj file failed\n");
samples/bpf/trace_event_user.c
326
printf("loading BPF object file failed\n");
samples/bpf/trace_event_user.c
333
printf("finding a counts/stackmap map in obj file failed\n");
samples/bpf/trace_event_user.c
342
printf("couldn't spawn process\n");
samples/bpf/trace_event_user.c
35
printf("ksym not found. Is kallsyms loaded?\n");
samples/bpf/trace_event_user.c
39
printf("%s;", sym->name);
samples/bpf/trace_event_user.c
50
printf("%llx;", addr);
samples/bpf/trace_event_user.c
67
printf("%3lld %s;", count, key->comm);
samples/bpf/trace_event_user.c
69
printf("---;");
samples/bpf/trace_event_user.c
74
printf("-;");
samples/bpf/trace_event_user.c
76
printf("---;");
samples/bpf/trace_event_user.c
82
printf("\r");
samples/bpf/trace_event_user.c
84
printf("\n");
samples/bpf/trace_event_user.c
87
printf("stackmap collisions seen. Consider increasing size\n");
samples/bpf/trace_event_user.c
90
printf("err stackid %d %d\n", key->kernstack, key->userstack);
samples/bpf/trace_output_user.c
30
printf("BUG pid %llx cookie %llx sized %d\n",
samples/bpf/trace_output_user.c
38
printf("recv %lld events per sec\n",
samples/bpf/trace_output_user.c
89
printf("failed to setup perf_buffer: %d\n", ret);
samples/bpf/tracex3_user.c
100
printf("%s", sym[c]);
samples/bpf/tracex3_user.c
102
printf("%s %s", color[c], nocolor);
samples/bpf/tracex3_user.c
104
printf(" # %lld\n", total_events);
samples/bpf/tracex3_user.c
121
printf("Usage:\n"
samples/bpf/tracex3_user.c
157
printf(" heatmap of IO latency\n");
samples/bpf/tracex3_user.c
159
printf(" %s", sym[num_colors - 1]);
samples/bpf/tracex3_user.c
161
printf(" %s %s", color[num_colors - 1], nocolor);
samples/bpf/tracex3_user.c
162
printf(" - many events with this latency\n");
samples/bpf/tracex3_user.c
165
printf(" %s", sym[0]);
samples/bpf/tracex3_user.c
167
printf(" %s %s", color[0], nocolor);
samples/bpf/tracex3_user.c
168
printf(" - few events\n");
samples/bpf/tracex3_user.c
67
printf("|1ns |10ns |100ns |1us |10us |100us"
samples/bpf/tracex3_user.c
70
printf("|1us |10us |100us |1ms |10ms "
samples/bpf/tracex4_user.c
43
printf("obj 0x%llx is %2lldsec old was allocated at ip %llx\n",
samples/bpf/tracex5_user.c
54
printf("finding a prog in obj file failed\n");
samples/bpf/tracex6_user.c
80
printf("Test reading %s counters\n", name);
samples/bpf/tracex6_user.c
97
printf("Test: %s FAILED\n", name);
samples/bpf/xdp_adjust_tail_user.c
166
printf("finding a max_pcktsz map in obj file failed\n");
samples/bpf/xdp_adjust_tail_user.c
175
printf("finding a icmpcnt map in obj file failed\n");
samples/bpf/xdp_adjust_tail_user.c
183
printf("link set xdp fd failed\n");
samples/bpf/xdp_adjust_tail_user.c
189
printf("can't get prog info - %s\n", strerror(errno));
samples/bpf/xdp_adjust_tail_user.c
37
printf("bpf_xdp_query_id failed\n");
samples/bpf/xdp_adjust_tail_user.c
43
printf("couldn't find a prog id on a given iface\n");
samples/bpf/xdp_adjust_tail_user.c
45
printf("program on interface changed, not removing\n");
samples/bpf/xdp_adjust_tail_user.c
64
printf("icmp \"packet too big\" sent: %10llu pkts\n", value);
samples/bpf/xdp_adjust_tail_user.c
70
printf("Start a XDP prog which send ICMP \"packet too big\" \n"
samples/bpf/xdp_adjust_tail_user.c
72
printf("Usage: %s [...]\n", cmd);
samples/bpf/xdp_adjust_tail_user.c
73
printf(" -i <ifname|ifindex> Interface\n");
samples/bpf/xdp_adjust_tail_user.c
74
printf(" -T <stop-after-X-seconds> Default: 0 (forever)\n");
samples/bpf/xdp_adjust_tail_user.c
75
printf(" -P <MAX_PCKT_SIZE> Default: %u\n", MAX_PCKT_SIZE);
samples/bpf/xdp_adjust_tail_user.c
76
printf(" -S use skb-mode\n");
samples/bpf/xdp_adjust_tail_user.c
77
printf(" -N enforce native mode\n");
samples/bpf/xdp_adjust_tail_user.c
78
printf(" -F force loading prog\n");
samples/bpf/xdp_adjust_tail_user.c
79
printf(" -h Display this help\n");
samples/bpf/xdp_fwd_user.c
164
printf("error accessing file %s: %s\n",
samples/bpf/xdp_fwd_user.c
178
printf("Does kernel support devmap lookup?\n");
samples/bpf/xdp_fwd_user.c
194
printf("program not found: %s\n", strerror(prog_fd));
samples/bpf/xdp_fwd_user.c
200
printf("map not found: %s\n", strerror(map_fd));
samples/bpf/xdp_fwd_user.c
38
printf("ERROR: failed to attach program to %s\n", name);
samples/bpf/xdp_fwd_user.c
45
printf("ERROR: failed using device %s as TX-port\n", name);
samples/bpf/xdp_fwd_user.c
60
printf("ERROR: bpf_xdp_query_id failed (%s)\n",
samples/bpf/xdp_fwd_user.c
66
printf("ERROR: flags(0x%x) xdp prog is not attached to %s\n",
samples/bpf/xdp_fwd_user.c
74
printf("ERROR: bpf_prog_get_fd_by_id failed (%s)\n",
samples/bpf/xdp_fwd_user.c
81
printf("ERROR: bpf_prog_get_info_by_fd failed (%s)\n",
samples/bpf/xdp_fwd_user.c
89
printf("ERROR: %s isn't attached to %s\n", app_name, ifname);
samples/bpf/xdp_fwd_user.c
97
printf("ERROR: failed to detach program from %s (%s)\n",
samples/bpf/xdp_sample_user.c
1113
printf(FMT_COLUMNl,
samples/bpf/xdp_sample_user.c
1118
printf(FMT_COLUMNl, XMIT(out->totals.xmit));
samples/bpf/xdp_sample_user.c
1119
printf("\n");
samples/bpf/xdp_sample_user.c
1191
printf("\n");
samples/bpf/xdp_sample_user.c
1477
printf("\n");
samples/bpf/xdp_sample_user.c
1480
printf("\n");
samples/bpf/xdp_sample_user.c
214
printf("Output format description\n\n"
samples/bpf/xdp_sample_user.c
227
printf(" receive\t\tDisplays the number of packets received & errors encountered\n"
samples/bpf/xdp_sample_user.c
235
printf(" redirect\t\tDisplays the number of packets successfully redirected\n"
samples/bpf/xdp_sample_user.c
244
printf("\t\t\t %s: %s\n", xdp_redirect_err_names[i],
samples/bpf/xdp_sample_user.c
247
printf(" \n\t\t\t\terror/s - Packets that failed redirection per second\n\n");
samples/bpf/xdp_sample_user.c
251
printf(" enqueue to cpu N\tDisplays the number of packets enqueued to bulk queue of CPU N\n"
samples/bpf/xdp_sample_user.c
261
printf(" kthread\t\tDisplays the number of packets processed in CPUMAP kthread for each CPU\n"
samples/bpf/xdp_sample_user.c
275
printf(" xdp_exception\t\tDisplays xdp_exception tracepoint events\n"
samples/bpf/xdp_sample_user.c
283
printf(" devmap_xmit\t\tDisplays devmap_xmit tracepoint events\n"
samples/bpf/xdp_sample_user.c
302
printf("\n%s\nOption for %s:\n", doc, argv[0]);
samples/bpf/xdp_sample_user.c
304
printf(" --%-15s", long_options[i].name);
samples/bpf/xdp_sample_user.c
306
printf(" flag (internal value: %d)",
samples/bpf/xdp_sample_user.c
309
printf("\t short-option: -%c", long_options[i].val);
samples/bpf/xdp_sample_user.c
310
printf("\n");
samples/bpf/xdp_sample_user.c
312
printf("\n");
samples/bpf/xdp_sample_user.c
41
printf(fmt, ##__VA_ARGS__); \
samples/bpf/xdp_tx_iptunnel_user.c
269
printf("bpf_object__load(): %s\n", strerror(errno));
samples/bpf/xdp_tx_iptunnel_user.c
277
printf("bpf_object__find_map_fd_by_name failed\n");
samples/bpf/xdp_tx_iptunnel_user.c
294
printf("link set xdp fd failed\n");
samples/bpf/xdp_tx_iptunnel_user.c
300
printf("can't get prog info - %s\n", strerror(errno));
samples/bpf/xdp_tx_iptunnel_user.c
35
printf("bpf_xdp_query_id failed\n");
samples/bpf/xdp_tx_iptunnel_user.c
41
printf("couldn't find a prog id on a given iface\n");
samples/bpf/xdp_tx_iptunnel_user.c
43
printf("program on interface changed, not removing\n");
samples/bpf/xdp_tx_iptunnel_user.c
73
printf("proto %u: sum:%10llu pkts, rate:%10llu pkts/s\n",
samples/bpf/xdp_tx_iptunnel_user.c
82
printf("Start a XDP prog which encapsulates incoming packets\n"
samples/bpf/xdp_tx_iptunnel_user.c
85
printf("Usage: %s [...]\n", cmd);
samples/bpf/xdp_tx_iptunnel_user.c
86
printf(" -i <ifname|ifindex> Interface\n");
samples/bpf/xdp_tx_iptunnel_user.c
87
printf(" -a <vip-service-address> IPv4 or IPv6\n");
samples/bpf/xdp_tx_iptunnel_user.c
88
printf(" -p <vip-service-port> A port range (e.g. 433-444) is also allowed\n");
samples/bpf/xdp_tx_iptunnel_user.c
89
printf(" -s <source-ip> Used in the IPTunnel header\n");
samples/bpf/xdp_tx_iptunnel_user.c
90
printf(" -d <dest-ip> Used in the IPTunnel header\n");
samples/bpf/xdp_tx_iptunnel_user.c
91
printf(" -m <dest-MAC> Used in sending the IP Tunneled pkt\n");
samples/bpf/xdp_tx_iptunnel_user.c
92
printf(" -T <stop-after-X-seconds> Default: 0 (forever)\n");
samples/bpf/xdp_tx_iptunnel_user.c
93
printf(" -P <IP-Protocol> Default is TCP\n");
samples/bpf/xdp_tx_iptunnel_user.c
94
printf(" -S use skb-mode\n");
samples/bpf/xdp_tx_iptunnel_user.c
95
printf(" -N enforce native mode\n");
samples/bpf/xdp_tx_iptunnel_user.c
96
printf(" -F Force loading the XDP prog\n");
samples/bpf/xdp_tx_iptunnel_user.c
97
printf(" -h Display this help\n");
samples/cgroup/cgroup_event_listener.c
79
printf("%s %s: crossed\n", argv[1], argv[2]);
samples/cgroup/memcg_event_listener.c
181
printf("*** %ld MEMCG %s event%s, "
samples/cgroup/memcg_event_listener.c
193
printf("*** No new untracked memcg events available\n");
samples/cgroup/memcg_event_listener.c
213
printf("Received event in %s:\n", events->path);
samples/cgroup/memcg_event_listener.c
230
printf("Started monitoring memory events from '%s'...\n", events->path);
samples/cgroup/memcg_event_listener.c
297
printf("Initialized MEMCG events with counters:\n");
samples/cgroup/memcg_event_listener.c
325
printf("Exiting memcg event listener...\n");
samples/cgroup/memcg_event_listener.c
51
printf("MEMCG events:\n");
samples/cgroup/memcg_event_listener.c
52
printf("\tlow: %ld\n", counters->low);
samples/cgroup/memcg_event_listener.c
53
printf("\thigh: %ld\n", counters->high);
samples/cgroup/memcg_event_listener.c
54
printf("\tmax: %ld\n", counters->max);
samples/cgroup/memcg_event_listener.c
55
printf("\toom: %ld\n", counters->oom);
samples/cgroup/memcg_event_listener.c
56
printf("\toom_kill: %ld\n", counters->oom_kill);
samples/cgroup/memcg_event_listener.c
57
printf("\toom_group_kill: %ld\n", counters->oom_group_kill);
samples/check-exec/inc.c
54
printf("%lld\n", number);
samples/connector/ucon.c
80
printf(
samples/fanotify/fs-monitor.c
100
printf("\tfsid: %x%x\n",
samples/fanotify/fs-monitor.c
110
printf("\tUnknown info type=%d len=%d:\n",
samples/fanotify/fs-monitor.c
115
printf("---\n\n");
samples/fanotify/fs-monitor.c
126
printf("Missing path argument\n");
samples/fanotify/fs-monitor.c
43
printf("\tfh: ");
samples/fanotify/fs-monitor.c
45
printf("%hhx", fh->f_handle[i]);
samples/fanotify/fs-monitor.c
46
printf("\n");
samples/fanotify/fs-monitor.c
48
printf("\tdecoded fh: ");
samples/fanotify/fs-monitor.c
50
printf("inode=%u gen=%u\n", h[0], h[1]);
samples/fanotify/fs-monitor.c
52
printf("Type %d (Superblock error)\n", fh->handle_type);
samples/fanotify/fs-monitor.c
54
printf("Type %d (Unknown)\n", fh->handle_type);
samples/fanotify/fs-monitor.c
70
printf("unexpected FAN MARK: %llx\n",
samples/fanotify/fs-monitor.c
76
printf("Unexpected fd (!= FAN_NOFD)\n");
samples/fanotify/fs-monitor.c
80
printf("FAN_FS_ERROR (len=%d)\n", event->event_len);
samples/fanotify/fs-monitor.c
91
printf("\tGeneric Error Record: len=%d\n",
samples/fanotify/fs-monitor.c
93
printf("\terror: %d\n", err->error);
samples/fanotify/fs-monitor.c
94
printf("\terror_count: %d\n", err->error_count);
samples/hidraw/hid-example.c
106
printf("Raw Info:\n");
samples/hidraw/hid-example.c
107
printf("\tbustype: %d (%s)\n",
samples/hidraw/hid-example.c
109
printf("\tvendor: 0x%04hx\n", info.vendor);
samples/hidraw/hid-example.c
110
printf("\tproduct: 0x%04hx\n", info.product);
samples/hidraw/hid-example.c
122
printf("ioctl HIDIOCSFEATURE returned: %d\n", res);
samples/hidraw/hid-example.c
130
printf("ioctl HIDIOCGFEATURE returned: %d\n", res);
samples/hidraw/hid-example.c
131
printf("Report data:\n\t");
samples/hidraw/hid-example.c
133
printf("%hhx ", buf[i]);
samples/hidraw/hid-example.c
142
printf("Error: %d\n", errno);
samples/hidraw/hid-example.c
145
printf("write() wrote %d bytes\n", res);
samples/hidraw/hid-example.c
153
printf("read() read %d bytes:\n\t", res);
samples/hidraw/hid-example.c
155
printf("%hhx ", buf[i]);
samples/hidraw/hid-example.c
73
printf("Report Descriptor Size: %d\n", desc_size);
samples/hidraw/hid-example.c
81
printf("Report Descriptor:\n");
samples/hidraw/hid-example.c
83
printf("%hhx ", rpt_desc.value[i]);
samples/hidraw/hid-example.c
92
printf("Raw Name: %s\n", buf);
samples/hidraw/hid-example.c
99
printf("Raw Phys: %s\n", buf);
samples/mei/mei-amt-version.c
469
printf("Intel AMT: DISABLED\n");
samples/mei/mei-amt-version.c
473
printf("Intel AMT: ENABLED\n");
samples/mei/mei-amt-version.c
475
printf("%s:\t%s\n", ver.versions[i].description.string,
samples/mei/mei-amt-version.c
481
printf("An error has occurred\n");
samples/nitro_enclaves/ne_ioctl_sample.c
173
printf("Error in create VM, no CPUs available in the NE CPU pool\n");
samples/nitro_enclaves/ne_ioctl_sample.c
179
printf("Error in create VM [%m]\n");
samples/nitro_enclaves/ne_ioctl_sample.c
203
printf("Running from poll thread, enclave fd %d\n", enclave_fd);
samples/nitro_enclaves/ne_ioctl_sample.c
210
printf("[iter %d] Polling ...\n", i);
samples/nitro_enclaves/ne_ioctl_sample.c
214
printf("Error in poll [%m]\n");
samples/nitro_enclaves/ne_ioctl_sample.c
222
printf("Poll: %d seconds elapsed\n",
samples/nitro_enclaves/ne_ioctl_sample.c
228
printf("Poll received value 0x%x\n", fds[0].revents);
samples/nitro_enclaves/ne_ioctl_sample.c
231
printf("Received POLLHUP\n");
samples/nitro_enclaves/ne_ioctl_sample.c
237
printf("Received POLLNVAL\n");
samples/nitro_enclaves/ne_ioctl_sample.c
266
printf("Error in mmap memory [%m]\n");
samples/nitro_enclaves/ne_ioctl_sample.c
306
printf("Error in get image stat info [%m]\n");
samples/nitro_enclaves/ne_ioctl_sample.c
314
printf("The enclave memory is smaller than the enclave image size\n");
samples/nitro_enclaves/ne_ioctl_sample.c
323
printf("Error in get image load info, enclave not in init state\n");
samples/nitro_enclaves/ne_ioctl_sample.c
329
printf("Error in get image load info, provided invalid flag\n");
samples/nitro_enclaves/ne_ioctl_sample.c
335
printf("Error in get image load info [%m]\n");
samples/nitro_enclaves/ne_ioctl_sample.c
341
printf("Enclave image offset in enclave memory is %lld\n",
samples/nitro_enclaves/ne_ioctl_sample.c
346
printf("Error in open enclave image file [%m]\n");
samples/nitro_enclaves/ne_ioctl_sample.c
354
printf("Error in mmap enclave image [%m]\n");
samples/nitro_enclaves/ne_ioctl_sample.c
421
printf("Error in set user memory region, enclave not in init state\n");
samples/nitro_enclaves/ne_ioctl_sample.c
427
printf("Error in set user memory region, mem size not multiple of 2 MiB\n");
samples/nitro_enclaves/ne_ioctl_sample.c
433
printf("Error in set user memory region, invalid user space address\n");
samples/nitro_enclaves/ne_ioctl_sample.c
439
printf("Error in set user memory region, unaligned user space address\n");
samples/nitro_enclaves/ne_ioctl_sample.c
445
printf("Error in set user memory region, memory region already used\n");
samples/nitro_enclaves/ne_ioctl_sample.c
451
printf("Error in set user memory region, not backed by huge pages\n");
samples/nitro_enclaves/ne_ioctl_sample.c
457
printf("Error in set user memory region, different NUMA node than CPUs\n");
samples/nitro_enclaves/ne_ioctl_sample.c
463
printf("Error in set user memory region, max memory regions reached\n");
samples/nitro_enclaves/ne_ioctl_sample.c
469
printf("Error in set user memory region, has page not multiple of 2 MiB\n");
samples/nitro_enclaves/ne_ioctl_sample.c
475
printf("Error in set user memory region, provided invalid flag\n");
samples/nitro_enclaves/ne_ioctl_sample.c
481
printf("Error in set user memory region [%m]\n");
samples/nitro_enclaves/ne_ioctl_sample.c
525
printf("Error in add vcpu, no CPUs available in the NE CPU pool\n");
samples/nitro_enclaves/ne_ioctl_sample.c
531
printf("Error in add vcpu, the provided vCPU is already used\n");
samples/nitro_enclaves/ne_ioctl_sample.c
537
printf("Error in add vcpu, the provided vCPU is not in the NE CPU pool\n");
samples/nitro_enclaves/ne_ioctl_sample.c
543
printf("Error in add vcpu, the core id of the provided vCPU is invalid\n");
samples/nitro_enclaves/ne_ioctl_sample.c
549
printf("Error in add vcpu, enclave not in init state\n");
samples/nitro_enclaves/ne_ioctl_sample.c
555
printf("Error in add vcpu, the provided vCPU is out of avail CPUs range\n");
samples/nitro_enclaves/ne_ioctl_sample.c
561
printf("Error in add vcpu [%m]\n");
samples/nitro_enclaves/ne_ioctl_sample.c
588
printf("Error in start enclave, enclave not in init state\n");
samples/nitro_enclaves/ne_ioctl_sample.c
594
printf("Error in start enclave, no memory regions have been added\n");
samples/nitro_enclaves/ne_ioctl_sample.c
600
printf("Error in start enclave, no vCPUs have been added\n");
samples/nitro_enclaves/ne_ioctl_sample.c
606
printf("Error in start enclave, enclave has no full cores set\n");
samples/nitro_enclaves/ne_ioctl_sample.c
612
printf("Error in start enclave, enclave memory is less than min size\n");
samples/nitro_enclaves/ne_ioctl_sample.c
618
printf("Error in start enclave, provided invalid flag\n");
samples/nitro_enclaves/ne_ioctl_sample.c
624
printf("Error in start enclave, provided invalid enclave CID\n");
samples/nitro_enclaves/ne_ioctl_sample.c
630
printf("Error in start enclave [%m]\n");
samples/nitro_enclaves/ne_ioctl_sample.c
670
printf("Error in socket [%m]\n");
samples/nitro_enclaves/ne_ioctl_sample.c
678
printf("Error in bind [%m]\n");
samples/nitro_enclaves/ne_ioctl_sample.c
685
printf("Error in listen [%m]\n");
samples/nitro_enclaves/ne_ioctl_sample.c
694
printf("Enclave started, CID %llu\n", enclave_start_info.enclave_cid);
samples/nitro_enclaves/ne_ioctl_sample.c
701
printf("Error in poll [%m]\n");
samples/nitro_enclaves/ne_ioctl_sample.c
707
printf("Poll timeout, %d seconds elapsed\n", NE_POLL_WAIT_TIME);
samples/nitro_enclaves/ne_ioctl_sample.c
715
printf("Poll received value %d\n", fds[0].revents);
samples/nitro_enclaves/ne_ioctl_sample.c
725
printf("Error in accept [%m]\n");
samples/nitro_enclaves/ne_ioctl_sample.c
738
printf("Error in read [%m]\n");
samples/nitro_enclaves/ne_ioctl_sample.c
744
printf("Read %d instead of %d\n", recv_buf,
samples/nitro_enclaves/ne_ioctl_sample.c
753
printf("Error in write [%m]\n");
samples/nitro_enclaves/ne_ioctl_sample.c
778
printf("Usage: %s <path_to_enclave_image>\n", argv[0]);
samples/nitro_enclaves/ne_ioctl_sample.c
784
printf("The size of the path to enclave image is higher than max path\n");
samples/nitro_enclaves/ne_ioctl_sample.c
791
printf("Error in open NE device [%m]\n");
samples/nitro_enclaves/ne_ioctl_sample.c
796
printf("Creating enclave slot ...\n");
samples/nitro_enclaves/ne_ioctl_sample.c
805
printf("Enclave fd %d\n", enclave_fd);
samples/nitro_enclaves/ne_ioctl_sample.c
809
printf("Error in thread create [%m]\n");
samples/nitro_enclaves/ne_ioctl_sample.c
821
printf("Error in alloc userspace memory region, iter %d\n", i);
samples/nitro_enclaves/ne_ioctl_sample.c
834
printf("Error in set memory region, iter %d\n", i);
samples/nitro_enclaves/ne_ioctl_sample.c
840
printf("Enclave memory regions were added\n");
samples/nitro_enclaves/ne_ioctl_sample.c
850
printf("Error in add vcpu, iter %d\n", i);
samples/nitro_enclaves/ne_ioctl_sample.c
855
printf("Added vCPU %d to the enclave\n", ne_vcpus[i]);
samples/nitro_enclaves/ne_ioctl_sample.c
858
printf("Enclave vCPUs were added\n");
samples/nitro_enclaves/ne_ioctl_sample.c
862
printf("Error in the enclave start / image loading heartbeat logic [rc=%d]\n", rc);
samples/nitro_enclaves/ne_ioctl_sample.c
867
printf("Entering sleep for %d seconds ...\n", NE_SLEEP_TIME);
samples/pfsm/pfsm-wakeup.c
58
printf("Current RTC date/time is %d-%d-%d, %02d:%02d:%02d.\n",
samples/pfsm/pfsm-wakeup.c
86
printf("Waiting %d seconds for alarm...\n", ALARM_DELTA_SEC);
samples/pfsm/pfsm-wakeup.c
94
printf("Set RETENTION state for PMIC_%d.\n", i);
samples/pidfd/pidfd-metadata.c
30
printf("%d\n", getpid());
samples/seccomp/bpf-helper.c
94
printf("{ code=%u,jt=%u,jf=%u,k=%u },\n",
samples/seccomp/dropper.c
75
printf("Failed to execv\n");
samples/user_events/example.c
56
printf("Press enter to check status...\n");
samples/user_events/example.c
67
printf("Something was attached, wrote data\n");
samples/vfs/mountinfo.c
105
printf(" shared:%llu", sm->mnt_peer_group);
samples/vfs/mountinfo.c
107
printf(" master:%llu", sm->mnt_master);
samples/vfs/mountinfo.c
109
printf(" propagate_from:%llu", sm->propagate_from);
samples/vfs/mountinfo.c
112
printf(" unbindable");
samples/vfs/mountinfo.c
117
printf("%s", flags & MS_RDONLY ? "ro" : "rw");
samples/vfs/mountinfo.c
119
printf(",sync");
samples/vfs/mountinfo.c
121
printf(",dirsync");
samples/vfs/mountinfo.c
123
printf(",mand");
samples/vfs/mountinfo.c
125
printf(",lazytime");
samples/vfs/mountinfo.c
145
printf("0x%llx 0x%llx 0x%llx ", mnt_ns_id, mnt_id, buf->mnt_parent_id);
samples/vfs/mountinfo.c
147
printf("%u %u %u:%u %s %s ", buf->mnt_id_old, buf->mnt_parent_id_old,
samples/vfs/mountinfo.c
154
printf(" - %s", &buf->str[buf->fs_type]);
samples/vfs/mountinfo.c
156
printf(".%s", &buf->str[buf->fs_subtype]);
samples/vfs/mountinfo.c
158
printf(" %s ", &buf->str[buf->sb_source]);
samples/vfs/mountinfo.c
160
printf(" :none ");
samples/vfs/mountinfo.c
164
printf(",%s", &buf->str[buf->mnt_opts]);
samples/vfs/mountinfo.c
165
printf("\n");
samples/vfs/mountinfo.c
203
printf("Usage:\n");
samples/vfs/mountinfo.c
204
printf("%s [-e] [-p pid] [-r] [-h]\n", prog);
samples/vfs/mountinfo.c
205
printf(" -e: extended format\n");
samples/vfs/mountinfo.c
206
printf(" -h: print usage message\n");
samples/vfs/mountinfo.c
207
printf(" -p: get mount namespace from given pid\n");
samples/vfs/mountinfo.c
208
printf(" -r: recursively print all mounts in all child namespaces\n");
samples/vfs/mountinfo.c
73
printf("%s", flags & MOUNT_ATTR_RDONLY ? "ro" : "rw");
samples/vfs/mountinfo.c
76
printf(",nosuid");
samples/vfs/mountinfo.c
78
printf(",nodev");
samples/vfs/mountinfo.c
80
printf(",noexec");
samples/vfs/mountinfo.c
84
printf(",relatime");
samples/vfs/mountinfo.c
87
printf(",noatime");
samples/vfs/mountinfo.c
95
printf(",nodiratime");
samples/vfs/mountinfo.c
97
printf(",nosymfollow");
samples/vfs/mountinfo.c
99
printf(",idmapped");
samples/vfs/test-list-all-mounts.c
101
printf("Finished listing %u mounts for mount namespace %" PRIu64 "\n\n",
samples/vfs/test-list-all-mounts.c
106
printf("Finished listing all mount namespaces\n");
samples/vfs/test-list-all-mounts.c
114
printf("Listing %u mounts for mount namespace %" PRIu64 "\n",
samples/vfs/test-list-all-mounts.c
135
printf("Failed to statmount(%" PRIu64 ") in mount namespace(%" PRIu64 ")\n",
samples/vfs/test-list-all-mounts.c
140
printf("mnt_id:\t\t%" PRIu64 "\nmnt_parent_id:\t%" PRIu64 "\nfs_type:\t%s\nmnt_root:\t%s\nmnt_point:\t%s\nmnt_opts:\t%s\n",
samples/vfs/test-list-all-mounts.c
152
printf("mnt_uidmap[%zu]:\t%s\n", idx, idmap);
samples/vfs/test-list-all-mounts.c
161
printf("mnt_gidmap[%zu]:\t%s\n", idx, idmap);
samples/vfs/test-list-all-mounts.c
166
printf("\n");
samples/vfs/test-list-all-mounts.c
90
printf("Listing %u mounts for mount namespace %" PRIu64 "\n",
samples/vfs/test-statx.c
100
case S_IFBLK: printf(" block special file\n"); ft = 'b'; break;
samples/vfs/test-statx.c
101
case S_IFREG: printf(" regular file\n"); ft = '-'; break;
samples/vfs/test-statx.c
102
case S_IFLNK: printf(" symbolic link\n"); ft = 'l'; break;
samples/vfs/test-statx.c
103
case S_IFSOCK: printf(" socket\n"); ft = 's'; break;
samples/vfs/test-statx.c
105
printf(" unknown type (%o)\n", stx->stx_mode & S_IFMT);
samples/vfs/test-statx.c
109
printf(" no type\n");
samples/vfs/test-statx.c
113
printf("Device: %-15s", buffer);
samples/vfs/test-statx.c
115
printf(" Inode: %-11llu", (unsigned long long) stx->stx_ino);
samples/vfs/test-statx.c
117
printf(" Links: %-5u", stx->stx_nlink);
samples/vfs/test-statx.c
122
printf(" Device type: %u,%u",
samples/vfs/test-statx.c
127
printf("\n");
samples/vfs/test-statx.c
130
printf("Access: (%04o/%c%c%c%c%c%c%c%c%c%c) ",
samples/vfs/test-statx.c
143
printf("Uid: %5d ", stx->stx_uid);
samples/vfs/test-statx.c
145
printf("Gid: %5d\n", stx->stx_gid);
samples/vfs/test-statx.c
172
printf("Attributes: %016llx (",
samples/vfs/test-statx.c
192
printf(")\n");
samples/vfs/test-statx.c
205
printf("%04x: ", offset * 8);
samples/vfs/test-statx.c
208
printf("%016llx", data[offset]);
samples/vfs/test-statx.c
211
printf("\n");
samples/vfs/test-statx.c
214
printf(" ");
samples/vfs/test-statx.c
219
printf("\n");
samples/vfs/test-statx.c
259
printf("statx(%s) = %d\n", *argv, ret);
samples/vfs/test-statx.c
71
printf("%s", field);
samples/vfs/test-statx.c
73
printf(".%09u", ts->tv_nsec);
samples/vfs/test-statx.c
80
printf("\n");
samples/vfs/test-statx.c
87
printf("results=%x\n", stx->stx_mask);
samples/vfs/test-statx.c
89
printf(" ");
samples/vfs/test-statx.c
91
printf(" Size: %-15llu", (unsigned long long)stx->stx_size);
samples/vfs/test-statx.c
93
printf(" Blocks: %-10llu", (unsigned long long)stx->stx_blocks);
samples/vfs/test-statx.c
94
printf(" IO Block: %-6llu", (unsigned long long)stx->stx_blksize);
samples/vfs/test-statx.c
97
case S_IFIFO: printf(" FIFO\n"); ft = 'p'; break;
samples/vfs/test-statx.c
98
case S_IFCHR: printf(" character special file\n"); ft = 'c'; break;
samples/vfs/test-statx.c
99
case S_IFDIR: printf(" directory\n"); ft = 'd'; break;
samples/watch_queue/watch_test.c
112
printf("NOTIFY[%03zx]: ty=%06x sy=%02x i=%08x\n",
samples/watch_queue/watch_test.c
125
printf("REMOVAL of watchpoint %08x\n",
samples/watch_queue/watch_test.c
130
printf("-- LOSS --\n");
samples/watch_queue/watch_test.c
133
printf("other meta record\n");
samples/watch_queue/watch_test.c
141
printf("other type\n");
samples/watch_queue/watch_test.c
63
printf("KEY %08x change=%u[%s] aux=%u\n",
samples/watch_queue/watch_test.c
87
printf("-- END --\n");
samples/watch_queue/watch_test.c
96
printf("read() = %zd\n", buf_len);
scripts/asn1_compiler.c
1231
printf("%c%c%c%c%c %c %*s[*] \e[33m%s\e[m %s %s \e[35m%s\e[m\n",
scripts/asn1_compiler.c
1263
__attribute__((format(printf, 2, 3)))
scripts/asn1_compiler.c
1277
__attribute__((format(printf, 2, 3)))
scripts/asn1_compiler.c
314
#define verbose(fmt, ...) do { if (verbose_opt) printf(fmt, ## __VA_ARGS__); } while (0)
scripts/asn1_compiler.c
315
#define debug(fmt, ...) do { if (debug_opt) printf(fmt, ## __VA_ARGS__); } while (0)
scripts/basic/fixdep.c
175
printf(" $(wildcard include/config/%.*s) \\\n", slen, m);
scripts/basic/fixdep.c
378
printf("source_%s := %s\n\n", target, p);
scripts/basic/fixdep.c
379
printf("deps_%s := \\\n", target);
scripts/basic/fixdep.c
384
printf(" %s \\\n", p);
scripts/basic/fixdep.c
406
printf("\n%s: $(deps_%s)\n\n", target, target);
scripts/basic/fixdep.c
407
printf("$(deps_%s):\n", target);
scripts/basic/fixdep.c
422
printf("savedcmd_%s := %s\n\n", target, cmdline);
scripts/dtc/dtc.h
27
#define debug(...) printf(__VA_ARGS__)
scripts/dtc/fdtget.c
159
printf("Nested too deep, aborting.\n");
scripts/dtc/fdtget.c
174
printf("Unknown tag 0x%08X\n", tag);
scripts/dtc/fdtget.c
214
printf("\n");
scripts/dtc/fdtget.c
75
printf(" ");
scripts/dtc/fdtget.c
76
printf("%s", (const char *)s);
scripts/dtc/fdtget.c
93
printf(" ");
scripts/dtc/fdtget.c
96
printf(fmt, value);
scripts/dtc/fdtoverlay.c
204
printf("input = %s\n", input_filename);
scripts/dtc/fdtoverlay.c
205
printf("output = %s\n", output_filename);
scripts/dtc/fdtoverlay.c
207
printf("overlay[%d] = %s\n", i, argv[i]);
scripts/dtc/util.c
409
printf(" = ");
scripts/dtc/util.c
413
printf("\"%s\"", s);
scripts/dtc/util.c
416
printf(", ");
scripts/dtc/util.c
422
printf(" = <");
scripts/dtc/util.c
424
printf("0x%08" PRIx32 "%s", fdt32_to_cpu(cell[i]),
scripts/dtc/util.c
426
printf(">");
scripts/dtc/util.c
429
printf(" = [");
scripts/dtc/util.c
431
printf("%02x%s", *p++, i < len - 1 ? " " : "");
scripts/dtc/util.c
432
printf("]");
scripts/dtc/util.c
438
printf("Version: %s\n", DTC_VERSION);
scripts/dtc/util.h
21
#define PRINTF(i, j) __attribute__((format (printf, i, j)))
scripts/gen_packed_field_checks.c
11
printf("#define CHECK_PACKED_FIELDS_1(fields) \\\n");
scripts/gen_packed_field_checks.c
12
printf("\tCHECK_PACKED_FIELD(fields, 0)\n\n");
scripts/gen_packed_field_checks.c
18
printf("#define CHECK_PACKED_FIELDS_%d(fields) do { \\\n", i);
scripts/gen_packed_field_checks.c
19
printf("\tCHECK_PACKED_FIELDS_%d(fields); \\\n", i - 1);
scripts/gen_packed_field_checks.c
20
printf("\tCHECK_PACKED_FIELD(fields, %d); \\\n", i - 1);
scripts/gen_packed_field_checks.c
21
printf("} while (0)\n\n");
scripts/gen_packed_field_checks.c
24
printf("#define CHECK_PACKED_FIELDS(fields) \\\n");
scripts/gen_packed_field_checks.c
27
printf("\t__builtin_choose_expr(ARRAY_SIZE(fields) == %d, ({ CHECK_PACKED_FIELDS_%d(fields); }), \\\n",
scripts/gen_packed_field_checks.c
30
printf("\t({ BUILD_BUG_ON_MSG(1, \"CHECK_PACKED_FIELDS() must be regenerated to support array sizes larger than %d.\"); }) \\\n",
scripts/gen_packed_field_checks.c
34
printf(")");
scripts/gen_packed_field_checks.c
36
printf("\n");
scripts/gendwarfksyms/symbols.c
328
printf("#SYMVER %s 0x%08lx\n", sym->name, sym->crc);
scripts/genksyms/genksyms.c
689
printf("#SYMVER %s 0x%08lx\n", name, (unsigned long)crc);
scripts/genksyms/genksyms.h
72
void error_with_pos(const char *, ...) __attribute__ ((format(printf, 1, 2)));
scripts/insert-sys-cert.c
270
printf("Usage %s [-s <System.map>] -b <vmlinux> -c <certfile>\n", e);
scripts/ipe/polgen/polgen.c
14
printf("Usage: %s OutputFile (PolicyFile)\n", name);
scripts/kallsyms.c
282
printf(".globl %s\n", label);
scripts/kallsyms.c
283
printf("\t.balign 4\n");
scripts/kallsyms.c
284
printf("%s:\n", label);
scripts/kallsyms.c
346
printf("\t.section .rodata, \"a\"\n");
scripts/kallsyms.c
349
printf("\t.long\t%u\n", table_cnt);
scripts/kallsyms.c
350
printf("\n");
scripts/kallsyms.c
381
printf("\t.byte 0x%02x", table[i]->len);
scripts/kallsyms.c
385
printf("\t.byte 0x%02x, 0x%02x",
scripts/kallsyms.c
391
printf(", 0x%02x", table[i]->sym[k]);
scripts/kallsyms.c
399
printf("\t/* %s */\n", table[i]->sym);
scripts/kallsyms.c
401
printf("\n");
scripts/kallsyms.c
405
printf("\t.long\t%u\n", markers[i]);
scripts/kallsyms.c
406
printf("\n");
scripts/kallsyms.c
415
printf("\t.asciz\t\"%s\"\n", buf);
scripts/kallsyms.c
418
printf("\n");
scripts/kallsyms.c
422
printf("\t.short\t%d\n", best_idx[i]);
scripts/kallsyms.c
423
printf("\n");
scripts/kallsyms.c
437
printf("\t.long\t_text - . + (%d)\t/* %s */\n",
scripts/kallsyms.c
440
printf("\t.long\t%#x\t/* %s */\n",
scripts/kallsyms.c
444
printf("\n");
scripts/kallsyms.c
449
printf("\t.byte 0x%02x, 0x%02x, 0x%02x\t/* %s */\n",
scripts/kallsyms.c
454
printf("\n");
scripts/kconfig/conf.c
113
printf("KCONFIG_SEED=0x%X\n", seed);
scripts/kconfig/conf.c
294
printf("(NEW) ");
scripts/kconfig/conf.c
300
printf("%s\n", def);
scripts/kconfig/conf.c
310
printf("%s\n", def);
scripts/kconfig/conf.c
329
printf("%*s%s ", indent - 1, "", menu->prompt->text);
scripts/kconfig/conf.c
330
printf("(%s) ", sym->name);
scripts/kconfig/conf.c
333
printf("[%s] ", def);
scripts/kconfig/conf.c
362
printf("%*s%s ", indent - 1, "", menu->prompt->text);
scripts/kconfig/conf.c
364
printf("(%s) ", sym->name);
scripts/kconfig/conf.c
379
printf("/n");
scripts/kconfig/conf.c
381
printf("/m");
scripts/kconfig/conf.c
383
printf("/y");
scripts/kconfig/conf.c
384
printf("/?] ");
scripts/kconfig/conf.c
432
printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu));
scripts/kconfig/conf.c
440
printf("%*c %s\n", indent, '*', menu_get_prompt(child));
scripts/kconfig/conf.c
446
printf("%*c", indent, '>');
scripts/kconfig/conf.c
448
printf("%*c", indent, ' ');
scripts/kconfig/conf.c
449
printf(" %d. %s (%s)", cnt, menu_get_prompt(child),
scripts/kconfig/conf.c
453
printf(" (NEW)");
scripts/kconfig/conf.c
455
printf("\n");
scripts/kconfig/conf.c
457
printf("%*schoice", indent - 1, "");
scripts/kconfig/conf.c
459
printf("[1]: 1\n");
scripts/kconfig/conf.c
462
printf("[1-%d?]: ", cnt);
scripts/kconfig/conf.c
468
printf("%d\n", cnt);
scripts/kconfig/conf.c
537
printf("%*c\n%*c %s\n%*c\n",
scripts/kconfig/conf.c
56
printf("\n%s\n", str_get(&help));
scripts/kconfig/conf.c
590
printf("-----\n");
scripts/kconfig/conf.c
592
printf("-----\n");
scripts/kconfig/conf.c
596
printf("*\n* Restart config...\n*\n");
scripts/kconfig/conf.c
631
printf("Usage: %s [options] kconfig_file\n", progname);
scripts/kconfig/conf.c
632
printf("\n");
scripts/kconfig/conf.c
633
printf("Generic options:\n");
scripts/kconfig/conf.c
634
printf(" -h, --help Print this message and exit.\n");
scripts/kconfig/conf.c
635
printf(" -s, --silent Do not print log.\n");
scripts/kconfig/conf.c
636
printf("\n");
scripts/kconfig/conf.c
637
printf("Mode options:\n");
scripts/kconfig/conf.c
638
printf(" --listnewconfig List new options\n");
scripts/kconfig/conf.c
639
printf(" --helpnewconfig List new options and help text\n");
scripts/kconfig/conf.c
640
printf(" --oldaskconfig Start a new configuration using a line-oriented program\n");
scripts/kconfig/conf.c
641
printf(" --oldconfig Update a configuration using a provided .config as base\n");
scripts/kconfig/conf.c
642
printf(" --syncconfig Similar to oldconfig but generates configuration in\n"
scripts/kconfig/conf.c
644
printf(" --olddefconfig Same as oldconfig but sets new symbols to their default value\n");
scripts/kconfig/conf.c
645
printf(" --defconfig <file> New config with default defined in <file>\n");
scripts/kconfig/conf.c
646
printf(" --savedefconfig <file> Save the minimal current configuration to <file>\n");
scripts/kconfig/conf.c
647
printf(" --allnoconfig New config where all options are answered with no\n");
scripts/kconfig/conf.c
648
printf(" --allyesconfig New config where all options are answered with yes\n");
scripts/kconfig/conf.c
649
printf(" --allmodconfig New config where all options are answered with mod\n");
scripts/kconfig/conf.c
650
printf(" --alldefconfig New config with all symbols set to default\n");
scripts/kconfig/conf.c
651
printf(" --randconfig New config with random answer to all options\n");
scripts/kconfig/conf.c
652
printf(" --yes2modconfig Change answers from yes to mod if possible\n");
scripts/kconfig/conf.c
653
printf(" --mod2yesconfig Change answers from mod to yes if possible\n");
scripts/kconfig/conf.c
654
printf(" --mod2noconfig Change answers from mod to no if possible\n");
scripts/kconfig/conf.c
655
printf(" (If none of the above is given, --oldaskconfig is the default)\n");
scripts/kconfig/conf.c
656
printf("\n");
scripts/kconfig/conf.c
657
printf("Arguments:\n");
scripts/kconfig/conf.c
658
printf(" kconfig_file Top-level Kconfig file.\n");
scripts/kconfig/conf.c
84
printf("%s", str);
scripts/kconfig/confdata.c
154
__attribute__ ((format (printf, 1, 2)));
scripts/kconfig/confdata.c
157
__attribute__ ((format (printf, 1, 2)));
scripts/kconfig/confdata.c
182
printf("#\n# ");
scripts/kconfig/confdata.c
183
printf("%s", s);
scripts/kconfig/confdata.c
184
printf("\n#\n");
scripts/kconfig/expr.c
248
printf(" = ");
scripts/kconfig/expr.c
250
printf(" ?\n");
scripts/kconfig/expr.c
369
printf("optimize (");
scripts/kconfig/expr.c
371
printf(") || (");
scripts/kconfig/expr.c
373
printf(")?\n");
scripts/kconfig/expr.c
463
printf("optimize (");
scripts/kconfig/expr.c
465
printf(") && (");
scripts/kconfig/expr.c
467
printf(")?\n");
scripts/kconfig/expr.c
623
printf("boolean symbol %s tested for 'm'? test forced to 'n'\n", e->left.sym->name);
scripts/kconfig/expr.c
643
printf("boolean symbol %s tested for 'm'? test forced to 'y'\n", e->left.sym->name);
scripts/kconfig/expr.c
922
printf("expr_calc_value: %d?\n", e->type);
scripts/kconfig/expr.c
957
printf("expr_calc_value: relation %d?\n", e->type);
scripts/kconfig/gconf.c
1334
printf("%s [-s] <config>\n", av[0]);
scripts/kconfig/mconf.c
869
printf("%s", s);
scripts/kconfig/mconf.c
905
printf("\n\n"
scripts/kconfig/menu.c
816
printf("| ");
scripts/kconfig/menu.c
818
printf("|-- ");
scripts/kconfig/menu.c
821
printf(" ");
scripts/kconfig/menu.c
823
printf("`-- ");
scripts/kconfig/menu.c
829
printf("choice \"%s\"\n", menu->prompt->text);
scripts/kconfig/menu.c
832
printf("comment \"%s\"\n", menu->prompt->text);
scripts/kconfig/menu.c
835
printf("if\n");
scripts/kconfig/menu.c
838
printf("menu \"%s\"", menu->prompt->text);
scripts/kconfig/menu.c
840
printf("\n");
scripts/kconfig/menu.c
843
printf(" + ");
scripts/kconfig/menu.c
846
printf("symbol %s\n", menu->sym->name);
scripts/kconfig/nconf.c
1511
printf("Your terminal should have at "
scripts/kconfig/parser.y
19
#define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)
scripts/kconfig/preprocess.c
132
printf("%s\n", argv[0]);
scripts/kconfig/qconf.cc
1818
printf("%s [-s] <config>\n", progname);
scripts/mod/file2alias.c
47
static void __attribute__((format (printf, 3, 4)))
scripts/mod/mk_elfconfig.c
22
printf("#define KERNEL_ELFCLASS ELFCLASS32\n");
scripts/mod/mk_elfconfig.c
25
printf("#define KERNEL_ELFCLASS ELFCLASS64\n");
scripts/mod/modpost.c
1678
void __attribute__((format(printf, 2, 3))) buf_printf(struct buffer *buf,
scripts/mod/modpost.h
226
void __attribute__((format(printf, 2, 3)))
scripts/mod/modpost.h
92
void __attribute__((format(printf, 2, 3)))
scripts/recordmcount.h
479
printf("Section %s has mcount callers being ignored\n",
scripts/selinux/mdp/mdp.c
22
printf("usage: %s [-m] policy_file context_file\n", name);
scripts/selinux/mdp/mdp.c
258
printf("Wrote policy, but cannot open %s for writing\n", ctxout);
scripts/selinux/mdp/mdp.c
58
printf("Could not open %s for writing\n", polout);
scripts/unifdef.c
1131
printf("%s%3d", zerosyms ? "" : "\n", depth);
scripts/unifdef.c
1133
printf("%s%.*s%s",
scripts/unifdef.c
564
printf("#line %d%s", linenum, newline);
scripts/unifdef.c
605
printf("\n");
security/selinux/genheaders.c
22
printf("usage: %s flask.h av_permissions.h\n", progname);
tools/accounting/delaytop.c
1100
printf("Auto-switched sort field to: %s\n", field->name);
tools/accounting/delaytop.c
258
printf("Usage: delaytop [Options]\n"
tools/accounting/getdelays.c
248
printf("%-10s%15s%15s%15s%15s%15s%15s%15s%25s\n", \
tools/accounting/getdelays.c
252
printf(" %15llu%15llu%15llu%15llu%15.3fms%13.6fms%13.6fms%23s\n", \
tools/accounting/getdelays.c
262
printf("%-10s%15s%15s%15s%15s%15s%15s%15s\n", \
tools/accounting/getdelays.c
265
printf(" %15llu%15llu%15llu%15llu%15.3fms%13.6fms%13.6fms\n", \
tools/accounting/getdelays.c
274
printf("%-10s%15s%15s%15s%15s%15s\n", \
tools/accounting/getdelays.c
277
printf(" %15llu%15llu%15llu%15llu%15.3fms\n", \
tools/accounting/getdelays.c
288
printf("%-10s%15s%15s%15s%15s%15s\n", \
tools/accounting/getdelays.c
291
printf(" %15llu%15llu%15.3fms%13.6fms%13.6fms\n", \
tools/accounting/getdelays.c
298
printf("%-10s%15s%15s%15s\n", \
tools/accounting/getdelays.c
300
printf(" %15llu%15llu%15.3fms\n", \
tools/accounting/getdelays.c
310
printf("%-10s%15s%15s%15s%15s%15s%25s\n", \
tools/accounting/getdelays.c
313
printf(" %15llu%15llu%15.3fms%13.6fms%13.6fms%23s\n", \
tools/accounting/getdelays.c
321
printf("%-10s%15s%15s%15s%15s%15s\n", \
tools/accounting/getdelays.c
324
printf(" %15llu%15llu%15.3fms%13.6fms%13.6fms\n", \
tools/accounting/getdelays.c
331
printf("%-10s%15s%15s%15s\n", \
tools/accounting/getdelays.c
333
printf(" %15llu%15llu%15.3fms\n", \
tools/accounting/getdelays.c
342
printf("\n\n");
tools/accounting/getdelays.c
421
printf("\n\nTask %15s%15s\n"
tools/accounting/getdelays.c
429
printf("sleeping %llu, blocked %llu, running %llu, stopped %llu, "
tools/accounting/getdelays.c
440
printf("%s: read=%llu, write=%llu, cancelled_write=%llu\n",
tools/accounting/getdelays.c
480
printf("print delayacct stats ON\n");
tools/accounting/getdelays.c
484
printf("printing IO accounting\n");
tools/accounting/getdelays.c
488
printf("printing task/process context switch rates\n");
tools/accounting/getdelays.c
497
printf("write to file %s\n", logfile);
tools/accounting/getdelays.c
502
printf("receive buf size %d\n", rcvbufsz);
tools/accounting/getdelays.c
510
printf("cpumask %s maskset %d\n", cpumask, maskset);
tools/accounting/getdelays.c
547
printf("debug on\n");
tools/accounting/getdelays.c
551
printf("listen forever\n");
tools/accounting/getdelays.c
58
printf(fmt, ##arg); \
tools/accounting/getdelays.c
675
printf("PID\t%d\n", rtid);
tools/accounting/getdelays.c
680
printf("TGID\t%d\n", rtid);
tools/accounting/getdelays.c
728
printf("Sent deregister mask, retval %d\n", rc);
tools/accounting/procacct.c
206
printf(
tools/accounting/procacct.c
288
printf("write to file %s\n", logfile);
tools/accounting/procacct.c
293
printf("receive buf size %d\n", rcvbufsz);
tools/accounting/procacct.c
303
printf("debug on\n");
tools/accounting/procacct.c
316
printf("cpumask %s maskset %d\n", cpumask, maskset);
tools/accounting/procacct.c
400
printf("Sent deregister mask, retval %d\n", rc);
tools/accounting/procacct.c
69
printf(fmt, ##arg); \
tools/arch/x86/dell-uart-backlight-emulator/dell-uart-backlight-emulator.c
114
printf("Get version, reply: %s\n", version_str);
tools/arch/x86/dell-uart-backlight-emulator/dell-uart-backlight-emulator.c
124
printf("Set brightness %d\n", brightness);
tools/arch/x86/dell-uart-backlight-emulator/dell-uart-backlight-emulator.c
129
printf("Get brightness, reply: %d\n", brightness);
tools/arch/x86/dell-uart-backlight-emulator/dell-uart-backlight-emulator.c
138
printf("Set power %d\n", buf[2]);
tools/arch/x86/intel_sdsi/intel_sdsi.c
209
printf("%s\n", entry->d_name);
tools/arch/x86/intel_sdsi/intel_sdsi.c
266
printf("\n");
tools/arch/x86/intel_sdsi/intel_sdsi.c
267
printf("Socket information for device %s\n", s->dev_name);
tools/arch/x86/intel_sdsi/intel_sdsi.c
268
printf("\n");
tools/arch/x86/intel_sdsi/intel_sdsi.c
269
printf("PPIN: 0x%lx\n", s->regs.ppin);
tools/arch/x86/intel_sdsi/intel_sdsi.c
270
printf("NVRAM Content Authorization Error Status\n");
tools/arch/x86/intel_sdsi/intel_sdsi.c
271
printf(" SDSi Auth Err Sts: %s\n", !!s->regs.auth_err_sts.sdsi_content_auth_err ? "Error" : "Okay");
tools/arch/x86/intel_sdsi/intel_sdsi.c
274
printf(" Metering Auth Err Sts: %s\n", !!s->regs.auth_err_sts.sdsi_metering_auth_err ? "Error" : "Okay");
tools/arch/x86/intel_sdsi/intel_sdsi.c
276
printf("Enabled Features\n");
tools/arch/x86/intel_sdsi/intel_sdsi.c
277
printf(" On Demand: %s\n", !!s->regs.en_features.sdsi ? "Enabled" : "Disabled");
tools/arch/x86/intel_sdsi/intel_sdsi.c
278
printf(" Attestation: %s\n", !!s->regs.en_features.attestation ? "Enabled" : "Disabled");
tools/arch/x86/intel_sdsi/intel_sdsi.c
279
printf(" On Demand: %s\n", !!s->regs.en_features.sdsi ? "Enabled" : "Disabled");
tools/arch/x86/intel_sdsi/intel_sdsi.c
280
printf(" Metering: %s\n", !!s->regs.en_features.metering ? "Enabled" : "Disabled");
tools/arch/x86/intel_sdsi/intel_sdsi.c
281
printf("License Key (AKC) Provisioned: %s\n", !!s->regs.key_prov_sts.license_key_provisioned ? "Yes" : "No");
tools/arch/x86/intel_sdsi/intel_sdsi.c
282
printf("Authorization Failure Count\n");
tools/arch/x86/intel_sdsi/intel_sdsi.c
283
printf(" AKC Failure Count: %d\n", s->regs.auth_fail_count.key_failure_count);
tools/arch/x86/intel_sdsi/intel_sdsi.c
284
printf(" AKC Failure Threshold: %d\n", s->regs.auth_fail_count.key_failure_threshold);
tools/arch/x86/intel_sdsi/intel_sdsi.c
285
printf(" CAP Failure Count: %d\n", s->regs.auth_fail_count.auth_failure_count);
tools/arch/x86/intel_sdsi/intel_sdsi.c
286
printf(" CAP Failure Threshold: %d\n", s->regs.auth_fail_count.auth_failure_threshold);
tools/arch/x86/intel_sdsi/intel_sdsi.c
287
printf("Provisioning Availability\n");
tools/arch/x86/intel_sdsi/intel_sdsi.c
288
printf(" Updates Available: %d\n", s->regs.prov_avail.available);
tools/arch/x86/intel_sdsi/intel_sdsi.c
289
printf(" Updates Threshold: %d\n", s->regs.prov_avail.threshold);
tools/arch/x86/intel_sdsi/intel_sdsi.c
290
printf("NVRAM Udate Limit\n");
tools/arch/x86/intel_sdsi/intel_sdsi.c
291
printf(" 50%% Limit Reached: %s\n", !!s->regs.limits.sdsi_50_pct ? "Yes" : "No");
tools/arch/x86/intel_sdsi/intel_sdsi.c
292
printf(" 75%% Limit Reached: %s\n", !!s->regs.limits.sdsi_75_pct ? "Yes" : "No");
tools/arch/x86/intel_sdsi/intel_sdsi.c
293
printf(" 90%% Limit Reached: %s\n", !!s->regs.limits.sdsi_90_pct ? "Yes" : "No");
tools/arch/x86/intel_sdsi/intel_sdsi.c
295
printf("Socket ID: %ld\n", s->regs.extra.v1.socket_id & 0xF);
tools/arch/x86/intel_sdsi/intel_sdsi.c
297
printf("Socket ID: %ld\n", s->regs.extra.v2.socket_id & 0xF);
tools/arch/x86/intel_sdsi/intel_sdsi.c
386
printf("\n");
tools/arch/x86/intel_sdsi/intel_sdsi.c
387
printf("Meter certificate for device %s\n", s->dev_name);
tools/arch/x86/intel_sdsi/intel_sdsi.c
388
printf("\n");
tools/arch/x86/intel_sdsi/intel_sdsi.c
391
printf("Signature: %s\n", name);
tools/arch/x86/intel_sdsi/intel_sdsi.c
393
printf("Version: %d\n", mc->version);
tools/arch/x86/intel_sdsi/intel_sdsi.c
394
printf("Count Unit: %dms\n", mc->counter_unit);
tools/arch/x86/intel_sdsi/intel_sdsi.c
395
printf("PPIN: 0x%lx\n", mc->ppin);
tools/arch/x86/intel_sdsi/intel_sdsi.c
396
printf("Feature Bundle Length: %d\n", mc->bundle_length);
tools/arch/x86/intel_sdsi/intel_sdsi.c
399
printf("MMRC encoding: %s\n", name);
tools/arch/x86/intel_sdsi/intel_sdsi.c
401
printf("MMRC counter: %d\n", mc->mmrc_counter);
tools/arch/x86/intel_sdsi/intel_sdsi.c
415
printf("Number of Feature Counters: %ld\n", BUNDLE_COUNT(mc->bundle_length));
tools/arch/x86/intel_sdsi/intel_sdsi.c
420
printf(" %s: %d\n", feature, bec[count].counter);
tools/arch/x86/intel_sdsi/intel_sdsi.c
470
printf("\n");
tools/arch/x86/intel_sdsi/intel_sdsi.c
471
printf("State certificate for device %s\n", s->dev_name);
tools/arch/x86/intel_sdsi/intel_sdsi.c
472
printf("\n");
tools/arch/x86/intel_sdsi/intel_sdsi.c
473
printf("Content Type: %s\n", content_type(sc->content_type));
tools/arch/x86/intel_sdsi/intel_sdsi.c
474
printf("Region Revision ID: %d\n", sc->region_rev_id);
tools/arch/x86/intel_sdsi/intel_sdsi.c
475
printf("Header Size: %d\n", sc->header_size * 4);
tools/arch/x86/intel_sdsi/intel_sdsi.c
476
printf("Total Size: %d\n", sc->total_size);
tools/arch/x86/intel_sdsi/intel_sdsi.c
477
printf("OEM Key Size: %d\n", sc->key_size * 4);
tools/arch/x86/intel_sdsi/intel_sdsi.c
478
printf("Number of Licenses: %d\n", sc->num_licenses);
tools/arch/x86/intel_sdsi/intel_sdsi.c
483
printf("License blob Info:\n");
tools/arch/x86/intel_sdsi/intel_sdsi.c
484
printf(" License Key Revision ID: 0x%x\n", lki->key_rev_id);
tools/arch/x86/intel_sdsi/intel_sdsi.c
485
printf(" License Key Image Content: 0x%lx%lx%lx%lx%lx%lx\n",
tools/arch/x86/intel_sdsi/intel_sdsi.c
504
printf(" Blob %d:\n", count - 1);
tools/arch/x86/intel_sdsi/intel_sdsi.c
505
printf(" License blob size: %u\n", blob_size);
tools/arch/x86/intel_sdsi/intel_sdsi.c
506
printf(" License is valid: %s\n", license_valid ? "Yes" : "No");
tools/arch/x86/intel_sdsi/intel_sdsi.c
507
printf(" License blob type: %s\n", license_blob_type(lbc->type));
tools/arch/x86/intel_sdsi/intel_sdsi.c
508
printf(" License blob ID: 0x%lx\n", lbc->id);
tools/arch/x86/intel_sdsi/intel_sdsi.c
509
printf(" PPIN: 0x%lx\n", lbc->ppin);
tools/arch/x86/intel_sdsi/intel_sdsi.c
510
printf(" Previous PPIN: 0x%lx\n", lbc->previous_ppin);
tools/arch/x86/intel_sdsi/intel_sdsi.c
511
printf(" Blob revision ID: %u\n", lbc->rev_id);
tools/arch/x86/intel_sdsi/intel_sdsi.c
512
printf(" Number of Features: %u\n", lbc->num_bundles);
tools/arch/x86/intel_sdsi/intel_sdsi.c
516
printf(" Feature %d: %s\n", i, feature);
tools/arch/x86/intel_sdsi/intel_sdsi.c
582
printf("Provisioned %s file %s successfully\n", prov_file, bin_file);
tools/arch/x86/intel_sdsi/intel_sdsi.c
744
printf("Usage: %s [-l] [-d DEVNO [-i] [-s] [-m | -C] [-a FILE] [-c FILE]\n", prog);
tools/arch/x86/intel_sdsi/intel_sdsi.c
749
printf("Commands:\n");
tools/arch/x86/intel_sdsi/intel_sdsi.c
750
printf(" %-18s\t%s\n", "-l, --list", "list available On Demand devices");
tools/arch/x86/intel_sdsi/intel_sdsi.c
751
printf(" %-18s\t%s\n", "-d, --devno DEVNO", "On Demand device number");
tools/arch/x86/intel_sdsi/intel_sdsi.c
752
printf(" %-18s\t%s\n", "-i, --info", "show socket information");
tools/arch/x86/intel_sdsi/intel_sdsi.c
753
printf(" %-18s\t%s\n", "-s, --state", "show state certificate data");
tools/arch/x86/intel_sdsi/intel_sdsi.c
754
printf(" %-18s\t%s\n", "-m, --meter", "show meter certificate data");
tools/arch/x86/intel_sdsi/intel_sdsi.c
755
printf(" %-18s\t%s\n", "-C, --meter_current", "show live unattested meter data");
tools/arch/x86/intel_sdsi/intel_sdsi.c
756
printf(" %-18s\t%s\n", "-a, --akc FILE", "provision socket with AKC FILE");
tools/arch/x86/intel_sdsi/intel_sdsi.c
757
printf(" %-18s\t%s\n", "-c, --cap FILE>", "provision socket with CAP FILE");
tools/arch/x86/kcpuid/kcpuid.c
164
printf("0x%08x: subleafs:\n", leaf->index);
tools/arch/x86/kcpuid/kcpuid.c
166
printf(" %2d: EAX=0x%08x, EBX=0x%08x, ECX=0x%08x, EDX=0x%08x\n", leaf->sub,
tools/arch/x86/kcpuid/kcpuid.c
169
printf("0x%08x: EAX=0x%08x, EBX=0x%08x, ECX=0x%08x, EDX=0x%08x\n", leaf->index,
tools/arch/x86/kcpuid/kcpuid.c
220
printf("%s Leafs :\n", range_to_str(range));
tools/arch/x86/kcpuid/kcpuid.c
221
printf("================\n");
tools/arch/x86/kcpuid/kcpuid.c
476
printf("\t%-20s %s%s%s\n",
tools/arch/x86/kcpuid/kcpuid.c
488
printf("\t%-20s\t: 0x%-8x\t%s%s\n",
tools/arch/x86/kcpuid/kcpuid.c
501
printf("CPUID_0x%x_%s[0x%x]:\n", leaf, reg_name, subleaf);
tools/arch/x86/kcpuid/kcpuid.c
515
printf("\n");
tools/arch/x86/kcpuid/kcpuid.c
577
printf("CPU features:\n=============\n\n");
tools/bootconfig/include/linux/bootconfig.h
19
((cond) ? printf("Internal warning(%s:%d, %s): %s\n", \
tools/bootconfig/main.c
107
printf("\t");
tools/bootconfig/main.c
108
printf("}\n");
tools/bootconfig/main.c
128
printf("%s = ", key);
tools/bootconfig/main.c
130
printf("\"\"\n");
tools/bootconfig/main.c
36
printf("%c%s%c%s", q, val, q, xbc_node_is_array(node) ? ", " : eol);
tools/bootconfig/main.c
406
printf("Apply %s to %s\n", xbc_path, path);
tools/bootconfig/main.c
408
printf("\tNumber of nodes: %d\n", ret);
tools/bootconfig/main.c
409
printf("\tSize: %u bytes\n", (unsigned int)size);
tools/bootconfig/main.c
410
printf("\tChecksum: %u\n", (unsigned int)csum);
tools/bootconfig/main.c
483
printf("Usage: bootconfig [OPTIONS] <INITRD>\n"
tools/bootconfig/main.c
50
printf("\t");
tools/bootconfig/main.c
68
printf("%s.", xbc_node_get_data(node));
tools/bootconfig/main.c
73
printf("%s {\n", xbc_node_get_data(node));
tools/bootconfig/main.c
79
printf("%s = ", xbc_node_get_data(node));
tools/bootconfig/main.c
90
printf("%s;\n", xbc_node_get_data(node));
tools/bpf/bpf_dbg.c
87
__attribute__ ((format (printf, (pos_fmtstr), (pos_fmtargs))))
tools/bpf/bpf_exp.y
596
printf("{ %#04x, %2u, %2u, %#010x },\n", out[i].code,
tools/bpf/bpf_exp.y
604
printf("%u,", curr_instr);
tools/bpf/bpf_exp.y
606
printf("%u %u %u %u,", out[i].code,
tools/bpf/bpf_exp.y
608
printf("\n");
tools/bpf/bpf_jit_disasm.c
100
printf("\n");
tools/bpf/bpf_jit_disasm.c
215
printf("proglen of %u too big, stopping\n", proglen);
tools/bpf/bpf_jit_disasm.c
221
printf("Out of memory\n");
tools/bpf/bpf_jit_disasm.c
248
printf("%u bytes emitted from JIT compiler (pass:%d, flen:%d)\n",
tools/bpf/bpf_jit_disasm.c
250
printf("%lx + <x>:\n", base);
tools/bpf/bpf_jit_disasm.c
259
printf("Usage: bpf_jit_disasm [...]\n");
tools/bpf/bpf_jit_disasm.c
260
printf(" -o Also display related opcodes (default: off).\n");
tools/bpf/bpf_jit_disasm.c
261
printf(" -O <file> Write binary image of code to file, don't disassemble to stdout.\n");
tools/bpf/bpf_jit_disasm.c
262
printf(" -f <file> Read last image dump from file or stdin (default: klog).\n");
tools/bpf/bpf_jit_disasm.c
263
printf(" -h Display this help.\n");
tools/bpf/bpf_jit_disasm.c
91
printf("%4x:\t", pc);
tools/bpf/bpf_jit_disasm.c
96
printf("\n\t");
tools/bpf/bpf_jit_disasm.c
98
printf("%02x ", (uint8_t) image[pc + i]);
tools/bpf/bpftool/btf.c
1250
printf("%u: ", info->id);
tools/bpf/bpftool/btf.c
1252
printf("name [%s] ", name);
tools/bpf/bpftool/btf.c
1254
printf("name %s ", name);
tools/bpf/bpftool/btf.c
1256
printf("name <anon> ");
tools/bpf/bpftool/btf.c
1257
printf("size %uB", info->btf_size);
tools/bpf/bpftool/btf.c
1261
printf("%s%lu", n++ == 0 ? " prog_ids " : ",", (unsigned long)entry->value);
tools/bpf/bpftool/btf.c
1266
printf("%s%lu", n++ == 0 ? " map_ids " : ",", (unsigned long)entry->value);
tools/bpf/bpftool/btf.c
1271
printf("\n");
tools/bpf/bpftool/btf.c
131
printf("[%u] %s '%s'", id, btf_kind_str[btf_kind_safe(kind)],
tools/bpf/bpftool/btf.c
148
printf(" size=%u bits_offset=%u nr_bits=%u encoding=%s",
tools/bpf/bpftool/btf.c
163
printf(" type_id=%u", t->type);
tools/bpf/bpftool/btf.c
173
printf(" type_id=%u index_type_id=%u nr_elems=%u",
tools/bpf/bpftool/btf.c
190
printf(" size=%u vlen=%u", t->size, vlen);
tools/bpf/bpftool/btf.c
215
printf("\n\t'%s' type_id=%u bits_offset=%u",
tools/bpf/bpftool/btf.c
218
printf(" bitfield_size=%u", bit_sz);
tools/bpf/bpftool/btf.c
239
printf(" encoding=%s size=%u vlen=%u", encoding, t->size, vlen);
tools/bpf/bpftool/btf.c
254
printf("\n\t'%s' val=%d", name, v->val);
tools/bpf/bpftool/btf.c
256
printf("\n\t'%s' val=%u", name, (__u32)v->val);
tools/bpf/bpftool/btf.c
277
printf(" encoding=%s size=%u vlen=%u", encoding, t->size, vlen);
tools/bpf/bpftool/btf.c
293
printf("\n\t'%s' val=%lldLL", name,
tools/bpf/bpftool/btf.c
296
printf("\n\t'%s' val=%lluULL", name,
tools/bpf/bpftool/btf.c
311
printf(" fwd_kind=%s", fwd_kind);
tools/bpf/bpftool/btf.c
321
printf(" type_id=%u linkage=%s", t->type, linkage);
tools/bpf/bpftool/btf.c
336
printf(" ret_type_id=%u vlen=%u", t->type, vlen);
tools/bpf/bpftool/btf.c
347
printf("\n\t'%s' type_id=%u", name, p->type);
tools/bpf/bpftool/btf.c
364
printf(" type_id=%u, linkage=%s", t->type, linkage);
tools/bpf/bpftool/btf.c
380
printf(" size=%u vlen=%u", t->size, vlen);
tools/bpf/bpftool/btf.c
390
printf("\n\ttype_id=%u offset=%u size=%u",
tools/bpf/bpftool/btf.c
395
printf(" (%s '%s')",
tools/bpf/bpftool/btf.c
409
printf(" size=%u", t->size);
tools/bpf/bpftool/btf.c
419
printf(" type_id=%u component_idx=%d", t->type, tag->component_idx);
tools/bpf/bpftool/btf.c
430
printf("\n");
tools/bpf/bpftool/btf.c
520
printf("\n/* BPF kfuncs */\n");
tools/bpf/bpftool/btf.c
521
printf("#ifndef BPF_NO_KFUNC_PROTOTYPES\n");
tools/bpf/bpftool/btf.c
557
printf("extern ");
tools/bpf/bpftool/btf.c
562
printf("__bpf_fastcall ");
tools/bpf/bpftool/btf.c
572
printf(" __weak __ksym;\n");
tools/bpf/bpftool/btf.c
575
printf("#endif\n\n");
tools/bpf/bpftool/btf.c
782
printf("#ifndef __VMLINUX_H__\n");
tools/bpf/bpftool/btf.c
783
printf("#define __VMLINUX_H__\n");
tools/bpf/bpftool/btf.c
784
printf("\n");
tools/bpf/bpftool/btf.c
785
printf("#ifndef BPF_NO_PRESERVE_ACCESS_INDEX\n");
tools/bpf/bpftool/btf.c
786
printf("#pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record)\n");
tools/bpf/bpftool/btf.c
787
printf("#endif\n\n");
tools/bpf/bpftool/btf.c
788
printf("#ifndef __ksym\n");
tools/bpf/bpftool/btf.c
789
printf("#define __ksym __attribute__((section(\".ksyms\")))\n");
tools/bpf/bpftool/btf.c
790
printf("#endif\n\n");
tools/bpf/bpftool/btf.c
791
printf("#ifndef __weak\n");
tools/bpf/bpftool/btf.c
792
printf("#define __weak __attribute__((weak))\n");
tools/bpf/bpftool/btf.c
793
printf("#endif\n\n");
tools/bpf/bpftool/btf.c
794
printf("#ifndef __bpf_fastcall\n");
tools/bpf/bpftool/btf.c
795
printf("#if __has_attribute(bpf_fastcall)\n");
tools/bpf/bpftool/btf.c
796
printf("#define __bpf_fastcall __attribute__((bpf_fastcall))\n");
tools/bpf/bpftool/btf.c
797
printf("#else\n");
tools/bpf/bpftool/btf.c
798
printf("#define __bpf_fastcall\n");
tools/bpf/bpftool/btf.c
799
printf("#endif\n");
tools/bpf/bpftool/btf.c
800
printf("#endif\n\n");
tools/bpf/bpftool/btf.c
826
printf("#ifndef BPF_NO_PRESERVE_ACCESS_INDEX\n");
tools/bpf/bpftool/btf.c
827
printf("#pragma clang attribute pop\n");
tools/bpf/bpftool/btf.c
828
printf("#endif\n");
tools/bpf/bpftool/btf.c
829
printf("\n");
tools/bpf/bpftool/btf.c
830
printf("#endif /* __VMLINUX_H__ */\n");
tools/bpf/bpftool/btf_dumper.c
792
printf("%s%s [file:%s line_num:%u line_col:%u]\n",
tools/bpf/bpftool/btf_dumper.c
797
printf("%s%s\n", prefix, line);
tools/bpf/bpftool/btf_dumper.c
896
printf("; [%s", shortfile > file ? "..." : "");
tools/bpf/bpftool/btf_dumper.c
898
printf(" line:%u col:%u]\\l\\\n",
tools/bpf/bpftool/btf_dumper.c
903
printf("; ");
tools/bpf/bpftool/btf_dumper.c
905
printf("\\l\\\n");
tools/bpf/bpftool/cfg.c
395
printf("\tfn_%d_bb_%d [shape=%s,style=filled,label=\"",
tools/bpf/bpftool/cfg.c
399
printf("ENTRY");
tools/bpf/bpftool/cfg.c
401
printf("EXIT");
tools/bpf/bpftool/cfg.c
404
printf("{\\\n");
tools/bpf/bpftool/cfg.c
408
printf("}");
tools/bpf/bpftool/cfg.c
411
printf("\"];\n\n");
tools/bpf/bpftool/cfg.c
426
printf("\tfn_%d_bb_%d:s -> fn_%d_bb_%d:n [style=%s, color=%s, weight=%d, constraint=true",
tools/bpf/bpftool/cfg.c
429
printf("];\n");
tools/bpf/bpftool/cfg.c
456
printf("\tfn_%d_bb_%d:s -> fn_%d_bb_%d:n [style=\"invis\", constraint=true];\n",
tools/bpf/bpftool/cfg.c
465
printf("digraph \"DOT graph for eBPF program\" {\n");
tools/bpf/bpftool/cfg.c
467
printf("subgraph \"cluster_%d\" {\n\tstyle=\"dashed\";\n\tcolor=\"black\";\n\tlabel=\"func_%d ()\";\n",
tools/bpf/bpftool/cfg.c
471
printf("}\n");
tools/bpf/bpftool/cfg.c
473
printf("}\n");
tools/bpf/bpftool/cgroup.c
186
printf("%s%-8u ", level ? " " : "", info.id);
tools/bpf/bpftool/cgroup.c
188
printf("%-15s", attach_type_str);
tools/bpf/bpftool/cgroup.c
190
printf("type %-10u", attach_type);
tools/bpf/bpftool/cgroup.c
192
printf(" %-15s", prog_name);
tools/bpf/bpftool/cgroup.c
194
printf(" %-15s %-15s", attach_flags_str, prog_name);
tools/bpf/bpftool/cgroup.c
196
printf(" %-15s", attach_btf_name);
tools/bpf/bpftool/cgroup.c
198
printf(" attach_btf_obj_id=%u attach_btf_id=%u",
tools/bpf/bpftool/cgroup.c
200
printf("\n");
tools/bpf/bpftool/cgroup.c
371
printf("%-8s %-15s %-15s\n", "ID", "AttachType", "Name");
tools/bpf/bpftool/cgroup.c
373
printf("%-8s %-15s %-15s %-15s\n", "ID", "AttachType",
tools/bpf/bpftool/cgroup.c
437
printf("%s\n", fpath);
tools/bpf/bpftool/cgroup.c
517
printf("%s\n"
tools/bpf/bpftool/cgroup.c
522
printf("%s\n"
tools/bpf/bpftool/common.c
759
printf(" offloaded_to ");
tools/bpf/bpftool/common.c
761
printf("%s", name);
tools/bpf/bpftool/common.c
763
printf("ifindex %u ns_dev %llu ns_ino %llu",
tools/bpf/bpftool/feature.c
106
printf("#define %s%s %s\n", define_prefix,
tools/bpf/bpftool/feature.c
109
printf("/* %s%s is not set */\n", define_prefix, name);
tools/bpf/bpftool/feature.c
112
printf("%s is set to %s\n", name, value);
tools/bpf/bpftool/feature.c
114
printf("%s is not set\n", name);
tools/bpf/bpftool/feature.c
1246
printf("%s\n", name);
tools/bpf/bpftool/feature.c
126
printf("%s\n", define_comment);
tools/bpf/bpftool/feature.c
128
printf("%s\n", plain_title);
tools/bpf/bpftool/feature.c
137
printf("\n");
tools/bpf/bpftool/feature.c
205
printf("bpf() syscall for unprivileged users is enabled\n");
tools/bpf/bpftool/feature.c
208
printf("bpf() syscall restricted to privileged users (without recovery)\n");
tools/bpf/bpftool/feature.c
211
printf("bpf() syscall restricted to privileged users (admin can change)\n");
tools/bpf/bpftool/feature.c
214
printf("Unable to retrieve required privileges for bpf() syscall\n");
tools/bpf/bpftool/feature.c
217
printf("bpf() syscall restriction has unknown value %ld\n", res);
tools/bpf/bpftool/feature.c
234
printf("JIT compiler is disabled\n");
tools/bpf/bpftool/feature.c
237
printf("JIT compiler is enabled\n");
tools/bpf/bpftool/feature.c
240
printf("JIT compiler is enabled with debugging traces in kernel logs\n");
tools/bpf/bpftool/feature.c
243
printf("Unable to retrieve JIT-compiler status\n");
tools/bpf/bpftool/feature.c
246
printf("JIT-compiler status has unknown value %ld\n",
tools/bpf/bpftool/feature.c
264
printf("JIT compiler hardening is disabled\n");
tools/bpf/bpftool/feature.c
267
printf("JIT compiler hardening is enabled for unprivileged users\n");
tools/bpf/bpftool/feature.c
270
printf("JIT compiler hardening is enabled for all users\n");
tools/bpf/bpftool/feature.c
273
printf("Unable to retrieve JIT hardening status\n");
tools/bpf/bpftool/feature.c
276
printf("JIT hardening status has unknown value %ld\n",
tools/bpf/bpftool/feature.c
294
printf("JIT compiler kallsyms exports are disabled\n");
tools/bpf/bpftool/feature.c
297
printf("JIT compiler kallsyms exports are enabled for root\n");
tools/bpf/bpftool/feature.c
300
printf("Unable to retrieve JIT kallsyms export status\n");
tools/bpf/bpftool/feature.c
303
printf("JIT kallsyms exports status has unknown value %ld\n", res);
tools/bpf/bpftool/feature.c
320
printf("Unable to retrieve global memory limit for JIT compiler for unprivileged users\n");
tools/bpf/bpftool/feature.c
323
printf("Global memory limit for JIT compiler for unprivileged users is %ld bytes\n", res);
tools/bpf/bpftool/feature.c
630
printf("#define %sBPF__PROG_TYPE_%s__HELPER_%s %s\n",
tools/bpf/bpftool/feature.c
635
printf("\n\t- %s", helper_name[id]);
tools/bpf/bpftool/feature.c
665
printf("eBPF helpers supported for program type %s:",
tools/bpf/bpftool/feature.c
690
printf("\n");
tools/bpf/bpftool/feature.c
693
printf("\tProgram type not supported\n");
tools/bpf/bpftool/feature.c
695
printf("\tCould not determine which helpers are available\n");
tools/bpf/bpftool/feature.c
81
printf("#define %s%sHAVE_%s\n", define_prefix,
tools/bpf/bpftool/feature.c
84
printf("%s is %savailable\n", plain_name, res ? "" : "NOT ");
tools/bpf/bpftool/feature.c
936
printf("/*\n"
tools/bpf/bpftool/gen.c
1039
printf("\t\t\tchar __padding_%d[%u];\n", i, offset - next_offset);
tools/bpf/bpftool/gen.c
1047
printf("\t\t\t");
tools/bpf/bpftool/gen.c
1054
printf(";\n");
tools/bpf/bpftool/gen.c
1069
printf("\t\t\tstruct bpf_program *%s;\n", member_name);
tools/bpf/bpftool/gen.c
1097
printf("\t\t\tchar __unsupported_%d[%d];\n", i, size);
tools/bpf/bpftool/gen.c
1107
printf("\t\t\tchar __padding_end[%u];\n", size - next_offset);
tools/bpf/bpftool/gen.c
1147
printf("\t\tstruct %s__%s__%s {\n", obj_name, ident, type_name);
tools/bpf/bpftool/gen.c
1153
printf("\t\t} *%s;\n", ident);
tools/bpf/bpftool/gen.c
1177
printf("\tstruct {\n");
tools/bpf/bpftool/gen.c
1186
printf("\t} struct_ops;\n");
tools/bpf/bpftool/gen.c
1354
printf("\tstruct {\n");
tools/bpf/bpftool/gen.c
1359
printf("\t\tstruct bpf_map_desc %s;\n", ident);
tools/bpf/bpftool/gen.c
1361
printf("\t\tstruct bpf_map *%s;\n", ident);
tools/bpf/bpftool/gen.c
1363
printf("\t} maps;\n");
tools/bpf/bpftool/gen.c
1372
printf("\tstruct {\n");
tools/bpf/bpftool/gen.c
1375
printf("\t\tstruct bpf_prog_desc %s;\n",
tools/bpf/bpftool/gen.c
1378
printf("\t\tstruct bpf_program *%s;\n",
tools/bpf/bpftool/gen.c
1381
printf("\t} progs;\n");
tools/bpf/bpftool/gen.c
1385
printf("\tstruct {\n");
tools/bpf/bpftool/gen.c
1388
printf("\t\tint %s_fd;\n",
tools/bpf/bpftool/gen.c
1391
printf("\t\tstruct bpf_link *%s;\n",
tools/bpf/bpftool/gen.c
1402
printf("t\tint %s_fd;\n", ident);
tools/bpf/bpftool/gen.c
1404
printf("\t\tstruct bpf_link *%s;\n", ident);
tools/bpf/bpftool/gen.c
1407
printf("\t} links;\n");
tools/bpf/bpftool/gen.c
165
printf(" struct %s__%s {\n", obj_name, sec_ident);
tools/bpf/bpftool/gen.c
1782
printf("\tstruct {\n");
tools/bpf/bpftool/gen.c
1786
printf("\t\tstruct bpf_map *%s;\n", ident);
tools/bpf/bpftool/gen.c
1788
printf("\t} maps;\n");
tools/bpf/bpftool/gen.c
1796
printf("\tstruct {\n");
tools/bpf/bpftool/gen.c
1798
printf("\t\tstruct bpf_program *%s;\n",
tools/bpf/bpftool/gen.c
1801
printf("\t} progs;\n");
tools/bpf/bpftool/gen.c
210
printf("\t\tchar __pad%d[%d];\n",
tools/bpf/bpftool/gen.c
223
printf("\t\t");
tools/bpf/bpftool/gen.c
227
printf(";\n");
tools/bpf/bpftool/gen.c
231
printf(" } *%s;\n", sec_ident);
tools/bpf/bpftool/gen.c
303
printf(" struct %s__%s {\n", obj_name, map_ident);
tools/bpf/bpftool/gen.c
304
printf(" } *%s;\n", map_ident);
tools/bpf/bpftool/gen.c
355
printf(" struct %s__%s {\n", obj_name, sec_ident);
tools/bpf/bpftool/gen.c
380
printf("\t\t");
tools/bpf/bpftool/gen.c
389
printf("__typeof__(");
tools/bpf/bpftool/gen.c
396
printf(")");
tools/bpf/bpftool/gen.c
398
printf(" *%s;\n", var_name);
tools/bpf/bpftool/gen.c
400
printf(" } %s;\n", sec_ident);
tools/bpf/bpftool/gen.c
476
printf("\\\n");
tools/bpf/bpftool/gen.c
480
printf("\\0");
tools/bpf/bpftool/gen.c
482
printf("\\x%02x", (unsigned char)data[i]);
tools/bpf/bpftool/gen.c
549
printf("\t_Static_assert(sizeof(s->%s->%s) == %ld, \"unexpected size of '%s'\");\n",
tools/bpf/bpftool/gen.c
581
printf("\tint fd = skel_raw_tracepoint_open(\"%s\", prog_fd);\n", tp_name);
tools/bpf/bpftool/gen.c
586
printf("\tint fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER);\n");
tools/bpf/bpftool/gen.c
588
printf("\tint fd = skel_raw_tracepoint_open(NULL, prog_fd);\n");
tools/bpf/bpftool/gen.c
591
printf("\tint fd = ((void)prog_fd, 0); /* auto-attach not supported */\n");
tools/bpf/bpftool/gen.c
673
printf("\tskel_free_map_data(skel->%1$s, skel->maps.%1$s.initial_value, %2$zu);\n",
tools/bpf/bpftool/gen.c
958
printf("\tmap->mmaped = (void **)&obj->%s;\n", ident);
tools/bpf/bpftool/jit_disasm.c
124
printf("%s", buf);
tools/bpf/bpftool/jit_disasm.c
379
printf("%4x:" DISASM_SPACER, pc);
tools/bpf/bpftool/jit_disasm.c
403
printf("\n\t");
tools/bpf/bpftool/jit_disasm.c
405
printf("%02x ",
tools/bpf/bpftool/jit_disasm.c
412
printf("\n");
tools/bpf/bpftool/link.c
1020
printf("\n\tpinned %s", (char *)entry->pvalue);
tools/bpf/bpftool/link.c
1024
printf("\n");
tools/bpf/bpftool/link.c
637
printf("%u: ", info->id);
tools/bpf/bpftool/link.c
640
printf("%s ", link_type_str);
tools/bpf/bpftool/link.c
642
printf("type %u ", info->type);
tools/bpf/bpftool/link.c
645
printf("map %u ", info->struct_ops.map_id);
tools/bpf/bpftool/link.c
647
printf("prog %u ", info->prog_id);
tools/bpf/bpftool/link.c
656
printf("attach_type %s ", attach_type_str);
tools/bpf/bpftool/link.c
658
printf("attach_type %u ", attach_type);
tools/bpf/bpftool/link.c
674
printf("ifindex %s ", devname);
tools/bpf/bpftool/link.c
681
printf("target_name %s ", target_name);
tools/bpf/bpftool/link.c
684
printf("map_id %u ", info->iter.map.map_id);
tools/bpf/bpftool/link.c
687
printf("tid %u ", info->iter.task.tid);
tools/bpf/bpftool/link.c
689
printf("pid %u ", info->iter.task.pid);
tools/bpf/bpftool/link.c
693
printf("cgroup_id %llu ", info->iter.cgroup.cgroup_id);
tools/bpf/bpftool/link.c
694
printf("order %s ",
tools/bpf/bpftool/link.c
746
printf("\n\t%s", pfname);
tools/bpf/bpftool/link.c
748
printf("\n\tpf: %u", pf);
tools/bpf/bpftool/link.c
751
printf(" %s", hookname);
tools/bpf/bpftool/link.c
753
printf(", hook %u,", hook);
tools/bpf/bpftool/link.c
755
printf(" prio %d", info->netfilter.priority);
tools/bpf/bpftool/link.c
758
printf(" flags 0x%x", info->netfilter.flags);
tools/bpf/bpftool/link.c
771
printf("\n\tkretprobe.multi ");
tools/bpf/bpftool/link.c
773
printf("\n\tkprobe.multi ");
tools/bpf/bpftool/link.c
774
printf("func_cnt %u ", info->kprobe_multi.count);
tools/bpf/bpftool/link.c
776
printf("missed %llu ", info->kprobe_multi.missed);
tools/bpf/bpftool/link.c
790
printf("\n\t%-16s %-16s %s", "addr", "cookie", "func [module]");
tools/bpf/bpftool/link.c
795
printf("\n\t%016lx %-16llx %s",
tools/bpf/bpftool/link.c
798
printf(" [%s] ", dd.sym_mapping[i].module);
tools/bpf/bpftool/link.c
800
printf(" ");
tools/bpf/bpftool/link.c
817
printf("\n\turetprobe.multi ");
tools/bpf/bpftool/link.c
819
printf("\n\tuprobe.multi ");
tools/bpf/bpftool/link.c
821
printf("path %s ", (char *) u64_to_ptr(info->uprobe_multi.path));
tools/bpf/bpftool/link.c
822
printf("func_cnt %u ", info->uprobe_multi.count);
tools/bpf/bpftool/link.c
825
printf("pid %u ", info->uprobe_multi.pid);
tools/bpf/bpftool/link.c
827
printf("\n\t%-16s %-16s %-16s", "offset", "ref_ctr_offset", "cookies");
tools/bpf/bpftool/link.c
829
printf("\n\t0x%-16llx 0x%-16llx 0x%-16llx",
tools/bpf/bpftool/link.c
845
printf("\n\tkretprobe ");
tools/bpf/bpftool/link.c
847
printf("\n\tkprobe ");
tools/bpf/bpftool/link.c
849
printf("%llx ", info->perf_event.kprobe.addr);
tools/bpf/bpftool/link.c
850
printf("%s", buf);
tools/bpf/bpftool/link.c
852
printf("+%#x", info->perf_event.kprobe.offset);
tools/bpf/bpftool/link.c
854
printf(" missed %llu", info->perf_event.kprobe.missed);
tools/bpf/bpftool/link.c
856
printf(" cookie %llu", info->perf_event.kprobe.cookie);
tools/bpf/bpftool/link.c
857
printf(" ");
tools/bpf/bpftool/link.c
869
printf("\n\turetprobe ");
tools/bpf/bpftool/link.c
871
printf("\n\tuprobe ");
tools/bpf/bpftool/link.c
872
printf("%s+%#x ", buf, info->perf_event.uprobe.offset);
tools/bpf/bpftool/link.c
874
printf("cookie %llu ", info->perf_event.uprobe.cookie);
tools/bpf/bpftool/link.c
876
printf("ref_ctr_offset 0x%llx ", info->perf_event.uprobe.ref_ctr_offset);
tools/bpf/bpftool/link.c
887
printf("\n\ttracepoint %s ", buf);
tools/bpf/bpftool/link.c
889
printf("cookie %llu ", info->perf_event.tracepoint.cookie);
tools/bpf/bpftool/link.c
898
printf("\n\tevent ");
tools/bpf/bpftool/link.c
901
printf("%s:", perf_type);
tools/bpf/bpftool/link.c
903
printf("%u :", type);
tools/bpf/bpftool/link.c
907
printf("%s ", perf_config);
tools/bpf/bpftool/link.c
909
printf("%llu ", config);
tools/bpf/bpftool/link.c
912
printf("cookie %llu ", info->perf_event.event.cookie);
tools/bpf/bpftool/link.c
928
printf("\n\ttp '%s' ",
tools/bpf/bpftool/link.c
931
printf("cookie %llu ", info->raw_tracepoint.cookie);
tools/bpf/bpftool/link.c
941
printf("\n\tprog_type %s ", prog_type_str);
tools/bpf/bpftool/link.c
943
printf("\n\tprog_type %u ", prog_info.type);
tools/bpf/bpftool/link.c
947
printf("\n\ttarget_obj_id %u target_btf_id %u ",
tools/bpf/bpftool/link.c
951
printf("\n\tcookie %llu ", info->tracing.cookie);
tools/bpf/bpftool/link.c
954
printf("\n\tcgroup_id %zu ", (size_t)info->cgroup.cgroup_id);
tools/bpf/bpftool/link.c
961
printf("\n\tnetns_ino %u ", info->netns.netns_ino);
tools/bpf/bpftool/link.c
968
printf("\n\t");
tools/bpf/bpftool/link.c
973
printf("\n\t");
tools/bpf/bpftool/link.c
978
printf("\n\t");
tools/bpf/bpftool/link.c
979
printf("map_id %u ", info->sockmap.map_id);
tools/bpf/bpftool/link.c
983
printf("\n\t");
tools/bpf/bpftool/main.c
113
printf("%s %s", *nb_features ? "," : "", feature);
tools/bpf/bpftool/main.c
175
printf("%s v%s\n", bin_name, BPFTOOL_VERSION);
tools/bpf/bpftool/main.c
177
printf("%s v%d.%d.%d\n", bin_name, BPFTOOL_MAJOR_VERSION,
tools/bpf/bpftool/main.c
180
printf("using libbpf %s\n", libbpf_version_string());
tools/bpf/bpftool/main.c
181
printf("features:");
tools/bpf/bpftool/main.c
186
printf("\n");
tools/bpf/bpftool/main.c
430
printf("processed %u commands\n", lines);
tools/bpf/bpftool/map.c
1101
printf("key:\n");
tools/bpf/bpftool/map.c
1103
printf("\n\nNot found\n");
tools/bpf/bpftool/map.c
1175
printf("key:\n");
tools/bpf/bpftool/map.c
1177
printf("\n");
tools/bpf/bpftool/map.c
1179
printf("key: None\n");
tools/bpf/bpftool/map.c
1181
printf("next key:\n");
tools/bpf/bpftool/map.c
1183
printf("\n");
tools/bpf/bpftool/map.c
1395
printf("Error: empty map\n");
tools/bpf/bpftool/map.c
203
printf("key:%c", break_names ? '\n' : ' ');
tools/bpf/bpftool/map.c
206
printf(single_line ? " " : "\n");
tools/bpf/bpftool/map.c
208
printf("value:%c%s", break_names ? '\n' : ' ', error_msg);
tools/bpf/bpftool/map.c
210
printf("\n");
tools/bpf/bpftool/map.c
258
printf("key:%c", break_names ? '\n' : ' ');
tools/bpf/bpftool/map.c
261
printf(single_line ? " " : "\n");
tools/bpf/bpftool/map.c
266
printf("inner_map_id:%c", break_names ? '\n' : ' ');
tools/bpf/bpftool/map.c
267
printf("%u ", *(unsigned int *)value);
tools/bpf/bpftool/map.c
269
printf("value:%c", break_names ? '\n' : ' ');
tools/bpf/bpftool/map.c
274
printf("\n");
tools/bpf/bpftool/map.c
282
printf("key:\n");
tools/bpf/bpftool/map.c
284
printf("\n");
tools/bpf/bpftool/map.c
288
printf("value (CPU %02u):%c",
tools/bpf/bpftool/map.c
292
printf("\n");
tools/bpf/bpftool/map.c
545
printf("%u: ", info->id);
tools/bpf/bpftool/map.c
549
printf("%s ", map_type_str);
tools/bpf/bpftool/map.c
551
printf("type %u ", info->type);
tools/bpf/bpftool/map.c
554
printf("name %s ", info->name);
tools/bpf/bpftool/map.c
556
printf("flags 0x%x", info->map_flags);
tools/bpf/bpftool/map.c
558
printf("\n");
tools/bpf/bpftool/map.c
570
printf("\tkey %uB value %uB max_entries %u",
tools/bpf/bpftool/map.c
574
printf(" memlock %sB", memlock);
tools/bpf/bpftool/map.c
582
printf("\n\t");
tools/bpf/bpftool/map.c
589
printf("owner_prog_type %s ", prog_type_str);
tools/bpf/bpftool/map.c
591
printf("owner_prog_type %u ", prog_type);
tools/bpf/bpftool/map.c
594
printf("owner%s jited",
tools/bpf/bpftool/map.c
606
printf("\n\tpinned %s", (char *)entry->pvalue);
tools/bpf/bpftool/map.c
615
printf("\n\t");
tools/bpf/bpftool/map.c
618
printf("btf_id %u", info->btf_id);
tools/bpf/bpftool/map.c
621
printf("%sfrozen", info->btf_id ? " " : "");
tools/bpf/bpftool/map.c
625
printf("\n");
tools/bpf/bpftool/map.c
885
printf("Found %u element%s\n", num_elems,
tools/bpf/bpftool/map.c
945
printf("\n");
tools/bpf/bpftool/map_perf_ring.c
100
printf("lost %llu events\n", lost->lost);
tools/bpf/bpftool/map_perf_ring.c
102
printf("unknown event type=%u size=%u\n",
tools/bpf/bpftool/map_perf_ring.c
94
printf("== @%llu.%09llu CPU: %d index: %d =====\n",
tools/bpf/bpftool/map_perf_ring.c
98
printf("\n");
tools/bpf/bpftool/perf.c
118
printf("pid %d fd %d: prog_id %u ", pid, fd, prog_id);
tools/bpf/bpftool/perf.c
121
printf("raw_tracepoint %s\n", buf);
tools/bpf/bpftool/perf.c
124
printf("tracepoint %s\n", buf);
tools/bpf/bpftool/perf.c
128
printf("kprobe func %s offset %llu\n", buf,
tools/bpf/bpftool/perf.c
131
printf("kprobe addr %llu\n", probe_addr);
tools/bpf/bpftool/perf.c
135
printf("kretprobe func %s offset %llu\n", buf,
tools/bpf/bpftool/perf.c
138
printf("kretprobe addr %llu\n", probe_addr);
tools/bpf/bpftool/perf.c
141
printf("uprobe filename %s offset %llu\n", buf, probe_offset);
tools/bpf/bpftool/perf.c
144
printf("uretprobe filename %s offset %llu\n", buf,
tools/bpf/bpftool/pids.c
250
printf("\n\tbpf_cookie %llu", (unsigned long long) refs->bpf_cookie);
tools/bpf/bpftool/pids.c
252
printf("%s", prefix);
tools/bpf/bpftool/pids.c
256
printf("%s%s(%d)", i == 0 ? "" : ", ", ref->comm, ref->pid);
tools/bpf/bpftool/prog.c
213
printf(" map_ids ");
tools/bpf/bpftool/prog.c
215
printf("%u%s", map_ids[i],
tools/bpf/bpftool/prog.c
2255
printf("\n%18llu %-20s\n", profile_total_count, "run_cnt");
tools/bpf/bpftool/prog.c
2262
printf("%18llu %-20s", val->counter, metrics[m].name);
tools/bpf/bpftool/prog.c
2267
printf("# %8.2f %-30s",
tools/bpf/bpftool/prog.c
2272
printf("%-41s", "");
tools/bpf/bpftool/prog.c
2276
printf("(%4.2f%%)",
tools/bpf/bpftool/prog.c
2278
printf("\n");
tools/bpf/bpftool/prog.c
384
printf("\tmetadata:");
tools/bpf/bpftool/prog.c
396
printf("\n\t\t%s = ", name + BPF_METADATA_PREFIX_LEN);
tools/bpf/bpftool/prog.c
508
printf("%u: ", info->id);
tools/bpf/bpftool/prog.c
511
printf("%s ", prog_type_str);
tools/bpf/bpftool/prog.c
513
printf("type %u ", info->type);
tools/bpf/bpftool/prog.c
517
printf("name %s ", prog_name);
tools/bpf/bpftool/prog.c
520
printf("tag ");
tools/bpf/bpftool/prog.c
523
printf("%s", info->gpl_compatible ? " gpl" : "");
tools/bpf/bpftool/prog.c
525
printf(" run_time_ns %llu run_cnt %llu",
tools/bpf/bpftool/prog.c
528
printf(" recursion_misses %llu", info->recursion_misses);
tools/bpf/bpftool/prog.c
529
printf("\n");
tools/bpf/bpftool/prog.c
544
printf("\tloaded_at %s uid %u\n", buf, info->created_by_uid);
tools/bpf/bpftool/prog.c
547
printf("\txlated %uB", info->xlated_prog_len);
tools/bpf/bpftool/prog.c
550
printf(" jited %uB", info->jited_prog_len);
tools/bpf/bpftool/prog.c
552
printf(" not jited");
tools/bpf/bpftool/prog.c
556
printf(" memlock %sB", memlock);
tools/bpf/bpftool/prog.c
560
printf(" orphaned");
tools/bpf/bpftool/prog.c
569
printf("\n\tpinned %s", (char *)entry->pvalue);
tools/bpf/bpftool/prog.c
573
printf("\n\tbtf_id %u", info->btf_id);
tools/bpf/bpftool/prog.c
577
printf("\n");
tools/bpf/bpftool/prog.c
822
printf("%s:\n", func_sig);
tools/bpf/bpftool/prog.c
823
printf("%s:\n", sym_name);
tools/bpf/bpftool/prog.c
844
printf("\n");
tools/bpf/bpftool/prog.c
999
printf("\n");
tools/bpf/bpftool/struct_ops.c
330
printf("%u: %-15s %-32s\n", info->id, info->name,
tools/bpf/bpftool/token.c
71
printf("\n\t ");
tools/bpf/bpftool/token.c
73
printf("%-20s", str);
tools/bpf/bpftool/token.c
83
printf("token_info %s", mntent->mnt_dir);
tools/bpf/bpftool/token.c
88
printf("\n\t%s:", sets[i].header);
tools/bpf/bpftool/token.c
95
printf("\n");
tools/bpf/bpftool/tracelog.c
153
printf("%s", buff);
tools/bpf/bpftool/xlated_dumper.c
126
printf("%s", buf);
tools/bpf/bpftool/xlated_dumper.c
334
printf("%s:\n", func_sig);
tools/bpf/bpftool/xlated_dumper.c
352
printf("%4u: ", i);
tools/bpf/bpftool/xlated_dumper.c
356
printf(" ");
tools/bpf/bpftool/xlated_dumper.c
359
printf(" ");
tools/bpf/bpftool/xlated_dumper.c
362
printf("\n");
tools/bpf/bpftool/xlated_dumper.c
403
printf("; %s:\\l\\\n", func_sig);
tools/bpf/bpftool/xlated_dumper.c
418
printf("%u: ", insn_off);
tools/bpf/bpftool/xlated_dumper.c
422
printf("\\ \\ \\ \\ ");
tools/bpf/bpftool/xlated_dumper.c
425
printf(" ");
tools/bpf/bpftool/xlated_dumper.c
428
printf("\\l\\\n");
tools/bpf/bpftool/xlated_dumper.c
432
printf("| ");
tools/build/feature/test-compile.c
5
printf("Hello World!\n");
tools/build/feature/test-cplus-demangle.c
12
printf("demangled symbol: {%s}\n", tmp);
tools/build/feature/test-cplus-demangle.c
2
extern int printf(const char *format, ...);
tools/build/feature/test-cxa-demangle.cpp
14
printf("demangled symbol: {%s}\n", output);
tools/build/feature/test-libbfd.c
13
printf("demangled symbol: {%s}\n", tmp);
tools/build/feature/test-libbfd.c
4
extern int printf(const char *format, ...);
tools/build/fixdep.c
103
printf(" %s \\\n", s);
tools/build/fixdep.c
117
printf("\n%s: $(deps_%s)\n\n", target, target);
tools/build/fixdep.c
118
printf("$(deps_%s):\n", target);
tools/build/fixdep.c
39
printf("cmd_%s := %s\n\n", target, cmdline);
tools/build/fixdep.c
96
printf("source_%s := %s\n\n",
tools/build/fixdep.c
98
printf("deps_%s := \\\n",
tools/counter/counter_example.c
81
printf("Timestamp 0: %llu\tCount 0: %llu\n"
tools/counter/counter_watch_events.c
351
printf("Opening %s\n", device_name);
tools/counter/counter_watch_events.c
393
printf("Timestamp: %llu\tData: %llu\t event: %s\tch: %d\n",
tools/counter/counter_watch_events.c
64
printf("watch[%d] = {\n", nwatch);
tools/counter/counter_watch_events.c
66
printf(" [%d] =\t{\n"
tools/counter/counter_watch_events.c
82
printf("};\n");
tools/dma/dma_map_benchmark.c
119
printf("dma mapping benchmark: threads:%d seconds:%d node:%d dir:%s granule: %d\n",
tools/dma/dma_map_benchmark.c
121
printf("average map latency(us):%.1f standard deviation:%.1f\n",
tools/dma/dma_map_benchmark.c
123
printf("average unmap latency(us):%.1f standard deviation:%.1f\n",
tools/firewire/decode-fcp.c
163
printf("av/c %s, subunit_type=%s, subunit_id=%u, opcode=%s",
tools/firewire/decode-fcp.c
168
printf(", %s", info->fields[i].name);
tools/firewire/decode-fcp.c
170
printf("\n");
tools/firewire/decode-fcp.c
191
printf("cal fcp frame (cts=0x01)\n");
tools/firewire/decode-fcp.c
194
printf("ehs fcp frame (cts=0x02)\n");
tools/firewire/decode-fcp.c
197
printf("havi fcp frame (cts=0x03)\n");
tools/firewire/decode-fcp.c
200
printf("vendor specific fcp frame (cts=0x0e)\n");
tools/firewire/decode-fcp.c
203
printf("extended cts\n");
tools/firewire/decode-fcp.c
206
printf("reserved fcp frame (ctx=0x%02x)\n", frame->cts);
tools/firewire/nosy-dump.c
219
printf("BUG in handle_transaction\n");
tools/firewire/nosy-dump.c
236
printf("[no response]");
tools/firewire/nosy-dump.c
244
printf("\r\n");
tools/firewire/nosy-dump.c
622
printf("bus reset\r\n");
tools/firewire/nosy-dump.c
675
printf("%s%02hhx",
tools/firewire/nosy-dump.c
680
printf(" (%d more bytes)", length - print_length);
tools/firewire/nosy-dump.c
711
printf("%s", f->value_names[bits]);
tools/firewire/nosy-dump.c
713
printf("%s=[", f->name);
tools/firewire/nosy-dump.c
715
printf("]");
tools/firewire/nosy-dump.c
732
printf("%s=0x%0*llx", f->name, (f->width + 3) / 4, bits);
tools/firewire/nosy-dump.c
739
printf(", ");
tools/firewire/nosy-dump.c
748
printf("%6u ", data[0]);
tools/firewire/nosy-dump.c
751
printf("bus reset");
tools/firewire/nosy-dump.c
753
printf("short packet: ");
tools/firewire/nosy-dump.c
755
printf("%s%08x", i == 0 ? "[" : " ", data[i]);
tools/firewire/nosy-dump.c
756
printf("]");
tools/firewire/nosy-dump.c
768
printf("ext phy config: phy_id=%02x", pp->phy_config.root_id);
tools/firewire/nosy-dump.c
770
printf("phy config:");
tools/firewire/nosy-dump.c
772
printf(" set_root_id=%02x", pp->phy_config.root_id);
tools/firewire/nosy-dump.c
774
printf(" set_gap_count=%u", pp->phy_config.gap_count);
tools/firewire/nosy-dump.c
779
printf("link-on packet, phy_id=%02x", pp->link_on.phy_id);
tools/firewire/nosy-dump.c
784
printf("extended self id: phy_id=%02x, seq=%u",
tools/firewire/nosy-dump.c
790
printf("self id: phy_id=%02x, link %s, gap_count=%u speed=%s%s%s",
tools/firewire/nosy-dump.c
800
printf("unknown phy packet: ");
tools/firewire/nosy-dump.c
802
printf("%s%08x", i == 0 ? "[" : " ", data[i]);
tools/firewire/nosy-dump.c
803
printf("]");
tools/firewire/nosy-dump.c
814
printf(" [");
tools/firewire/nosy-dump.c
816
printf("]");
tools/firewire/nosy-dump.c
819
printf("\r\n");
tools/firewire/nosy-dump.c
852
printf(CLEAR HIDE_CURSOR
tools/firewire/nosy-dump.c
860
printf(" %-24s: %8d\n", packet_info[i].name, tcode_count[i]);
tools/firewire/nosy-dump.c
861
printf(SHOW_CURSOR "\n");
tools/firewire/nosy-dump.c
916
printf("dump tool for nosy sniffer, version %s\n", VERSION);
tools/gpio/gpio-event-mon.c
236
printf("No flags specified, listening on both rising and "
tools/gpio/gpio-watch.c
90
printf("line %u: %s at %" PRIu64 "\n",
tools/gpio/gpio-watch.c
98
printf("%s: <gpiochip> <line0> <line1> ...\n", argv[0]);
tools/iio/iio_event_monitor.c
303
printf("Event: time: %lld, type: %s", event->timestamp,
tools/iio/iio_event_monitor.c
307
printf("(%s)", iio_modifier_names[mod]);
tools/iio/iio_event_monitor.c
310
printf(", channel: %d", chan);
tools/iio/iio_event_monitor.c
312
printf("-%d", chan2);
tools/iio/iio_event_monitor.c
315
printf(", evtype: %s", iio_ev_type_text[ev_type]);
tools/iio/iio_event_monitor.c
318
printf(", direction: %s", iio_ev_dir_text[dir]);
tools/iio/iio_event_monitor.c
320
printf("\n");
tools/iio/iio_event_monitor.c
344
printf("%sabling: %s\n",
tools/iio/iio_event_monitor.c
389
printf("Found IIO device with name %s with device number %d\n",
tools/iio/iio_generic_buffer.c
118
printf("%05f ", ((float)val + info->offset) * info->scale);
tools/iio/iio_generic_buffer.c
120
printf("%05f ", ((float)input + info->offset) * info->scale);
tools/iio/iio_generic_buffer.c
141
printf("%05f ", ((float)val + info->offset) * info->scale);
tools/iio/iio_generic_buffer.c
143
printf("%05f ", ((float)input + info->offset) * info->scale);
tools/iio/iio_generic_buffer.c
166
printf("%" PRId64 " ", val);
tools/iio/iio_generic_buffer.c
168
printf("%05f ",
tools/iio/iio_generic_buffer.c
171
printf("%05f ", ((float)input + info->offset) * info->scale);
tools/iio/iio_generic_buffer.c
210
printf("\n");
tools/iio/iio_generic_buffer.c
234
printf("%sabling: %s\n",
tools/iio/iio_generic_buffer.c
473
printf("iio device number being used is %d\n", dev_num);
tools/iio/iio_generic_buffer.c
493
printf("trigger-less mode selected\n");
tools/iio/iio_generic_buffer.c
511
printf("iio trigger number being used is %d\n", trig_num);
tools/iio/iio_generic_buffer.c
548
printf("iio trigger number being used is %d\n", trig_num);
tools/iio/iio_generic_buffer.c
633
printf("%s %s\n", dev_dir_name, trigger_name);
tools/iio/iio_generic_buffer.c
95
printf("%05f ", ((float)val + info->offset) * info->scale);
tools/iio/iio_generic_buffer.c
97
printf("%05f ", ((float)input + info->offset) * info->scale);
tools/iio/lsiio.c
131
printf("\n");
tools/iio/lsiio.c
53
printf(" %-10s\n", ent->d_name);
tools/iio/lsiio.c
73
printf("Device %03d: %s\n", dev_idx, name);
tools/iio/lsiio.c
96
printf("Trigger %03d: %s\n", dev_idx, name);
tools/include/linux/compiler-gcc.h
41
#define __printf(a, b) __attribute__((format(printf, a, b)))
tools/include/nolibc/stdio.h
301
static __attribute__((unused, format(printf, 4, 0)))
tools/include/nolibc/stdio.h
440
static __attribute__((unused, format(printf, 2, 0)))
tools/include/nolibc/stdio.h
446
static __attribute__((unused, format(printf, 1, 0)))
tools/include/nolibc/stdio.h
452
static __attribute__((unused, format(printf, 2, 3)))
tools/include/nolibc/stdio.h
464
static __attribute__((unused, format(printf, 1, 2)))
tools/include/nolibc/stdio.h
476
static __attribute__((unused, format(printf, 2, 0)))
tools/include/nolibc/stdio.h
488
static __attribute__((unused, format(printf, 2, 3)))
tools/include/nolibc/stdio.h
510
static __attribute__((unused, format(printf, 3, 0)))
tools/include/nolibc/stdio.h
523
static __attribute__((unused, format(printf, 3, 4)))
tools/include/nolibc/stdio.h
536
static __attribute__((unused, format(printf, 2, 0)))
tools/include/nolibc/stdio.h
542
static __attribute__((unused, format(printf, 2, 3)))
tools/laptop/dslm/dslm.c
103
printf("%s: State-change to %s\n", myctime(curr_time),
tools/laptop/dslm/dslm.c
110
printf("\nTotal running time: %lus\n", curr_time - start_time);
tools/laptop/dslm/dslm.c
111
printf(" State changed %d times\n", changes);
tools/laptop/dslm/dslm.c
114
printf(" Time in sleep state: %lus (%.2f%%)\n", sleep_time, tmp);
tools/laptop/dslm/dslm.c
116
printf(" Time in active state: %lus (%.2f%%)\n", active_time, tmp);
tools/laptop/dslm/dslm.c
118
printf(" Time in unknown state: %lus (%.2f%%)\n", unknown_time, tmp);
tools/laptop/dslm/dslm.c
148
printf("Can't open %s, because: %s\n", disk, strerror(errno));
tools/laptop/dslm/dslm.c
153
printf("Waiting %d seconds for the system to settle down to "
tools/laptop/dslm/dslm.c
44
D(printf(" drive state is: %d\n", state));
tools/laptop/dslm/dslm.c
81
printf("Starting measurements\n");
tools/laptop/dslm/dslm.c
85
printf(" System is in state %s\n\n", state_name(last_state));
tools/leds/led_hw_brightness_mon.c
44
printf("Failed to open %s file\n", brightness_file_path);
tools/leds/led_hw_brightness_mon.c
61
printf("Failed to poll %s file (%d)\n",
tools/leds/led_hw_brightness_mon.c
75
printf("lseek failed (%d)\n", ret);
tools/leds/led_hw_brightness_mon.c
79
printf("[%ld.%09ld] %d\n", ts.tv_sec, ts.tv_nsec, atoi(buf));
tools/leds/uledmon.c
58
printf("[%ld.%09ld] %u\n", ts.tv_sec, ts.tv_nsec, brightness);
tools/lib/bpf/libbpf.c
73
#define __printf(a, b) __attribute__((format(printf, a, b)))
tools/lib/bpf/libbpf_internal.h
166
__attribute__((format(printf, 2, 3)));
tools/lib/perf/core.c
3
#define __printf(a, b) __attribute__((format(printf, a, b)))
tools/lib/perf/internal.h
9
__attribute__((format(printf, 2, 3)));
tools/lib/slab.c
24
printf("Allocating %p from malloc\n", ret);
tools/lib/slab.c
36
printf("Freeing %p to malloc\n", p);
tools/lib/slab.c
50
printf("Allocating %p from calloc\n", ret);
tools/lib/subcmd/help.c
151
printf(" ");
tools/lib/subcmd/help.c
161
printf("%-*s", size, cmds->names[n]->name);
tools/lib/subcmd/help.c
274
printf("available %s in '%s'\n", title, exec_path);
tools/lib/subcmd/help.c
275
printf("----------------");
tools/lib/subcmd/help.c
284
printf("%s available from elsewhere on your $PATH\n", title);
tools/lib/subcmd/help.c
285
printf("---------------------------------------");
tools/lib/subcmd/parse-options.c
662
printf("--%s ", options->long_name);
tools/lib/subcmd/parse-options.c
670
printf("%s ", subcommands[i]);
tools/lib/subcmd/parse-options.h
184
extern __noreturn __attribute__((format(printf,3,4)))
tools/mm/page-types.c
1242
printf("0x%016llx\t%s\t%s\n",
tools/mm/page-types.c
1351
printf("voffset\t");
tools/mm/page-types.c
1353
printf("foffset\t");
tools/mm/page-types.c
1355
printf("cgroup\t");
tools/mm/page-types.c
1357
printf("map-cnt\t");
tools/mm/page-types.c
1360
printf("offset\tlen\tflags\n");
tools/mm/page-types.c
1362
printf("offset\tflags\n");
tools/mm/page-types.c
1376
printf("\n\n");
tools/mm/page-types.c
1380
printf("\n");
tools/mm/page-types.c
391
printf("%lx\t", voff);
tools/mm/page-types.c
393
printf("%lx\t", voff);
tools/mm/page-types.c
395
printf("@%" PRIu64 "\t", cgroup0);
tools/mm/page-types.c
397
printf("%" PRIu64 "\t", mapcnt0);
tools/mm/page-types.c
398
printf("%lx\t%lx\t%s\n",
tools/mm/page-types.c
419
printf("%lx\t", voffset);
tools/mm/page-types.c
421
printf("%lx\t", voffset);
tools/mm/page-types.c
423
printf("@%" PRIu64 "\t", cgroup);
tools/mm/page-types.c
425
printf("%" PRIu64 "\t", mapcnt);
tools/mm/page-types.c
427
printf("%lx\t%s\n", offset, page_flag_name(flags));
tools/mm/page-types.c
434
printf(" flags\tpage-count MB"
tools/mm/page-types.c
439
printf("0x%016llx\t%10lu %8lu %s\t%s\n",
tools/mm/page-types.c
447
printf(" total\t%10lu %8lu\n",
tools/mm/page-types.c
827
printf(
tools/mm/page-types.c
867
printf("%16s%s", page_flag_names[i] + 2,
tools/mm/page-types.c
874
printf("\n "
tools/mm/page-types.c
943
printf("%s\tInode: %u\tSize: %llu (%llu pages)\n",
tools/mm/page-types.c
950
printf("Modify: %s (%ld seconds ago)\nAccess: %s (%ld seconds ago)\n",
tools/mm/page_owner_sort.c
504
printf("loaded %d\r", list_size);
tools/mm/page_owner_sort.c
639
printf("Usage: ./page_owner_sort [OPTIONS] <input> <output>\n"
tools/mm/page_owner_sort.c
829
printf("loaded %d\n", list_size);
tools/mm/page_owner_sort.c
831
printf("sorting ....\n");
tools/mm/page_owner_sort.c
835
printf("culling\n");
tools/mm/slabinfo.c
1001
printf("#Objects %15s %15s %15s %15s\n",
tools/mm/slabinfo.c
1006
printf("#Slabs %15s %15s %15s %15s\n",
tools/mm/slabinfo.c
1011
printf("#PartSlab %15s %15s %15s %15s\n",
tools/mm/slabinfo.c
1016
printf("%%PartSlab%15s%% %15s%% %15s%% %15s%%\n",
tools/mm/slabinfo.c
1022
printf("PartObjs %15s %15s %15s %15s\n",
tools/mm/slabinfo.c
1028
printf("%% PartObj%15s%% %15s%% %15s%% %15s%%\n",
tools/mm/slabinfo.c
1033
printf("Memory %15s %15s %15s %15s\n",
tools/mm/slabinfo.c
1038
printf("Used %15s %15s %15s %15s\n",
tools/mm/slabinfo.c
1043
printf("Loss %15s %15s %15s %15s\n",
tools/mm/slabinfo.c
1046
printf("\n");
tools/mm/slabinfo.c
1047
printf("Per Object Average "
tools/mm/slabinfo.c
1049
printf("---------------------------------------"
tools/mm/slabinfo.c
1054
printf("Memory %15s %15s %15s\n",
tools/mm/slabinfo.c
1058
printf("User %15s %15s %15s\n",
tools/mm/slabinfo.c
1063
printf("Loss %15s %15s %15s\n",
tools/mm/slabinfo.c
113
printf("slabinfo 4/15/2011. (c) 2007 sgi/(c) 2011 Linux Foundation.\n\n"
tools/mm/slabinfo.c
1171
printf(" %s", a->name);
tools/mm/slabinfo.c
1175
printf("\n%-12s <- %s", a->slab->name, a->name);
tools/mm/slabinfo.c
1179
printf("%-15s -> %s\n", a->name, a->slab->name);
tools/mm/slabinfo.c
1182
printf("\n");
tools/mm/slabinfo.c
1360
printf("%s%s", heading, underline);
tools/mm/slabinfo.c
1390
printf("\n");
tools/mm/slabinfo.c
343
printf("Name Objects Alloc Free"
tools/mm/slabinfo.c
346
printf("Name Objects Objsize %s "
tools/mm/slabinfo.c
394
printf("\n%s: No NUMA information available.\n", s->name);
tools/mm/slabinfo.c
402
printf("\n%-21s:", mode ? "NUMA nodes" : "Slab");
tools/mm/slabinfo.c
404
printf(" %4d", node);
tools/mm/slabinfo.c
405
printf("\n----------------------");
tools/mm/slabinfo.c
407
printf("-----");
tools/mm/slabinfo.c
408
printf("\n");
tools/mm/slabinfo.c
410
printf("%-21s ", mode ? "All slabs" : s->name);
tools/mm/slabinfo.c
415
printf(" %4s", b);
tools/mm/slabinfo.c
417
printf("\n");
tools/mm/slabinfo.c
419
printf("%-21s ", "Partial slabs");
tools/mm/slabinfo.c
424
printf(" %4s", b);
tools/mm/slabinfo.c
426
printf("\n");
tools/mm/slabinfo.c
433
printf("\n%s: Kernel object allocation\n", s->name);
tools/mm/slabinfo.c
434
printf("-----------------------------------------------------------------------\n");
tools/mm/slabinfo.c
436
printf("%s", buffer);
tools/mm/slabinfo.c
438
printf("%s", buffer);
tools/mm/slabinfo.c
440
printf("No Data\n");
tools/mm/slabinfo.c
442
printf("\n%s: Kernel object freeing\n", s->name);
tools/mm/slabinfo.c
443
printf("------------------------------------------------------------------------\n");
tools/mm/slabinfo.c
445
printf("%s", buffer);
tools/mm/slabinfo.c
447
printf("%s", buffer);
tools/mm/slabinfo.c
449
printf("No Data\n");
tools/mm/slabinfo.c
459
printf("\n%s: kmem_cache operations\n", s->name);
tools/mm/slabinfo.c
460
printf("--------------------------------------------\n");
tools/mm/slabinfo.c
461
printf("%s", buffer);
tools/mm/slabinfo.c
463
printf("\n%s has no kmem_cache operations\n", s->name);
tools/mm/slabinfo.c
488
printf("\n");
tools/mm/slabinfo.c
489
printf("Slab Perf Counter Alloc Free %%Al %%Fr\n");
tools/mm/slabinfo.c
490
printf("--------------------------------------------------\n");
tools/mm/slabinfo.c
491
printf("Fastpath %8lu %8lu %3lu %3lu\n",
tools/mm/slabinfo.c
495
printf("Slowpath %8lu %8lu %3lu %3lu\n",
tools/mm/slabinfo.c
499
printf("Page Alloc %8lu %8lu %3lu %3lu\n",
tools/mm/slabinfo.c
503
printf("Add partial %8lu %8lu %3lu %3lu\n",
tools/mm/slabinfo.c
508
printf("Remove partial %8lu %8lu %3lu %3lu\n",
tools/mm/slabinfo.c
513
printf("Cpu partial list %8lu %8lu %3lu %3lu\n",
tools/mm/slabinfo.c
518
printf("RemoteObj/SlabFrozen %8lu %8lu %3lu %3lu\n",
tools/mm/slabinfo.c
523
printf("Total %8lu %8lu\n\n", total_alloc, total_free);
tools/mm/slabinfo.c
526
printf("Flushes %8lu\n", s->cpuslab_flush);
tools/mm/slabinfo.c
532
printf("\nSlab Deactivation Occurrences %%\n");
tools/mm/slabinfo.c
533
printf("-------------------------------------------------\n");
tools/mm/slabinfo.c
534
printf("Slab full %7lu %3lu%%\n",
tools/mm/slabinfo.c
536
printf("Slab empty %7lu %3lu%%\n",
tools/mm/slabinfo.c
538
printf("Moved to head of partial list %7lu %3lu%%\n",
tools/mm/slabinfo.c
540
printf("Moved to tail of partial list %7lu %3lu%%\n",
tools/mm/slabinfo.c
542
printf("Deactivation bypass %7lu %3lu%%\n",
tools/mm/slabinfo.c
544
printf("Refilled from foreign frees %7lu %3lu%%\n",
tools/mm/slabinfo.c
546
printf("Node mismatch %7lu %3lu%%\n",
tools/mm/slabinfo.c
551
printf("\nCmpxchg_double Looping\n------------------------\n");
tools/mm/slabinfo.c
552
printf("Locked Cmpxchg Double redos %lu\nUnlocked Cmpxchg Double redos %lu\n",
tools/mm/slabinfo.c
562
printf("\nSlabcache: %-15s Aliases: %2d Order : %2d Objects: %lu\n",
tools/mm/slabinfo.c
565
printf("** Hardware cacheline aligned\n");
tools/mm/slabinfo.c
567
printf("** Memory is allocated in a special DMA zone\n");
tools/mm/slabinfo.c
569
printf("** Slabs are destroyed via RCU\n");
tools/mm/slabinfo.c
571
printf("** Reclaim accounting active\n");
tools/mm/slabinfo.c
573
printf("\nSizes (bytes) Slabs Debug Memory\n");
tools/mm/slabinfo.c
574
printf("------------------------------------------------------------------------\n");
tools/mm/slabinfo.c
575
printf("Object : %7d Total : %7ld Sanity Checks : %s Total: %7ld\n",
tools/mm/slabinfo.c
578
printf("SlabObj: %7d Full : %7ld Redzoning : %s Used : %7ld\n",
tools/mm/slabinfo.c
581
printf("SlabSiz: %7d Partial: %7ld Poisoning : %s Loss : %7ld\n",
tools/mm/slabinfo.c
584
printf("Loss : %7d CpuSlab: %7d Tracking : %s Lalig: %7ld\n",
tools/mm/slabinfo.c
587
printf("Align : %7d Objects: %7d Tracing : %s Lpadd: %7ld\n",
tools/mm/slabinfo.c
659
printf("%-21s %8ld %10ld %10ld %3ld %3ld %5ld %1d %4ld %4ld\n",
tools/mm/slabinfo.c
667
printf("%-21s %8ld %7d %15s %14s %4d %1d %3ld %3ld %s\n",
tools/mm/slabinfo.c
954
printf("No objects\n");
tools/mm/slabinfo.c
958
printf("No slabs\n");
tools/mm/slabinfo.c
980
printf("Slabcache Totals\n");
tools/mm/slabinfo.c
981
printf("----------------\n");
tools/mm/slabinfo.c
982
printf("Slabcaches : %15d Aliases : %11d->%-3d Active: %3d\n",
tools/mm/slabinfo.c
987
printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3);
tools/mm/slabinfo.c
991
printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3);
tools/mm/slabinfo.c
993
printf("\n");
tools/mm/slabinfo.c
994
printf("Per Cache Average "
tools/mm/slabinfo.c
996
printf("---------------------------------------"
tools/mm/thp_swap_allocator_test.c
225
printf("Iteration %d: swpout inc: %lu, swpout fallback inc: %lu, Fallback percentage: %.2f%%\n",
tools/net/ynl/samples/devlink.c
27
printf("%s/%s:\n", d->bus_name, d->dev_name);
tools/net/ynl/samples/devlink.c
39
printf(" driver: %s\n", info_rsp->info_driver_name);
tools/net/ynl/samples/devlink.c
41
printf(" running fw:\n");
tools/net/ynl/samples/devlink.c
43
printf(" %s: %s\n",
tools/net/ynl/samples/devlink.c
46
printf(" ...\n");
tools/net/ynl/samples/ethtool.c
28
printf("Channels:\n");
tools/net/ynl/samples/ethtool.c
30
printf(" %8s: ", dev->header.dev_name);
tools/net/ynl/samples/ethtool.c
32
printf("rx %d ", dev->rx_count);
tools/net/ynl/samples/ethtool.c
34
printf("tx %d ", dev->tx_count);
tools/net/ynl/samples/ethtool.c
36
printf("combined %d ", dev->combined_count);
tools/net/ynl/samples/ethtool.c
37
printf("\n");
tools/net/ynl/samples/ethtool.c
46
printf("Rings:\n");
tools/net/ynl/samples/ethtool.c
48
printf(" %8s: ", dev->header.dev_name);
tools/net/ynl/samples/ethtool.c
50
printf("rx %d ", dev->rx);
tools/net/ynl/samples/ethtool.c
52
printf("tx %d ", dev->tx);
tools/net/ynl/samples/ethtool.c
53
printf("\n");
tools/net/ynl/samples/netdev.c
29
printf("%8s", name);
tools/net/ynl/samples/netdev.c
30
printf("[%d]\t", d->ifindex);
tools/net/ynl/samples/netdev.c
35
printf("xdp-features (%llx):", d->xdp_features);
tools/net/ynl/samples/netdev.c
38
printf(" %s", netdev_xdp_act_str(1 << i));
tools/net/ynl/samples/netdev.c
41
printf(" xdp-rx-metadata-features (%llx):", d->xdp_rx_metadata_features);
tools/net/ynl/samples/netdev.c
44
printf(" %s", netdev_xdp_rx_metadata_str(1 << i));
tools/net/ynl/samples/netdev.c
47
printf(" xsk-features (%llx):", d->xsk_features);
tools/net/ynl/samples/netdev.c
50
printf(" %s", netdev_xsk_flags_str(1 << i));
tools/net/ynl/samples/netdev.c
53
printf(" xdp-zc-max-segs=%u", d->xdp_zc_max_segs);
tools/net/ynl/samples/netdev.c
57
printf(" (ntf: %s)", name);
tools/net/ynl/samples/netdev.c
58
printf("\n");
tools/net/ynl/samples/netdev.c
81
printf("Select ifc ($ifindex; or 0 = dump; or -2 ntf check): ");
tools/net/ynl/samples/ovs.c
36
printf("Dump:\n");
tools/net/ynl/samples/ovs.c
45
printf(" %s(%d): pid:%u cache:%u\n",
tools/net/ynl/samples/rt-addr.c
21
printf("%16s: ", name);
tools/net/ynl/samples/rt-addr.c
37
printf("%s", addr);
tools/net/ynl/samples/rt-addr.c
39
printf("[%d]", a->_len.address);
tools/net/ynl/samples/rt-addr.c
41
printf("\n");
tools/net/ynl/samples/rt-link.c
16
printf("%3d: ", r->_hdr.ifi_index);
tools/net/ynl/samples/rt-link.c
19
printf("%16s: ", r->ifname);
tools/net/ynl/samples/rt-link.c
22
printf("mtu %5d ", r->mtu);
tools/net/ynl/samples/rt-link.c
25
printf("kind %-8s ", r->linkinfo.kind);
tools/net/ynl/samples/rt-link.c
27
printf(" %8s ", "");
tools/net/ynl/samples/rt-link.c
30
printf("altname ");
tools/net/ynl/samples/rt-link.c
32
printf("%s ", r->prop_list.alt_ifname[i]->str);
tools/net/ynl/samples/rt-link.c
33
printf(" ");
tools/net/ynl/samples/rt-link.c
41
printf("primary %d ", netkit->primary);
tools/net/ynl/samples/rt-link.c
47
printf("policy %s ", name);
tools/net/ynl/samples/rt-link.c
50
printf("\n");
tools/net/ynl/samples/rt-link.c
78
printf("Testing error message for policy being bad:\n\t%s\n", ys->err.msg);
tools/net/ynl/samples/rt-route.c
26
printf("oif: %-16s ", name);
tools/net/ynl/samples/rt-route.c
32
printf("dst: %s/%d", route, r->_hdr.rtm_dst_len);
tools/net/ynl/samples/rt-route.c
38
printf("gateway: %s ", route);
tools/net/ynl/samples/rt-route.c
41
printf("\n");
tools/net/ynl/samples/tc-filter-add.c
101
printf("%s pref %u proto: %#x\n", f->kind,
tools/net/ynl/samples/tc-filter-add.c
52
printf("%s ", vlan_act_name(vlan->parms));
tools/net/ynl/samples/tc-filter-add.c
54
printf("id %u ", vlan->push_vlan_id);
tools/net/ynl/samples/tc-filter-add.c
56
printf("protocol %#x ", ntohs(vlan->push_vlan_protocol));
tools/net/ynl/samples/tc-filter-add.c
58
printf("priority %u ", vlan->push_vlan_priority);
tools/net/ynl/samples/tc-filter-add.c
65
printf("%s ", gact_act_name(p));
tools/net/ynl/samples/tc-filter-add.c
73
printf("%s:\n", kind);
tools/net/ynl/samples/tc-filter-add.c
76
printf(" vlan_id: %u\n", flower->key_vlan_id);
tools/net/ynl/samples/tc-filter-add.c
78
printf(" vlan_prio: %u\n", flower->key_vlan_prio);
tools/net/ynl/samples/tc-filter-add.c
80
printf(" num_of_vlans: %u\n", flower->key_num_of_vlans);
tools/net/ynl/samples/tc-filter-add.c
84
printf("action order: %i %s ", i + 1, a->kind);
tools/net/ynl/samples/tc-filter-add.c
89
printf("\n");
tools/net/ynl/samples/tc-filter-add.c
91
printf("\n");
tools/net/ynl/samples/tc.c
18
printf("%16s: ", name);
tools/net/ynl/samples/tc.c
21
printf("%s ", q->kind);
tools/net/ynl/samples/tc.c
31
printf("limit: %dp ", fq_codel->limit);
tools/net/ynl/samples/tc.c
33
printf("target: %dms ",
tools/net/ynl/samples/tc.c
36
printf("new_flow_cnt: %d ",
tools/net/ynl/samples/tc.c
41
printf("\n");
tools/net/ynl/ynltool/json_writer.h
37
void __attribute__((format(printf, 2, 0))) jsonw_vprintf_enquote(json_writer_t *self,
tools/net/ynl/ynltool/json_writer.h
40
void __attribute__((format(printf, 2, 3))) jsonw_printf(json_writer_t *self,
tools/net/ynl/ynltool/main.c
67
printf("%s " SRC_VERSION "\n", bin_name);
tools/net/ynl/ynltool/main.h
47
void __attribute__((format(printf, 1, 2))) p_err(const char *fmt, ...);
tools/net/ynl/ynltool/main.h
48
void __attribute__((format(printf, 1, 2))) p_info(const char *fmt, ...);
tools/net/ynl/ynltool/page-pool.c
150
printf("<orphan>\t");
tools/net/ynl/ynltool/page-pool.c
154
printf("%8s", name);
tools/net/ynl/ynltool/page-pool.c
155
printf("[%u]\t", s->ifc);
tools/net/ynl/ynltool/page-pool.c
158
printf("page pools: %u (zombies: %u)\n",
tools/net/ynl/ynltool/page-pool.c
160
printf("\t\trefs: %zu bytes: %zu (refs: %zu bytes: %zu)\n",
tools/net/ynl/ynltool/page-pool.c
165
printf("\t\t");
tools/net/ynl/ynltool/page-pool.c
167
printf("\n");
tools/net/ynl/ynltool/page-pool.c
262
printf("pool id: %llu", pp->id);
tools/net/ynl/ynltool/page-pool.c
267
printf(" dev: %s", name);
tools/net/ynl/ynltool/page-pool.c
268
printf("[%u]", pp->ifindex);
tools/net/ynl/ynltool/page-pool.c
272
printf(" napi: %llu", pp->napi_id);
tools/net/ynl/ynltool/page-pool.c
274
printf("\n");
tools/net/ynl/ynltool/page-pool.c
277
printf(" inflight:");
tools/net/ynl/ynltool/page-pool.c
279
printf(" %llu pages", pp->inflight);
tools/net/ynl/ynltool/page-pool.c
281
printf(" %llu bytes", pp->inflight_mem);
tools/net/ynl/ynltool/page-pool.c
282
printf("\n");
tools/net/ynl/ynltool/page-pool.c
286
printf(" detached: %llu\n", pp->detach_time);
tools/net/ynl/ynltool/page-pool.c
289
printf(" dmabuf: %u\n", pp->dmabuf);
tools/net/ynl/ynltool/page-pool.c
293
printf(" ");
tools/net/ynl/ynltool/page-pool.c
295
printf("\n");
tools/net/ynl/ynltool/page-pool.c
91
printf("recycling: %.1lf%% (alloc: %zu:%zu recycle: %zu:%zu)",
tools/net/ynl/ynltool/qstats.c
131
printf(" ");
tools/net/ynl/ynltool/qstats.c
141
printf(" %15s: %15llu", name, val);
tools/net/ynl/ynltool/qstats.c
144
printf("\n");
tools/net/ynl/ynltool/qstats.c
158
printf("%s", name);
tools/net/ynl/ynltool/qstats.c
160
printf("ifindex:%u", qs->ifindex);
tools/net/ynl/ynltool/qstats.c
163
printf("\t%s-%-3u",
tools/net/ynl/ynltool/qstats.c
167
printf("\t ");
tools/net/ynl/ynltool/qstats.c
236
printf("\n");
tools/net/ynl/ynltool/qstats.c
372
printf(" %-12s: cv=%.1f%% ns=%.1f%% stddev=%.0f\n",
tools/net/ynl/ynltool/qstats.c
374
printf(" %-12s min=%llu max=%llu mean=%.0f\n",
tools/net/ynl/ynltool/qstats.c
443
printf("No queue statistics available\n");
tools/net/ynl/ynltool/qstats.c
535
printf("%s", name);
tools/net/ynl/ynltool/qstats.c
537
printf("ifindex:%u", ifindex);
tools/net/ynl/ynltool/qstats.c
538
printf(" %s %d queues:\n",
tools/net/ynl/ynltool/qstats.c
549
printf("\n");
tools/net/ynl/ynltool/qstats.c
616
printf("%s", name);
tools/net/ynl/ynltool/qstats.c
618
printf("ifindex:%u", qs->ifindex);
tools/net/ynl/ynltool/qstats.c
619
printf(": %.1f%% savings\n", savings);
tools/objtool/arch/loongarch/orc.c
150
printf(" (und) ");
tools/objtool/arch/loongarch/orc.c
152
printf("%s + %3d", reg_name(reg), offset);
tools/objtool/arch/loongarch/orc.c
158
printf("type:%s", orc_type_name(orc[i].type));
tools/objtool/arch/loongarch/orc.c
160
printf(" sp:");
tools/objtool/arch/loongarch/orc.c
163
printf(" fp:");
tools/objtool/arch/loongarch/orc.c
166
printf(" ra:");
tools/objtool/arch/loongarch/orc.c
169
printf(" signal:%d\n", orc[i].signal);
tools/objtool/arch/x86/orc.c
167
printf("(bp%+d)", offset);
tools/objtool/arch/x86/orc.c
169
printf("(sp)%+d", offset);
tools/objtool/arch/x86/orc.c
171
printf("(und)");
tools/objtool/arch/x86/orc.c
173
printf("%s%+d", reg_name(reg), offset);
tools/objtool/arch/x86/orc.c
178
printf("type:%s", orc_type_name(orc[i].type));
tools/objtool/arch/x86/orc.c
180
printf(" sp:");
tools/objtool/arch/x86/orc.c
183
printf(" bp:");
tools/objtool/arch/x86/orc.c
186
printf(" signal:%d\n", orc[i].signal);
tools/objtool/check.c
2041
printf("jl\\\tNOP\tJMP\n");
tools/objtool/check.c
2042
printf("short:\t%ld\t%ld\n", file->jl_nop_short, file->jl_short);
tools/objtool/check.c
2043
printf("long:\t%ld\t%ld\n", file->jl_nop_long, file->jl_long);
tools/objtool/check.c
398
printf("cfi_bits: %d\n", cfi_bits);
tools/objtool/check.c
5119
printf("nr_insns_visited: %ld\n", nr_insns_visited);
tools/objtool/check.c
5120
printf("nr_cfi: %ld\n", nr_cfi);
tools/objtool/check.c
5121
printf("nr_cfi_reused: %ld\n", nr_cfi_reused);
tools/objtool/check.c
5122
printf("nr_cfi_cache: %ld\n", nr_cfi_cache);
tools/objtool/check.c
519
printf("nr_insns: %lu\n", nr_insns);
tools/objtool/check.c
850
printf("ibt: ENDBR at function start: %d\n", file->nr_endbr);
tools/objtool/check.c
851
printf("ibt: ENDBR inside functions: %d\n", file->nr_endbr_int);
tools/objtool/check.c
852
printf("ibt: superfluous ENDBR: %d\n", idx);
tools/objtool/disas.c
1001
printf("%*s= %s\n", len, "", dalts[i].name);
tools/objtool/disas.c
1009
printf("%*s|\n", len, "");
tools/objtool/disas.c
1187
printf("%s:\n", func->name);
tools/objtool/disas.c
1207
printf("\n");
tools/objtool/disas.c
896
printf("| %-*s ", dalt->width, "");
tools/objtool/disas.c
902
printf("| %-*s ", dalt->width, str ?: "");
tools/objtool/disas.c
910
printf("| %-*s ", dalt->width, "");
tools/objtool/disas.c
918
printf("\n");
tools/objtool/disas.c
943
printf("| %-*s ", dalts[0].width, alt_name);
tools/objtool/disas.c
946
printf("| %-*s ", dalts[i].width, dalts[i].name);
tools/objtool/disas.c
948
printf("\n");
tools/objtool/disas.c
977
printf("%s\n", alt_name);
tools/objtool/disas.c
993
printf("%*s= %-*s (if %s)\n", len, "", width,
tools/objtool/elf.c
1114
printf("max_reloc: %lu\n", max_reloc);
tools/objtool/elf.c
1115
printf("num_relocs: %lu\n", elf->num_relocs);
tools/objtool/elf.c
1116
printf("reloc_bits: %d\n", elf->reloc_bits);
tools/objtool/elf.c
430
printf("nr_sections: %lu\n", (unsigned long)sections_nr);
tools/objtool/elf.c
431
printf("section_bits: %d\n", elf->section_bits);
tools/objtool/elf.c
623
printf("nr_symbols: %lu\n", (unsigned long)symbols_nr);
tools/objtool/elf.c
624
printf("symbol_bits: %d\n", elf->symbol_bits);
tools/objtool/klp-diff.c
698
printf("%s: new function: %s\n", objname, patched_sym->name);
tools/objtool/klp-diff.c
707
printf("%s: changed function: %s\n", objname, patched_sym->name);
tools/objtool/orc_dump.c
143
printf("%s+%llx:", name, (unsigned long long)rela.r_addend);
tools/objtool/orc_dump.c
146
printf("%llx:", (unsigned long long)(orc_ip_addr + (i * sizeof(int)) + orc_ip[i]));
tools/pcmcia/crc32hash.c
27
printf("no string passed as argument\n");
tools/pcmcia/crc32hash.c
31
printf("0x%x\n", result);
tools/perf/arch/x86/tests/amd-ibs-period.c
65
printf("malloc() failed. %m");
tools/perf/arch/x86/tests/amd-ibs-period.c
73
printf("mprotect() failed. %m");
tools/perf/bench/breakpoint.c
134
printf("Skipping perf bench breakpoint thread: No hardware support\n");
tools/perf/bench/breakpoint.c
155
printf("# Created/joined %d threads with %d breakpoints and %d parallelism\n",
tools/perf/bench/breakpoint.c
157
printf(" %14s: %lu.%03lu [sec]\n\n", "Total time",
tools/perf/bench/breakpoint.c
160
printf(" %14lf usecs/op\n",
tools/perf/bench/breakpoint.c
162
printf(" %14lf usecs/op/cpu\n",
tools/perf/bench/breakpoint.c
167
printf("%lu.%03lu\n", (long)diff.tv_sec, (long)(diff.tv_usec / USEC_PER_MSEC));
tools/perf/bench/breakpoint.c
214
printf("Skipping perf bench breakpoint enable: No hardware support\n");
tools/perf/bench/breakpoint.c
247
printf("# Enabled/disabled breakpoint %d time with %d passive and %d active threads\n",
tools/perf/bench/breakpoint.c
249
printf(" %14s: %lu.%03lu [sec]\n\n", "Total time",
tools/perf/bench/breakpoint.c
252
printf(" %14lf usecs/op\n", (double)result_usec / bench_repeat);
tools/perf/bench/breakpoint.c
255
printf("%lu.%03lu\n", (long)diff.tv_sec, (long)(diff.tv_usec / USEC_PER_MSEC));
tools/perf/bench/epoll-ctl.c
302
printf("\nAveraged %ld ADD operations (+- %.2f%%)\n",
tools/perf/bench/epoll-ctl.c
305
printf("Averaged %ld MOD operations (+- %.2f%%)\n",
tools/perf/bench/epoll-ctl.c
308
printf("Averaged %ld DEL operations (+- %.2f%%)\n",
tools/perf/bench/epoll-ctl.c
34
do { if (__verbose) printf(fmt, ## arg); } while (0)
tools/perf/bench/epoll-ctl.c
364
printf("Run summary [PID %d]: %d threads doing epoll_ctl ops "
tools/perf/bench/epoll-ctl.c
411
printf("[thread %2d] fdmap: %p [ add: %04ld; mod: %04ld; del: %04lds ops ]\n",
tools/perf/bench/epoll-ctl.c
415
printf("[thread %2d] fdmap: %p ... %p [ add: %04ld ops; mod: %04ld ops; del: %04ld ops ]\n",
tools/perf/bench/epoll-wait.c
287
printf("\nAveraged %ld operations/sec (+- %.2f%%), total secs = %d\n",
tools/perf/bench/epoll-wait.c
489
printf("Run summary [PID %d]: %d threads monitoring%s on "
tools/perf/bench/epoll-wait.c
546
printf("[thread %2d] fdmap: %p [ %04ld ops/sec ]\n",
tools/perf/bench/epoll-wait.c
549
printf("[thread %2d] fdmap: %p ... %p [ %04ld ops/sec ]\n",
tools/perf/bench/epoll-wait.c
89
do { if (__verbose) { printf(fmt, ## arg); fflush(stdout); } } while (0)
tools/perf/bench/evlist-open-close.c
148
printf(" Number of cpus:\t%d\n", perf_cpu_map__nr(evlist->core.user_requested_cpus));
tools/perf/bench/evlist-open-close.c
149
printf(" Number of threads:\t%d\n", evlist->core.threads->nr);
tools/perf/bench/evlist-open-close.c
150
printf(" Number of events:\t%d (%d fds)\n",
tools/perf/bench/evlist-open-close.c
152
printf(" Number of iterations:\t%d\n", iterations);
tools/perf/bench/evlist-open-close.c
180
printf(" Average open-close took: %.3f usec (+- %.3f usec)\n", time_average, time_stddev);
tools/perf/bench/find-bit-bench.c
107
printf("%d operations %d bits set of %d bits\n",
tools/perf/bench/find-bit-bench.c
111
printf(" Average for_each_set_bit took: %.3f usec (+- %.3f usec)\n",
tools/perf/bench/find-bit-bench.c
115
printf(" Average test_bit loop took: %.3f usec (+- %.3f usec)\n",
tools/perf/bench/find-bit-bench.c
119
printf("\n");
tools/perf/bench/futex-hash.c
121
printf("%sAveraged %ld operations/sec (+- %.2f%%), total secs = %d\n",
tools/perf/bench/futex-hash.c
170
printf("Run summary [PID %d]: %d threads, each operating on %d [%s] futexes for %d secs.\n\n",
tools/perf/bench/futex-hash.c
238
printf("[thread %2d] futex: %p [ %ld ops/sec ]\n",
tools/perf/bench/futex-hash.c
241
printf("[thread %2d] futexes: %p ... %p [ %ld ops/sec ]\n",
tools/perf/bench/futex-lock-pi.c
202
printf("Run summary [PID %d]: %d threads doing pi lock/unlock pairing for %d secs.\n\n",
tools/perf/bench/futex-lock-pi.c
242
printf("[thread %3d] futex: %p [ %ld ops/sec ]\n",
tools/perf/bench/futex-lock-pi.c
69
printf("%sAveraged %ld operations/sec (+- %.2f%%), total secs = %d\n",
tools/perf/bench/futex-requeue.c
212
printf("Run summary [PID %d]: Requeuing %d threads (from [%s] %p to %s%p), "
tools/perf/bench/futex-requeue.c
276
printf("[Run %d]: Requeued %d of %d threads in "
tools/perf/bench/futex-requeue.c
282
printf("[Run %d]: Awoke and Requeued (%d+%d) of "
tools/perf/bench/futex-requeue.c
77
printf("Requeued %d of %d threads in %.4f ms (+-%.2f%%)\n",
tools/perf/bench/futex-wake-parallel.c
204
printf("[Run %d]: Avg per-thread latency (waking %d/%d threads) "
tools/perf/bench/futex-wake-parallel.c
219
printf("Avg per-thread latency (waking %d/%d threads) in %.4f ms (+-%.2f%%)\n",
tools/perf/bench/futex-wake-parallel.c
300
printf("Run summary [PID %d]: blocking on %d threads (at [%s] "
tools/perf/bench/futex-wake.c
179
printf("Run summary [PID %d]: blocking on %d threads (at [%s] futex %p), "
tools/perf/bench/futex-wake.c
218
printf("[Run %d]: Wokeup %d of %d threads in %.4f ms\n",
tools/perf/bench/futex-wake.c
93
printf("Wokeup %d of %d threads in %.4f ms (+-%.2f%%)\n",
tools/perf/bench/futex.c
25
printf("Requesting %d hash buckets failed: %d/%m\n",
tools/perf/bench/futex.c
40
printf("Can't query number of buckets: %m\n");
tools/perf/bench/futex.c
43
printf("Requested number of hash buckets does not currently used.\n");
tools/perf/bench/futex.c
44
printf("Requested: %d in usage: %d\n", params->nbuckets, ret);
tools/perf/bench/futex.c
62
printf("%s\n", futex_hash_mode);
tools/perf/bench/inject-buildid.c
109
printf(" Memory allocation failed\n");
tools/perf/bench/inject-buildid.c
415
printf(" Build-id injection setup failed\n");
tools/perf/bench/inject-buildid.c
421
printf(" Build-id injection failed\n");
tools/perf/bench/inject-buildid.c
436
printf(" Average build-id%s injection took: %.3f msec (+- %.3f msec)\n",
tools/perf/bench/inject-buildid.c
442
printf(" Average time per event: %.3f usec (+- %.3f usec)\n",
tools/perf/bench/inject-buildid.c
447
printf(" Average memory usage: %.0f KB (+- %.0f KB)\n",
tools/perf/bench/inject-buildid.c
463
printf(" Cannot collect DSOs for injection\n");
tools/perf/bench/kallsyms-parse.c
61
printf(" Average kallsyms__parse took: %.3f ms (+- %.3f ms)\n",
tools/perf/bench/mem-functions.c
182
printf(" %14lf bytes/sec\n", x); \
tools/perf/bench/mem-functions.c
184
printf(" %14lfd KB/sec\n", x / K); \
tools/perf/bench/mem-functions.c
186
printf(" %14lf MB/sec\n", x / K / K); \
tools/perf/bench/mem-functions.c
188
printf(" %14lf GB/sec\n", x / K / K / K); \
tools/perf/bench/mem-functions.c
199
printf("# function '%s' (%s)\n", r->name, r->desc);
tools/perf/bench/mem-functions.c
205
printf("# Copying %s bytes ...\n\n", size_str);
tools/perf/bench/mem-functions.c
213
printf(" %14lf cycles/byte\n", (double)rt.cycles/(double)p->size_total);
tools/perf/bench/mem-functions.c
222
printf("%lf\n", (double)rt.cycles/(double)p->size_total);
tools/perf/bench/mem-functions.c
225
printf("%lf\n", result_bps);
tools/perf/bench/mem-functions.c
239
printf("# Memory allocation failed - maybe size (%s) %s?\n", size_str,
tools/perf/bench/mem-functions.c
300
printf("Unknown function: %s\n", function_str);
tools/perf/bench/mem-functions.c
301
printf("Available functions:\n");
tools/perf/bench/mem-functions.c
303
printf("\t%s ... %s\n",
tools/perf/bench/mem-functions.c
524
printf("# Memory allocation failed - maybe size (%s) %s?\n", size_str,
tools/perf/bench/numa.c
1247
printf("# thread %2d / %2d global mem: %p, process mem: %p, thread mem: %p\n",
tools/perf/bench/numa.c
1351
printf(" (injecting perturbalance, moved to CPU#%d)\n", target_cpu);
tools/perf/bench/numa.c
1363
printf(" #%2d / %2d: %14.2lf nsecs/op [val: %016"PRIx64"]\n",
tools/perf/bench/numa.c
1430
printf(" # process %2d global mem: %p, process mem: %p\n",
tools/perf/bench/numa.c
1464
printf("\n ###\n");
tools/perf/bench/numa.c
1465
printf(" # %d %s will execute (on %d nodes, %d CPUs):\n",
tools/perf/bench/numa.c
1467
printf(" # %5dx %5ldMB global shared mem operations\n",
tools/perf/bench/numa.c
1469
printf(" # %5dx %5ldMB process shared mem operations\n",
tools/perf/bench/numa.c
1471
printf(" # %5dx %5ldMB thread local mem operations\n",
tools/perf/bench/numa.c
1474
printf(" ###\n");
tools/perf/bench/numa.c
1476
printf("\n ###\n"); fflush(stdout);
tools/perf/bench/numa.c
1611
printf(" %-30s %15.3f, %-15s %s\n", name, val, txt_unit, txt_short);
tools/perf/bench/numa.c
1613
printf(" %14.3f %s\n", val, txt_long);
tools/perf/bench/numa.c
1816
printf("\n # Running %s \"perf bench numa", name);
tools/perf/bench/numa.c
1819
printf(" %s", argv[i]);
tools/perf/bench/numa.c
1821
printf("\"\n");
tools/perf/bench/numa.c
1959
printf("\n");
tools/perf/bench/numa.c
454
printf("WARNING: Could not enable THP - do: 'echo madvise > /sys/kernel/mm/transparent_hugepage/enabled'\n");
tools/perf/bench/numa.c
461
printf("WARNING: Could not disable THP: run a CONFIG_TRANSPARENT_HUGEPAGE kernel?\n");
tools/perf/bench/numa.c
50
#define tprintf(x...) do { if (g && g->p.show_details >= 0) printf(x); } while (0)
tools/perf/bench/numa.c
56
#define dprintf(x...) do { if (g && g->p.show_details >= 1) printf(x); } while (0)
tools/perf/bench/numa.c
661
printf("\nTest not applicable, system has only %d CPUs.\n", g->p.nr_cpus);
tools/perf/bench/numa.c
666
printf("\nTest not applicable, bind_cpu_0 or bind_cpu_1 is offline\n");
tools/perf/bench/numa.c
681
printf("\n# NOTE: ignoring bind CPUs starting at CPU#%d\n #", bind_cpu);
tools/perf/bench/numa.c
713
printf("# NOTE: %d tasks bound, %d tasks unbound\n", t, g->p.nr_tasks - t);
tools/perf/bench/numa.c
796
printf("\nTest not applicable, system has only %d nodes.\n", g->p.nr_nodes);
tools/perf/bench/numa.c
808
printf("\n# NOTE: ignoring bind NODEs starting at NODE#%d\n", bind_node);
tools/perf/bench/numa.c
828
printf("# NOTE: %d tasks mem-bound, %d tasks unbound\n", t, g->p.nr_tasks - t);
tools/perf/bench/sched-messaging.c
341
printf("# %d sender and receiver %s per group\n",
tools/perf/bench/sched-messaging.c
343
printf("# %d groups == %d %s run\n\n",
tools/perf/bench/sched-messaging.c
346
printf(" %14s: %lu.%03lu [sec]\n", "Total time",
tools/perf/bench/sched-messaging.c
351
printf("%lu.%03lu\n", (unsigned long) diff.tv_sec,
tools/perf/bench/sched-pipe.c
145
printf("Cannot enter to cgroup: %s\n", cgrp->name);
tools/perf/bench/sched-pipe.c
152
printf("Failed to open cgroup file in %s\n", cgrp_names[nr]);
tools/perf/bench/sched-pipe.c
158
printf(" Hint: create the cgroup first, like 'mkdir %s/%s'\n",
tools/perf/bench/sched-pipe.c
161
printf(" Hint: try to run as root\n");
tools/perf/bench/sched-pipe.c
298
printf("# Executed %d pipe operations between two %s\n\n",
tools/perf/bench/sched-pipe.c
304
printf(" %14s: %lu.%03lu [sec]\n\n", "Total time",
tools/perf/bench/sched-pipe.c
308
printf(" %14lf usecs/op\n",
tools/perf/bench/sched-pipe.c
310
printf(" %14d ops/sec\n",
tools/perf/bench/sched-pipe.c
316
printf("%lu.%03lu\n",
tools/perf/bench/sched-seccomp-notify.c
147
printf("# Executed %" PRIu64 " system calls\n\n",
tools/perf/bench/sched-seccomp-notify.c
153
printf(" %14s: %lu.%03lu [sec]\n\n", "Total time",
tools/perf/bench/sched-seccomp-notify.c
157
printf(" %14lf usecs/op\n",
tools/perf/bench/sched-seccomp-notify.c
159
printf(" %14d ops/sec\n",
tools/perf/bench/sched-seccomp-notify.c
165
printf("%lu.%03lu\n",
tools/perf/bench/synthesize.c
103
printf(" Average num. events: %.3f (+- %.3f)\n",
tools/perf/bench/synthesize.c
106
printf(" Average time per event %.3f usec\n",
tools/perf/bench/synthesize.c
201
printf(" Average synthesis took: %.3f usec (+- %.3f usec)\n",
tools/perf/bench/synthesize.c
206
printf(" Average num. events: %.3f (+- %.3f)\n",
tools/perf/bench/synthesize.c
209
printf(" Average time per event %.3f usec\n",
tools/perf/bench/synthesize.c
239
printf(" Number of synthesis threads: %u\n",
tools/perf/bench/synthesize.c
98
printf(" Average %ssynthesis took: %.3f usec (+- %.3f usec)\n",
tools/perf/bench/syscall.c
138
printf("# Executed %'d %s calls\n", loops, name);
tools/perf/bench/syscall.c
143
printf(" %14s: %lu.%03lu [sec]\n\n", "Total time",
tools/perf/bench/syscall.c
147
printf(" %14lf usecs/op\n",
tools/perf/bench/syscall.c
149
printf(" %'14d ops/sec\n",
tools/perf/bench/syscall.c
155
printf("%lu.%03lu\n",
tools/perf/bench/uprobe.c
175
printf("%" PRIu64 "\n", diff);
tools/perf/builtin-annotate.c
337
#define PRINT_STAT(fld) if (s->fld) printf("%10d : %s\n", s->fld, #fld)
tools/perf/builtin-annotate.c
352
printf("Annotate data type stats:\n");
tools/perf/builtin-annotate.c
353
printf("total %d, ok %d (%.1f%%), bad %d (%.1f%%)\n",
tools/perf/builtin-annotate.c
355
printf("-----------------------------------------------------------\n");
tools/perf/builtin-annotate.c
368
printf("\n");
tools/perf/builtin-annotate.c
398
printf("Annotate %s stats\n", title);
tools/perf/builtin-annotate.c
399
printf("total %d, ok %d (%.1f%%), bad %d (%.1f%%)\n\n", total,
tools/perf/builtin-annotate.c
402
printf(" %-20s: %5s %5s\n", "Name/opcode", "Good", "Bad");
tools/perf/builtin-annotate.c
403
printf("-----------------------------------------------------------\n");
tools/perf/builtin-annotate.c
405
printf(" %-20s: %5d %5d\n", istat->name, istat->good, istat->bad);
tools/perf/builtin-annotate.c
406
printf("\n");
tools/perf/builtin-bench.c
154
printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name);
tools/perf/builtin-bench.c
157
printf("%14s: %s\n", bench->name, bench->summary);
tools/perf/builtin-bench.c
159
printf("\n");
tools/perf/builtin-bench.c
184
printf("Usage: \n");
tools/perf/builtin-bench.c
186
printf("\t%s\n", bench_usage[i]);
tools/perf/builtin-bench.c
187
printf("\n");
tools/perf/builtin-bench.c
189
printf(" # List of all available benchmark collections:\n\n");
tools/perf/builtin-bench.c
192
printf("%14s: %s\n", coll->name, coll->summary);
tools/perf/builtin-bench.c
193
printf("\n");
tools/perf/builtin-bench.c
253
printf("# Running %s/%s benchmark...\n", coll->name, bench->name);
tools/perf/builtin-bench.c
257
printf("\n");
tools/perf/builtin-bench.c
289
printf("Unknown format descriptor: '%s'\n", bench_format_str);
tools/perf/builtin-bench.c
294
printf("Invalid repeat option: Must specify a positive value\n");
tools/perf/builtin-bench.c
330
printf("# Running '%s/%s' benchmark:\n", coll->name, bench->name);
tools/perf/builtin-bench.c
340
printf("Unknown benchmark: '%s' for collection '%s'\n", argv[1], argv[0]);
tools/perf/builtin-bench.c
345
printf("Unknown collection: '%s'\n", argv[0]);
tools/perf/builtin-buildid-list.c
35
printf("%s %16" PRIx64 " %16" PRIx64, bid_buf, map__start(map), map__end(map));
tools/perf/builtin-buildid-list.c
37
printf(" %s", dso_long_name);
tools/perf/builtin-buildid-list.c
39
printf(" %s", dso_short_name);
tools/perf/builtin-buildid-list.c
41
printf("\n");
tools/perf/builtin-check.c
72
printf("[ ");
tools/perf/builtin-check.c
79
printf(" ]");
tools/perf/builtin-check.c
88
printf("%22s: ", name);
tools/perf/builtin-check.c
90
printf(" # %s", macro);
tools/perf/builtin-check.c
93
printf(" ( tip: %s )", feature->tip);
tools/perf/builtin-config.c
115
printf("%s.%s=%s\n", section->name,
tools/perf/builtin-config.c
92
printf("%s=%s\n", var, value);
tools/perf/builtin-evlist.c
64
printf("# Tip: use 'perf evlist --trace-fields' to show fields for tracepoint events\n");
tools/perf/builtin-evlist.c
67
printf("# Tip: use 'perf evlist -g' to show group information\n");
tools/perf/builtin-ftrace.c
1004
printf(" %4d - %4d", start, stop);
tools/perf/builtin-ftrace.c
1007
printf(" %s | %10d | %.*s%*s |\n", unit, buckets[i], bar_len, bar,
tools/perf/builtin-ftrace.c
1015
printf(" %4d - %-4s %s", 1, "...", use_nsec ? "ms" : "s ");
tools/perf/builtin-ftrace.c
1024
printf(" %4.2f - %-4s %s", dstart, "...", use_nsec ? "us" : "ms");
tools/perf/builtin-ftrace.c
1026
printf(" %4d - %4s %s", upper_outlier, "...", use_nsec ? "ns" : "us");
tools/perf/builtin-ftrace.c
1029
printf(" | %10d | %.*s%*s |\n", buckets[bucket_num - 1],
tools/perf/builtin-ftrace.c
1033
printf("\n# statistics (in %s)\n", ftrace->use_nsec ? "nsec" : "usec");
tools/perf/builtin-ftrace.c
1034
printf(" total time: %20.0f\n", latency_stats.mean * latency_stats.n);
tools/perf/builtin-ftrace.c
1035
printf(" avg time: %20.0f\n", latency_stats.mean);
tools/perf/builtin-ftrace.c
1036
printf(" max time: %20"PRIu64"\n", latency_stats.max);
tools/perf/builtin-ftrace.c
1037
printf(" min time: %20"PRIu64"\n", latency_stats.min);
tools/perf/builtin-ftrace.c
1038
printf(" count: %20.0f\n", latency_stats.n);
tools/perf/builtin-ftrace.c
1399
printf("# %10s %10s %10s %10s %s\n",
tools/perf/builtin-ftrace.c
1406
printf("%12.3f %10.3f %6"PRIu64".%03"PRIu64" %10.0f %s\n",
tools/perf/builtin-ftrace.c
1550
printf("%s", str);
tools/perf/builtin-ftrace.c
957
printf("No data found\n");
tools/perf/builtin-ftrace.c
961
printf("# %14s | %10s | %-*s |\n",
tools/perf/builtin-ftrace.c
967
printf(" %4d - %4d %s | %10d | %.*s%*s |\n",
tools/perf/builtin-ftrace.c
998
printf(" %4.2f - %-4.2f", dstart, dstop);
tools/perf/builtin-help.c
354
printf(" %-*s ", (int)longest, common_cmds[i].name);
tools/perf/builtin-help.c
509
printf("\n Usage: %s\n\n", perf_usage_string);
tools/perf/builtin-help.c
511
printf(" %s\n\n", perf_more_info_string);
tools/perf/builtin-help.c
516
printf("\n usage: %s\n\n", perf_usage_string);
tools/perf/builtin-help.c
518
printf("\n %s\n\n", perf_more_info_string);
tools/perf/builtin-kallsyms.c
45
printf("%s: not found\n", argv[i]);
tools/perf/builtin-kallsyms.c
50
printf("%s: %s %s %#" PRIx64 "-%#" PRIx64 " (%#" PRIx64 "-%#" PRIx64")\n",
tools/perf/builtin-kmem.c
1006
printf("%.105s\n", graph_dotted_line);
tools/perf/builtin-kmem.c
1007
printf(" %-34s |", is_caller ? "Callsite": "Alloc Ptr");
tools/perf/builtin-kmem.c
1008
printf(" Total_alloc/Per | Total_req/Per | Hit | Ping-pong | Frag\n");
tools/perf/builtin-kmem.c
1009
printf("%.105s\n", graph_dotted_line);
tools/perf/builtin-kmem.c
1033
printf(" %-34s |", buf);
tools/perf/builtin-kmem.c
1035
printf(" %9llu/%-5lu | %9llu/%-5lu | %8lu | %9lu | %6.3f%%\n",
tools/perf/builtin-kmem.c
1048
printf(" ... | ... | ... | ... | ... | ... \n");
tools/perf/builtin-kmem.c
1050
printf("%.105s\n", graph_dotted_line);
tools/perf/builtin-kmem.c
1069
printf("\n%.105s\n", graph_dotted_line);
tools/perf/builtin-kmem.c
1070
printf(" %-16s | %5s alloc (KB) | Hits | Order | Mig.type | %-*s | Callsite\n",
tools/perf/builtin-kmem.c
1073
printf("%.105s\n", graph_dotted_line);
tools/perf/builtin-kmem.c
1094
printf(format, (unsigned long long)data->page,
tools/perf/builtin-kmem.c
1104
printf(" ... | ... | ... | ... | ... | %-*s | ...\n",
tools/perf/builtin-kmem.c
1108
printf("%.105s\n", graph_dotted_line);
tools/perf/builtin-kmem.c
1117
printf("\n%.105s\n", graph_dotted_line);
tools/perf/builtin-kmem.c
1118
printf(" %5s alloc (KB) | Hits | Order | Mig.type | %-*s | Callsite\n",
tools/perf/builtin-kmem.c
1120
printf("%.105s\n", graph_dotted_line);
tools/perf/builtin-kmem.c
1136
printf(" %'16llu | %'9d | %5d | %8s | %-*s | %s\n",
tools/perf/builtin-kmem.c
1146
printf(" ... | ... | ... | ... | %-*s | ...\n",
tools/perf/builtin-kmem.c
1150
printf("%.105s\n", graph_dotted_line);
tools/perf/builtin-kmem.c
1157
printf("#\n");
tools/perf/builtin-kmem.c
1158
printf("# GFP flags\n");
tools/perf/builtin-kmem.c
1159
printf("# ---------\n");
tools/perf/builtin-kmem.c
1161
printf("# %08x: %*s: %s\n", gfps[i].flags,
tools/perf/builtin-kmem.c
1169
printf("\nSUMMARY (SLAB allocator)");
tools/perf/builtin-kmem.c
1170
printf("\n========================\n");
tools/perf/builtin-kmem.c
1171
printf("Total bytes requested: %'lu\n", total_requested);
tools/perf/builtin-kmem.c
1172
printf("Total bytes allocated: %'lu\n", total_allocated);
tools/perf/builtin-kmem.c
1173
printf("Total bytes freed: %'lu\n", total_freed);
tools/perf/builtin-kmem.c
1175
printf("Net total bytes allocated: %'lu\n",
tools/perf/builtin-kmem.c
1178
printf("Total bytes wasted on internal fragmentation: %'lu\n",
tools/perf/builtin-kmem.c
1180
printf("Internal fragmentation: %f%%\n",
tools/perf/builtin-kmem.c
1182
printf("Cross CPU allocations: %'lu/%'lu\n", nr_cross_allocs, nr_allocs);
tools/perf/builtin-kmem.c
1191
printf("\nSUMMARY (page allocator)");
tools/perf/builtin-kmem.c
1192
printf("\n========================\n");
tools/perf/builtin-kmem.c
1193
printf("%-30s: %'16lu [ %'16"PRIu64" KB ]\n", "Total allocation requests",
tools/perf/builtin-kmem.c
1195
printf("%-30s: %'16lu [ %'16"PRIu64" KB ]\n", "Total free requests",
tools/perf/builtin-kmem.c
1197
printf("\n");
tools/perf/builtin-kmem.c
1199
printf("%-30s: %'16"PRIu64" [ %'16"PRIu64" KB ]\n", "Total alloc+freed requests",
tools/perf/builtin-kmem.c
1201
printf("%-30s: %'16"PRIu64" [ %'16"PRIu64" KB ]\n", "Total alloc-only requests",
tools/perf/builtin-kmem.c
1204
printf("%-30s: %'16lu [ %'16"PRIu64" KB ]\n", "Total free-only requests",
tools/perf/builtin-kmem.c
1206
printf("\n");
tools/perf/builtin-kmem.c
1208
printf("%-30s: %'16lu [ %'16"PRIu64" KB ]\n", "Total allocation failures",
tools/perf/builtin-kmem.c
1210
printf("\n");
tools/perf/builtin-kmem.c
1212
printf("%5s %12s %12s %12s %12s %12s\n", "Order", "Unmovable",
tools/perf/builtin-kmem.c
1214
printf("%.5s %.12s %.12s %.12s %.12s %.12s\n", graph_dotted_line,
tools/perf/builtin-kmem.c
1219
printf("%5d", o);
tools/perf/builtin-kmem.c
1222
printf(" %'12d", order_stats[o][m]);
tools/perf/builtin-kmem.c
1224
printf(" %12c", '.');
tools/perf/builtin-kmem.c
1226
printf("\n");
tools/perf/builtin-kvm.c
1530
printf("Couldn't create the events: %s\n",
tools/perf/builtin-kvm.c
1953
printf("Usage: perf kvm stat <command>\n\n");
tools/perf/builtin-kvm.c
1955
printf("# Available commands:\n");
tools/perf/builtin-kvm.c
1956
printf("\trecord: record kvm events\n");
tools/perf/builtin-kvm.c
1957
printf("\treport: report statistical data of kvm events\n");
tools/perf/builtin-kvm.c
1958
printf("\tlive: live reporting of statistical data of kvm events\n");
tools/perf/builtin-kvm.c
1960
printf("\nOtherwise, it is the alias of 'perf stat':\n");
tools/perf/builtin-kwork.c
1345
printf(" %.*s\n", len, graph_dotted_line);
tools/perf/builtin-kwork.c
1355
printf(" ");
tools/perf/builtin-kwork.c
1363
ret += printf(" %-*s |", PRINT_KWORK_NAME_WIDTH, kwork_name);
tools/perf/builtin-kwork.c
1365
ret += printf(" %-*s |", PRINT_KWORK_NAME_WIDTH, "");
tools/perf/builtin-kwork.c
1371
ret += printf(" %0*d |", PRINT_CPU_WIDTH, work->cpu);
tools/perf/builtin-kwork.c
1377
ret += printf(" %*.*f ms |",
tools/perf/builtin-kwork.c
1381
ret += printf(" %*.*f ms |",
tools/perf/builtin-kwork.c
1390
ret += printf(" %*" PRIu64 " |", PRINT_COUNT_WIDTH, work->nr_atoms);
tools/perf/builtin-kwork.c
1402
ret += printf(" %*.*f ms | %*s s | %*s s |",
tools/perf/builtin-kwork.c
1418
ret += printf(" %*.*f ms | %*s s | %*s s |",
tools/perf/builtin-kwork.c
1425
printf("\n");
tools/perf/builtin-kwork.c
1433
printf("\n ");
tools/perf/builtin-kwork.c
1434
ret = printf(" %-*s | %-*s |",
tools/perf/builtin-kwork.c
1439
ret += printf(" %-*s |",
tools/perf/builtin-kwork.c
1442
ret += printf(" %-*s |",
tools/perf/builtin-kwork.c
1446
ret += printf(" %-*s |", PRINT_COUNT_WIDTH, "Count");
tools/perf/builtin-kwork.c
1449
ret += printf(" %-*s | %-*s | %-*s |",
tools/perf/builtin-kwork.c
1454
ret += printf(" %-*s | %-*s | %-*s |",
tools/perf/builtin-kwork.c
1460
printf("\n");
tools/perf/builtin-kwork.c
1470
printf(" %-*s %-*s %-*s %-*s %-*s %-*s\n",
tools/perf/builtin-kwork.c
1481
printf(" %-*s %-*s %-*s %-*s %-*s %-*s\n",
tools/perf/builtin-kwork.c
1492
printf(" %.*s %.*s %.*s %.*s %.*s %.*s\n",
tools/perf/builtin-kwork.c
1505
printf(" Total count : %9" PRIu64 "\n", kwork->all_count);
tools/perf/builtin-kwork.c
1506
printf(" Total runtime (msec) : %9.3f (%.3f%% load average)\n",
tools/perf/builtin-kwork.c
1509
printf(" Total time span (msec) : %9.3f\n",
tools/perf/builtin-kwork.c
1535
printf(" INFO: %.3f%% skipped events (%" PRIu64 " including ",
tools/perf/builtin-kwork.c
1541
printf("%" PRIu64 " %s%s",
tools/perf/builtin-kwork.c
1549
printf(" INFO: use %lld atom pages\n",
tools/perf/builtin-kwork.c
1556
printf(" INFO: %.3f%% lost events (%ld out of %ld, in %ld chunks)\n",
tools/perf/builtin-kwork.c
1580
printf("%%Cpu%-*d[%.*s%.*s %*.*f%%]\n",
tools/perf/builtin-kwork.c
1601
printf("Total : %*.*f ms, %d cpus\n",
tools/perf/builtin-kwork.c
1606
printf("%%Cpu(s): %*.*f%% id, %*.*f%% hi, %*.*f%% si\n",
tools/perf/builtin-kwork.c
1623
printf("\n ");
tools/perf/builtin-kwork.c
1624
ret = printf(" %*s %s%*s%s %*s %*s %-*s",
tools/perf/builtin-kwork.c
1635
printf("\n ");
tools/perf/builtin-kwork.c
1643
printf(" ");
tools/perf/builtin-kwork.c
1648
ret += printf(" %*" PRIu64 " ", PRINT_PID_WIDTH, work->id);
tools/perf/builtin-kwork.c
1654
ret += printf(" %*d ", PRINT_PID_WIDTH, work->tgid);
tools/perf/builtin-kwork.c
1659
ret += printf(" %*.*f ",
tools/perf/builtin-kwork.c
1666
ret += printf(" %*.*f ms ",
tools/perf/builtin-kwork.c
1674
ret += printf(" %s%s%s",
tools/perf/builtin-kwork.c
1679
ret += printf(" %-*s", PRINT_TASK_NAME_WIDTH, work->name);
tools/perf/builtin-kwork.c
1681
printf("\n");
tools/perf/builtin-kwork.c
1885
printf("Starting trace, Hit <Ctrl+C> to stop and report\n");
tools/perf/builtin-kwork.c
1945
printf("\n");
tools/perf/builtin-kwork.c
2155
printf("\n");
tools/perf/builtin-kwork.c
2173
printf("\n");
tools/perf/builtin-kwork.c
2187
printf("Starting trace, Hit <Ctrl+C> to stop and report\n");
tools/perf/builtin-kwork.c
752
printf(" %*s ", PRINT_TIMESTAMP_WIDTH, entrytime);
tools/perf/builtin-kwork.c
759
printf(" %*s ", PRINT_TIMESTAMP_WIDTH, exittime);
tools/perf/builtin-kwork.c
764
printf(" [%0*d] ", PRINT_CPU_WIDTH, work->cpu);
tools/perf/builtin-kwork.c
772
printf(" %-*s ", PRINT_KWORK_NAME_WIDTH, kwork_name);
tools/perf/builtin-kwork.c
774
printf(" %-*s ", PRINT_KWORK_NAME_WIDTH, "");
tools/perf/builtin-kwork.c
779
printf(" %*.*f ",
tools/perf/builtin-kwork.c
787
printf(" %*.*f ", PRINT_LATENCY_WIDTH, RPINT_DECIMAL_WIDTH,
tools/perf/builtin-kwork.c
790
printf(" %*s ", PRINT_LATENCY_WIDTH, " ");
tools/perf/builtin-kwork.c
801
printf(" ");
tools/perf/builtin-kwork.c
811
printf("\n");
tools/perf/builtin-list.c
750
printf("Critical: Not enough memory! Trying to continue...\n");
tools/perf/builtin-mem.c
216
printf(fmt,
tools/perf/builtin-mem.c
227
printf("0x%016"PRIx64"%s",
tools/perf/builtin-mem.c
233
printf("%s%s",
tools/perf/builtin-mem.c
243
printf(fmt,
tools/perf/builtin-mem.c
312
printf("# PID, TID, IP, ADDR, ");
tools/perf/builtin-mem.c
315
printf("PHYS ADDR, ");
tools/perf/builtin-mem.c
318
printf("DATA PAGE SIZE, ");
tools/perf/builtin-mem.c
320
printf("LOCAL WEIGHT, DSRC, SYMBOL\n");
tools/perf/builtin-sched.c
1371
ret = printf(" %s:(%d) ", thread__comm_str(work_list->thread),
tools/perf/builtin-sched.c
1374
ret = printf(" %s:%d ", thread__comm_str(work_list->thread),
tools/perf/builtin-sched.c
1379
printf(" ");
tools/perf/builtin-sched.c
1385
printf("|%11.3f ms |%9" PRIu64 " | avg:%8.3f ms | max:%8.3f ms | max start: %12s s | max end: %12s s\n",
tools/perf/builtin-sched.c
1744
printf(" ");
tools/perf/builtin-sched.c
1778
printf(" ");
tools/perf/builtin-sched.c
1976
printf("%*lu.%03lu ", width, msecs, usecs);
tools/perf/builtin-sched.c
2092
printf("%15s %6s ", "time", "cpu");
tools/perf/builtin-sched.c
2095
printf(" ");
tools/perf/builtin-sched.c
2097
printf("%x", j++);
tools/perf/builtin-sched.c
2101
printf(" ");
tools/perf/builtin-sched.c
2104
printf(" %-*s", comm_width, "task name");
tools/perf/builtin-sched.c
2107
printf(" %-*s", MAX_PRIO_STR_LEN, "prio");
tools/perf/builtin-sched.c
2109
printf(" %9s %9s %9s", "wait time", "sch delay", "run time");
tools/perf/builtin-sched.c
2112
printf(" %9s", "pre-mig time");
tools/perf/builtin-sched.c
2115
printf(" %s", "state");
tools/perf/builtin-sched.c
2117
printf("\n");
tools/perf/builtin-sched.c
2122
printf("%15s %-6s ", "", "");
tools/perf/builtin-sched.c
2125
printf(" %*s ", ncpus, "");
tools/perf/builtin-sched.c
2127
printf(" %-*s", comm_width, "[tid/pid]");
tools/perf/builtin-sched.c
2130
printf(" %-*s", MAX_PRIO_STR_LEN, "");
tools/perf/builtin-sched.c
2132
printf(" %9s %9s %9s", "(msec)", "(msec)", "(msec)");
tools/perf/builtin-sched.c
2135
printf(" %9s", "(msec)");
tools/perf/builtin-sched.c
2137
printf("\n");
tools/perf/builtin-sched.c
2142
printf("%.15s %.6s ", graph_dotted_line, graph_dotted_line);
tools/perf/builtin-sched.c
2145
printf(" %.*s ", ncpus, graph_dotted_line);
tools/perf/builtin-sched.c
2147
printf(" %.*s", comm_width, graph_dotted_line);
tools/perf/builtin-sched.c
2150
printf(" %.*s", MAX_PRIO_STR_LEN, graph_dotted_line);
tools/perf/builtin-sched.c
2152
printf(" %.9s %.9s %.9s", graph_dotted_line, graph_dotted_line, graph_dotted_line);
tools/perf/builtin-sched.c
2155
printf(" %.9s", graph_dotted_line);
tools/perf/builtin-sched.c
2158
printf(" %.5s", graph_dotted_line);
tools/perf/builtin-sched.c
2160
printf("\n");
tools/perf/builtin-sched.c
2182
printf("%15s [%04d] ", tstr, sample->cpu);
tools/perf/builtin-sched.c
2188
printf(" ");
tools/perf/builtin-sched.c
2195
printf("%c", c);
tools/perf/builtin-sched.c
2197
printf(" ");
tools/perf/builtin-sched.c
2205
printf(" %-*s ", comm_width, timehist_get_commstr(thread));
tools/perf/builtin-sched.c
2208
printf(" %-*s ", MAX_PRIO_STR_LEN, timehist_get_priostr(evsel, thread, sample));
tools/perf/builtin-sched.c
2219
printf(" %5c ", thread__tid(thread) == 0 ? 'I' : state);
tools/perf/builtin-sched.c
2223
printf(" %-*s", comm_width, nstr);
tools/perf/builtin-sched.c
2227
printf(" %-*s", comm_width, "");
tools/perf/builtin-sched.c
2233
printf(" ");
tools/perf/builtin-sched.c
2242
printf("\n");
tools/perf/builtin-sched.c
2615
printf("%15s [%04d] ", tstr, sample->cpu);
tools/perf/builtin-sched.c
2617
printf(" %*s ", sched->max_cpu.cpu + 1, "");
tools/perf/builtin-sched.c
2619
printf(" %-*s ", comm_width, timehist_get_commstr(thread));
tools/perf/builtin-sched.c
2622
printf(" %9s %9s %9s ", "", "", "");
tools/perf/builtin-sched.c
2624
printf("awakened: %s", timehist_get_commstr(awakened));
tools/perf/builtin-sched.c
2626
printf("\n");
tools/perf/builtin-sched.c
2703
printf("%15s [%04d] ", tstr, sample->cpu);
tools/perf/builtin-sched.c
2709
printf(" ");
tools/perf/builtin-sched.c
2712
printf("%c", c);
tools/perf/builtin-sched.c
2714
printf(" ");
tools/perf/builtin-sched.c
2717
printf(" %-*s ", comm_width, timehist_get_commstr(thread));
tools/perf/builtin-sched.c
2720
printf(" %9s %9s %9s ", "", "", "");
tools/perf/builtin-sched.c
2722
printf("migrated: %s", timehist_get_commstr(migrated));
tools/perf/builtin-sched.c
2723
printf(" cpu %d => %d", ocpu, dcpu);
tools/perf/builtin-sched.c
2725
printf("\n");
tools/perf/builtin-sched.c
2943
printf("%15s ", tstr);
tools/perf/builtin-sched.c
2944
printf("lost %" PRI_lu64 " events on cpu %d\n", event->lost.lost, sample->cpu);
tools/perf/builtin-sched.c
2956
printf("%*s %5d %9" PRIu64 " ",
tools/perf/builtin-sched.c
2963
printf(" ");
tools/perf/builtin-sched.c
2965
printf(" ");
tools/perf/builtin-sched.c
2967
printf(" ");
tools/perf/builtin-sched.c
2968
printf("%5.2f", stddev);
tools/perf/builtin-sched.c
2969
printf(" %5" PRIu64, r->migrations);
tools/perf/builtin-sched.c
2970
printf("\n");
tools/perf/builtin-sched.c
2976
printf("%*s %5d %9" PRIu64 " ",
tools/perf/builtin-sched.c
2982
printf(" ");
tools/perf/builtin-sched.c
2984
printf(" ");
tools/perf/builtin-sched.c
2986
printf(" ");
tools/perf/builtin-sched.c
2988
printf("\n");
tools/perf/builtin-sched.c
3056
printf(" %16s %8s %s\n", "Idle time (msec)", "Count", "Callchains");
tools/perf/builtin-sched.c
3057
printf(" %.16s %.8s %.50s\n", graph_dotted_line, graph_dotted_line,
tools/perf/builtin-sched.c
3090
printf("\nIdle-time summary\n");
tools/perf/builtin-sched.c
3091
printf("%*s parent sched-out ", comm_width, "comm");
tools/perf/builtin-sched.c
3092
printf(" idle-time min-idle avg-idle max-idle stddev migrations\n");
tools/perf/builtin-sched.c
3094
printf("\nWait-time summary\n");
tools/perf/builtin-sched.c
3095
printf("%*s parent sched-in ", comm_width, "comm");
tools/perf/builtin-sched.c
3096
printf(" run-time sleep iowait preempt delay\n");
tools/perf/builtin-sched.c
3098
printf("\nRuntime summary\n");
tools/perf/builtin-sched.c
3099
printf("%*s parent sched-in ", comm_width, "comm");
tools/perf/builtin-sched.c
3100
printf(" run-time min-run avg-run max-run stddev migrations\n");
tools/perf/builtin-sched.c
3102
printf("%*s (count) ", comm_width, "");
tools/perf/builtin-sched.c
3103
printf(" (msec) (msec) (msec) (msec) %s\n",
tools/perf/builtin-sched.c
3105
printf("%.117s\n", graph_dotted_line);
tools/perf/builtin-sched.c
3110
printf("<no still running tasks>\n");
tools/perf/builtin-sched.c
3116
printf("\nIdle stats:\n");
tools/perf/builtin-sched.c
3128
printf(" CPU %2d idle for ", i);
tools/perf/builtin-sched.c
3130
printf(" msec (%6.2f%%)\n", 100.0 * r->total_run_time / hist_time);
tools/perf/builtin-sched.c
3132
printf(" CPU %2d idle entire time window\n", i);
tools/perf/builtin-sched.c
3141
printf("\nIdle stats by callchain:\n");
tools/perf/builtin-sched.c
3156
printf(" CPU %2d:", i);
tools/perf/builtin-sched.c
3158
printf(" msec\n");
tools/perf/builtin-sched.c
3160
printf("\n");
tools/perf/builtin-sched.c
3164
printf("\n"
tools/perf/builtin-sched.c
3169
printf(" Total run time (msec): ");
tools/perf/builtin-sched.c
3171
printf("\n");
tools/perf/builtin-sched.c
3173
printf(" Total scheduling time (msec): ");
tools/perf/builtin-sched.c
3175
printf(" (x %d)\n", sched->max_cpu.cpu);
tools/perf/builtin-sched.c
340
printf("run measurement overhead: %" PRIu64 " nsecs\n", min_delta);
tools/perf/builtin-sched.c
3403
printf(" INFO: %.3f%% unordered timestamps (%ld out of %ld)\n",
tools/perf/builtin-sched.c
3408
printf(" INFO: %.3f%% lost events (%ld out of %ld, in %ld chunks)\n",
tools/perf/builtin-sched.c
3413
printf(" INFO: %.3f%% context switch bugs (%ld out of %ld)",
tools/perf/builtin-sched.c
3417
printf(" (due to lost events?)");
tools/perf/builtin-sched.c
3418
printf("\n");
tools/perf/builtin-sched.c
3520
printf("\n -------------------------------------------------------------------------------------------------------------------------------------------\n");
tools/perf/builtin-sched.c
3521
printf(" Task | Runtime ms | Count | Avg delay ms | Max delay ms | Max delay start | Max delay end |\n");
tools/perf/builtin-sched.c
3522
printf(" -------------------------------------------------------------------------------------------------------------------------------------------\n");
tools/perf/builtin-sched.c
3534
printf(" -----------------------------------------------------------------------------------------------------------------\n");
tools/perf/builtin-sched.c
3535
printf(" TOTAL: |%11.3f ms |%9" PRIu64 " |\n",
tools/perf/builtin-sched.c
3538
printf(" ---------------------------------------------------\n");
tools/perf/builtin-sched.c
3541
printf("\n");
tools/perf/builtin-sched.c
358
printf("sleep measurement overhead: %" PRIu64 " nsecs\n", min_delta);
tools/perf/builtin-sched.c
3690
printf("nr_run_events: %ld\n", sched->nr_run_events);
tools/perf/builtin-sched.c
3691
printf("nr_sleep_events: %ld\n", sched->nr_sleep_events);
tools/perf/builtin-sched.c
3692
printf("nr_wakeup_events: %ld\n", sched->nr_wakeup_events);
tools/perf/builtin-sched.c
3695
printf("target-less wakeups: %ld\n", sched->targetless_wakeups);
tools/perf/builtin-sched.c
3697
printf("multi-target wakeups: %ld\n", sched->multitarget_wakeups);
tools/perf/builtin-sched.c
3699
printf("run atoms optimized: %ld\n",
tools/perf/builtin-sched.c
3707
printf("------------------------------------------------------------\n");
tools/perf/builtin-sched.c
3993
printf("%-65s ", "DESC");
tools/perf/builtin-sched.c
3995
printf("%12s %12s", "COUNT", "PCT_CHANGE");
tools/perf/builtin-sched.c
3997
printf("%12s %11s %12s %14s %10s", "COUNT1", "COUNT2", "PCT_CHANGE",
tools/perf/builtin-sched.c
4000
printf("\n");
tools/perf/builtin-sched.c
4007
printf("%-65s: " _format, verbose_field ? _desc : #_name, \
tools/perf/builtin-sched.c
4011
printf(" ( %8.2lf%% )", \
tools/perf/builtin-sched.c
4014
printf("," _format " | %8.2lf%% |", cs2->_ver._name, \
tools/perf/builtin-sched.c
4017
printf(" ( %8.2lf%%, %8.2lf%% )", \
tools/perf/builtin-sched.c
4021
printf("\n"); \
tools/perf/builtin-sched.c
4040
printf("%-65s ", "DESC");
tools/perf/builtin-sched.c
4042
printf("%12s %14s", "COUNT", "AVG_JIFFIES");
tools/perf/builtin-sched.c
4044
printf("%12s %11s %12s %16s %12s", "COUNT1", "COUNT2", "PCT_CHANGE",
tools/perf/builtin-sched.c
4046
printf("\n");
tools/perf/builtin-sched.c
4060
printf("%-65s: " _format, verbose_field ? _desc : #_name, \
tools/perf/builtin-sched.c
4064
printf(" $ %11.2Lf $", \
tools/perf/builtin-sched.c
4067
printf("," _format " | %8.2lf%% |", ds2->_ver._name, \
tools/perf/builtin-sched.c
4070
printf(" $ %11.2Lf, %11.2Lf $", \
tools/perf/builtin-sched.c
4074
printf("\n"); \
tools/perf/builtin-sched.c
4080
printf("*%-64s: " _format, verbose_field ? _desc : #_name, t1); \
tools/perf/builtin-sched.c
4083
printf("," _format " | %8.2lf%% |", t2, \
tools/perf/builtin-sched.c
4086
printf("\n"); \
tools/perf/builtin-sched.c
4092
printf("*%-64s: " _format, verbose_field ? _desc : #_name, \
tools/perf/builtin-sched.c
4096
printf("," _format " | %8.2Lf%% |", \
tools/perf/builtin-sched.c
4101
printf("\n"); \
tools/perf/builtin-sched.c
4241
printf("Description\n");
tools/perf/builtin-sched.c
4243
printf("%-30s-> %s\n", "DESC", "Description of the field");
tools/perf/builtin-sched.c
4244
printf("%-30s-> %s\n", "COUNT", "Value of the field");
tools/perf/builtin-sched.c
4245
printf("%-30s-> %s\n", "PCT_CHANGE", "Percent change with corresponding base value");
tools/perf/builtin-sched.c
4246
printf("%-30s-> %s\n", "AVG_JIFFIES",
tools/perf/builtin-sched.c
4250
printf("\n");
tools/perf/builtin-sched.c
4252
printf("%-65s: ", "Time elapsed (in jiffies)");
tools/perf/builtin-sched.c
4254
printf("%11llu", jiffies1);
tools/perf/builtin-sched.c
4258
printf(",%11llu", jiffies2);
tools/perf/builtin-sched.c
4260
printf("\n");
tools/perf/builtin-sched.c
4293
printf("CPU: <ALL CPUS SUMMARY>\n");
tools/perf/builtin-sched.c
4295
printf("CPU: %d\n", cs1->cpu);
tools/perf/builtin-sched.c
4318
printf("CPU: <ALL CPUS SUMMARY> | DOMAIN: %s\n",
tools/perf/builtin-sched.c
4321
printf("CPU: <ALL CPUS SUMMARY> | DOMAIN: %d\n",
tools/perf/builtin-sched.c
4325
printf("CPU: %d | DOMAIN: %s | DOMAIN_CPUS: ",
tools/perf/builtin-sched.c
4328
printf("CPU: %d | DOMAIN: %d | DOMAIN_CPUS: ",
tools/perf/builtin-sched.c
4331
printf("%s\n", dinfo1->cpulist);
tools/perf/builtin-sched.c
488
printf("registered task #%ld, PID %ld (%s)\n", sched->nr_tasks, pid, comm);
tools/perf/builtin-sched.c
501
printf("task %6ld (%20s:%10ld), nr_events: %ld\n",
tools/perf/builtin-sched.c
786
printf("#%-3ld: %0.3f, ", sched->nr_runs, (double)delta / NSEC_PER_MSEC);
tools/perf/builtin-sched.c
788
printf("ravg: %0.2f, ", (double)sched->run_avg / NSEC_PER_MSEC);
tools/perf/builtin-sched.c
790
printf("cpu: %0.2f / %0.2f",
tools/perf/builtin-sched.c
798
printf(" [%0.2f / %0.2f]",
tools/perf/builtin-sched.c
803
printf("\n");
tools/perf/builtin-sched.c
806
printf(" (%ld sleep corrections)\n", sched->nr_sleep_corrections);
tools/perf/builtin-sched.c
818
printf("the run test took %" PRIu64 " nsecs\n", T1 - T0);
tools/perf/builtin-sched.c
824
printf("the sleep test took %" PRIu64 " nsecs\n", T1 - T0);
tools/perf/builtin-sched.c
837
printf("sched_wakeup event %p\n", evsel);
tools/perf/builtin-sched.c
839
printf(" ... pid %d woke up %s/%d\n", sample->tid, comm, pid);
tools/perf/builtin-sched.c
864
printf("sched_switch event %p\n", evsel);
tools/perf/builtin-sched.c
912
printf("fork event\n");
tools/perf/builtin-sched.c
913
printf("... parent: %s/%d\n", thread__comm_str(parent), thread__tid(parent));
tools/perf/builtin-sched.c
914
printf("... child: %s/%d\n", thread__comm_str(child), thread__tid(child));
tools/perf/builtin-script.c
1217
ret += printf("\n");
tools/perf/builtin-script.c
1720
printed += printf("\n");
tools/perf/builtin-script.c
2113
printf(fmt, val);
tools/perf/builtin-script.c
2556
printf("\n");
tools/perf/builtin-script.c
2576
printf("%3s %8s %15s %15s %15s %15s %s\n",
tools/perf/builtin-script.c
2587
printf("%3d %8d %15" PRIu64 " %15" PRIu64 " %15" PRIu64 " %15" PRIu64 " %s\n",
tools/perf/builtin-top.c
264
printf("Showing %s for %s\n", evsel__name(top->sym_evsel), symbol->name);
tools/perf/builtin-top.c
265
printf(" Events Pcnt (>=%d%%)\n", annotate_opts.min_pcnt);
tools/perf/builtin-top.c
276
printf("%d lines not displayed, maybe increase display entries [e]\n", more);
tools/perf/builtin-top.c
331
printf("%s\n", bf);
tools/perf/builtin-top.c
333
printf("%-*.*s\n", win_width, win_width, graph_dotted_line);
tools/perf/builtin-top.c
565
printf("exiting.\n");
tools/perf/builtin-version.c
40
printf("perf version %s\n", perf_version_string);
tools/perf/dlfilters/dlfilter-show-cycles.c
101
printf("%10llu %10llu ", (unsigned long long)cycles, (unsigned long long)delta);
tools/perf/dlfilters/dlfilter-show-cycles.c
103
printf("%10llu %10s ", (unsigned long long)cycles, "");
tools/perf/dlfilters/dlfilter-show-cycles.c
130
printf("%22s", "");
tools/perf/perf.c
284
printf("%s ", p->cmd);
tools/perf/perf.c
293
printf("--%s ", p->long_name);
tools/perf/perf.c
527
printf("\n usage: %s\n\n", perf_usage_string);
tools/perf/perf.c
529
printf("\n %s\n\n", perf_more_info_string);
tools/perf/tests/shell/coresight/memcpy_thread/memcpy_thread.c
25
printf("ERR: Can't allocate memory\n");
tools/perf/tests/shell/coresight/memcpy_thread/memcpy_thread.c
51
printf("ERR: %s [copysize Kb] [numthreads] [numloops (hundreds)]\n", argv[0]);
tools/perf/tests/shell/coresight/memcpy_thread/memcpy_thread.c
57
printf("ERR: max memory 1GB (1048576 KB)\n");
tools/perf/tests/shell/coresight/memcpy_thread/memcpy_thread.c
63
printf("ERR: threads 1-256\n");
tools/perf/tests/shell/coresight/memcpy_thread/memcpy_thread.c
68
printf("ERR: loops 1-40000000000 (hundreds)\n");
tools/perf/tests/shell/coresight/thread_loop/thread_loop.c
33
printf("%llu\n", tid);
tools/perf/tests/shell/coresight/thread_loop/thread_loop.c
63
printf("ERR: %s [numthreads] [numloops (millions)]\n", argv[0]);
tools/perf/tests/shell/coresight/thread_loop/thread_loop.c
69
printf("ERR: threads 1-256\n");
tools/perf/tests/shell/coresight/thread_loop/thread_loop.c
74
printf("ERR: max loops 4000 (millions)\n");
tools/perf/tests/shell/coresight/unroll_loop_thread/unroll_loop_thread.c
59
printf("ERR: %s [numthreads]\n", argv[0]);
tools/perf/tests/shell/coresight/unroll_loop_thread/unroll_loop_thread.c
65
printf("ERR: threads 1-256\n");
tools/perf/ui/browsers/annotate.c
132
.printf = annotate_browser__printf,
tools/perf/ui/browsers/scripts.c
339
printf("\033[c\033[H\033[J");
tools/perf/ui/setup.c
91
printf("GTK browser requested but could not find %s\n",
tools/perf/ui/tui/setup.c
109
printf("-------- backtrace --------\n");
tools/perf/util/amd-sample-raw.c
101
printf("ibs_op_data:\t%016llx CompToRetCtr %5d TagToRetCtr %5d%s%s%s BrnRet %d "
tools/perf/util/amd-sample-raw.c
130
printf("ibs_op_data2:\t%016llx %sRmtNode %d%s\n", reg.val,
tools/perf/util/amd-sample-raw.c
150
printf("ibs_op_data2:\t%016llx %sRmtNode %d%s\n", reg.val,
tools/perf/util/amd-sample-raw.c
217
printf("ibs_op_data3:\t%016llx LdOp %d StOp %d%s%s%s DcMiss %d DcMisAcc %d "
tools/perf/util/amd-sample-raw.c
245
printf("IbsOpRip:\t%016llx\n", *rip);
tools/perf/util/amd-sample-raw.c
255
printf("IbsDCLinAd:\t%016llx\n", *(rip + 4));
tools/perf/util/amd-sample-raw.c
257
printf("IbsDCPhysAd:\t%016llx\n", *(rip + 5));
tools/perf/util/amd-sample-raw.c
259
printf("IbsBrTarget:\t%016llx\n", *(rip + 6));
tools/perf/util/amd-sample-raw.c
274
printf("IbsFetchLinAd:\t%016llx\n", *addr++);
tools/perf/util/amd-sample-raw.c
276
printf("IbsFetchPhysAd:\t%016llx\n", *addr);
tools/perf/util/amd-sample-raw.c
66
printf("ibs_fetch_ctl:\t%016llx MaxCnt %7d Cnt %7d Lat %5d En %d Val %d Comp %d%s "
tools/perf/util/amd-sample-raw.c
77
printf("ic_ibs_ext_ctl:\t%016llx IbsItlbRefillLat %3d\n", reg.val, reg.itlb_refill_lat);
tools/perf/util/amd-sample-raw.c
93
printf("ibs_op_ctl:\t%016llx MaxCnt %9d%s En %d Val %d CntCtl %d=%s CurCnt %9d%s\n",
tools/perf/util/annotate-data.c
1837
printf("Annotate type: '%s' in %s (%d samples):\n",
tools/perf/util/annotate-data.c
1850
printf(" event[%d] = %s\n", i++, pos->name);
tools/perf/util/annotate-data.c
1863
printf("============================================================================\n");
tools/perf/util/annotate-data.c
1864
printf("%*s %10s %10s %s\n", (width + 1) * nr_members, val_hdr,
tools/perf/util/annotate-data.c
1909
printf(" %#10x %#10x %*s%s\t%s",
tools/perf/util/annotate-data.c
1914
printf(" {\n");
tools/perf/util/annotate-data.c
1920
printf("%*s}", (width + 1) * nr_events + 24 + indent, "");
tools/perf/util/annotate-data.c
1921
printf(";\n");
tools/perf/util/annotate-data.c
1928
printf("\n");
tools/perf/util/annotate.c
1154
printf("\nSorted summary for file %s\n", filename);
tools/perf/util/annotate.c
1155
printf("----------------------------------------------\n\n");
tools/perf/util/annotate.c
1158
printf(" Nothing higher than %1.1f%%\n", MIN_GREEN);
tools/perf/util/annotate.c
1198
printf("%*" PRIx64 ": %" PRIu64 "\n", BITS_PER_LONG / 2,
tools/perf/util/annotate.c
1201
printf("%*s: %" PRIu64 "\n", BITS_PER_LONG / 2, "h->nr_samples", h->nr_samples);
tools/perf/util/annotate.c
1255
graph_dotted_len = printf(" %-*.*s| Source code & Disassembly of %s for %s (%" PRIu64 " samples, "
tools/perf/util/annotate.c
1262
printf("%-*.*s----\n",
tools/perf/util/annotate.c
1369
.printf = FILE__printf,
tools/perf/util/annotate.c
2027
void (*obj__printf)(void *obj, const char *fmt, ...) = wops->printf;
tools/perf/util/annotate.c
724
printf("\t#");
tools/perf/util/annotate.c
731
printf(" +%.2f%%", p);
tools/perf/util/annotate.c
741
printf("\t#");
tools/perf/util/annotate.c
748
printf(" -%.2f%% (p:%.2f%%)", p, 100*(double)br->pred / br->taken);
tools/perf/util/annotate.c
851
printf(" : ");
tools/perf/util/annotate.c
864
printf("\t\t# data-type: %s",
tools/perf/util/annotate.c
869
printf(" +%#x", offset);
tools/perf/util/annotate.c
875
printf(" (%s)", buf);
tools/perf/util/annotate.c
891
printf("\n");
tools/perf/util/annotate.c
901
printf(" %*s:\n", width, " ");
tools/perf/util/annotate.c
903
printf(" %*s: %-*d %s\n", width, " ", apd->addr_fmt_width,
tools/perf/util/annotate.h
198
void (*printf)(void *obj, const char *fmt, ...);
tools/perf/util/arm-spe.c
156
printf(".");
tools/perf/util/arm-spe.c
179
printf(".\n");
tools/perf/util/bpf-filter.y
25
printf("perf_bpf_filter: %s\n", msg);
tools/perf/util/bpf-filter.y
97
printf("perf_bpf_filter: cgroup accepts '==' or '!=' only\n");
tools/perf/util/dlfilter.c
626
printf(" %-36s %s\n", entry->d_name, desc ? desc : "");
tools/perf/util/dlfilter.c
632
printf("%39s%s\n", "", line);
tools/perf/util/dlfilter.c
648
printf("List of available dlfilters:\n");
tools/perf/util/header.c
1996
printf("# bpf_prog_info empty\n");
tools/perf/util/header.c
2023
printf("# btf info empty\n");
tools/perf/util/header.c
4702
printf(", ");
tools/perf/util/header.c
4708
printf("# %s", feat_ops[feat].name);
tools/perf/util/hisi-ptt-decoder/hisi-ptt-pkt-decoder.c
129
printf(".");
tools/perf/util/hisi-ptt-decoder/hisi-ptt-pkt-decoder.c
95
printf(".");
tools/perf/util/hisi-ptt.c
74
printf(".\n");
tools/perf/util/intel-bts.c
102
printf(".");
tools/perf/util/intel-bts.c
127
printf(".\n");
tools/perf/util/intel-pt.c
253
printf(".");
tools/perf/util/intel-pt.c
276
printf(".\n");
tools/perf/util/intel-pt.c
296
printf("\n");
tools/perf/util/pmu.c
1456
printf("Required parameter '%s' not specified\n", term->config);
tools/perf/util/pmus.c
669
printf("\n");
tools/perf/util/powerpc-vpadtl.c
108
printf(".");
tools/perf/util/powerpc-vpadtl.c
112
printf("dispatch_reason:%s, preempt_reason:%s, "
tools/perf/util/powerpc-vpadtl.c
123
printf("boot_tb: %" PRIu64 ", tb_freq: %" PRIu64 "\n",
tools/perf/util/powerpc-vpadtl.c
167
printf(".\n");
tools/perf/util/probe-event.c
2684
printf("%s\n", buf.buf);
tools/perf/util/probe-event.c
3640
printf("%s\n", buf);
tools/perf/util/probe-event.c
3694
printf("'%s'", ret);
tools/perf/util/probe-event.c
3734
printf("%sftrace.event.kprobes.%s.probe = ",
tools/perf/util/probe-event.c
3738
printf(", ");
tools/perf/util/probe-event.c
3742
printf("\n");
tools/perf/util/probe-event.c
3819
printf("%s\n", pos->name);
tools/perf/util/probe-file.c
1048
printf("%s\n", entry->spev);
tools/perf/util/probe-file.c
1075
printf("%s (%s):\n", buf, nd->s);
tools/perf/util/s390-cpumsf.c
497
printf(".\n");
tools/perf/util/session.c
1029
printf("... ustack: size %" PRIu64 ", offset 0x%x\n",
tools/perf/util/session.c
1044
printf("%u ", sample->cpu);
tools/perf/util/session.c
1047
printf("%" PRIu64 " ", sample->time);
tools/perf/util/session.c
1052
printf("... sample_read:\n");
tools/perf/util/session.c
1055
printf("...... time enabled %016" PRIx64 "\n",
tools/perf/util/session.c
1059
printf("...... time running %016" PRIx64 "\n",
tools/perf/util/session.c
1065
printf(".... group nr %" PRIu64 "\n", sample->read.group.nr);
tools/perf/util/session.c
1068
printf("..... id %016" PRIx64
tools/perf/util/session.c
1072
printf(", lost %" PRIu64, value->lost);
tools/perf/util/session.c
1073
printf("\n");
tools/perf/util/session.c
1076
printf("..... id %016" PRIx64 ", value %016" PRIx64,
tools/perf/util/session.c
1079
printf(", lost %" PRIu64, sample->read.one.lost);
tools/perf/util/session.c
1080
printf("\n");
tools/perf/util/session.c
1091
printf("\n%#" PRIx64 "@%s [%#x]: event: %d\n",
tools/perf/util/session.c
1101
printf("%#" PRIx64 " [%#x]: PERF_RECORD_%s", file_offset,
tools/perf/util/session.c
1132
printf("(IP, 0x%x): %d/%d: %#" PRIx64 " period: %" PRIu64 " addr: %#" PRIx64 "\n",
tools/perf/util/session.c
1152
printf("... weight: %" PRIu64 "", sample->weight);
tools/perf/util/session.c
1154
printf(",0x%"PRIx16"", sample->ins_lat);
tools/perf/util/session.c
1155
printf(",0x%"PRIx16"", sample->weight3);
tools/perf/util/session.c
1157
printf("\n");
tools/perf/util/session.c
1161
printf(" . data_src: 0x%"PRIx64"\n", sample->data_src);
tools/perf/util/session.c
1164
printf(" .. phys_addr: 0x%"PRIx64"\n", sample->phys_addr);
tools/perf/util/session.c
1167
printf(" .. data page size: %s\n", get_page_size_name(sample->data_page_size, str));
tools/perf/util/session.c
1170
printf(" .. code page size: %s\n", get_page_size_name(sample->code_page_size, str));
tools/perf/util/session.c
1173
printf("... transaction: %" PRIx64 "\n", sample->transaction);
tools/perf/util/session.c
1185
printf("(IP, 0x%x): %d/%d: %#" PRIx64 "\n",
tools/perf/util/session.c
1200
printf(": %d %d %s %" PRI_lu64 "\n", event->read.pid, event->read.tid,
tools/perf/util/session.c
1209
printf("... time enabled : %" PRI_lu64 "\n", read_event->time_enabled);
tools/perf/util/session.c
1212
printf("... time running : %" PRI_lu64 "\n", read_event->time_running);
tools/perf/util/session.c
1215
printf("... id : %" PRI_lu64 "\n", read_event->id);
tools/perf/util/session.c
1218
printf("... lost : %" PRI_lu64 "\n", read_event->lost);
tools/perf/util/session.c
2873
printf("Too big: nr %zu max_nr %zu\n", nr, max_nr);
tools/perf/util/session.c
2880
printf("Too big2: nr %zu max_nr %zu\n", nr, max_nr);
tools/perf/util/session.c
847
printf("... LBR call chain: nr:%" PRIu64 "\n", total_nr);
tools/perf/util/session.c
850
printf("..... %2d: %016" PRIx64 "\n",
tools/perf/util/session.c
853
printf("..... %2d: %016" PRIx64 "\n",
tools/perf/util/session.c
856
printf("..... %2d: %016" PRIx64 "\n",
tools/perf/util/session.c
892
printf("... FP chain: nr:%" PRIu64 "\n", callchain->nr);
tools/perf/util/session.c
895
printf("..... %2d: %016" PRIx64 "%s\n",
tools/perf/util/session.c
900
printf("...... (deferred)\n");
tools/perf/util/session.c
912
printf("%s: nr:%" PRIu64 "\n", "... branch stack", sample->branch_stack->nr);
tools/perf/util/session.c
923
printf("%s: nr:%" PRIu64 "\n", "... branch callstack", sample->branch_stack->nr+1);
tools/perf/util/session.c
930
printf("..... %2"PRIu64": %016" PRIx64 " -> %016" PRIx64 " %hu cycles %s%s%s%s %x %s %s\n",
tools/perf/util/session.c
942
printf("..... %2"PRIu64": %016" PRIx64 "\n"
tools/perf/util/session.c
946
printf("..... %2"PRIu64": %016" PRIx64 "\n", i+1, e->from);
tools/perf/util/session.c
955
printf("... branch stack counters: nr:%" PRIu64 " (counter width: %u max counter nr:%u)\n",
tools/perf/util/session.c
958
printf("..... %2"PRIu64": %016" PRIx64 "\n", i, branch_stack_cntr[i]);
tools/perf/util/session.c
969
printf(".... %-5s 0x%016" PRIx64 "\n",
tools/perf/util/session.c
993
printf("... %s regs: mask 0x%" PRIx64 " ABI %s\n",
tools/perf/util/stream.c
231
printf("\nhot chain pair %d:\n", idx);
tools/perf/util/stream.c
241
printf("%35s\t%35s\n", buf1, buf2);
tools/perf/util/stream.c
243
printf("%35s\t%35s\n",
tools/perf/util/stream.c
261
printf("%s\n", buf1);
tools/perf/util/stream.c
274
printf("\nhot chain %d:\n", idx);
tools/perf/util/stream.c
281
printf("%35s\t%35s\n", "", buf);
tools/perf/util/stream.c
282
printf("%35s\t%35s\n",
tools/perf/util/stream.c
285
printf("%35s\n", buf);
tools/perf/util/stream.c
286
printf("%35s\n", "--------------------------");
tools/perf/util/stream.c
297
printf("%s\n", buf);
tools/perf/util/stream.c
307
printf("[ Matched hot streams ]\n");
tools/perf/util/stream.c
317
printf("\n[ Hot streams in old perf data only ]\n");
tools/perf/util/stream.c
327
printf("\n[ Hot streams in new perf data only ]\n");
tools/perf/util/trace-event-read.c
412
printf("version = %s\n", version);
tools/perf/util/util.c
305
printf("%.*s%s%.*s\n", pre_dash_cnt, graph_dotted_line, s, post_dash_cnt,
tools/power/acpi/os_specific/service_layers/osunixxf.c
642
printf("%s\n", semaphore_name);
tools/power/acpi/tools/acpidump/apmain.c
214
printf(ACPI_COMMON_BUILD_TIME);
tools/power/acpi/tools/acpidump/apmain.c
219
printf("Unknown option: -v%s\n",
tools/power/acpi/tools/ec/ec_access.c
139
printf(" 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F");
tools/power/acpi/tools/ec/ec_access.c
142
printf("\n%.2X: ", byte_off);
tools/power/acpi/tools/ec/ec_access.c
143
printf(" %.2x ", (uint8_t)buf[byte_off]);
tools/power/acpi/tools/ec/ec_access.c
145
printf("\n");
tools/power/acpi/tools/ec/ec_access.c
150
printf("\n");
tools/power/acpi/tools/ec/ec_access.c
162
printf(" 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F");
tools/power/acpi/tools/ec/ec_access.c
165
printf("\n%.2X: ", byte_off);
tools/power/acpi/tools/ec/ec_access.c
168
printf(" %.2x ", (uint8_t)buf2[byte_off]);
tools/power/acpi/tools/ec/ec_access.c
170
printf("*%.2x ", (uint8_t)buf2[byte_off]);
tools/power/acpi/tools/ec/ec_access.c
172
printf("\n");
tools/power/acpi/tools/ec/ec_access.c
188
printf("0x%.2x\n", buf);
tools/power/acpi/tools/ec/ec_access.c
37
printf("Usage:\n");
tools/power/acpi/tools/ec/ec_access.c
38
printf("1) %s -r [-s sleep]\n", basename(progname));
tools/power/acpi/tools/ec/ec_access.c
39
printf("2) %s -b byte_offset\n", basename(progname));
tools/power/acpi/tools/ec/ec_access.c
40
printf("3) %s -w byte_offset -v value\n\n", basename(progname));
tools/power/acpi/tools/ec/ec_access.c
73
printf("Bad sleep time: %s\n", optarg);
tools/power/acpi/tools/pfrut/pfrut.c
130
printf("Number expected: type(0:execution, 1:history) - Quit.\n");
tools/power/acpi/tools/pfrut/pfrut.c
141
printf("Number expected: level(0, 1, 2, 4) - Quit.\n");
tools/power/acpi/tools/pfrut/pfrut.c
177
printf("update capability:%d\n", cap->update_cap);
tools/power/acpi/tools/pfrut/pfrut.c
180
printf("code injection image type:%s\n", uuid);
tools/power/acpi/tools/pfrut/pfrut.c
181
printf("fw_version:%d\n", cap->fw_version);
tools/power/acpi/tools/pfrut/pfrut.c
182
printf("code_rt_version:%d\n", cap->code_rt_version);
tools/power/acpi/tools/pfrut/pfrut.c
185
printf("driver update image type:%s\n", uuid);
tools/power/acpi/tools/pfrut/pfrut.c
186
printf("drv_rt_version:%d\n", cap->drv_rt_version);
tools/power/acpi/tools/pfrut/pfrut.c
187
printf("drv_svn:%d\n", cap->drv_svn);
tools/power/acpi/tools/pfrut/pfrut.c
190
printf("platform id:%s\n", uuid);
tools/power/acpi/tools/pfrut/pfrut.c
192
printf("oem id:%s\n", uuid);
tools/power/acpi/tools/pfrut/pfrut.c
193
printf("oem information length:%d\n", cap->oem_info_len);
tools/power/acpi/tools/pfrut/pfrut.c
210
printf("Please run the tool as root - Exiting.\n");
tools/power/acpi/tools/pfrut/pfrut.c
218
printf("PFRU device not supported - Quit...\n");
tools/power/acpi/tools/pfrut/pfrut.c
224
printf("PFRT device not supported - Quit...\n");
tools/power/acpi/tools/pfrut/pfrut.c
261
printf("log_level:%d\n", info.log_level);
tools/power/acpi/tools/pfrut/pfrut.c
262
printf("log_type:%d\n", info.log_type);
tools/power/acpi/tools/pfrut/pfrut.c
263
printf("log_revid:%d\n", info.log_revid);
tools/power/acpi/tools/pfrut/pfrut.c
264
printf("max_data_size:%d\n", data_info.max_data_size);
tools/power/acpi/tools/pfrut/pfrut.c
265
printf("chunk1_size:%d\n", data_info.chunk1_size);
tools/power/acpi/tools/pfrut/pfrut.c
266
printf("chunk2_size:%d\n", data_info.chunk2_size);
tools/power/acpi/tools/pfrut/pfrut.c
267
printf("rollover_cnt:%d\n", data_info.rollover_cnt);
tools/power/acpi/tools/pfrut/pfrut.c
268
printf("reset_cnt:%d\n", data_info.reset_cnt);
tools/power/acpi/tools/pfrut/pfrut.c
280
printf("Invalid log level %d\n",
tools/power/acpi/tools/pfrut/pfrut.c
289
printf("Invalid log type %d\n",
tools/power/acpi/tools/pfrut/pfrut.c
298
printf("Invalid log revid %d, unchanged.\n",
tools/power/acpi/tools/pfrut/pfrut.c
324
printf("pfru update revid set to %d\n", revid);
tools/power/acpi/tools/pfrut/pfrut.c
358
printf("Load %d bytes of capsule file into the system\n",
tools/power/acpi/tools/pfrut/pfrut.c
373
printf("Load done.\n");
tools/power/acpi/tools/pfrut/pfrut.c
389
printf("Update finished, return %d\n", ret);
tools/power/acpi/tools/pfrut/pfrut.c
408
printf("No telemetry data available.\n");
tools/power/acpi/tools/pfrut/pfrut.c
432
printf("%s\n", log_buf);
tools/power/cpupower/bench/benchmark.c
112
printf("_round %i: doing %u cycles with %u calculations"
tools/power/cpupower/bench/benchmark.c
120
printf("average: %lius, rps:%li\n",
tools/power/cpupower/bench/benchmark.c
132
printf("performance cycle took %lius, "
tools/power/cpupower/bench/benchmark.c
158
printf("powersave cycle took %lius, "
tools/power/cpupower/bench/benchmark.c
175
printf("performance is at %.2f%%\n",
tools/power/cpupower/bench/benchmark.c
41
printf("calibrating load of %lius, please wait...\n", load);
tools/power/cpupower/bench/benchmark.c
63
printf("calibration done\n");
tools/power/cpupower/bench/config.h
19
#define dprintf printf
tools/power/cpupower/bench/main.c
158
printf("starting benchmark with parameters:\n");
tools/power/cpupower/bench/main.c
159
printf("config:\n\t"
tools/power/cpupower/bench/main.c
41
printf("usage: ./bench\n");
tools/power/cpupower/bench/main.c
42
printf("Options:\n");
tools/power/cpupower/bench/main.c
43
printf(" -l, --load=<long int>\t\tinitial load time in us\n");
tools/power/cpupower/bench/main.c
44
printf(" -s, --sleep=<long int>\t\tinitial sleep time in us\n");
tools/power/cpupower/bench/main.c
45
printf(" -x, --load-step=<long int>\ttime to be added to load time, in us\n");
tools/power/cpupower/bench/main.c
46
printf(" -y, --sleep-step=<long int>\ttime to be added to sleep time, in us\n");
tools/power/cpupower/bench/main.c
47
printf(" -c, --cpu=<cpu #>\t\t\tCPU Nr. to use, starting at 0\n");
tools/power/cpupower/bench/main.c
48
printf(" -p, --prio=<priority>\t\t\tscheduler priority, HIGH, LOW or DEFAULT\n");
tools/power/cpupower/bench/main.c
49
printf(" -g, --governor=<governor>\t\tcpufreq governor to test\n");
tools/power/cpupower/bench/main.c
50
printf(" -n, --cycles=<int>\t\t\tload/sleep cycles\n");
tools/power/cpupower/bench/main.c
51
printf(" -r, --rounds<int>\t\t\tload/sleep rounds\n");
tools/power/cpupower/bench/main.c
52
printf(" -f, --file=<configfile>\t\tconfig file to use\n");
tools/power/cpupower/bench/main.c
53
printf(" -o, --output=<dir>\t\t\toutput path. Filename will be OUTPUTPATH/benchmark_TIMESTAMP.log\n");
tools/power/cpupower/bench/main.c
54
printf(" -v, --verbose\t\t\t\tverbose output on/off\n");
tools/power/cpupower/bench/main.c
55
printf(" -h, --help\t\t\t\tPrint this help screen\n");
tools/power/cpupower/bench/system.c
141
printf("approx. test duration: %im\n",
tools/power/cpupower/bench/system.c
155
printf("set cpu affinity to cpu #%u\n", config->cpu);
tools/power/cpupower/bench/system.c
162
printf("high priority condition requested\n");
tools/power/cpupower/bench/system.c
168
printf("low priority condition requested\n");
tools/power/cpupower/bench/system.c
174
printf("default priority condition requested\n");
tools/power/cpupower/debug/i386/centrino-decode.c
72
printf("0x%x means multiplier %d @ %d mV\n", msr, multiplier, mv);
tools/power/cpupower/debug/i386/centrino-decode.c
83
printf("can't get MSR_IA32_PERF_STATUS for cpu %d\n", cpu);
tools/power/cpupower/debug/i386/centrino-decode.c
84
printf("Possible trouble: you don't run an Enhanced SpeedStep capable cpu\n");
tools/power/cpupower/debug/i386/centrino-decode.c
85
printf("or you are not root, or the msr driver is not present\n");
tools/power/cpupower/debug/i386/dump_psb.c
107
printf("Overriding number of pst :%d\n", numpst);
tools/power/cpupower/debug/i386/dump_psb.c
117
printf(" PST %d cpuid %.3x fsb %hhu mfid %hhx svid %hhx numberstates %hhu\n",
tools/power/cpupower/debug/i386/dump_psb.c
140
printf ("Usage: dump_psb [options]\n");
tools/power/cpupower/debug/i386/dump_psb.c
141
printf ("Options:\n");
tools/power/cpupower/debug/i386/dump_psb.c
142
printf (" -n, --numpst Set number of PST tables to scan\n");
tools/power/cpupower/debug/i386/dump_psb.c
143
printf (" -r, --relevant Only display PSTs relevant to cpuid N\n");
tools/power/cpupower/debug/i386/dump_psb.c
178
printf ("Couldn't open /dev/mem. Are you root?\n");
tools/power/cpupower/debug/i386/dump_psb.c
69
printf(" %2d %8dkHz FID %02x (%2d.%01d) VID %02x (%4dmV)\n",
tools/power/cpupower/debug/i386/dump_psb.c
91
printf("PSB version: %hhx flags: %hhx settling time %hhuus res1 %hhx num pst %hhu\n",
tools/power/cpupower/debug/i386/intel_gsic.c
31
printf("Failed!\n");
tools/power/cpupower/debug/i386/intel_gsic.c
35
printf("BIOS supports GSIC call:\n");
tools/power/cpupower/debug/i386/intel_gsic.c
36
printf("\tsignature: %c%c%c%c\n",
tools/power/cpupower/debug/i386/intel_gsic.c
41
printf("\tcommand port = 0x%.4x\n",
tools/power/cpupower/debug/i386/intel_gsic.c
43
printf("\tcommand = 0x%.4x\n",
tools/power/cpupower/debug/i386/intel_gsic.c
45
printf("\tevent port = 0x%.8x\n", r.ecx);
tools/power/cpupower/debug/i386/intel_gsic.c
46
printf("\tflags = 0x%.8x\n", r.edx);
tools/power/cpupower/debug/i386/intel_gsic.c
48
printf("non-default command value. If speedstep-smi "
tools/power/cpupower/debug/i386/intel_gsic.c
55
printf("non-default command port. If speedstep-smi "
tools/power/cpupower/debug/i386/intel_gsic.c
62
printf("BIOS DOES NOT support GSIC call. Dumping registers anyway:\n");
tools/power/cpupower/debug/i386/intel_gsic.c
63
printf("eax = 0x%.8x\n", r.eax);
tools/power/cpupower/debug/i386/intel_gsic.c
64
printf("ebx = 0x%.8x\n", r.ebx);
tools/power/cpupower/debug/i386/intel_gsic.c
65
printf("ecx = 0x%.8x\n", r.ecx);
tools/power/cpupower/debug/i386/intel_gsic.c
66
printf("edx = 0x%.8x\n", r.edx);
tools/power/cpupower/debug/i386/intel_gsic.c
67
printf("Note also that some BIOS do not support the initial "
tools/power/cpupower/debug/i386/intel_gsic.c
71
printf("\tsmi_cmd=0x?? smi_port=0x?? smi_sig=1\n");
tools/power/cpupower/debug/i386/intel_gsic.c
72
printf("\nUnfortunately, you have to know what exactly are "
tools/power/cpupower/debug/i386/powernow-k8-decode.c
82
printf("can't get fid, vid from MSR\n");
tools/power/cpupower/debug/i386/powernow-k8-decode.c
83
printf("Possible trouble: you don't run a powernow-k8 capable cpu\n");
tools/power/cpupower/debug/i386/powernow-k8-decode.c
84
printf("or you are not root, or the msr driver is not present\n");
tools/power/cpupower/debug/i386/powernow-k8-decode.c
89
printf("cpu %d currently at %d MHz and %d mV\n",
tools/power/cpupower/lib/cpupower.c
207
printf("Warning CPU%u has a 0 size core_cpus_list string", cpu);
tools/power/cpupower/utils/cpufreq-info.c
101
printf("%lu ns", duration);
tools/power/cpupower/utils/cpufreq-info.c
107
printf("%u.%02u ms", ((unsigned int) duration/1000000),
tools/power/cpupower/utils/cpufreq-info.c
113
printf("%u us", ((unsigned int) duration / 1000));
tools/power/cpupower/utils/cpufreq-info.c
118
printf("%u.%01u us", ((unsigned int) duration/1000),
tools/power/cpupower/utils/cpufreq-info.c
121
printf("%lu ns", duration);
tools/power/cpupower/utils/cpufreq-info.c
133
printf(_("Error while evaluating Boost Capabilities"
tools/power/cpupower/utils/cpufreq-info.c
143
printf(_(" boost state support:\n"));
tools/power/cpupower/utils/cpufreq-info.c
145
printf(_(" Supported: %s\n"), support ? _("yes") : _("no"));
tools/power/cpupower/utils/cpufreq-info.c
146
printf(_(" Active: %s\n"), active ? _("yes") : _("no"));
tools/power/cpupower/utils/cpufreq-info.c
158
printf(_(" Boost States: %d\n"), b_states);
tools/power/cpupower/utils/cpufreq-info.c
159
printf(_(" Total States: %d\n"), pstate_no);
tools/power/cpupower/utils/cpufreq-info.c
164
printf(_(" Pstate-Pb%d: %luMHz (boost state)"
tools/power/cpupower/utils/cpufreq-info.c
167
printf(_(" Pstate-P%d: %luMHz\n"),
tools/power/cpupower/utils/cpufreq-info.c
186
printf(_(" %.0f MHz max turbo 4 active cores\n"),
tools/power/cpupower/utils/cpufreq-info.c
191
printf(_(" %.0f MHz max turbo 3 active cores\n"),
tools/power/cpupower/utils/cpufreq-info.c
196
printf(_(" %.0f MHz max turbo 2 active cores\n"),
tools/power/cpupower/utils/cpufreq-info.c
201
printf(_(" %.0f MHz max turbo 1 active cores\n"),
tools/power/cpupower/utils/cpufreq-info.c
212
printf(_(" boost state support:\n"));
tools/power/cpupower/utils/cpufreq-info.c
213
printf(_(" Active: %s\n"), active ? _("yes") : _("no"));
tools/power/cpupower/utils/cpufreq-info.c
234
printf(_(" boost frequency steps: "));
tools/power/cpupower/utils/cpufreq-info.c
237
printf(", ");
tools/power/cpupower/utils/cpufreq-info.c
241
printf("\n");
tools/power/cpupower/utils/cpufreq-info.c
253
printf(_(" current CPU frequency: "));
tools/power/cpupower/utils/cpufreq-info.c
255
printf(_(" Unable to call to kernel\n"));
tools/power/cpupower/utils/cpufreq-info.c
261
printf("%lu", freq);
tools/power/cpupower/utils/cpufreq-info.c
262
printf(_(" (asserted by call to kernel)\n"));
tools/power/cpupower/utils/cpufreq-info.c
277
printf(_(" current CPU frequency: "));
tools/power/cpupower/utils/cpufreq-info.c
279
printf("Unable to call hardware\n");
tools/power/cpupower/utils/cpufreq-info.c
285
printf("%lu", freq);
tools/power/cpupower/utils/cpufreq-info.c
286
printf(_(" (asserted by call to hardware)\n"));
tools/power/cpupower/utils/cpufreq-info.c
297
printf(_("Not Available\n"));
tools/power/cpupower/utils/cpufreq-info.c
302
printf(_(" hardware limits: "));
tools/power/cpupower/utils/cpufreq-info.c
304
printf(" - ");
tools/power/cpupower/utils/cpufreq-info.c
306
printf("\n");
tools/power/cpupower/utils/cpufreq-info.c
308
printf("%lu %lu\n", min, max);
tools/power/cpupower/utils/cpufreq-info.c
319
printf(_(" no or unknown cpufreq driver is active on this CPU\n"));
tools/power/cpupower/utils/cpufreq-info.c
32
printf(_("Couldn't count the number of CPUs (%s: %s), assuming 1\n"), "/proc/stat", strerror(errno));
tools/power/cpupower/utils/cpufreq-info.c
322
printf(" driver: %s\n", driver);
tools/power/cpupower/utils/cpufreq-info.c
333
printf(_(" Unable to determine current policy\n"));
tools/power/cpupower/utils/cpufreq-info.c
336
printf(_(" current policy: frequency should be within "));
tools/power/cpupower/utils/cpufreq-info.c
338
printf(_(" and "));
tools/power/cpupower/utils/cpufreq-info.c
341
printf(".\n ");
tools/power/cpupower/utils/cpufreq-info.c
342
printf(_("The governor \"%s\" may decide which speed to use\n"
tools/power/cpupower/utils/cpufreq-info.c
356
printf(_(" available cpufreq governors: "));
tools/power/cpupower/utils/cpufreq-info.c
358
printf(_("Not Available\n"));
tools/power/cpupower/utils/cpufreq-info.c
363
printf("%s ", governors->governor);
tools/power/cpupower/utils/cpufreq-info.c
366
printf("%s\n", governors->governor);
tools/power/cpupower/utils/cpufreq-info.c
378
printf(_(" CPUs which need to have their frequency coordinated by software: "));
tools/power/cpupower/utils/cpufreq-info.c
380
printf(_("Not Available\n"));
tools/power/cpupower/utils/cpufreq-info.c
385
printf("%d ", cpus->cpu);
tools/power/cpupower/utils/cpufreq-info.c
388
printf("%d\n", cpus->cpu);
tools/power/cpupower/utils/cpufreq-info.c
399
printf(_(" CPUs which run at the same hardware frequency: "));
tools/power/cpupower/utils/cpufreq-info.c
401
printf(_("Not Available\n"));
tools/power/cpupower/utils/cpufreq-info.c
406
printf("%d ", cpus->cpu);
tools/power/cpupower/utils/cpufreq-info.c
409
printf("%d\n", cpus->cpu);
tools/power/cpupower/utils/cpufreq-info.c
424
printf(":%.2f%%",
tools/power/cpupower/utils/cpufreq-info.c
427
printf("%lu:%llu",
tools/power/cpupower/utils/cpufreq-info.c
431
printf(", ");
tools/power/cpupower/utils/cpufreq-info.c
435
printf(" (%lu)\n", total_trans);
tools/power/cpupower/utils/cpufreq-info.c
449
printf(_(" energy performance preference: %s\n"), epp);
tools/power/cpupower/utils/cpufreq-info.c
465
printf(_(" maximum transition latency: "));
tools/power/cpupower/utils/cpufreq-info.c
467
printf(_(" Cannot determine or is not supported.\n"));
tools/power/cpupower/utils/cpufreq-info.c
473
printf("\n");
tools/power/cpupower/utils/cpufreq-info.c
475
printf("%lu\n", latency);
tools/power/cpupower/utils/cpufreq-info.c
503
printf(_(" available frequency steps: "));
tools/power/cpupower/utils/cpufreq-info.c
506
printf(", ");
tools/power/cpupower/utils/cpufreq-info.c
510
printf("\n");
tools/power/cpupower/utils/cpufreq-info.c
605
printf(_("The argument passed to this tool can't be "
tools/power/cpupower/utils/cpufreq-info.c
622
printf(_("You can't specify more than one --cpu parameter and/or\n"
tools/power/cpupower/utils/cpufreq-info.c
626
printf(_("invalid or unknown argument\n"));
tools/power/cpupower/utils/cpufreq-info.c
639
printf(_("analyzing CPU %d:\n"), cpu);
tools/power/cpupower/utils/cpufreq-info.c
64
printf(_(" minimum CPU frequency - maximum CPU frequency - governor\n"));
tools/power/cpupower/utils/cpufreq-info.c
642
printf(_(" *is offline\n"));
tools/power/cpupower/utils/cpufreq-info.c
643
printf("\n");
tools/power/cpupower/utils/cpufreq-info.c
78
printf("CPU%3d %9lu kHz (%3d %%) - %9lu kHz (%3d %%) - %s\n",
tools/power/cpupower/utils/cpufreq-info.c
93
printf("%u.%06u ms", ((unsigned int) duration/1000000),
tools/power/cpupower/utils/cpufreq-info.c
96
printf("%u us", ((unsigned int) duration/1000));
tools/power/cpupower/utils/cpufreq-info.c
98
printf("%u.%03u us", ((unsigned int) duration/1000),
tools/power/cpupower/utils/cpufreq-set.c
150
printf(_("wrong, unknown or unhandled CPU?\n"));
tools/power/cpupower/utils/cpufreq-set.c
275
printf("the same parameter was passed more than once\n");
tools/power/cpupower/utils/cpufreq-set.c
280
printf(_("the -f/--freq parameter cannot be combined with -d/--min, -u/--max or\n"
tools/power/cpupower/utils/cpufreq-set.c
286
printf(_("At least one parameter out of -f/--freq, -d/--min, -u/--max, and\n"
tools/power/cpupower/utils/cpufreq-set.c
328
printf(_("Setting cpu: %d\n"), cpu);
tools/power/cpupower/utils/cpufreq-set.c
34
printf(_("Error setting new values. Common errors:\n"
tools/power/cpupower/utils/cpufreq-set.c
59
printf(_("invalid or unknown argument\n"));
tools/power/cpupower/utils/cpuidle-info.c
106
printf(_("CPU %u: No C-states info\n"), cpu);
tools/power/cpupower/utils/cpuidle-info.c
110
printf(_("active state: C0\n"));
tools/power/cpupower/utils/cpuidle-info.c
111
printf(_("max_cstate: C%u\n"), cstates-1);
tools/power/cpupower/utils/cpuidle-info.c
112
printf(_("maximum allowed latency: %lu usec\n"), max_allowed_cstate);
tools/power/cpupower/utils/cpuidle-info.c
113
printf(_("states:\t\n"));
tools/power/cpupower/utils/cpuidle-info.c
115
printf(_(" C%d: "
tools/power/cpupower/utils/cpuidle-info.c
117
printf(_("promotion[--] demotion[--] "));
tools/power/cpupower/utils/cpuidle-info.c
118
printf(_("latency[%03lu] "),
tools/power/cpupower/utils/cpuidle-info.c
120
printf(_("residency[%05lu] "),
tools/power/cpupower/utils/cpuidle-info.c
122
printf(_("usage[%08lu] "),
tools/power/cpupower/utils/cpuidle-info.c
124
printf(_("duration[%020Lu] \n"),
tools/power/cpupower/utils/cpuidle-info.c
175
printf(_("You can't specify more than one "
tools/power/cpupower/utils/cpuidle-info.c
179
printf(_("invalid or unknown argument\n"));
tools/power/cpupower/utils/cpuidle-info.c
196
printf(_("analyzing CPU %d:\n"), cpu);
tools/power/cpupower/utils/cpuidle-info.c
199
printf(_(" *is offline\n"));
tools/power/cpupower/utils/cpuidle-info.c
200
printf("\n");
tools/power/cpupower/utils/cpuidle-info.c
210
printf("\n");
tools/power/cpupower/utils/cpuidle-info.c
214
printf("\n");
tools/power/cpupower/utils/cpuidle-info.c
30
printf(_("CPU %u: No idle states\n"), cpu);
tools/power/cpupower/utils/cpuidle-info.c
34
printf(_("Number of idle states: %d\n"), idlestates);
tools/power/cpupower/utils/cpuidle-info.c
35
printf(_("Available idle states:"));
tools/power/cpupower/utils/cpuidle-info.c
40
printf(" %s", tmp);
tools/power/cpupower/utils/cpuidle-info.c
43
printf("\n");
tools/power/cpupower/utils/cpuidle-info.c
56
printf("%s%s:\n", tmp, (disabled) ? " (DISABLED) " : "");
tools/power/cpupower/utils/cpuidle-info.c
62
printf(_("Flags/Description: %s\n"), tmp);
tools/power/cpupower/utils/cpuidle-info.c
65
printf(_("Latency: %lu\n"),
tools/power/cpupower/utils/cpuidle-info.c
67
printf(_("Residency: %lu\n"),
tools/power/cpupower/utils/cpuidle-info.c
69
printf(_("Usage: %lu\n"),
tools/power/cpupower/utils/cpuidle-info.c
71
printf(_("Duration: %llu\n"),
tools/power/cpupower/utils/cpuidle-info.c
82
printf(_("Could not determine cpuidle driver\n"));
tools/power/cpupower/utils/cpuidle-info.c
86
printf(_("CPUidle driver: %s\n"), tmp);
tools/power/cpupower/utils/cpuidle-info.c
91
printf(_("Could not determine cpuidle governor\n"));
tools/power/cpupower/utils/cpuidle-info.c
95
printf(_("CPUidle governor: %s\n"), tmp);
tools/power/cpupower/utils/cpuidle-set.c
119
printf(_("Idlestate %u disabled on CPU %u\n"), idlestate, cpu);
tools/power/cpupower/utils/cpuidle-set.c
121
printf(_("Idlestate %u not available on CPU %u\n"),
tools/power/cpupower/utils/cpuidle-set.c
124
printf(_("Idlestate disabling not supported by kernel\n"));
tools/power/cpupower/utils/cpuidle-set.c
126
printf(_("Idlestate %u not disabled on CPU %u\n"),
tools/power/cpupower/utils/cpuidle-set.c
132
printf(_("Idlestate %u enabled on CPU %u\n"), idlestate, cpu);
tools/power/cpupower/utils/cpuidle-set.c
134
printf(_("Idlestate %u not available on CPU %u\n"),
tools/power/cpupower/utils/cpuidle-set.c
137
printf(_("Idlestate enabling not supported by kernel\n"));
tools/power/cpupower/utils/cpuidle-set.c
139
printf(_("Idlestate %u not enabled on CPU %u\n"),
tools/power/cpupower/utils/cpuidle-set.c
153
printf(_("Idlestate %u enabled on CPU %u\n"), idlestate, cpu);
tools/power/cpupower/utils/cpuidle-set.c
161
printf(_("Idlestate %u disabled on CPU %u\n"), idlestate, cpu);
tools/power/cpupower/utils/cpuidle-set.c
173
printf(_("Idlestate %u enabled on CPU %u\n"), idlestate, cpu);
tools/power/cpupower/utils/cpuidle-set.c
179
printf(_("Invalid or unknown argument\n"));
tools/power/cpupower/utils/cpuidle-set.c
53
printf(_("Bad value: %s, Integer expected\n"), optarg);
tools/power/cpupower/utils/cpuidle-set.c
68
printf(_("Bad latency value: %s\n"), optarg);
tools/power/cpupower/utils/cpuidle-set.c
88
printf(_("You can't specify more than one "
tools/power/cpupower/utils/cpuidle-set.c
92
printf(_("invalid or unknown argument\n"));
tools/power/cpupower/utils/cpupower-info.c
110
printf(_("perf-bias: %d\n"), ret);
tools/power/cpupower/utils/cpupower-info.c
25
printf(_("invalid or unknown argument\n"));
tools/power/cpupower/utils/cpupower-info.c
81
printf(_("Intel's performance bias setting needs root privileges\n"));
tools/power/cpupower/utils/cpupower-info.c
83
printf(_("System does not support Intel's performance"
tools/power/cpupower/utils/cpupower-info.c
96
printf(_("analyzing CPU %d:\n"), cpu);
tools/power/cpupower/utils/cpupower-info.c
99
printf(_(" *is offline\n"));
tools/power/cpupower/utils/cpupower-set.c
105
printf("--turbo-boost param out of range [0-1]\n");
tools/power/cpupower/utils/cpupower-set.c
30
printf(_("invalid or unknown argument\n"));
tools/power/cpupower/utils/cpupower-set.c
74
printf(_("--perf-bias param out "
tools/power/cpupower/utils/cpupower.c
119
printf(PACKAGE " " VERSION "\n");
tools/power/cpupower/utils/cpupower.c
120
printf(_("Report errors and bugs to %s, please.\n"), PACKAGE_BUGREPORT);
tools/power/cpupower/utils/cpupower.c
70
printf(_("Usage:\tcpupower [-d|--debug] [-c|--cpu cpulist ] <command> [<args>]\n"));
tools/power/cpupower/utils/cpupower.c
72
printf(_("Usage:\tcpupower [-c|--cpu cpulist ] <command> [<args>]\n"));
tools/power/cpupower/utils/cpupower.c
74
printf(_("Supported commands are:\n"));
tools/power/cpupower/utils/cpupower.c
76
printf("\t%s\n", commands[i].cmd);
tools/power/cpupower/utils/cpupower.c
77
printf(_("\nNot all commands can make use of the -c cpulist option.\n"));
tools/power/cpupower/utils/cpupower.c
78
printf(_("\nUse 'cpupower help <command>' for getting help for above commands.\n"));
tools/power/cpupower/utils/helpers/amd.c
223
printf(_(" amd-pstate limits:\n"));
tools/power/cpupower/utils/helpers/amd.c
224
printf(_(" Highest Performance: %lu. Maximum Frequency: "),
tools/power/cpupower/utils/helpers/amd.c
231
printf(".\n");
tools/power/cpupower/utils/helpers/amd.c
233
printf(_(" Nominal Performance: %lu. Nominal Frequency: "),
tools/power/cpupower/utils/helpers/amd.c
237
printf(".\n");
tools/power/cpupower/utils/helpers/amd.c
239
printf(_(" Lowest Non-linear Performance: %lu. Lowest Non-linear Frequency: "),
tools/power/cpupower/utils/helpers/amd.c
243
printf(".\n");
tools/power/cpupower/utils/helpers/amd.c
245
printf(_(" Lowest Performance: %lu. Lowest Frequency: "),
tools/power/cpupower/utils/helpers/amd.c
248
printf(".\n");
tools/power/cpupower/utils/helpers/amd.c
250
printf(_(" Preferred Core Support: %lu. Preferred Core Ranking: %lu.\n"),
tools/power/cpupower/utils/helpers/misc.c
251
printf(_("Following CPUs are online:\n%s\n"), online_cpus_str);
tools/power/cpupower/utils/helpers/misc.c
269
printf(_("Following CPUs are offline:\n%s\n"), offline_cpus_str);
tools/power/cpupower/utils/helpers/misc.c
270
printf(_("cpupower set operation was not performed on them\n"));
tools/power/cpupower/utils/helpers/misc.c
285
printf("%u.%06u GHz", ((unsigned int)speed / 1000000),
tools/power/cpupower/utils/helpers/misc.c
288
printf("%u.%03u MHz", ((unsigned int)speed / 1000),
tools/power/cpupower/utils/helpers/misc.c
291
printf("%lu kHz", speed);
tools/power/cpupower/utils/helpers/misc.c
297
printf("%u.%02u GHz", ((unsigned int)speed / 1000000),
tools/power/cpupower/utils/helpers/misc.c
303
printf("%u MHz", ((unsigned int)speed / 1000));
tools/power/cpupower/utils/helpers/misc.c
308
printf("%u.%01u MHz", ((unsigned int)speed / 1000),
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
108
printf("%s|", buf);
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
114
printf("||");
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
117
printf("%s", buf);
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
119
printf("\n");
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
123
printf(" PKG|");
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
125
printf("CORE|");
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
127
printf(" CPU|");
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
135
printf("||");
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
138
printf("|");
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
142
printf("%s", buf);
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
144
printf(" ");
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
146
printf("\n");
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
167
printf("%4d|", cpu_top.core_info[cpu].pkg);
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
169
printf("%4d|", cpu_top.core_info[cpu].core);
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
171
printf("%4d|", cpu_top.core_info[cpu].cpu);
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
179
printf("||");
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
183
printf("|");
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
191
printf("******");
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
193
printf("%6.1f", percent);
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
195
printf("%6.2f", percent);
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
200
printf("******");
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
202
printf("%6llu", result);
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
204
printf(_("Monitor %s, Counter %s has no count "
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
219
printf(_(" *is offline\n"));
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
222
printf("\n");
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
248
printf(_("%s: max monitor name length"
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
262
printf(_("No matching monitor found in %s, "
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
279
printf(_("Monitor \"%s\" (%d states) - Might overflow after %u "
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
290
printf("%s\t[%c] -> %s\n", s.name, range_abbr[s.range],
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
313
printf("Invalid monitor command %s\n", argv[0]);
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
336
printf(_("%s took %.5f seconds and exited with status %d\n"),
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
414
printf(_("Cannot read number of available processors\n"));
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
419
printf("WARNING: at least one cpu is offline\n");
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
443
printf(_("No HW Cstate monitors found\n"));
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
50
printf(_("invalid or unknown argument\n"));
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
71
printf(" ");
tools/power/cpupower/utils/idle_monitor/rapl_monitor.c
54
printf("%s\n", zone->sys_name);
tools/power/cpupower/utils/idle_monitor/rapl_monitor.c
56
printf("%d\n", uj);
tools/power/cpupower/utils/powercap-info.c
34
printf("%sZone: %s", pr_prefix, zone->name);
tools/power/cpupower/utils/powercap-info.c
38
printf(" (%s)\n", mode ? "enabled" : "disabled");
tools/power/cpupower/utils/powercap-info.c
41
printf(_("%sPower can be monitored in micro Watts\n"),
tools/power/cpupower/utils/powercap-info.c
45
printf(_("%sPower can be monitored in micro Jules\n"),
tools/power/cpupower/utils/powercap-info.c
48
printf("\n");
tools/power/cpupower/utils/powercap-info.c
63
printf(_("No powercapping driver loaded\n"));
tools/power/cpupower/utils/powercap-info.c
67
printf("Driver: %s\n", line);
tools/power/cpupower/utils/powercap-info.c
72
printf(_("Powercapping is disabled\n"));
tools/power/cpupower/utils/powercap-info.c
76
printf(_("Powercap domain hierarchy:\n\n"));
tools/power/cpupower/utils/powercap-info.c
80
printf(_("No powercap info found\n"));
tools/power/x86/intel-speed-select/hfi-events.c
270
printf("Failed to allocate netlink callbacks");
tools/power/x86/intel-speed-select/isst-config.c
1140
printf("Incompatible API versions; Upgrade of tool is required\n");
tools/power/x86/intel-speed-select/isst-config.c
2855
printf("cpu [%d] in arg\n", target_cpus[i]);
tools/power/x86/intel-speed-select/isst-config.c
3009
printf("Unknown option: ignore\n");
tools/power/x86/intel-speed-select/isst-config.c
3014
printf("Garbage at the end of command: ignore\n");
tools/power/x86/intel-speed-select/isst-config.c
3019
printf("perf-profile:\tAn architectural mechanism that allows multiple optimized \n\
tools/power/x86/intel-speed-select/isst-config.c
3023
printf("\nCommands : For feature=perf-profile\n");
tools/power/x86/intel-speed-select/isst-config.c
3024
printf("\tinfo\n");
tools/power/x86/intel-speed-select/isst-config.c
3027
printf("\tget-lock-status\n");
tools/power/x86/intel-speed-select/isst-config.c
3028
printf("\tget-config-levels\n");
tools/power/x86/intel-speed-select/isst-config.c
3029
printf("\tget-config-version\n");
tools/power/x86/intel-speed-select/isst-config.c
3030
printf("\tget-config-enabled\n");
tools/power/x86/intel-speed-select/isst-config.c
3031
printf("\tget-config-current-level\n");
tools/power/x86/intel-speed-select/isst-config.c
3032
printf("\tset-config-level\n");
tools/power/x86/intel-speed-select/isst-config.c
3038
printf("base-freq:\tEnables users to increase guaranteed base frequency\n\
tools/power/x86/intel-speed-select/isst-config.c
3041
printf("\tcommand : info\n");
tools/power/x86/intel-speed-select/isst-config.c
3042
printf("\tcommand : enable\n");
tools/power/x86/intel-speed-select/isst-config.c
3043
printf("\tcommand : disable\n");
tools/power/x86/intel-speed-select/isst-config.c
3048
printf("turbo-freq:\tEnables the ability to set different turbo ratio\n\
tools/power/x86/intel-speed-select/isst-config.c
3050
printf("\nCommand: For feature=turbo-freq\n");
tools/power/x86/intel-speed-select/isst-config.c
3051
printf("\tcommand : info\n");
tools/power/x86/intel-speed-select/isst-config.c
3052
printf("\tcommand : enable\n");
tools/power/x86/intel-speed-select/isst-config.c
3053
printf("\tcommand : disable\n");
tools/power/x86/intel-speed-select/isst-config.c
3058
printf("turbo-mode:\tEnables users to enable/disable turbo mode by adjusting frequency settings. Also allows to get and set turbo ratio limits (TRL).\n");
tools/power/x86/intel-speed-select/isst-config.c
3059
printf("\tcommand : enable\n");
tools/power/x86/intel-speed-select/isst-config.c
3060
printf("\tcommand : disable\n");
tools/power/x86/intel-speed-select/isst-config.c
3061
printf("\tcommand : get-trl\n");
tools/power/x86/intel-speed-select/isst-config.c
3062
printf("\tcommand : set-trl\n");
tools/power/x86/intel-speed-select/isst-config.c
3068
printf("core-power:\tInterface that allows user to define per core/tile\n\
tools/power/x86/intel-speed-select/isst-config.c
3070
printf("\nCommands : For feature=core-power\n");
tools/power/x86/intel-speed-select/isst-config.c
3071
printf("\tinfo\n");
tools/power/x86/intel-speed-select/isst-config.c
3072
printf("\tenable\n");
tools/power/x86/intel-speed-select/isst-config.c
3073
printf("\tdisable\n");
tools/power/x86/intel-speed-select/isst-config.c
3074
printf("\tconfig\n");
tools/power/x86/intel-speed-select/isst-config.c
3075
printf("\tget-config\n");
tools/power/x86/intel-speed-select/isst-config.c
3076
printf("\tassoc\n");
tools/power/x86/intel-speed-select/isst-config.c
3077
printf("\tget-assoc\n");
tools/power/x86/intel-speed-select/isst-config.c
3145
printf("\nUsage:\n");
tools/power/x86/intel-speed-select/isst-config.c
3146
printf("intel-speed-select [OPTIONS] FEATURE COMMAND COMMAND_ARGUMENTS\n");
tools/power/x86/intel-speed-select/isst-config.c
3147
printf("\nUse this tool to enumerate and control the Intel Speed Select Technology features:\n");
tools/power/x86/intel-speed-select/isst-config.c
3149
printf("\nFEATURE : [perf-profile|base-freq]\n");
tools/power/x86/intel-speed-select/isst-config.c
3151
printf("\nFEATURE : [perf-profile|base-freq|turbo-freq|core-power|turbo-mode]\n");
tools/power/x86/intel-speed-select/isst-config.c
3152
printf("\nFor help on each feature, use -h|--help\n");
tools/power/x86/intel-speed-select/isst-config.c
3153
printf("\tFor example: intel-speed-select perf-profile -h\n");
tools/power/x86/intel-speed-select/isst-config.c
3155
printf("\nFor additional help on each command for a feature, use --h|--help\n");
tools/power/x86/intel-speed-select/isst-config.c
3156
printf("\tFor example: intel-speed-select perf-profile get-lock-status -h\n");
tools/power/x86/intel-speed-select/isst-config.c
3157
printf("\t\t This will print help for the command \"get-lock-status\" for the feature \"perf-profile\"\n");
tools/power/x86/intel-speed-select/isst-config.c
3159
printf("\nOPTIONS\n");
tools/power/x86/intel-speed-select/isst-config.c
3160
printf("\t[-c|--cpu] : logical cpu number\n");
tools/power/x86/intel-speed-select/isst-config.c
3161
printf("\t\tDefault: Die scoped for all dies in the system with multiple dies/package\n");
tools/power/x86/intel-speed-select/isst-config.c
3162
printf("\t\t\t Or Package scoped for all Packages when each package contains one die\n");
tools/power/x86/intel-speed-select/isst-config.c
3163
printf("\t[-d|--debug] : Debug mode\n");
tools/power/x86/intel-speed-select/isst-config.c
3164
printf("\t[-f|--format] : output format [json|text]. Default: text\n");
tools/power/x86/intel-speed-select/isst-config.c
3165
printf("\t[-h|--help] : Print help\n");
tools/power/x86/intel-speed-select/isst-config.c
3166
printf("\t[-i|--info] : Print platform information\n");
tools/power/x86/intel-speed-select/isst-config.c
3167
printf("\t[-a|--all-cpus-online] : Force online every CPU in the system\n");
tools/power/x86/intel-speed-select/isst-config.c
3168
printf("\t[-o|--out] : Output file\n");
tools/power/x86/intel-speed-select/isst-config.c
3169
printf("\t\t\tDefault : stderr\n");
tools/power/x86/intel-speed-select/isst-config.c
3170
printf("\t[-p|--pause] : Delay between two mail box commands in milliseconds\n");
tools/power/x86/intel-speed-select/isst-config.c
3171
printf("\t[-r|--retry] : Retry count for mail box commands on failure, default 3\n");
tools/power/x86/intel-speed-select/isst-config.c
3172
printf("\t[-v|--version] : Print version\n");
tools/power/x86/intel-speed-select/isst-config.c
3173
printf("\t[-b|--oob : Start a daemon to process HFI events for perf profile change from Out of Band agent.\n");
tools/power/x86/intel-speed-select/isst-config.c
3174
printf("\t[-n|--no-daemon : Don't run as daemon. By default --oob will turn on daemon mode\n");
tools/power/x86/intel-speed-select/isst-config.c
3175
printf("\t[-w|--delay : Delay for reading config level state change in OOB poll mode.\n");
tools/power/x86/intel-speed-select/isst-config.c
3176
printf("\t[-g|--cgroupv2 : Try to use cgroup v2 CPU isolation instead of CPU online/offline.\n");
tools/power/x86/intel-speed-select/isst-config.c
3177
printf("\t[-u|--cpu0-workaround : Don't try to online/offline CPU0 instead use cgroup v2.\n");
tools/power/x86/intel-speed-select/isst-config.c
3178
printf("\nResult format\n");
tools/power/x86/intel-speed-select/isst-config.c
3179
printf("\tResult display uses a common format for each command:\n");
tools/power/x86/intel-speed-select/isst-config.c
3180
printf("\tResults are formatted in text/JSON with\n");
tools/power/x86/intel-speed-select/isst-config.c
3181
printf("\t\tPackage, Die, CPU, and command specific results.\n");
tools/power/x86/intel-speed-select/isst-config.c
3183
printf("\nExamples\n");
tools/power/x86/intel-speed-select/isst-config.c
3184
printf("\tTo get platform information:\n");
tools/power/x86/intel-speed-select/isst-config.c
3185
printf("\t\tintel-speed-select --info\n");
tools/power/x86/intel-speed-select/isst-config.c
3186
printf("\tTo get full perf-profile information dump:\n");
tools/power/x86/intel-speed-select/isst-config.c
3187
printf("\t\tintel-speed-select perf-profile info\n");
tools/power/x86/intel-speed-select/isst-config.c
3188
printf("\tTo get full base-freq information dump:\n");
tools/power/x86/intel-speed-select/isst-config.c
3189
printf("\t\tintel-speed-select base-freq info -l 0\n");
tools/power/x86/intel-speed-select/isst-config.c
3191
printf("\tTo get full turbo-freq information dump:\n");
tools/power/x86/intel-speed-select/isst-config.c
3192
printf("\t\tintel-speed-select turbo-freq info -l 0\n");
tools/power/x86/intel-speed-select/isst-config.c
3251
printf("Intel(R) Speed Select Technology\n");
tools/power/x86/intel-speed-select/isst-config.c
3252
printf("Executing on CPU model:%d[0x%x]\n", cpu_model, cpu_model);
tools/power/x86/intel-speed-select/isst-config.c
3281
printf("Debug Mode ON\n");
tools/power/x86/intel-speed-select/isst-config.c
964
printf("Can't update to member\n");
tools/power/x86/turbostat/turbostat.c
11036
printf("%s: invalid value for scope. Expected cpu%%u, core%%u or package%%u.\n", __func__);
tools/power/x86/turbostat/turbostat.c
11084
printf("%s: missing %s\n", __func__, "name");
tools/power/x86/turbostat/turbostat.c
11089
printf("%s: name has to be at most %d characters long\n", __func__, PMT_COUNTER_NAME_SIZE_BYTES);
tools/power/x86/turbostat/turbostat.c
11136
printf("%s: invalid %s: %s\n", __func__, "type", type_name);
tools/power/x86/turbostat/turbostat.c
11142
printf("%s : missing %s\n", __func__, "offset");
tools/power/x86/turbostat/turbostat.c
11147
printf("%s: missing %s\n", __func__, "lsb");
tools/power/x86/turbostat/turbostat.c
11152
printf("%s: missing %s\n", __func__, "msb");
tools/power/x86/turbostat/turbostat.c
11157
printf("%s: path and guid+seq parameters are mutually exclusive\nnotice: passed guid=0x%x and path=%s\n", __func__, guid, direct_path);
tools/power/x86/turbostat/turbostat.c
11163
printf("%s: failed to parse PMT file from %s\n", __func__, direct_path);
tools/power/x86/turbostat/turbostat.c
11172
printf("%s: missing %s\n", __func__, "guid or path");
tools/power/x86/turbostat/turbostat.c
11177
printf("%s: missing %s\n", __func__, "scope");
tools/power/x86/turbostat/turbostat.c
11182
printf("%s: lsb > msb doesn't make sense\n", __func__);
tools/power/x86/turbostat/turbostat.c
299
printf("%s:", s);
tools/power/x86/turbostat/turbostat.c
304
printf(" %s", bic[i].name);
tools/power/x86/turbostat/turbostat.c
8553
printf("%s:", s);
tools/power/x86/turbostat/turbostat.c
8557
printf(" %d", i);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1195
printf("cpu%d: MSR_PM_ENABLE old: %llX new: %llX\n", cpu, old_msr, new_msr);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1208
printf("cpu%d: ENERGY_PERF_BIAS old: %d new: %d\n",
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1230
printf("cpu%d: turbo ENABLE\n", cpu);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1241
printf("cpu%d: turbo DISABLE\n", cpu);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1407
printf("hwp-min %d > hwp_max %d\n", req_update.hwp_min, req_update.hwp_max);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1414
printf("hwp-desired cannot be greater than hwp_max\n");
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1420
printf("hwp-desired cannot be less than hwp_min\n");
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
259
printf("%d 10^%d\n", i, exponent);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
523
printf("x86_energy_perf_policy 2025.11.22 Len Brown <lenb@kernel.org>\n");
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
783
printf("cpu%d: ", cpu);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
785
printf("HWP_CAP: low %d eff %d guar %d high %d\n",
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
803
printf("cpu%d: ", cpu);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
806
printf("%s", str);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
808
printf("HWP_REQ: min %d max %d des %d epp %d window 0x%x (%d*10^%dus) use_pkg %d\n",
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
814
printf("pkg%d: ", pkg);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
817
printf("%s", str);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
819
printf("HWP_REQ_PKG: min %d max %d des %d epp %d window 0x%x (%d*10^%dus)\n",
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
842
printf("cpu%d: requesting min %d max %d des %d epp %d window 0x%0x use_pkg %d\n",
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
911
printf("cpu%d: EPB %u\n", cpu, (unsigned int) epb);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
995
printf("echo %d > %s\n", khz, pathname);
tools/sched_ext/include/scx/common.bpf.h
114
static inline __attribute__((format(printf, 1, 2)))
tools/sched_ext/scx_central.c
123
printf("WARNING : BPF_F_TIMER_CPU_PIN not available, timer not pinned to central\n");
tools/sched_ext/scx_central.c
126
printf("[SEQ %llu]\n", seq++);
tools/sched_ext/scx_central.c
127
printf("total :%10" PRIu64 " local:%10" PRIu64 " queued:%10" PRIu64 " lost:%10" PRIu64 "\n",
tools/sched_ext/scx_central.c
132
printf("timer :%10" PRIu64 " dispatch:%10" PRIu64 " mismatch:%10" PRIu64 " retry:%10" PRIu64 "\n",
tools/sched_ext/scx_central.c
137
printf("overflow:%10" PRIu64 "\n",
tools/sched_ext/scx_cpu0.c
95
printf("local=%llu cpu0=%llu\n", stats[0], stats[1]);
tools/sched_ext/scx_flatcg.c
180
printf("slice=%.1lfms intv=%.1lfs dump_cgrps=%d",
tools/sched_ext/scx_flatcg.c
202
printf("\n[SEQ %6lu cpu=%5.1lf hweight_gen=%" PRIu64 "]\n",
tools/sched_ext/scx_flatcg.c
204
printf(" act:%6llu deact:%6llu global:%6llu local:%6llu\n",
tools/sched_ext/scx_flatcg.c
209
printf("HWT cache:%6llu update:%6llu skip:%6llu race:%6llu\n",
tools/sched_ext/scx_flatcg.c
214
printf("ENQ skip:%6llu race:%6llu\n",
tools/sched_ext/scx_flatcg.c
217
printf("CNS keep:%6llu expire:%6llu empty:%6llu gone:%6llu\n",
tools/sched_ext/scx_flatcg.c
222
printf("PNC next:%6llu empty:%6llu nocgrp:%6llu gone:%6llu race:%6llu fail:%6llu\n",
tools/sched_ext/scx_flatcg.c
229
printf("BAD remove:%6llu\n",
tools/sched_ext/scx_pair.c
117
printf("[%d, %d] ", i, j);
tools/sched_ext/scx_pair.c
119
printf("\n");
tools/sched_ext/scx_pair.c
132
printf("Initializing");
tools/sched_ext/scx_pair.c
148
printf(".");
tools/sched_ext/scx_pair.c
151
printf("\n");
tools/sched_ext/scx_pair.c
159
printf("[SEQ %llu]\n", seq++);
tools/sched_ext/scx_pair.c
160
printf(" total:%10" PRIu64 " dispatch:%10" PRIu64 " missing:%10" PRIu64 "\n",
tools/sched_ext/scx_pair.c
164
printf(" kicks:%10" PRIu64 " preemptions:%7" PRIu64 "\n",
tools/sched_ext/scx_pair.c
167
printf(" exp:%10" PRIu64 " exp_wait:%10" PRIu64 " exp_empty:%10" PRIu64 "\n",
tools/sched_ext/scx_pair.c
171
printf("cgnext:%10" PRIu64 " cgcoll:%10" PRIu64 " cgempty:%10" PRIu64 "\n",
tools/sched_ext/scx_pair.c
95
printf("Pairs: ");
tools/sched_ext/scx_qmap.c
129
printf("stats : enq=%lu dsp=%lu delta=%ld reenq=%"PRIu64" deq=%"PRIu64" core=%"PRIu64" enq_ddsp=%"PRIu64"\n",
tools/sched_ext/scx_qmap.c
134
printf(" exp_local=%"PRIu64" exp_remote=%"PRIu64" exp_timer=%"PRIu64" exp_lost=%"PRIu64"\n",
tools/sched_ext/scx_qmap.c
140
printf("cpuperf: cur min/avg/max=%u/%u/%u target min/avg/max=%u/%u/%u\n",
tools/sched_ext/scx_sdt.c
72
printf("====SCHEDULING STATS====\n");
tools/sched_ext/scx_sdt.c
73
printf("enqueues=%llu\t", skel->bss->stat_enqueue);
tools/sched_ext/scx_sdt.c
74
printf("inits=%llu\t", skel->bss->stat_init);
tools/sched_ext/scx_sdt.c
75
printf("exits=%llu\t", skel->bss->stat_exit);
tools/sched_ext/scx_sdt.c
76
printf("\n");
tools/sched_ext/scx_sdt.c
78
printf("select_idle_cpu=%llu\t", skel->bss->stat_select_idle_cpu);
tools/sched_ext/scx_sdt.c
79
printf("select_busy_cpu=%llu\t", skel->bss->stat_select_busy_cpu);
tools/sched_ext/scx_sdt.c
80
printf("\n");
tools/sched_ext/scx_sdt.c
82
printf("====ALLOCATION STATS====\n");
tools/sched_ext/scx_sdt.c
83
printf("chunk allocs=%llu\t", skel->bss->alloc_stats.chunk_allocs);
tools/sched_ext/scx_sdt.c
84
printf("data_allocs=%llu\n", skel->bss->alloc_stats.data_allocs);
tools/sched_ext/scx_sdt.c
85
printf("alloc_ops=%llu\t", skel->bss->alloc_stats.alloc_ops);
tools/sched_ext/scx_sdt.c
86
printf("free_ops=%llu\t", skel->bss->alloc_stats.free_ops);
tools/sched_ext/scx_sdt.c
87
printf("active_allocs=%llu\t", skel->bss->alloc_stats.active_allocs);
tools/sched_ext/scx_sdt.c
88
printf("arena_pages_used=%llu\t", skel->bss->alloc_stats.arena_pages_used);
tools/sched_ext/scx_sdt.c
89
printf("\n\n");
tools/sched_ext/scx_simple.c
98
printf("local=%llu global=%llu\n", stats[0], stats[1]);
tools/sched_ext/scx_userland.c
297
printf("o-----------------------o\n");
tools/sched_ext/scx_userland.c
298
printf("| BPF ENQUEUES |\n");
tools/sched_ext/scx_userland.c
299
printf("|-----------------------|\n");
tools/sched_ext/scx_userland.c
300
printf("| kern: %10llu |\n", nr_kernel_enqueues);
tools/sched_ext/scx_userland.c
301
printf("| user: %10llu |\n", nr_user_enqueues);
tools/sched_ext/scx_userland.c
302
printf("| failed: %10llu |\n", nr_failed_enqueues);
tools/sched_ext/scx_userland.c
303
printf("| -------------------- |\n");
tools/sched_ext/scx_userland.c
304
printf("| total: %10llu |\n", total);
tools/sched_ext/scx_userland.c
305
printf("| |\n");
tools/sched_ext/scx_userland.c
306
printf("|-----------------------|\n");
tools/sched_ext/scx_userland.c
307
printf("| VRUNTIME / USER |\n");
tools/sched_ext/scx_userland.c
308
printf("|-----------------------|\n");
tools/sched_ext/scx_userland.c
309
printf("| enq: %10llu |\n", __atomic_load_n(&nr_vruntime_enqueues, __ATOMIC_RELAXED));
tools/sched_ext/scx_userland.c
310
printf("| disp: %10llu |\n", __atomic_load_n(&nr_vruntime_dispatches, __ATOMIC_RELAXED));
tools/sched_ext/scx_userland.c
311
printf("| failed: %10llu |\n", __atomic_load_n(&nr_vruntime_failed, __ATOMIC_RELAXED));
tools/sched_ext/scx_userland.c
312
printf("o-----------------------o\n");
tools/sched_ext/scx_userland.c
313
printf("\n\n");
tools/spi/spidev_fdx.c
102
printf("%s: spi mode 0x%x, %d bits %sper word, %u Hz max\n",
tools/spi/spidev_fdx.c
40
printf("read(%2d, %2d): %02x %02x,", len, status,
tools/spi/spidev_fdx.c
45
printf(" %02x", *bp++);
tools/spi/spidev_fdx.c
46
printf("\n");
tools/spi/spidev_fdx.c
74
printf("response(%2d, %2d): ", len, status);
tools/spi/spidev_fdx.c
76
printf(" %02x", *bp++);
tools/spi/spidev_fdx.c
77
printf("\n");
tools/spi/spidev_test.c
177
printf("Usage: %s [-2348CDFHILMNORSZbdilopsvw]\n", prog);
tools/spi/spidev_test.c
33
printf("%s\n", s);
tools/spi/spidev_test.c
404
printf("rate: tx %.1fkbps, rx %.1fkbps\n", rx_rate, tx_rate);
tools/spi/spidev_test.c
477
printf("WARNING device does not support requested mode 0x%x\n",
tools/spi/spidev_test.c
502
printf("spi mode: 0x%x\n", mode);
tools/spi/spidev_test.c
503
printf("bits per word: %u\n", bits);
tools/spi/spidev_test.c
504
printf("max speed: %u Hz (%u kHz)\n", speed, speed/1000);
tools/spi/spidev_test.c
526
printf("total: tx %.1fKB, rx %.1fKB\n",
tools/spi/spidev_test.c
71
printf("%s | ", prefix);
tools/spi/spidev_test.c
73
printf("%02X ", *address++);
tools/spi/spidev_test.c
77
printf("__ ");
tools/spi/spidev_test.c
79
printf(" |");
tools/spi/spidev_test.c
82
printf("%c", (c < 32 || c > 126) ? '.' : c);
tools/spi/spidev_test.c
84
printf("|\n");
tools/spi/spidev_test.c
86
printf("%s | ", prefix);
tools/testing/memblock/internal.h
12
#define pr_warn_ratelimited(fmt, ...) printf(fmt, ##__VA_ARGS__)
tools/testing/memblock/linux/printk.h
16
#define printk printf
tools/testing/memblock/tests/common.c
125
printf("Usage: %s [-%s]\n", prog, short_opts);
tools/testing/memblock/tests/common.c
128
printf(" -%c, --%-12s\t%s\n", long_opts[i].val,
tools/testing/radix-tree/idr-test.c
340
printf("%s(%d, %d): %p at %d\n", __func__, anchor_id,
tools/testing/radix-tree/idr-test.c
620
printf("nr_allocated = %d\n", nr_allocated);
tools/testing/radix-tree/main.c
299
printf("random seed %u\n", seed);
tools/testing/radix-tree/main.c
302
printf("running tests\n");
tools/testing/radix-tree/main.c
327
printf("tests completed\n");
tools/testing/radix-tree/maple.c
36225
printf("nr_allocated = %d\n", nr_allocated);
tools/testing/radix-tree/regression4.c
31
printf("iteration %d bad entry = %p\n", i, entry);
tools/testing/radix-tree/test.c
216
printf("tag: %u, shift %u, tagged: %d, anyset: %d\n",
tools/testing/radix-tree/test.c
219
printf("tag %d: ", j);
tools/testing/radix-tree/test.c
221
printf("%016lx ", slot->tags[j][i]);
tools/testing/radix-tree/test.c
222
printf("\n");
tools/testing/radix-tree/test.c
234
printf("Failure at off %d\n", i);
tools/testing/radix-tree/test.c
236
printf("tag %d: ", j);
tools/testing/radix-tree/test.c
238
printf("%016lx ", slot->tags[j][i]);
tools/testing/radix-tree/test.c
239
printf("\n");
tools/testing/radix-tree/xarray.c
27
printf("nr_allocated = %d\n", nr_allocated);
tools/testing/scatterlist/main.c
36
printf("size = %u, max segment = %u, expected nents = %u\nst->nents = %u, st->orig_nents= %u\n",
tools/testing/scatterlist/main.c
40
printf("%u input PFNs:", test->num_pages);
tools/testing/scatterlist/main.c
42
printf(" %x", test->pfn[i]);
tools/testing/scatterlist/main.c
43
printf("\n");
tools/testing/selftests/alsa/global-timer.c
56
printf("Timer has started\n");
tools/testing/selftests/alsa/global-timer.c
84
printf("Total ticks count: %d\n", ticked);
tools/testing/selftests/alsa/test-pcmtest-driver.c
69
printf("Failed to open file\n");
tools/testing/selftests/arm64/fp/fp-stress.c
113
printf("read(startp pipe) failed: %s (%d)\n",
tools/testing/selftests/arm64/fp/fp-stress.c
116
printf("%d bytes of data on startup pipe\n", ret);
tools/testing/selftests/arm64/fp/fp-stress.c
120
printf("execl(%s) failed: %d (%s)\n",
tools/testing/selftests/arm64/fp/fp-stress.c
85
printf("dup2() %d\n", errno);
tools/testing/selftests/arm64/fp/fp-stress.c
95
printf("dup2() %d\n", errno);
tools/testing/selftests/arm64/fp/kernel-test.c
107
printf("Nothing found in /proc/crypto\n");
tools/testing/selftests/arm64/fp/kernel-test.c
168
printf("Failed to bind %s: %s (%d)\n",
tools/testing/selftests/arm64/fp/kernel-test.c
175
printf("Failed to accept %s: %s (%d)\n",
tools/testing/selftests/arm64/fp/kernel-test.c
184
printf("Failed to create zerocopy pipe: %s (%d)\n",
tools/testing/selftests/arm64/fp/kernel-test.c
191
printf("Failed to allocate %d byte reference\n", digest_len);
tools/testing/selftests/arm64/fp/kernel-test.c
197
printf("Failed to allocate %d byte digest\n", digest_len);
tools/testing/selftests/arm64/fp/kernel-test.c
213
printf("Failed to send buffer: %s (%d)\n",
tools/testing/selftests/arm64/fp/kernel-test.c
221
printf("Failed to splice buffer: %s (%d)\n",
tools/testing/selftests/arm64/fp/kernel-test.c
224
printf("Short splice: %d < %d\n", ret, wrote);
tools/testing/selftests/arm64/fp/kernel-test.c
234
printf("No digest returned\n");
tools/testing/selftests/arm64/fp/kernel-test.c
240
printf("Failed to get digest: %s (%d)\n",
tools/testing/selftests/arm64/fp/kernel-test.c
264
printf("Failed to install SIGTERM handler: %s (%d)\n",
tools/testing/selftests/arm64/fp/kernel-test.c
270
printf("Failed to install SIGUSR1 handler: %s (%d)\n",
tools/testing/selftests/arm64/fp/kernel-test.c
274
printf("Failed to install SIGUSR2 handler: %s (%d)\n",
tools/testing/selftests/arm64/fp/kernel-test.c
279
printf("Failed to allocate data buffer\n");
tools/testing/selftests/arm64/fp/kernel-test.c
294
printf("Failed to fall back to fspimd-test: %d (%s)\n",
tools/testing/selftests/arm64/fp/kernel-test.c
305
printf("Failed to compute reference digest\n");
tools/testing/selftests/arm64/fp/kernel-test.c
309
printf("AF_ALG using %s\n", alg_name);
tools/testing/selftests/arm64/fp/kernel-test.c
313
printf("Failed to compute digest, iter=%d\n", iter);
tools/testing/selftests/arm64/fp/kernel-test.c
318
printf("Digest mismatch, iter=%d\n", iter);
tools/testing/selftests/arm64/fp/kernel-test.c
38
printf("Terminated by signal %d, iterations=%d, signals=%d\n",
tools/testing/selftests/arm64/fp/kernel-test.c
78
printf("AF_ALG not supported\n");
tools/testing/selftests/arm64/fp/kernel-test.c
82
printf("Failed to create AF_ALG socket: %s (%d)\n",
tools/testing/selftests/arm64/fp/kernel-test.c
94
printf("Unable to open /proc/crypto\n");
tools/testing/selftests/arm64/fp/rdvl-sme.c
11
printf("%d\n", vl);
tools/testing/selftests/arm64/fp/rdvl-sve.c
11
printf("%d\n", vl);
tools/testing/selftests/arm64/fp/sve-ptrace.c
315
printf("# VL %d %s wrote %x read %x\n",
tools/testing/selftests/arm64/fp/sve-ptrace.c
519
printf("# Mismatch in %u Z%d\n", vl, i);
tools/testing/selftests/arm64/fp/sve-ptrace.c
528
printf("# Mismatch in %u P%d\n", vl, i);
tools/testing/selftests/arm64/fp/sve-ptrace.c
612
printf("# Mismatch in FPSIMD for %s VL %u Z%d\n",
tools/testing/selftests/bpf/bench.c
151
printf("Summary: hits %8.3lf \u00B1 %5.3lfM/s (%7.3lfM/prod), ",
tools/testing/selftests/bpf/bench.c
153
printf("drops %8.3lf \u00B1 %5.3lfM/s, ",
tools/testing/selftests/bpf/bench.c
155
printf("total operations %8.3lf \u00B1 %5.3lfM/s\n",
tools/testing/selftests/bpf/bench.c
166
printf("Iter %3d (%7.3lfus): ", iter, (delta_ns - 1000000000) / 1000.0);
tools/testing/selftests/bpf/bench.c
168
printf("hits %8.3lfM/s (%7.3lfM/prod)\n", hits_per_sec, hits_per_prod);
tools/testing/selftests/bpf/bench.c
187
printf("Summary: throughput %8.3lf \u00B1 %5.3lf M ops/s (%7.3lfM ops/prod), ",
tools/testing/selftests/bpf/bench.c
189
printf("latency %8.3lf ns/op\n", 1000.0 / hits_mean * env.producer_cnt);
tools/testing/selftests/bpf/bench.c
201
printf("Iter %3d (%7.3lfus): ", iter, (delta_ns - 1000000000) / 1000.0);
tools/testing/selftests/bpf/bench.c
203
printf("hits %8.3lfM/s ", hits_per_sec);
tools/testing/selftests/bpf/bench.c
204
printf("important_hits %8.3lfM/s\n", important_hits_per_sec);
tools/testing/selftests/bpf/bench.c
232
printf("Summary: hits throughput %8.3lf \u00B1 %5.3lf M ops/s, ",
tools/testing/selftests/bpf/bench.c
234
printf("hits latency %8.3lf ns/op, ", 1000.0 / hits_mean);
tools/testing/selftests/bpf/bench.c
235
printf("important_hits throughput %8.3lf \u00B1 %5.3lf M ops/s\n",
tools/testing/selftests/bpf/bench.c
43
printf("Iter %3d (%7.3lfus): ",
tools/testing/selftests/bpf/bench.c
46
printf("%ld false hits of %ld total operations. Percentage = %2.2f %%\n",
tools/testing/selftests/bpf/bench.c
62
printf("Summary: %ld false hits of %ld total operations. ",
tools/testing/selftests/bpf/bench.c
64
printf("Percentage = %2.2f %%\n",
tools/testing/selftests/bpf/bench.c
679
printf("Setting up benchmark '%s'...\n", bench->name);
tools/testing/selftests/bpf/bench.c
734
printf("Benchmark '%s' started.\n", bench->name);
tools/testing/selftests/bpf/bench.c
764
printf("Available benchmarks:\n");
tools/testing/selftests/bpf/bench.c
766
printf("- %s\n", benchs[i]->name);
tools/testing/selftests/bpf/bench.c
77
printf("Iter %3d (%7.3lfus): ",
tools/testing/selftests/bpf/bench.c
80
printf("hits %8.3lfM/s (%7.3lfM/prod), drops %8.3lfM/s, total operations %8.3lfM/s\n",
tools/testing/selftests/bpf/benchs/bench_bpf_hashmap_full_update.c
76
printf("%d:hash_map_full_perf %lld events per sec\n",
tools/testing/selftests/bpf/benchs/bench_bpf_hashmap_lookup.c
256
printf("%.3lf\n", events_mean);
tools/testing/selftests/bpf/benchs/bench_bpf_hashmap_lookup.c
258
printf("cpu%02d %.3lf\n", i, events_mean);
tools/testing/selftests/bpf/benchs/bench_bpf_hashmap_lookup.c
260
printf("cpu%02d: lookup %.3lfM ± %.3lfM events/sec"
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
304
printf("Iter %3d (%7.3lfus): ", iter, (delta_ns - 1000000000) / 1000.0);
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
305
printf("per-prod-op %7.2lfk/s, memory usage %7.2lfMiB\n", loop, mem);
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
333
printf("Summary: per-prod-op %7.2lf \u00B1 %7.2lfk/s, memory usage %7.2lf \u00B1 %7.2lfMiB,"
tools/testing/selftests/bpf/benchs/bench_local_storage_create.c
211
printf("Iter %3d (%7.3lfus): ",
tools/testing/selftests/bpf/benchs/bench_local_storage_create.c
213
printf("creates %8.3lfk/s (%7.3lfk/prod), ",
tools/testing/selftests/bpf/benchs/bench_local_storage_create.c
215
printf("%3.2lf kmallocs/create\n", kmallocs_per_create);
tools/testing/selftests/bpf/benchs/bench_local_storage_create.c
237
printf("Summary: creates %8.3lf \u00B1 %5.3lfk/s (%7.3lfk/prod), ",
tools/testing/selftests/bpf/benchs/bench_local_storage_create.c
239
printf("%4.2lf kmallocs/create\n", (double)total_kmallocs / total_creates);
tools/testing/selftests/bpf/benchs/bench_local_storage_create.c
241
printf("%s() errors %ld create_errs %ld\n",
tools/testing/selftests/bpf/benchs/bench_local_storage_rcu_tasks_trace.c
157
printf("Spun up %u procs (our pid %d)\n", args.nr_procs, runner_pid);
tools/testing/selftests/bpf/benchs/bench_local_storage_rcu_tasks_trace.c
218
printf("Iter %d\t avg tasks_trace grace period latency\t%lf ns\n",
tools/testing/selftests/bpf/benchs/bench_local_storage_rcu_tasks_trace.c
220
printf("Iter %d\t avg ticks per tasks_trace grace period\t%lf\n",
tools/testing/selftests/bpf/benchs/bench_local_storage_rcu_tasks_trace.c
229
printf("SUMMARY tasks_trace grace period latency");
tools/testing/selftests/bpf/benchs/bench_local_storage_rcu_tasks_trace.c
230
printf("\tavg %.3lf us\tstddev %.3lf us\n", gp_stat.mean, gp_stat.stddev);
tools/testing/selftests/bpf/benchs/bench_local_storage_rcu_tasks_trace.c
232
printf("SUMMARY ticks per tasks_trace grace period");
tools/testing/selftests/bpf/benchs/bench_local_storage_rcu_tasks_trace.c
233
printf("\tavg %.3lf\tstddev %.3lf\n", gp_stat.mean, gp_stat.stddev);
tools/testing/selftests/bpf/benchs/bench_lpm_trie_map.c
374
printf("Iter %3d (%7.3lfus): ", iter,
tools/testing/selftests/bpf/benchs/bench_lpm_trie_map.c
376
printf("hits %8.3lf%c/s (%7.3lf%c/prod)\n", hits_per_sec, rate,
tools/testing/selftests/bpf/benchs/bench_lpm_trie_map.c
406
printf("Summary: throughput %8.3lf \u00B1 %5.3lf %c ops/s (%7.3lf%c ops/prod), ",
tools/testing/selftests/bpf/benchs/bench_lpm_trie_map.c
409
printf("latency %8.3lf %s/op\n",
tools/testing/selftests/bpf/benchs/bench_sockmap.c
231
printf("create socket fd c1:%d p1:%d c2:%d p2:%d\n",
tools/testing/selftests/bpf/benchs/bench_sockmap.c
512
printf("Iter %3d (%7.3lfus): ",
tools/testing/selftests/bpf/benchs/bench_sockmap.c
514
printf("Send Speed %8.3lf MB/s (%8.3lf calls/s), BPF Speed %8.3lf MB/s, "
tools/testing/selftests/bpf/benchs/bench_sockmap.c
530
printf("Summary: total trans %8.3lu MB \u00B1 %5.3lf MB/s\n",
tools/testing/selftests/bpf/bpf_util.h
18
printf("Failed to get # of possible cpus: '%s'!\n",
tools/testing/selftests/bpf/jit_disasm_helpers.c
241
printf("compiled w/o llvm development libraries, can't dis-assembly binary code");
tools/testing/selftests/bpf/jit_disasm_helpers.c
74
printf(" %02x", image[pc + i]);
tools/testing/selftests/bpf/jit_disasm_helpers.c
75
printf("\n");
tools/testing/selftests/bpf/map_tests/array_map_batch_ops.c
147
printf("test_%s:PASS\n", __func__);
tools/testing/selftests/bpf/map_tests/array_map_batch_ops.c
153
printf("test_%s:PASS\n", __func__);
tools/testing/selftests/bpf/map_tests/htab_map_batch_ops.c
265
printf("test_%s:PASS\n", __func__);
tools/testing/selftests/bpf/map_tests/htab_map_batch_ops.c
271
printf("test_%s:PASS\n", __func__);
tools/testing/selftests/bpf/map_tests/lpm_trie_map_basic_ops.c
1187
printf("%s: PASS\n", __func__);
tools/testing/selftests/bpf/map_tests/lpm_trie_map_batch_ops.c
149
printf("%s:PASS\n", __func__);
tools/testing/selftests/bpf/map_tests/lpm_trie_map_get_next_key.c
106
printf("%s:PASS\n", __func__);
tools/testing/selftests/bpf/map_tests/map_in_map_batch_ops.c
180
printf("batch_op(%s) is successful with batch_size(%d)\n",
tools/testing/selftests/bpf/map_tests/map_in_map_batch_ops.c
263
printf("%s:PASS with inner ARRAY map\n", __func__);
tools/testing/selftests/bpf/map_tests/map_in_map_batch_ops.c
265
printf("%s:PASS with inner HASH map\n", __func__);
tools/testing/selftests/bpf/map_tests/map_in_map_batch_ops.c
267
printf("%s:PASS with inner ARRAY map with holes\n", __func__);
tools/testing/selftests/bpf/map_tests/map_in_map_batch_ops.c
269
printf("%s:PASS with inner HASH map with holes\n", __func__);
tools/testing/selftests/bpf/map_tests/map_in_map_batch_ops.c
275
printf("%s:PASS with inner ARRAY map\n", __func__);
tools/testing/selftests/bpf/map_tests/map_in_map_batch_ops.c
277
printf("%s:PASS with inner HASH map\n", __func__);
tools/testing/selftests/bpf/map_tests/map_percpu_stats.c
409
printf("test_%s:PASS\n", __func__);
tools/testing/selftests/bpf/map_tests/map_percpu_stats.c
415
printf("test_%s:PASS\n", __func__);
tools/testing/selftests/bpf/map_tests/map_percpu_stats.c
421
printf("test_%s:PASS\n", __func__);
tools/testing/selftests/bpf/map_tests/map_percpu_stats.c
427
printf("test_%s:PASS\n", __func__);
tools/testing/selftests/bpf/map_tests/map_percpu_stats.c
433
printf("test_%s:PASS\n", __func__);
tools/testing/selftests/bpf/map_tests/map_percpu_stats.c
439
printf("test_%s:PASS\n", __func__);
tools/testing/selftests/bpf/map_tests/map_percpu_stats.c
445
printf("test_%s:PASS\n", __func__);
tools/testing/selftests/bpf/map_tests/map_percpu_stats.c
451
printf("test_%s:PASS\n", __func__);
tools/testing/selftests/bpf/map_tests/map_percpu_stats.c
457
printf("test_%s:PASS\n", __func__);
tools/testing/selftests/bpf/map_tests/map_percpu_stats.c
473
printf("test_%s:PASS\n", __func__);
tools/testing/selftests/bpf/map_tests/sk_storage_map.c
387
printf("stopping...\n");
tools/testing/selftests/bpf/map_tests/sk_storage_map.c
624
printf("%s:PASS\n", __func__);
tools/testing/selftests/bpf/prog_tests/align.c
625
printf("Failed to load program.\n");
tools/testing/selftests/bpf/prog_tests/align.c
626
printf("%s", bpf_vlog);
tools/testing/selftests/bpf/prog_tests/align.c
629
printf("Unexpected success to load!\n");
tools/testing/selftests/bpf/prog_tests/align.c
630
printf("%s", bpf_vlog);
tools/testing/selftests/bpf/prog_tests/align.c
640
printf("Can't find initial line '%s'\n", main_pass_start);
tools/testing/selftests/bpf/prog_tests/align.c
661
printf("Failed to find line %u for match: %s=%s\n",
tools/testing/selftests/bpf/prog_tests/align.c
664
printf("%s", bpf_vlog);
tools/testing/selftests/bpf/prog_tests/align.c
687
printf("Failed to find match %u: %s=%s\n", m.line, m.reg, m.match);
tools/testing/selftests/bpf/prog_tests/align.c
689
printf("%s", bpf_vlog);
tools/testing/selftests/bpf/prog_tests/arena_atomics.c
171
printf("%s:SKIP: ENABLE_ATOMICS_TESTS not defined, Clang doesn't support addr_space_cast, and/or JIT doesn't support load-acquire\n",
tools/testing/selftests/bpf/prog_tests/arena_atomics.c
201
printf("%s:SKIP: ENABLE_ATOMICS_TESTS not defined, Clang doesn't support addr_space_cast, and/or JIT doesn't support store-release\n",
tools/testing/selftests/bpf/prog_tests/arena_atomics.c
235
printf("%s:SKIP:no ENABLE_ATOMICS_TESTS or no addr_space_cast support in clang",
tools/testing/selftests/bpf/prog_tests/arena_htab.c
20
printf("htab %p buckets %p n_buckets %d\n", htab, htab->buckets, htab->n_buckets);
tools/testing/selftests/bpf/prog_tests/arena_htab.c
55
printf("%s:SKIP:compiler doesn't support arena_cast\n", __func__);
tools/testing/selftests/bpf/prog_tests/arena_list.c
52
printf("%s:SKIP:compiler doesn't support arena_cast\n", __func__);
tools/testing/selftests/bpf/prog_tests/arena_spin_lock.c
96
printf("%s:SKIP: CONFIG_NR_CPUS exceed the maximum supported by arena spinlock\n",
tools/testing/selftests/bpf/prog_tests/arena_strsearch.c
20
printf("%s:SKIP:compiler doesn't support arena_cast\n", __func__);
tools/testing/selftests/bpf/prog_tests/atomics.c
180
printf("%s:SKIP:no ENABLE_ATOMICS_TESTS (missing Clang BPF atomics support)",
tools/testing/selftests/bpf/prog_tests/bpf_iter.c
494
printf("%s:SKIP:no __builtin_btf_type_id\n", __func__);
tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c
238
printf(format, prog_name, log_buf);
tools/testing/selftests/bpf/prog_tests/btf.c
4851
printf("%s:SKIP: No ELF %s found", __func__, BTF_ELF_SEC);
tools/testing/selftests/bpf/prog_tests/btf_map_in_map.c
84
printf("failed to update hash_of_maps on iter #%d\n", i);
tools/testing/selftests/bpf/prog_tests/btf_map_in_map.c
89
printf("failed to update array_of_maps on iter #%d\n", i);
tools/testing/selftests/bpf/prog_tests/btf_map_in_map.c
95
printf("failed to update array_of_maps (dyn) on iter #%d\n", i);
tools/testing/selftests/bpf/prog_tests/btf_skc_cls_ingress.c
82
printf("bpf prog error at line %u\n", skel->bss->linum);
tools/testing/selftests/bpf/prog_tests/btf_tag.c
24
printf("%s:SKIP: btf_decl_tag attribute not supported", __func__);
tools/testing/selftests/bpf/prog_tests/btf_tag.c
40
printf("%s:SKIP: btf_type_tag attribute not supported", __func__);
tools/testing/selftests/bpf/prog_tests/btf_tag.c
75
printf("%s:SKIP: btf_type_tag attribute not in vmlinux btf", __func__);
tools/testing/selftests/bpf/prog_tests/btf_tag.c
92
printf("%s:SKIP: btf_type_tag attribute not in %s", __func__, module_name);
tools/testing/selftests/bpf/prog_tests/build_id.c
15
printf("FRAME #%02d: ", i);
tools/testing/selftests/bpf/prog_tests/build_id.c
18
printf("<EMPTY>\n");
tools/testing/selftests/bpf/prog_tests/build_id.c
21
printf("BUILD ID = ");
tools/testing/selftests/bpf/prog_tests/build_id.c
23
printf("%02hhx", (unsigned)stack[i].build_id[j]);
tools/testing/selftests/bpf/prog_tests/build_id.c
24
printf(" OFFSET = %llx", (unsigned long long)stack[i].offset);
tools/testing/selftests/bpf/prog_tests/build_id.c
27
printf("IP = %llx", (unsigned long long)stack[i].ip);
tools/testing/selftests/bpf/prog_tests/build_id.c
30
printf("UNEXPECTED STATUS %d ", stack[i].status);
tools/testing/selftests/bpf/prog_tests/build_id.c
33
printf("\n");
tools/testing/selftests/bpf/prog_tests/cgroup_attach_multi.c
20
printf("failed to create map '%s'\n", strerror(errno));
tools/testing/selftests/bpf/prog_tests/cgroup_attach_multi.c
27
printf("failed to create map '%s'\n", strerror(errno));
tools/testing/selftests/bpf/prog_tests/cgroup_attach_multi.c
35
printf("failed to create map '%s'\n", strerror(errno));
tools/testing/selftests/bpf/prog_tests/core_reloc.c
1127
printf("input byte #%d: 0x%02hhx\n",
tools/testing/selftests/bpf/prog_tests/core_reloc.c
1131
printf("output byte #%d: EXP 0x%02hhx GOT 0x%02hhx\n",
tools/testing/selftests/bpf/prog_tests/core_reloc_raw.c
106
printf("-------- program load log start --------\n");
tools/testing/selftests/bpf/prog_tests/core_reloc_raw.c
107
printf("%s", log);
tools/testing/selftests/bpf/prog_tests/core_reloc_raw.c
108
printf("-------- program load log end ----------\n");
tools/testing/selftests/bpf/prog_tests/core_reloc_raw.c
78
printf("-------- BTF load log start --------\n");
tools/testing/selftests/bpf/prog_tests/core_reloc_raw.c
79
printf("%s", log);
tools/testing/selftests/bpf/prog_tests/core_reloc_raw.c
80
printf("-------- BTF load log end ----------\n");
tools/testing/selftests/bpf/prog_tests/ctx_rewrite.c
557
printf("pattern: %s\n", pattern);
tools/testing/selftests/bpf/prog_tests/exceptions.c
102
printf("%s\n", log_buf); \
tools/testing/selftests/bpf/prog_tests/exceptions.c
107
printf("%s\n", log_buf); \
tools/testing/selftests/bpf/prog_tests/fentry_fexit.c
47
printf("%lld\n", fentry_skel->bss->test1_result);
tools/testing/selftests/bpf/prog_tests/fexit_bpf2bpf.c
388
printf("VERIFIER LOG:\n================\n%s\n================\n", log_buf);
tools/testing/selftests/bpf/prog_tests/fib_lookup.c
334
printf("Testing %s ", tests[i].desc);
tools/testing/selftests/bpf/prog_tests/fib_lookup.c
361
printf("dmac expected %s actual %s ", expected, actual);
tools/testing/selftests/bpf/prog_tests/find_vma.c
59
printf("%s:SKIP:no PERF_COUNT_HW_CPU_CYCLES\n", __func__);
tools/testing/selftests/bpf/prog_tests/flow_dissector_reattach.c
655
printf("Can't test with flow dissector attached to init_net\n");
tools/testing/selftests/bpf/prog_tests/fs_kfuncs.c
134
printf("%s:SKIP:local fs doesn't support xattr (%d)\n"
tools/testing/selftests/bpf/prog_tests/fs_kfuncs.c
233
printf("%s:SKIP:local fs doesn't support fsverity (%d)\n"
tools/testing/selftests/bpf/prog_tests/fs_kfuncs.c
31
printf("%s:SKIP:local fs doesn't support xattr (%d)\n"
tools/testing/selftests/bpf/prog_tests/get_stackid_cannot_attach.c
40
printf("%s:SKIP:cannot open PERF_COUNT_HW_CPU_CYCLES with precise_ip > 0\n",
tools/testing/selftests/bpf/prog_tests/kprobe_multi_test.c
450
printf("%s: found %lu functions\n", __func__, opts->cnt);
tools/testing/selftests/bpf/prog_tests/kprobe_multi_test.c
451
printf("%s: attached in %7.3lfs\n", __func__, attach_delta);
tools/testing/selftests/bpf/prog_tests/kprobe_multi_test.c
452
printf("%s: detached in %7.3lfs\n", __func__, detach_delta);
tools/testing/selftests/bpf/prog_tests/ksyms_btf.c
168
printf("%s:SKIP:no PERCPU DATASEC in kernel btf\n",
tools/testing/selftests/bpf/prog_tests/l4lb_all.c
85
printf("test_l4lb:FAIL:stats %lld %lld\n", bytes, pkts);
tools/testing/selftests/bpf/prog_tests/log_buf.c
133
printf("LIBBPF LOG: \n=================\n%s=================\n", libbpf_log_buf);
tools/testing/selftests/bpf/prog_tests/log_buf.c
134
printf("OBJ LOG: \n=================\n%s=================\n", obj_log_buf);
tools/testing/selftests/bpf/prog_tests/log_buf.c
135
printf("GOOD_PROG LOG:\n=================\n%s=================\n", good_log_buf);
tools/testing/selftests/bpf/prog_tests/log_buf.c
136
printf("BAD_PROG LOG:\n=================\n%s=================\n", bad_log_buf);
tools/testing/selftests/bpf/prog_tests/log_buf.c
240
printf("LOG_BUF: %s\n", log_buf);
tools/testing/selftests/bpf/prog_tests/log_buf.c
258
printf("LOG_BUF: %s\n", log_buf);
tools/testing/selftests/bpf/prog_tests/log_buf.c
92
printf("LIBBPF LOG: \n=================\n%s=================\n", libbpf_log_buf);
tools/testing/selftests/bpf/prog_tests/log_buf.c
93
printf("OBJ LOG: \n=================\n%s=================\n", obj_log_buf);
tools/testing/selftests/bpf/prog_tests/log_buf.c
94
printf("GOOD_PROG LOG:\n=================\n%s=================\n", good_log_buf);
tools/testing/selftests/bpf/prog_tests/log_buf.c
95
printf("BAD_PROG LOG:\n=================\n%s=================\n", bad_log_buf);
tools/testing/selftests/bpf/prog_tests/log_fixup.c
132
printf("LOG: \n=================\n%s=================\n", log_buf);
tools/testing/selftests/bpf/prog_tests/log_fixup.c
161
printf("LOG: \n=================\n%s=================\n", log_buf);
tools/testing/selftests/bpf/prog_tests/log_fixup.c
67
printf("LOG: \n=================\n%s=================\n", log_buf);
tools/testing/selftests/bpf/prog_tests/log_fixup.c
98
printf("LOG: \n=================\n%s=================\n", log_buf);
tools/testing/selftests/bpf/prog_tests/lookup_key.c
53
printf("%s:SKIP:bpf_lookup_*_key(), bpf_key_put() kfuncs not supported\n",
tools/testing/selftests/bpf/prog_tests/map_init.c
205
printf("%s:SKIP: >1 cpu needed for this test\n", __func__);
tools/testing/selftests/bpf/prog_tests/map_lock.c
29
printf("lookup failed\n");
tools/testing/selftests/bpf/prog_tests/map_lock.c
33
printf("lookup #%d var[0]=%d\n", i, vars[0]);
tools/testing/selftests/bpf/prog_tests/map_lock.c
40
printf("lookup #%d var[1]=%d var[%d]=%d\n",
tools/testing/selftests/bpf/prog_tests/map_lock.c
61
printf("test_map_lock:bpf_prog_test_load errno %d\n", errno);
tools/testing/selftests/bpf/prog_tests/mptcp.c
335
printf("'ip mptcp' not supported, skip this test.\n");
tools/testing/selftests/bpf/prog_tests/perf_branches.c
136
printf("%s:SKIP:no PERF_SAMPLE_BRANCH_STACK\n",
tools/testing/selftests/bpf/prog_tests/perf_buffer.c
96
printf("skipping offline CPU #%d\n", i);
tools/testing/selftests/bpf/prog_tests/perf_event_stackmap.c
94
printf("%s:SKIP:cpu doesn't support the event\n", __func__);
tools/testing/selftests/bpf/prog_tests/perf_skip.c
77
printf("SKIP:no PERF_TYPE_BREAKPOINT/HW_BREAKPOINT_X\n");
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
107
default: printf("t_str!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
118
default: printf("t_is_32!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1249
printf("%s\n", sb->buf);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1261
printf("MISMATCH %s: actual %s != expected %s\n", ctx,
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
129
default: printf("t_signed!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1290
printf("%.*s\n", (int)(p - buf), buf);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1334
printf("STEP1 (%s) R1: ", t_str(init_t)); print_reg_state(fr1, "\n");
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1335
printf("STEP1 (%s) R2: ", t_str(init_t)); print_reg_state(fr2, "\n");
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1346
printf("STEP2 (%s) R1: ", t_str(init_t)); print_reg_state(fr1, "\n");
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1347
printf("STEP2 (%s) R2: ", t_str(init_t)); print_reg_state(fr2, "\n");
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1363
printf("STEP3 (%s) FALSE R1:", t_str(cond_t)); print_reg_state(fr1, "\n");
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1364
printf("STEP3 (%s) FALSE R2:", t_str(cond_t)); print_reg_state(fr2, "\n");
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1365
printf("STEP3 (%s) TRUE R1:", t_str(cond_t)); print_reg_state(tr1, "\n");
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1366
printf("STEP3 (%s) TRUE R2:", t_str(cond_t)); print_reg_state(tr2, "\n");
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
140
default: printf("t_unsigned!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1483
printf("VERIFIER LOG:\n========================\n");
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1485
printf("=====================\n");
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1487
printf("ACTUAL FALSE1: "); print_reg_state(&fr1, "\n");
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1488
printf("EXPECTED FALSE1: "); print_reg_state(&fe1, "\n");
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1489
printf("ACTUAL FALSE2: "); print_reg_state(&fr2, "\n");
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1490
printf("EXPECTED FALSE2: "); print_reg_state(&fe2, "\n");
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1491
printf("ACTUAL TRUE1: "); print_reg_state(&tr1, "\n");
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1492
printf("EXPECTED TRUE1: "); print_reg_state(&te1, "\n");
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1493
printf("ACTUAL TRUE2: "); print_reg_state(&tr2, "\n");
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1494
printf("EXPECTED TRUE2: "); print_reg_state(&te2, "\n");
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1527
printf("TEST CASE: %s\n", sb->buf);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
155
default: printf("num_is_small!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1633
printf("SEED #%d: u64=%-20s s64=%-20s\n", i, sb1->buf, sb2->buf);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1665
printf("SUBSEED #%d: u32=%-10s s32=%-10s\n", i, sb1->buf, sb2->buf);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1684
printf("RANGE #%d: u64=%-40s s64=%-40s\n", cnt, sb1->buf, sb2->buf);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
169
default: printf("snprintf_num!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1717
printf("SUBRANGE #%d: u32=%-20s s32=%-20s\n", cnt, sb1->buf, sb2->buf);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1912
printf("validate_gen_range_vs_range!\n");
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
209
default: printf("snprintf_num!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
239
printf("%s%s", sb->buf, sfx);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
256
default: printf("unkn_subreg!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
267
default: printf("range!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
324
default: printf("range_cast_u64!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
346
default: printf("range_cast_s64!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
363
default: printf("range_cast_u32!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
380
default: printf("range_cast_s32!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
396
default: printf("range_cast!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
407
default: printf("is_valid_num!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
421
default: printf("is_valid_range!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
541
default: printf("complement_op!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
554
default: printf("op_str!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
573
default: printf("range_canbe op %d\n", op); exit(1); \
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
582
default: printf("range_canbe!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
705
printf("<not found>%s", sfx);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
716
printf("%s%s", sb->buf, sfx);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
723
printf("REFINING (%s) (%s)SRC=", ctx, t_str(s_t));
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
725
printf(" (%s)DST_OLD=", t_str(d_t));
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
727
printf(" (%s)DST_NEW=", t_str(d_t));
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
74
default: printf("min_t!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
85
default: printf("max_t!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
96
default: printf("cast_t!\n"); exit(1);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
995
printf("unrecognized op %d\n", op);
tools/testing/selftests/bpf/prog_tests/select_reuseport.c
280
printf("unexpected data_check\n");
tools/testing/selftests/bpf/prog_tests/select_reuseport.c
281
printf(" result: (0x%x, %u, %u)\n",
tools/testing/selftests/bpf/prog_tests/select_reuseport.c
284
printf("expected: (0x%x, %u, %u)\n",
tools/testing/selftests/bpf/prog_tests/select_reuseport.c
347
printf("unexpected result\n");
tools/testing/selftests/bpf/prog_tests/select_reuseport.c
348
printf(" result: [");
tools/testing/selftests/bpf/prog_tests/select_reuseport.c
349
printf("%u", results[0]);
tools/testing/selftests/bpf/prog_tests/select_reuseport.c
351
printf(", %u", results[i]);
tools/testing/selftests/bpf/prog_tests/select_reuseport.c
352
printf("]\n");
tools/testing/selftests/bpf/prog_tests/select_reuseport.c
354
printf("expected: [");
tools/testing/selftests/bpf/prog_tests/select_reuseport.c
355
printf("%u", expected_results[0]);
tools/testing/selftests/bpf/prog_tests/select_reuseport.c
357
printf(", %u", expected_results[i]);
tools/testing/selftests/bpf/prog_tests/select_reuseport.c
358
printf("]\n");
tools/testing/selftests/bpf/prog_tests/select_reuseport.c
360
printf("mismatch on %s (bpf_prog_linum:%ld)\n", result_to_str(broken),
tools/testing/selftests/bpf/prog_tests/select_reuseport.c
48
printf(tag " " format); \
tools/testing/selftests/bpf/prog_tests/select_reuseport.c
55
printf(tag " " format); \
tools/testing/selftests/bpf/prog_tests/send_signal.c
251
printf("%s:SKIP:no PERF_COUNT_HW_CPU_CYCLES\n",
tools/testing/selftests/bpf/prog_tests/snprintf_btf.c
35
printf("%s:SKIP:no __builtin_btf_type_id\n", __func__);
tools/testing/selftests/bpf/prog_tests/sock_fields.c
69
printf("%s: state:%u bound_dev_if:%u family:%u type:%u protocol:%u mark:%u priority:%u "
tools/testing/selftests/bpf/prog_tests/sock_fields.c
85
printf("%s: snd_cwnd:%u srtt_us:%u rtt_min:%u snd_ssthresh:%u rcv_nxt:%u "
tools/testing/selftests/bpf/prog_tests/sockopt_inherit.c
25
printf("%s %d: got=0x%x ? expected=0x%x\n", msg, optname, buf, expected);
tools/testing/selftests/bpf/prog_tests/stacktrace_build_id.c
86
printf("%s:WARN:Didn't find expected build ID from the map, retrying\n",
tools/testing/selftests/bpf/prog_tests/stacktrace_build_id_nmi.c
114
printf("%s:WARN:Didn't find expected build ID from the map, retrying\n",
tools/testing/selftests/bpf/prog_tests/stacktrace_build_id_nmi.c
39
printf("%s:SKIP:no PERF_COUNT_HW_CPU_CYCLES\n", __func__);
tools/testing/selftests/bpf/prog_tests/stream.c
93
printf("%s:SKIP: arena fault reporting not supported\n", __func__);
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
574
printf("netstamp_needed_key retry#%d\n", nretries);
tools/testing/selftests/bpf/prog_tests/test_bpf_smc.c
380
printf("setup for smc test failed, test SKIP:\n");
tools/testing/selftests/bpf/prog_tests/test_overhead.c
36
printf("task_rename %s\t%lluK events per sec\n", prog,
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1538
printf("Test case: %s .. ", test->descr);
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1580
printf("[%s]\n", err ? "FAIL" : "PASS");
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1596
printf("Summary: %d PASSED, %d FAILED\n", passes, fails);
tools/testing/selftests/bpf/prog_tests/test_task_work.c
106
printf("%s:SKIP:no PERF_COUNT_HW_CPU_CYCLES\n", __func__);
tools/testing/selftests/bpf/prog_tests/timer.c
124
printf("SKIP:no PERF_COUNT_HW_CPU_CYCLES\n");
tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c
1307
printf("%s: attached in %7.3lfs\n", __func__, attach_delta);
tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c
1308
printf("%s: detached in %7.3lfs\n", __func__, detach_delta);
tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c
1343
printf("%s: attached in %7.3lfs\n", __func__, attach_delta);
tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c
1344
printf("%s: detached in %7.3lfs\n", __func__, detach_delta);
tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c
892
printf("consumer_test before %lu after %lu\n", before, after);
tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c
664
printf("tid %ld trigger rounds: %lu\n", sys_gettid(), rounds);
tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c
707
printf("tid %ld attach rounds: %lu hits: %d\n", sys_gettid(), rounds, skel->bss->executed);
tools/testing/selftests/bpf/prog_tests/uretprobe_stack.c
102
printf("ENTRY #%d: %#lx (in target_%d)\n", i, (long)ips[i], j);
tools/testing/selftests/bpf/prog_tests/uretprobe_stack.c
104
printf("ENTRY #%d: %#lx (in caller)\n", i, (long)ips[i]);
tools/testing/selftests/bpf/prog_tests/uretprobe_stack.c
106
printf("ENTRY #%d: %#lx\n", i, (long)ips[i]);
tools/testing/selftests/bpf/prog_tests/uretprobe_stack.c
93
printf("caller: %#lx - %#lx\n", caller.start, caller.stop);
tools/testing/selftests/bpf/prog_tests/uretprobe_stack.c
95
printf("target_%d: %#lx - %#lx\n", i, targets[i].start, targets[i].stop);
tools/testing/selftests/bpf/prog_tests/verifier_log.c
159
printf("CMP:%d\nS1:'%s'\nS2:'%s'\n",
tools/testing/selftests/bpf/prog_tests/verifier_log.c
169
printf("CMP:%d\nS1:'%s'\nS2:'%s'\n",
tools/testing/selftests/bpf/prog_tests/verifier_log.c
345
printf("CMP:%d\nS1:'%s'\nS2:'%s'\n",
tools/testing/selftests/bpf/prog_tests/verifier_log.c
354
printf("CMP:%d\nS1:'%s'\nS2:'%s'\n",
tools/testing/selftests/bpf/prog_tests/verify_pkcs7_sig.c
295
printf(
tools/testing/selftests/bpf/prog_tests/verify_pkcs7_sig.c
490
printf("%s: SKIP: fsverity [sign|enable] doesn't work.\n"
tools/testing/selftests/bpf/prog_tests/xdp_metadata.c
106
printf("%p: tx_desc[%d] -> %lx\n", xsk, i, addr);
tools/testing/selftests/bpf/prog_tests/xdp_metadata.c
119
printf("%p: rx_desc[%d] -> %lx\n", xsk, i, addr);
tools/testing/selftests/bpf/prog_tests/xdp_metadata.c
153
printf("%p: tx_desc[%u]->addr=%llx\n", xsk, idx, tx_desc->addr);
tools/testing/selftests/bpf/prog_tests/xdp_metadata.c
237
printf("%p: complete tx idx=%u addr=%llx\n", xsk, idx, addr);
tools/testing/selftests/bpf/prog_tests/xdp_metadata.c
253
printf("%p: complete idx=%u addr=%llx\n", xsk, idx, addr);
tools/testing/selftests/bpf/prog_tests/xdp_metadata.c
291
printf("%p: rx_desc[%u]->addr=%llx addr=%llx comp_addr=%llx\n",
tools/testing/selftests/bpf/test_lirc_mode2_user.c
103
printf("Failed to attach bpf to lirc device: %m\n");
tools/testing/selftests/bpf/test_lirc_mode2_user.c
110
printf("Failed to send test IR message: %m\n");
tools/testing/selftests/bpf/test_lirc_mode2_user.c
123
printf("Failed to read decoded IR: %m\n");
tools/testing/selftests/bpf/test_lirc_mode2_user.c
136
printf("Failed to send test IR message: %m\n");
tools/testing/selftests/bpf/test_lirc_mode2_user.c
146
printf("Failed to read decoded IR: %m\n");
tools/testing/selftests/bpf/test_lirc_mode2_user.c
160
printf("Failed to query bpf programs on lirc device: %m\n");
tools/testing/selftests/bpf/test_lirc_mode2_user.c
165
printf("Expected one program to be attached\n");
tools/testing/selftests/bpf/test_lirc_mode2_user.c
172
printf("bpf_prog_detach2: returned %m\n");
tools/testing/selftests/bpf/test_lirc_mode2_user.c
58
printf("Usage: %s /dev/lircN /dev/input/eventM\n", argv[0]);
tools/testing/selftests/bpf/test_lirc_mode2_user.c
65
printf("Failed to load bpf program\n");
tools/testing/selftests/bpf/test_lirc_mode2_user.c
71
printf("failed to open lirc device %s: %m\n", argv[1]);
tools/testing/selftests/bpf/test_lirc_mode2_user.c
78
printf("bpf_prog_detach2 not attached should fail: %m\n");
tools/testing/selftests/bpf/test_lirc_mode2_user.c
84
printf("failed to open input device %s: %m\n", argv[1]);
tools/testing/selftests/bpf/test_lirc_mode2_user.c
92
printf("Failed to query bpf programs on lirc device: %m\n");
tools/testing/selftests/bpf/test_lirc_mode2_user.c
97
printf("Expected nothing to be attached\n");
tools/testing/selftests/bpf/test_loader.c
1076
printf("alignment prevents execution\n");
tools/testing/selftests/bpf/test_loader.c
1255
printf("%s:SKIP: jited programs disassembly is not supported,\n", __func__);
tools/testing/selftests/bpf/test_loader.c
1256
printf("%s:SKIP: tests are built w/o LLVM development libs\n", __func__);
tools/testing/selftests/bpf/test_lru_map.c
103
printf("key:%llu not found from map. %s(%d)\n",
tools/testing/selftests/bpf/test_lru_map.c
108
printf("key:%llu value0:%llu != value1:%llu\n",
tools/testing/selftests/bpf/test_lru_map.c
167
printf("%s (map_type:%d map_flags:0x%X): ", __func__, map_type,
tools/testing/selftests/bpf/test_lru_map.c
243
printf("Pass\n");
tools/testing/selftests/bpf/test_lru_map.c
264
printf("%s (map_type:%d map_flags:0x%X): ", __func__, map_type,
tools/testing/selftests/bpf/test_lru_map.c
314
printf("Pass\n");
tools/testing/selftests/bpf/test_lru_map.c
333
printf("%s (map_type:%d map_flags:0x%X): ", __func__, map_type,
tools/testing/selftests/bpf/test_lru_map.c
416
printf("Pass\n");
tools/testing/selftests/bpf/test_lru_map.c
438
printf("%s (map_type:%d map_flags:0x%X): ", __func__, map_type,
tools/testing/selftests/bpf/test_lru_map.c
483
printf("Pass\n");
tools/testing/selftests/bpf/test_lru_map.c
494
printf("%s (map_type:%d map_flags:0x%X): ", __func__, map_type,
tools/testing/selftests/bpf/test_lru_map.c
544
printf("Pass\n");
tools/testing/selftests/bpf/test_lru_map.c
573
printf("%s (map_type:%d map_flags:0x%X): ", __func__, map_type,
tools/testing/selftests/bpf/test_lru_map.c
591
printf("couldn't spawn process to test key:%llu\n",
tools/testing/selftests/bpf/test_lru_map.c
607
printf("Pass\n");
tools/testing/selftests/bpf/test_lru_map.c
621
printf("%s (map_type:%d map_flags:0x%X): ", __func__, map_type,
tools/testing/selftests/bpf/test_lru_map.c
666
printf("Pass\n");
tools/testing/selftests/bpf/test_lru_map.c
684
printf("%s (map_type:%d map_flags:0x%X): ", __func__, map_type,
tools/testing/selftests/bpf/test_lru_map.c
757
printf("Pass\n");
tools/testing/selftests/bpf/test_lru_map.c
775
printf("%s (map_type:%d map_flags:0x%X): ", __func__, map_type,
tools/testing/selftests/bpf/test_lru_map.c
848
printf("Pass\n");
tools/testing/selftests/bpf/test_lru_map.c
862
printf("nr_cpus:%d\n\n", nr_cpus);
tools/testing/selftests/bpf/test_lru_map.c
882
printf("\n");
tools/testing/selftests/bpf/test_maps.c
1005
printf("Failed sockmap send\n");
tools/testing/selftests/bpf/test_maps.c
1013
printf("Failed allowed sockmap dup slot BPF_NOEXIST\n");
tools/testing/selftests/bpf/test_maps.c
1019
printf("Failed sockmap update new slot BPF_ANY\n");
tools/testing/selftests/bpf/test_maps.c
1025
printf("Failed sockmap update new slot BPF_EXIST\n");
tools/testing/selftests/bpf/test_maps.c
1033
printf("Failed delete sockmap %i '%i:%i'\n",
tools/testing/selftests/bpf/test_maps.c
1042
printf("Failed fd bpf parse prog attach\n");
tools/testing/selftests/bpf/test_maps.c
1048
printf("Failed fd bpf verdict prog attach\n");
tools/testing/selftests/bpf/test_maps.c
1055
printf("Failed allowed duplicate programs in update ANY sockmap %i '%i:%i'\n",
tools/testing/selftests/bpf/test_maps.c
1061
printf("Failed allowed duplicate program in update NOEXIST sockmap %i '%i:%i'\n",
tools/testing/selftests/bpf/test_maps.c
1067
printf("Failed allowed duplicate program in update EXIST sockmap %i '%i:%i'\n",
tools/testing/selftests/bpf/test_maps.c
1087
printf("Couldn't spawn #%d process!\n", i);
tools/testing/selftests/bpf/test_maps.c
1101
printf("Detached an invalid prog type.\n");
tools/testing/selftests/bpf/test_maps.c
1107
printf("Failed parser prog detach\n");
tools/testing/selftests/bpf/test_maps.c
1113
printf("Failed parser prog detach\n");
tools/testing/selftests/bpf/test_maps.c
1132
printf("Failed to create sockmap '%i:%s'!\n", i, strerror(errno));
tools/testing/selftests/bpf/test_maps.c
1163
printf("Failed to create hashmap '%s'!\n", strerror(errno));
tools/testing/selftests/bpf/test_maps.c
1169
printf("Failed to load array of maps from test prog\n");
tools/testing/selftests/bpf/test_maps.c
1174
printf("Failed to set inner_map_fd for array of maps\n");
tools/testing/selftests/bpf/test_maps.c
1180
printf("Failed to load hash of maps from test prog\n");
tools/testing/selftests/bpf/test_maps.c
1185
printf("Failed to set inner_map_fd for hash of maps\n");
tools/testing/selftests/bpf/test_maps.c
1191
printf("Failed to load test prog\n");
tools/testing/selftests/bpf/test_maps.c
1197
printf("Failed to load array of maps from test prog\n");
tools/testing/selftests/bpf/test_maps.c
1202
printf("Failed to get descriptor for array of maps\n");
tools/testing/selftests/bpf/test_maps.c
1208
printf("Failed to update array of maps\n");
tools/testing/selftests/bpf/test_maps.c
1214
printf("Failed to load hash of maps from test prog\n");
tools/testing/selftests/bpf/test_maps.c
1219
printf("Failed to get descriptor for hash of maps\n");
tools/testing/selftests/bpf/test_maps.c
1225
printf("Failed to update hash of maps\n");
tools/testing/selftests/bpf/test_maps.c
1237
printf("Failed to load %s program: %d %d",
tools/testing/selftests/bpf/test_maps.c
1244
printf("Failed to load array of maps from test prog\n");
tools/testing/selftests/bpf/test_maps.c
1252
printf("Loading obj supposed to fail\n");
tools/testing/selftests/bpf/test_maps.c
1266
printf("Failed to get next map: %d", errno);
tools/testing/selftests/bpf/test_maps.c
1274
printf("Failed to get map by id %u: %d", id, errno);
tools/testing/selftests/bpf/test_maps.c
1280
printf("Failed to get map info by fd %d: %d", fd,
tools/testing/selftests/bpf/test_maps.c
1286
printf("Inner map mim.inner was not destroyed\n");
tools/testing/selftests/bpf/test_maps.c
1317
printf("Failed to create large map '%s'!\n", strerror(errno));
tools/testing/selftests/bpf/test_maps.c
1348
printf("Fork %u tasks to '" #FN "'\n", N); \
tools/testing/selftests/bpf/test_maps.c
1366
printf("Couldn't spawn #%d process!\n", i);
tools/testing/selftests/bpf/test_maps.c
139
printf("Failed to create hashmap key=%d value=%d '%s'\n",
tools/testing/selftests/bpf/test_maps.c
1458
printf("error %d %d\n", err, errno);
tools/testing/selftests/bpf/test_maps.c
1463
printf("error %d %d\n", err, errno);
tools/testing/selftests/bpf/test_maps.c
1468
printf("error %d %d\n", err, errno);
tools/testing/selftests/bpf/test_maps.c
1482
printf("Failed to create map for parallel test '%s'!\n",
tools/testing/selftests/bpf/test_maps.c
1543
printf("Failed to create map for read only test '%s'!\n",
tools/testing/selftests/bpf/test_maps.c
1572
printf("Failed to create map for write only test '%s'!\n",
tools/testing/selftests/bpf/test_maps.c
159
printf("Failed to create hashmap '%s'!\n", strerror(errno));
tools/testing/selftests/bpf/test_maps.c
1607
printf("Failed to create map '%s'!\n", strerror(errno));
tools/testing/selftests/bpf/test_maps.c
1935
printf("test_maps: OK, %d SKIPPED\n", skips);
tools/testing/selftests/bpf/test_maps.c
364
printf("Failed to create arraymap '%s'!\n", strerror(errno));
tools/testing/selftests/bpf/test_maps.c
40
printf("Failed to create hashmap '%s'!\n", strerror(errno));
tools/testing/selftests/bpf/test_maps.c
420
printf("Failed to create arraymap '%s'!\n", strerror(errno));
tools/testing/selftests/bpf/test_maps.c
483
printf("Failed to create per-cpu arraymap '%s'!\n",
tools/testing/selftests/bpf/test_maps.c
514
printf("Failed to create devmap '%s'!\n", strerror(errno));
tools/testing/selftests/bpf/test_maps.c
528
printf("Failed to create devmap_hash '%s'!\n", strerror(errno));
tools/testing/selftests/bpf/test_maps.c
556
printf("Failed to create queuemap '%s'!\n", strerror(errno));
tools/testing/selftests/bpf/test_maps.c
612
printf("Failed to create stackmap '%s'!\n", strerror(errno));
tools/testing/selftests/bpf/test_maps.c
678
printf("failed to setsockopt\n");
tools/testing/selftests/bpf/test_maps.c
683
printf("failed to ioctl\n");
tools/testing/selftests/bpf/test_maps.c
692
printf("failed to bind: err %i: %i:%i\n",
tools/testing/selftests/bpf/test_maps.c
698
printf("failed to listen\n");
tools/testing/selftests/bpf/test_maps.c
710
printf("set sock opt\n");
tools/testing/selftests/bpf/test_maps.c
719
printf("failed to connect\n");
tools/testing/selftests/bpf/test_maps.c
728
printf("accept failed\n");
tools/testing/selftests/bpf/test_maps.c
739
printf("%s SKIP (unsupported map type BPF_MAP_TYPE_SOCKMAP)\n",
tools/testing/selftests/bpf/test_maps.c
747
printf("Failed to create sockmap %i\n", fd);
tools/testing/selftests/bpf/test_maps.c
756
printf("Failed socket update SOCK_DGRAM '%i:%i'\n",
tools/testing/selftests/bpf/test_maps.c
766
printf("Failed noprog update sockmap '%i:%i'\n",
tools/testing/selftests/bpf/test_maps.c
775
printf("Failed invalid parser prog attach\n");
tools/testing/selftests/bpf/test_maps.c
781
printf("Failed invalid verdict prog attach\n");
tools/testing/selftests/bpf/test_maps.c
787
printf("Failed invalid msg verdict prog attach\n");
tools/testing/selftests/bpf/test_maps.c
793
printf("Failed unknown prog attach\n");
tools/testing/selftests/bpf/test_maps.c
799
printf("Failed empty parser prog detach\n");
tools/testing/selftests/bpf/test_maps.c
805
printf("Failed empty verdict prog detach\n");
tools/testing/selftests/bpf/test_maps.c
811
printf("Failed empty msg verdict prog detach\n");
tools/testing/selftests/bpf/test_maps.c
817
printf("Detach invalid prog successful\n");
tools/testing/selftests/bpf/test_maps.c
825
printf("Failed to load SK_SKB parse prog\n");
tools/testing/selftests/bpf/test_maps.c
832
printf("Failed to load SK_SKB msg prog\n");
tools/testing/selftests/bpf/test_maps.c
839
printf("Failed to load SK_SKB verdict prog\n");
tools/testing/selftests/bpf/test_maps.c
845
printf("Failed to load map rx from verdict prog\n");
tools/testing/selftests/bpf/test_maps.c
851
printf("Failed to get map rx fd\n");
tools/testing/selftests/bpf/test_maps.c
857
printf("Failed to load map tx from verdict prog\n");
tools/testing/selftests/bpf/test_maps.c
863
printf("Failed to get map tx fd\n");
tools/testing/selftests/bpf/test_maps.c
869
printf("Failed to load map msg from msg_verdict prog\n");
tools/testing/selftests/bpf/test_maps.c
875
printf("Failed to get map msg fd\n");
tools/testing/selftests/bpf/test_maps.c
881
printf("Failed to load map tx from verdict prog\n");
tools/testing/selftests/bpf/test_maps.c
887
printf("Failed to get map tx fd\n");
tools/testing/selftests/bpf/test_maps.c
894
printf("Allowed attaching SK_SKB program to invalid map\n");
tools/testing/selftests/bpf/test_maps.c
901
printf("Failed stream parser bpf prog attach\n");
tools/testing/selftests/bpf/test_maps.c
908
printf("Failed stream verdict bpf prog attach\n");
tools/testing/selftests/bpf/test_maps.c
914
printf("Failed msg verdict bpf prog attach\n");
tools/testing/selftests/bpf/test_maps.c
921
printf("Attached unknown bpf prog\n");
tools/testing/selftests/bpf/test_maps.c
929
printf("Failed map_fd_rx update sockmap %i '%i:%i'\n",
tools/testing/selftests/bpf/test_maps.c
935
printf("Failed map_fd_tx update sockmap %i '%i:%i'\n",
tools/testing/selftests/bpf/test_maps.c
945
printf("Failed delete sockmap rx %i '%i:%i'\n",
tools/testing/selftests/bpf/test_maps.c
951
printf("Failed delete sockmap tx %i '%i:%i'\n",
tools/testing/selftests/bpf/test_maps.c
961
printf("Failed map_fd_msg update sockmap %i\n", err);
tools/testing/selftests/bpf/test_maps.c
971
printf("Failed sockmap send\n");
tools/testing/selftests/bpf/test_maps.c
984
printf("Failed sockmap unexpected timeout\n");
tools/testing/selftests/bpf/test_maps.c
989
printf("Failed sockmap select/recv\n");
tools/testing/selftests/bpf/test_maps.c
995
printf("Failed sockmap recv\n");
tools/testing/selftests/bpf/test_maps.h
12
printf("%s(%d):FAIL:%s ", __func__, __LINE__, tag); \
tools/testing/selftests/bpf/test_maps.h
13
printf(format); \
tools/testing/selftests/bpf/test_progs.c
1444
printf("%s: unexpected message type %d. expected %d\n", __func__, msg->type, type);
tools/testing/selftests/bpf/test_progs.c
1653
printf("\nAll error logs:\n");
tools/testing/selftests/bpf/test_progs.c
1676
printf("Summary: %d/%d PASSED, %d SKIPPED, %d FAILED\n",
tools/testing/selftests/bpf/test_progs.c
2101
printf("%d\n", env.succ_cnt);
tools/testing/selftests/bpf/test_sockmap.c
1031
printf(".");
tools/testing/selftests/bpf/test_sockmap.c
1957
printf("Unable to load eBPF objects in file '%s' : %s\n",
tools/testing/selftests/bpf/test_sockmap.c
228
printf(" Usage: %s --cgroup <cgroup_path>\n", argv[0]);
tools/testing/selftests/bpf/test_sockmap.c
229
printf(" options:\n");
tools/testing/selftests/bpf/test_sockmap.c
231
printf(" --%-12s", long_options[i].name);
tools/testing/selftests/bpf/test_sockmap.c
233
printf(" flag (internal value:%d)\n",
tools/testing/selftests/bpf/test_sockmap.c
236
printf(" -%c\n", long_options[i].val);
tools/testing/selftests/bpf/test_sockmap.c
238
printf("\n");
tools/testing/selftests/bpf/test_sockmap.c
407
printf("connected sockets: c1 <-> p1, c2 <-> p2\n");
tools/testing/selftests/bpf/test_sockmap.c
408
printf("cgroups binding: c1(%i) <-> s1(%i) - - - c2(%i) <-> s2(%i)\n",
tools/testing/selftests/bpf/test_sockmap.c
456
printf("sendpage loop error expected: %i errno %i\n",
tools/testing/selftests/bpf/test_tag.c
148
printf("%s", prefix);
tools/testing/selftests/bpf/test_tag.c
150
printf("%02x", tag[i]);
tools/testing/selftests/bpf/test_tag.c
151
printf("\n");
tools/testing/selftests/bpf/test_tag.c
157
printf("Program tag mismatch for %d insns%s!\n", insns,
tools/testing/selftests/bpf/test_tag.c
203
printf("test_tag: OK (%u tests)\n", tests);
tools/testing/selftests/bpf/test_tcpnotify_user.c
101
printf("FAIL:map '%s' not found\n", "perf_event_map");
tools/testing/selftests/bpf/test_tcpnotify_user.c
107
printf("FAIL:map '%s' not found\n", "global_map");
tools/testing/selftests/bpf/test_tcpnotify_user.c
121
printf("FAILED: execute command: %s, err %d\n", test_script, -errno);
tools/testing/selftests/bpf/test_tcpnotify_user.c
129
printf("execute command: %s, err %d\n", test_script, -errno);
tools/testing/selftests/bpf/test_tcpnotify_user.c
135
printf("FAILED: execute command: %s, err %d\n", test_script, -errno);
tools/testing/selftests/bpf/test_tcpnotify_user.c
141
printf("FAILED: bpf_map_lookup_elem returns %d\n", rv);
tools/testing/selftests/bpf/test_tcpnotify_user.c
150
printf("FAILED: pthread_join\n");
tools/testing/selftests/bpf/test_tcpnotify_user.c
155
printf("FAILED: Wrong stats Expected %d calls, got %d\n",
tools/testing/selftests/bpf/test_tcpnotify_user.c
160
printf("PASSED!\n");
tools/testing/selftests/bpf/test_tcpnotify_user.c
49
printf("failed perf_buffer__poll: %d\n", err);
tools/testing/selftests/bpf/test_tcpnotify_user.c
88
printf("FAILED: load_bpf_file failed for: %s\n", file);
tools/testing/selftests/bpf/test_tcpnotify_user.c
94
printf("FAILED: bpf_prog_attach: %d (%s)\n",
tools/testing/selftests/bpf/test_verifier.c
1278
printf("Did not run the program (not supported) ");
tools/testing/selftests/bpf/test_verifier.c
1282
printf("Did not run the program (no permission) ");
tools/testing/selftests/bpf/test_verifier.c
1287
printf("FAIL: Unexpected bpf_prog_test_run error (%s) ",
tools/testing/selftests/bpf/test_verifier.c
1294
printf("FAIL retval %d != %d ", topts.retval, expected_val);
tools/testing/selftests/bpf/test_verifier.c
1320
printf("FAIL\nTestcase bug\n");
tools/testing/selftests/bpf/test_verifier.c
1327
printf("FAIL\nUnexpected verifier log!\n"
tools/testing/selftests/bpf/test_verifier.c
1440
printf(" addr op d s off imm\n");
tools/testing/selftests/bpf/test_verifier.c
1448
printf(" ...\n");
tools/testing/selftests/bpf/test_verifier.c
1450
printf(" %04x: %02x %1x %x %04hx %08x\n",
tools/testing/selftests/bpf/test_verifier.c
1468
printf("FAIL: can't get xlated program\n");
tools/testing/selftests/bpf/test_verifier.c
1476
printf("FAIL: can't find expected subsequence of instructions\n");
tools/testing/selftests/bpf/test_verifier.c
1479
printf("Program:\n");
tools/testing/selftests/bpf/test_verifier.c
1481
printf("Expected subsequence:\n");
tools/testing/selftests/bpf/test_verifier.c
1489
printf("FAIL: found unexpected subsequence of instructions\n");
tools/testing/selftests/bpf/test_verifier.c
1492
printf("Program:\n");
tools/testing/selftests/bpf/test_verifier.c
1494
printf("Un-expected subsequence:\n");
tools/testing/selftests/bpf/test_verifier.c
1521
printf("SKIP (requires BPF JIT)\n");
tools/testing/selftests/bpf/test_verifier.c
1579
printf("FAIL\nFailed to find BTF ID for '%s'!\n",
tools/testing/selftests/bpf/test_verifier.c
1611
printf("SKIP (unsupported program type %d)\n", prog_type);
tools/testing/selftests/bpf/test_verifier.c
1617
printf("SKIP (program uses an unsupported feature)\n");
tools/testing/selftests/bpf/test_verifier.c
1626
printf("FAIL\nFailed to load prog '%s'!\n",
tools/testing/selftests/bpf/test_verifier.c
1640
printf("FAIL\nUnexpected success to load!\n");
tools/testing/selftests/bpf/test_verifier.c
1644
printf("FAIL\nUnexpected error message!\n\tEXP: %s\n\tRES: %s\n",
tools/testing/selftests/bpf/test_verifier.c
1657
printf("FAIL\nUnexpected insn_processed %u vs %u\n",
tools/testing/selftests/bpf/test_verifier.c
1664
printf(", verifier log:\n%s", bpf_vlog);
tools/testing/selftests/bpf/test_verifier.c
1688
printf("(run %d/%d) ", i + 1, test->runs);
tools/testing/selftests/bpf/test_verifier.c
1699
printf("%d cases ", run_successes);
tools/testing/selftests/bpf/test_verifier.c
1700
printf("OK");
tools/testing/selftests/bpf/test_verifier.c
1702
printf(" (NOTE: not executed due to unknown alignment)");
tools/testing/selftests/bpf/test_verifier.c
1703
printf("\n");
tools/testing/selftests/bpf/test_verifier.c
1705
printf("\n");
tools/testing/selftests/bpf/test_verifier.c
1719
printf("%s", bpf_vlog);
tools/testing/selftests/bpf/test_verifier.c
1776
printf("#%d/u %s SKIP\n", i, test->descr);
tools/testing/selftests/bpf/test_verifier.c
1781
printf("#%d/u %s ", i, test->descr);
tools/testing/selftests/bpf/test_verifier.c
1788
printf("#%d/p %s SKIP\n", i, test->descr);
tools/testing/selftests/bpf/test_verifier.c
1791
printf("#%d/p %s ", i, test->descr);
tools/testing/selftests/bpf/test_verifier.c
1799
printf("Summary: %d PASSED, %d SKIPPED, %d FAILED\n", passes,
tools/testing/selftests/bpf/test_verifier.c
1842
printf("Cannot run as unprivileged user with sysctl %s.\n",
tools/testing/selftests/bpf/test_verifier.c
534
printf("SKIP (unsupported map type %d)\n", map_type);
tools/testing/selftests/bpf/test_verifier.c
553
printf("Failed to create hash map '%s'!\n", strerror(errno));
tools/testing/selftests/bpf/test_verifier.c
610
printf("Failed to create prog array '%s'!\n", strerror(errno));
tools/testing/selftests/bpf/test_verifier.c
644
printf("Failed to create array '%s'!\n", strerror(errno));
tools/testing/selftests/bpf/test_verifier.c
654
printf("Failed to create array of maps '%s'!\n",
tools/testing/selftests/bpf/test_verifier.c
674
printf("Failed to create cgroup storage '%s'!\n",
tools/testing/selftests/bpf/test_verifier.c
772
printf("Failed to load BTF spec: '%s'\n", strerror(errno));
tools/testing/selftests/bpf/test_verifier.c
813
printf("Failed to create map with spin_lock\n");
tools/testing/selftests/bpf/test_verifier.c
833
printf("Failed to create sk_storage_map\n");
tools/testing/selftests/bpf/test_verifier.c
852
printf("Failed to create map with timer\n");
tools/testing/selftests/bpf/test_verifier.c
871
printf("Failed to create map with btf_id pointer\n");
tools/testing/selftests/bpf/testing_helpers.c
249
printf("failed to get link info: %d\n", -errno);
tools/testing/selftests/bpf/testing_helpers.c
348
printf("Failed to open /proc/sys/kernel/perf_event_max_sample_rate: err %d\n"
tools/testing/selftests/bpf/testing_helpers.c
353
printf("Failed to parse /proc/sys/kernel/perf_event_max_sample_rate: err %d\n"
tools/testing/selftests/bpf/testing_helpers.c
469
printf("Program length %u is not multiple of %u\n",
tools/testing/selftests/bpf/trace_helpers.c
276
printf("VMA FOUND (addr %08lx): %08lx-%08lx %c%c%c%c %08lx %02x:%02x %ld %s (build ID: %s, %d bytes)\n",
tools/testing/selftests/bpf/trace_helpers.c
513
printf("%s", str);
tools/testing/selftests/bpf/veristat.c
1119
printf("Top source lines (%s):\n", prog_name);
tools/testing/selftests/bpf/veristat.c
1137
printf("%5d: (%s)\t%s\n", freq[i].cnt, src_line, src_code);
tools/testing/selftests/bpf/veristat.c
1139
printf("%5d: %s\n", freq[i].cnt, src_code);
tools/testing/selftests/bpf/veristat.c
1141
printf("\n");
tools/testing/selftests/bpf/veristat.c
1360
__attribute__((format(printf, 2, 3)))
tools/testing/selftests/bpf/veristat.c
1595
printf("DUMP (%s) %s/%s:\n", mode == DUMP_JITED ? "JITED" : "XLATED", file_name, prog_name);
tools/testing/selftests/bpf/veristat.c
1693
printf("PROCESSING %s/%s, DURATION US: %ld, VERDICT: %s, VERIFIER LOG:\n%s\n",
tools/testing/selftests/bpf/veristat.c
2193
printf("Skipping '%s' due to filters...\n", filename);
tools/testing/selftests/bpf/veristat.c
2199
printf("Skipping '%s' as it's not a BPF object file...\n", filename);
tools/testing/selftests/bpf/veristat.c
2205
printf("Processing '%s'...\n", base_filename);
tools/testing/selftests/bpf/veristat.c
2454
printf("%s", i == 0 ? "" : COLUMN_SEP);
tools/testing/selftests/bpf/veristat.c
2456
printf("%c", HEADER_CHAR);
tools/testing/selftests/bpf/veristat.c
2458
printf("\n");
tools/testing/selftests/bpf/veristat.c
2478
printf(fmt_str, i == 0 ? "" : COLUMN_SEP, *max_len, stat_defs[id].header);
tools/testing/selftests/bpf/veristat.c
2480
printf("\n");
tools/testing/selftests/bpf/veristat.c
2483
printf("%s%s", i == 0 ? "" : ",", stat_defs[id].names[0]);
tools/testing/selftests/bpf/veristat.c
2485
printf("\n");
tools/testing/selftests/bpf/veristat.c
250
__attribute__((format(printf, 3, 4)))
tools/testing/selftests/bpf/veristat.c
2563
printf("%s%-*s", i == 0 ? "" : COLUMN_SEP, *max_len, str);
tools/testing/selftests/bpf/veristat.c
2565
printf("%s%*ld", i == 0 ? "" : COLUMN_SEP, *max_len, val);
tools/testing/selftests/bpf/veristat.c
2567
printf("\n");
tools/testing/selftests/bpf/veristat.c
2571
printf("%s%s", i == 0 ? "" : ",", str);
tools/testing/selftests/bpf/veristat.c
2573
printf("%s%ld", i == 0 ? "" : ",", val);
tools/testing/selftests/bpf/veristat.c
2575
printf("\n");
tools/testing/selftests/bpf/veristat.c
2582
printf("Done. Processed %d files, %d programs. Skipped %d files, %d programs.\n",
tools/testing/selftests/bpf/veristat.c
2794
printf("%s", i + j == 0 ? "" : COLUMN_SEP);
tools/testing/selftests/bpf/veristat.c
2797
printf("%c", HEADER_CHAR);
tools/testing/selftests/bpf/veristat.c
2800
printf("\n");
tools/testing/selftests/bpf/veristat.c
2828
printf("%s%-*s%s", i + j == 0 ? "" : COLUMN_SEP,
tools/testing/selftests/bpf/veristat.c
2831
printf("\n");
tools/testing/selftests/bpf/veristat.c
2835
printf("%s%s%s", i + j == 0 ? "" : ",", stat_defs[id].names[0], sfx);
tools/testing/selftests/bpf/veristat.c
2837
printf("\n");
tools/testing/selftests/bpf/veristat.c
2928
printf(fmt, i == 0 ? "" : COLUMN_SEP, *max_len_base, base_buf);
tools/testing/selftests/bpf/veristat.c
2930
printf(fmt, COLUMN_SEP, *max_len_comp, comp_buf);
tools/testing/selftests/bpf/veristat.c
2931
printf(fmt, COLUMN_SEP, *max_len_diff, diff_buf);
tools/testing/selftests/bpf/veristat.c
2934
printf("\n");
tools/testing/selftests/bpf/veristat.c
2938
printf("%s%s", i == 0 ? "" : ",", base_buf);
tools/testing/selftests/bpf/veristat.c
2940
printf("%s%s", i == 0 ? "" : ",", comp_buf);
tools/testing/selftests/bpf/veristat.c
2941
printf("%s%s", i == 0 ? "" : ",", diff_buf);
tools/testing/selftests/bpf/veristat.c
2944
printf("\n");
tools/testing/selftests/bpf/veristat.c
3315
printf("%s\n", argp_program_version);
tools/testing/selftests/bpf/xdp_hw_metadata.c
138
printf("%p: tx_desc[%d] -> %lx\n", xsk, i, addr);
tools/testing/selftests/bpf/xdp_hw_metadata.c
146
printf("%p: rx_desc[%d] -> %lx\n", xsk, i, addr);
tools/testing/selftests/bpf/xdp_hw_metadata.c
168
printf("%p: complete rx idx=%u addr=%llx\n", xsk, idx, addr);
tools/testing/selftests/bpf/xdp_hw_metadata.c
204
printf("%s: %llu (sec:%0.4f) delta to %s sec:%0.4f (%0.3f usec)\n",
tools/testing/selftests/bpf/xdp_hw_metadata.c
219
printf("PCP=%u, DEI=%d, VID=0x%X\n", pcp, dei, vlan_id);
tools/testing/selftests/bpf/xdp_hw_metadata.c
229
printf("rx_hash: 0x%X with RSS type:0x%X\n",
tools/testing/selftests/bpf/xdp_hw_metadata.c
232
printf("No rx_hash, err=%d\n", meta->rx_hash_err);
tools/testing/selftests/bpf/xdp_hw_metadata.c
246
printf("No rx_timestamp, err=%d\n", meta->rx_timestamp_err);
tools/testing/selftests/bpf/xdp_hw_metadata.c
250
printf("rx_vlan_proto: 0x%X\n", ntohs(meta->rx_vlan_proto));
tools/testing/selftests/bpf/xdp_hw_metadata.c
251
printf("rx_vlan_tci: ");
tools/testing/selftests/bpf/xdp_hw_metadata.c
254
printf("No rx_vlan_tci or rx_vlan_proto, err=%d\n",
tools/testing/selftests/bpf/xdp_hw_metadata.c
291
printf("found skb hwtstamp = %lu.%lu\n",
tools/testing/selftests/bpf/xdp_hw_metadata.c
301
printf("skb hwtstamp is not found!\n");
tools/testing/selftests/bpf/xdp_hw_metadata.c
318
printf("%p: complete tx idx=%u addr=%llx\n", xsk, idx, addr);
tools/testing/selftests/bpf/xdp_hw_metadata.c
336
printf("No tx_timestamp\n");
tools/testing/selftests/bpf/xdp_hw_metadata.c
368
printf("%p: failed to reserve tx slot\n", xsk);
tools/testing/selftests/bpf/xdp_hw_metadata.c
389
printf("%p: failed to detect IP version for ping pong %04x\n", xsk, eth->h_proto);
tools/testing/selftests/bpf/xdp_hw_metadata.c
422
printf("%p: ping-pong with csum=%04x (want %04x) csum_start=%d csum_offset=%d\n",
tools/testing/selftests/bpf/xdp_hw_metadata.c
471
printf("kick_rx ret=%d\n", ret);
tools/testing/selftests/bpf/xdp_hw_metadata.c
475
printf("poll: %d (%d) skip=%llu fail=%llu redir=%llu\n",
tools/testing/selftests/bpf/xdp_hw_metadata.c
496
printf("xsk_ring_cons__peek: %d\n", ret);
tools/testing/selftests/bpf/xdp_hw_metadata.c
504
printf("%p: rx_desc[%u]->addr=%llx addr=%llx comp_addr=%llx%s\n",
tools/testing/selftests/bpf/xdp_hw_metadata.c
518
printf("kick_tx ret=%d\n", ret);
tools/testing/selftests/bpf/xdp_hw_metadata.c
619
printf("detaching bpf program....\n");
tools/testing/selftests/bpf/xdp_hw_metadata.c
622
printf("failed to detach XDP program: %d\n", ret);
tools/testing/selftests/bpf/xdp_hw_metadata.c
664
printf("%s", usage);
tools/testing/selftests/bpf/xdp_hw_metadata.c
753
printf("rxq: %d\n", rxq);
tools/testing/selftests/bpf/xdp_hw_metadata.c
770
printf("Failed to malloc buf for tc map.\n");
tools/testing/selftests/bpf/xdp_hw_metadata.c
777
printf("Failed to realloc tc map.\n");
tools/testing/selftests/bpf/xdp_hw_metadata.c
789
printf("Failed to malloc buf for tc queues.\n");
tools/testing/selftests/bpf/xdp_hw_metadata.c
796
printf("Failed to realloc tc queues.\n");
tools/testing/selftests/bpf/xdp_hw_metadata.c
833
printf("open_xsk(%s, %p, %d)\n", ifname, &rx_xsk[i], i);
tools/testing/selftests/bpf/xdp_hw_metadata.c
838
printf("xsk_socket__fd() -> %d\n", xsk_socket__fd(rx_xsk[i].socket));
tools/testing/selftests/bpf/xdp_hw_metadata.c
841
printf("open bpf program...\n");
tools/testing/selftests/bpf/xdp_hw_metadata.c
850
printf("load bpf program...\n");
tools/testing/selftests/bpf/xdp_hw_metadata.c
855
printf("prepare skb endpoint...\n");
tools/testing/selftests/bpf/xdp_hw_metadata.c
863
printf("prepare xsk map...\n");
tools/testing/selftests/bpf/xdp_hw_metadata.c
868
printf("map[%d] = %d\n", queue_id, sock_fd);
tools/testing/selftests/bpf/xdp_hw_metadata.c
874
printf("attach bpf program...\n");
tools/testing/selftests/bpf/xdp_synproxy.c
458
printf("Total SYNACKs generated: %llu\n", value);
tools/testing/selftests/bpf/xdp_synproxy.c
461
printf("SYNACKs generated: %llu (total %llu)\n", value - prevcnt, value);
tools/testing/selftests/bpf/xdping.c
198
printf("Setting up XDP for %s, please wait...\n", ifname);
tools/testing/selftests/bpf/xdping.c
200
printf("XDP setup disrupts network connectivity, hit Ctrl+C to quit\n");
tools/testing/selftests/bpf/xdping.c
210
printf("Running server on %s; press Ctrl+C to exit...\n",
tools/testing/selftests/bpf/xdping.c
237
printf("\nNormal ping RTT data\n");
tools/testing/selftests/bpf/xdping.c
238
printf("[Ignore final RTT; it is distorted by XDP using the reply]\n");
tools/testing/selftests/bpf/xdping.c
45
printf("\nXDP RTT data:\n");
tools/testing/selftests/bpf/xdping.c
56
printf("64 bytes from %s: icmp_seq=%d ttl=64 time=%#.5f ms\n",
tools/testing/selftests/bpf/xsk.c
288
printf("XDP mode query returned error %s\n", strerror(errno));
tools/testing/selftests/bpf/xskxceiver.c
327
printf("Tests:\n");
tools/testing/selftests/bpf/xskxceiver.c
329
printf("%u: %s\n", i, tests[i].name);
tools/testing/selftests/bpf/xskxceiver.c
331
printf("%u: %s\n", i, ci_skip_tests[i - ARRAY_SIZE(tests)].name);
tools/testing/selftests/breakpoints/step_after_suspend_test.c
204
printf("Usage: %s [-n]\n", argv[0]);
tools/testing/selftests/breakpoints/step_after_suspend_test.c
205
printf(" -n: do not trigger a suspend/resume cycle before the test\n");
tools/testing/selftests/cgroup/test_kmem.c
199
printf("memory.current = %ld\n", current);
tools/testing/selftests/cgroup/test_kmem.c
200
printf("anon + file + kernel + sock = %ld\n", sum);
tools/testing/selftests/cgroup/test_kmem.c
201
printf("anon = %ld\n", anon);
tools/testing/selftests/cgroup/test_kmem.c
202
printf("file = %ld\n", file);
tools/testing/selftests/cgroup/test_kmem.c
203
printf("kernel = %ld\n", kernel);
tools/testing/selftests/cgroup/test_kmem.c
204
printf("sock = %ld\n", sock);
tools/testing/selftests/cgroup/test_kmem.c
387
printf("memory.current %ld\npercpu %ld\n",
tools/testing/selftests/cgroup/wait_inotify.c
82
printf("Number of events read = %ld\n",
tools/testing/selftests/connector/proc_filter.c
250
printf("Expected 0(assume no-filter) or 1 argument(-f)\n");
tools/testing/selftests/connector/proc_filter.c
258
printf("Valid option : -f (for filter feature)\n");
tools/testing/selftests/connector/proc_filter.c
308
printf("Done total count: %d\n", tcount);
tools/testing/selftests/connector/proc_filter.c
35
#define Printf printf
tools/testing/selftests/damon/access_memory.c
28
printf("Usage: %s <number> <size (bytes)> <time (ms)> [mode]\n",
tools/testing/selftests/damon/access_memory_even.c
21
printf("Usage: %s <number> <size (bytes)>\n", argv[0]);
tools/testing/selftests/drivers/net/gro.c
1056
printf("Test succeeded\n\n");
tools/testing/selftests/drivers/net/gro.c
1229
printf("pure data packet of same size: ");
tools/testing/selftests/drivers/net/gro.c
1233
printf("large data packets followed by a smaller one: ");
tools/testing/selftests/drivers/net/gro.c
1237
printf("small data packets followed by a larger one: ");
tools/testing/selftests/drivers/net/gro.c
1244
printf("duplicate ack and pure ack: ");
tools/testing/selftests/drivers/net/gro.c
1251
printf("psh flag ends coalescing: ");
tools/testing/selftests/drivers/net/gro.c
1257
printf("syn flag ends coalescing: ");
tools/testing/selftests/drivers/net/gro.c
1263
printf("rst flag ends coalescing: ");
tools/testing/selftests/drivers/net/gro.c
1269
printf("urg flag ends coalescing: ");
tools/testing/selftests/drivers/net/gro.c
1275
printf("cwr flag ends coalescing: ");
tools/testing/selftests/drivers/net/gro.c
1282
printf("changed checksum does not coalesce: ");
tools/testing/selftests/drivers/net/gro.c
1287
printf("Wrong Seq number doesn't coalesce: ");
tools/testing/selftests/drivers/net/gro.c
1294
printf("Different timestamp doesn't coalesce: ");
tools/testing/selftests/drivers/net/gro.c
1299
printf("Different options doesn't coalesce: ");
tools/testing/selftests/drivers/net/gro.c
1306
printf("different ECN doesn't coalesce: ");
tools/testing/selftests/drivers/net/gro.c
1311
printf("different tos doesn't coalesce: ");
tools/testing/selftests/drivers/net/gro.c
1318
printf("different ttl doesn't coalesce: ");
tools/testing/selftests/drivers/net/gro.c
1324
printf("ip options doesn't coalesce: ");
tools/testing/selftests/drivers/net/gro.c
1329
printf("fragmented ip4 doesn't coalesce: ");
tools/testing/selftests/drivers/net/gro.c
1332
printf("DF=1, Incrementing - should coalesce: ");
tools/testing/selftests/drivers/net/gro.c
1336
printf("DF=1, Fixed - should coalesce: ");
tools/testing/selftests/drivers/net/gro.c
1340
printf("DF=0, Incrementing - should coalesce: ");
tools/testing/selftests/drivers/net/gro.c
1344
printf("DF=0, Fixed - should coalesce: ");
tools/testing/selftests/drivers/net/gro.c
1348
printf("DF=1, 2 Incrementing and one fixed - should coalesce only first 2 packets: ");
tools/testing/selftests/drivers/net/gro.c
1353
printf("DF=1, 2 Fixed and one incrementing - should coalesce only first 2 packets: ");
tools/testing/selftests/drivers/net/gro.c
1363
printf("fragmented ip6 doesn't coalesce: ");
tools/testing/selftests/drivers/net/gro.c
1369
printf("ipv6 with ext header does coalesce: ");
tools/testing/selftests/drivers/net/gro.c
1373
printf("ipv6 with ext header with different payloads doesn't coalesce: ");
tools/testing/selftests/drivers/net/gro.c
1385
printf("Shouldn't coalesce if exceed IP max pkt size: ");
tools/testing/selftests/drivers/net/gro.c
1395
printf("last segment sent individually: ");
tools/testing/selftests/drivers/net/hw/iou-zcrx.c
160
printf("Can't allocate huge pages\n");
tools/testing/selftests/drivers/net/hw/iou-zcrx.c
206
printf("Large chunks are not supported %i\n", ret);
tools/testing/selftests/exec/execveat.c
515
printf("%d tests failed\n", rc);
tools/testing/selftests/filesystems/dnotify_test.c
33
printf("Got event on fd=%d\n", event_fd);
tools/testing/selftests/filesystems/fat/rename_exchange.c
17
printf("Usage: %s [oldpath] [newpath]\n", program);
tools/testing/selftests/filesystems/fat/rename_exchange.c
18
printf("Atomically exchange oldpath and newpath\n");
tools/testing/selftests/firmware/fw_namespace.c
135
printf("Testing with firmware in parent namespace (assumed to be same file system as PID1)\n");
tools/testing/selftests/firmware/fw_namespace.c
140
printf("Testing with firmware in child namespace\n");
tools/testing/selftests/fpu/test_fpu.c
24
printf("[SKIP]\tcan't access %s: %s\n",
tools/testing/selftests/fpu/test_fpu.c
30
printf("[FAIL]\taccess with default rounding mode failed\n");
tools/testing/selftests/fpu/test_fpu.c
36
printf("[FAIL]\taccess with downward rounding mode failed\n");
tools/testing/selftests/fpu/test_fpu.c
40
printf("[FAIL]\tusermode rounding mode clobbered\n");
tools/testing/selftests/fpu/test_fpu.c
51
printf("[FAIL]\taccess with fpu exceptions unmasked failed\n");
tools/testing/selftests/fpu/test_fpu.c
55
printf("[FAIL]\tusermode fpu exception mask clobbered\n");
tools/testing/selftests/fpu/test_fpu.c
59
printf("[OK]\ttest_fpu\n");
tools/testing/selftests/futex/functional/futex_numa.c
132
printf("node: %d\n", node);
tools/testing/selftests/futex/functional/futex_numa.c
247
printf("total: %d\n", total);
tools/testing/selftests/futex/functional/futex_numa.c
258
printf("contenders: %d\n", total);
tools/testing/selftests/futex/functional/futex_requeue.c
27
printf("waiter failed errno %d\n", errno);
tools/testing/selftests/futex/functional/futex_wait.c
34
printf("waiter failed errno %d\n", errno);
tools/testing/selftests/gpio/gpio-chip-info.c
18
printf("usage:\n");
tools/testing/selftests/gpio/gpio-chip-info.c
19
printf(" gpio-chip-info <chip path> [name|label|num-lines]\n");
tools/testing/selftests/gpio/gpio-chip-info.c
46
printf("%s\n", info.name);
tools/testing/selftests/gpio/gpio-chip-info.c
48
printf("%s\n", info.label);
tools/testing/selftests/gpio/gpio-chip-info.c
50
printf("%u\n", info.lines);
tools/testing/selftests/gpio/gpio-line-name.c
18
printf("usage:\n");
tools/testing/selftests/gpio/gpio-line-name.c
19
printf(" gpio-line-name <chip path> <line offset>\n");
tools/testing/selftests/gpio/gpio-line-name.c
52
printf("%s\n", info.name);
tools/testing/selftests/gpio/gpio-mockup-cdev.c
93
printf("Usage: %s [-l] [-b <bias>] [-s <value>] [-u <uAPI>] <gpiochip> <offset>\n", prog);
tools/testing/selftests/gpio/gpio-mockup-cdev.c
94
printf(" -b: set line bias to one of pull-down, pull-up, disabled\n");
tools/testing/selftests/gpio/gpio-mockup-cdev.c
95
printf(" (default is to leave bias unchanged):\n");
tools/testing/selftests/gpio/gpio-mockup-cdev.c
96
printf(" -l: set line active low (default is active high)\n");
tools/testing/selftests/gpio/gpio-mockup-cdev.c
97
printf(" -s: set line value (default is to get line value)\n");
tools/testing/selftests/gpio/gpio-mockup-cdev.c
98
printf(" -u: uAPI version to use (default is 2)\n");
tools/testing/selftests/intel_pstate/aperf.c
20
printf ("Usage: %s cpunum\n", name);
tools/testing/selftests/intel_pstate/aperf.c
50
printf("/dev/cpu/%d/msr: %s\n", cpu, strerror(errno));
tools/testing/selftests/intel_pstate/aperf.c
90
printf("runTime: %4.2f\n", 1.0*total/MSEC_PER_SEC);
tools/testing/selftests/intel_pstate/aperf.c
91
printf("freq: %7.0f\n", tsc / (1.0*aperf / (1.0 * mperf)) / total);
tools/testing/selftests/intel_pstate/msr.c
38
printf("msr 0x199: 0x%llx\n", msr);
tools/testing/selftests/ipc/msgque.c
124
printf("Failed to destroy queue: %d\n", -errno);
tools/testing/selftests/ipc/msgque.c
248
printf("Failed to destroy queue: %d\n", -errno);
tools/testing/selftests/ipc/msgque.c
78
printf("Failed to destroy queue: %d\n", -errno);
tools/testing/selftests/ir/ir_loopback.c
131
printf("Sending IR on %s and receiving IR on %s.\n", argv[1], argv[2]);
tools/testing/selftests/ir/ir_loopback.c
138
printf("Testing protocol %s for decoder %s (%d/%d)...\n",
tools/testing/selftests/ir/ir_loopback.c
167
printf("Testing scancode:%x\n", scancode);
tools/testing/selftests/ir/ir_loopback.c
206
printf("OK\n");
tools/testing/selftests/kcmp/kcmp_test.c
101
printf("pid1: %6d pid2: %6d FD: %2ld FILES: %2ld VM: %2ld "
tools/testing/selftests/kcmp/kcmp_test.c
119
printf("FAIL: 0 expected but %d returned (%s)\n",
tools/testing/selftests/kcmp/kcmp_test.c
124
printf("PASS: 0 returned as expected\n");
tools/testing/selftests/kcmp/kcmp_test.c
131
printf("FAIL: 0 expected but %d returned (%s)\n",
tools/testing/selftests/kcmp/kcmp_test.c
136
printf("PASS: 0 returned as expected\n");
tools/testing/selftests/kcmp/kcmp_test.c
149
printf("FAIL: 0 expected but %d returned (%s)\n",
tools/testing/selftests/kcmp/kcmp_test.c
154
printf("PASS: 0 returned as expected\n");
tools/testing/selftests/kexec/test_kexec_jump.c
69
printf("Success\n");
tools/testing/selftests/kselftest.h
151
printf("TAP version 13\n");
tools/testing/selftests/kselftest.h
157
printf("1..%u\n", ksft_plan);
tools/testing/selftests/kselftest.h
163
printf(
tools/testing/selftests/kselftest.h
168
printf("# Planned tests != run tests (%u != %u)\n",
tools/testing/selftests/kselftest.h
170
printf("# Totals: pass:%u fail:%u xfail:%u xpass:%u skip:%u error:%u\n",
tools/testing/selftests/kselftest.h
182
printf("# ");
tools/testing/selftests/kselftest.h
213
printf("ok %u ", ksft_test_num());
tools/testing/selftests/kselftest.h
227
printf("not ok %u ", ksft_test_num());
tools/testing/selftests/kselftest.h
253
printf("ok %u # XFAIL ", ksft_test_num());
tools/testing/selftests/kselftest.h
267
printf("ok %u # XPASS ", ksft_test_num());
tools/testing/selftests/kselftest.h
281
printf("ok %u # SKIP ", ksft_test_num());
tools/testing/selftests/kselftest.h
296
printf("not ok %u # error ", ksft_test_num());
tools/testing/selftests/kselftest.h
338
printf("%s %u %s%s", tap_code, ksft_test_num(), test_name, directive);
tools/testing/selftests/kselftest.h
345
printf("\n");
tools/testing/selftests/kselftest.h
411
printf("Bail out! ");
tools/testing/selftests/kselftest.h
452
printf("ok %u # SKIP ", 1 + ksft_test_num());
tools/testing/selftests/kselftest.h
454
printf("1..0 # SKIP ");
tools/testing/selftests/kselftest.h
94
#define __printf(a, b) __attribute__((format(printf, a, b)))
tools/testing/selftests/kvm/access_tracking_perf_test.c
168
printf("WARNING: %sToo many pages still idle (%lu out of %lu), "
tools/testing/selftests/kvm/access_tracking_perf_test.c
436
printf("Initial aging pass (lru_gen)\n");
tools/testing/selftests/kvm/access_tracking_perf_test.c
494
printf("usage: %s [-h] [-m mode] [-b vcpu_bytes] [-v vcpus] [-o] [-s mem_type]\n",
tools/testing/selftests/kvm/access_tracking_perf_test.c
497
printf(" -h: Display this help message.");
tools/testing/selftests/kvm/access_tracking_perf_test.c
499
printf(" -b: specify the size of the memory region which should be\n"
tools/testing/selftests/kvm/access_tracking_perf_test.c
502
printf(" -v: specify the number of vCPUs to run.\n");
tools/testing/selftests/kvm/access_tracking_perf_test.c
503
printf(" -o: Overlap guest memory accesses instead of partitioning\n"
tools/testing/selftests/kvm/access_tracking_perf_test.c
505
printf(" -w: Control whether the test warns or fails if more than 10%%\n"
tools/testing/selftests/kvm/access_tracking_perf_test.c
518
printf("Destroying cgroup: %s\n", cg);
tools/testing/selftests/kvm/access_tracking_perf_test.c
577
printf("Creating cgroup: %s\n", new_cg);
tools/testing/selftests/kvm/access_tracking_perf_test.c
580
printf("Found existing cgroup");
tools/testing/selftests/kvm/arm64/debug-exceptions.c
572
printf("Usage: %s [-h] [-i iterations of the single step test]\n", name);
tools/testing/selftests/kvm/arm64/get-reg-list.c
255
printf("\tKVM_REG_ARM64 | %s | KVM_REG_ARM_CORE | %s,\n", reg_size, core_id_to_str(prefix, id));
tools/testing/selftests/kvm/arm64/get-reg-list.c
260
printf("\tKVM_REG_ARM64 | %s | KVM_REG_ARM_DEMUX | KVM_REG_ARM_DEMUX_ID_CCSIDR | %lld,\n",
tools/testing/selftests/kvm/arm64/get-reg-list.c
271
printf("\tARM64_SYS_REG(%d, %d, %d, %d, %d),\n", op0, op1, crn, crm, op2);
tools/testing/selftests/kvm/arm64/get-reg-list.c
276
printf("\tKVM_REG_ARM_FW_REG(%lld),\n", id & 0xffff);
tools/testing/selftests/kvm/arm64/get-reg-list.c
281
printf("\tKVM_REG_ARM_FW_FEAT_BMAP_REG(%lld),\n", id & 0xffff);
tools/testing/selftests/kvm/arm64/get-reg-list.c
284
printf("\t%s,\n", sve_id_to_str(prefix, id));
tools/testing/selftests/kvm/arm64/host_sve.c
121
printf("SVE not supported\n");
tools/testing/selftests/kvm/arm64/host_sve.c
30
printf(" < host signal %d >\n", sig);
tools/testing/selftests/kvm/arm64/host_sve.c
72
printf("Signal roundtrip preserved predicate bits (%ld => %ld)\n",
tools/testing/selftests/kvm/arm64/host_sve.c
92
printf("Running VCPU...\n");
tools/testing/selftests/kvm/arm64/idreg-idst.c
69
printf("%s", uc.buffer);
tools/testing/selftests/kvm/arm64/kvm-uuid.c
60
printf("%s", uc.buffer);
tools/testing/selftests/kvm/arm64/no-vgic-v3.c
131
printf("%s", uc.buffer);
tools/testing/selftests/kvm/arm64/page_fault_test.c
745
printf("usage: %s [-h] [-s mem-type]\n", name);
tools/testing/selftests/kvm/arm64/vgic_irq.c
1022
printf(
tools/testing/selftests/kvm/arm64/vgic_irq.c
1025
printf(" -n: specify number of IRQs to setup the vgic with. "
tools/testing/selftests/kvm/arm64/vgic_irq.c
1027
printf(" -e: if 1 then EOI is split into a write to DIR on top "
tools/testing/selftests/kvm/arm64/vgic_irq.c
1029
printf(" -l: specify whether the IRQs are level-sensitive (1) or not (0).");
tools/testing/selftests/kvm/arm64/vgic_irq.c
743
printf("nr-irqs=%d level-sensitive=%d eoi-split=%d\n",
tools/testing/selftests/kvm/demand_paging_test.c
245
printf("usage: %s [-h] [-m vm_mode] [-u uffd_mode] [-a]\n"
tools/testing/selftests/kvm/demand_paging_test.c
249
printf(" -u: use userfaultfd to handle vCPU page faults. Mode is a\n"
tools/testing/selftests/kvm/demand_paging_test.c
252
printf(" -a: Use a single userfaultfd for all of guest memory, instead of\n"
tools/testing/selftests/kvm/demand_paging_test.c
255
printf(" -d: add a delay in usec to the User Fault\n"
tools/testing/selftests/kvm/demand_paging_test.c
258
printf(" -r: Set the number of reader threads per uffd.\n");
tools/testing/selftests/kvm/demand_paging_test.c
259
printf(" -b: specify the size of the memory region which should be\n"
tools/testing/selftests/kvm/demand_paging_test.c
263
printf(" -v: specify the number of vCPUs to run.\n");
tools/testing/selftests/kvm/demand_paging_test.c
264
printf(" -o: Overlap guest memory accesses instead of partitioning\n"
tools/testing/selftests/kvm/dirty_log_perf_test.c
260
printf("usage: %s [-h] [-a] [-i iterations] [-p offset] [-g] "
tools/testing/selftests/kvm/dirty_log_perf_test.c
264
printf(" -a: access memory randomly rather than in order.\n");
tools/testing/selftests/kvm/dirty_log_perf_test.c
265
printf(" -i: specify iteration counts (default: %"PRIu64")\n",
tools/testing/selftests/kvm/dirty_log_perf_test.c
267
printf(" -g: Do not enable KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2. This\n"
tools/testing/selftests/kvm/dirty_log_perf_test.c
273
printf(" -p: specify guest physical test memory offset\n"
tools/testing/selftests/kvm/dirty_log_perf_test.c
276
printf(" -n: Run the vCPUs in nested mode (L2)\n");
tools/testing/selftests/kvm/dirty_log_perf_test.c
277
printf(" -e: Run vCPUs while dirty logging is being disabled. This\n"
tools/testing/selftests/kvm/dirty_log_perf_test.c
280
printf(" -b: specify the size of the memory region which should be\n"
tools/testing/selftests/kvm/dirty_log_perf_test.c
283
printf(" -v: specify the number of vCPUs to run.\n");
tools/testing/selftests/kvm/dirty_log_perf_test.c
284
printf(" -o: Overlap guest memory accesses instead of partitioning\n"
tools/testing/selftests/kvm/dirty_log_perf_test.c
286
printf(" -r: specify the starting random seed.\n");
tools/testing/selftests/kvm/dirty_log_perf_test.c
288
printf(" -x: Split the memory region into this number of memslots.\n"
tools/testing/selftests/kvm/dirty_log_perf_test.c
290
printf(" -w: specify the percentage of pages which should be written to\n"
tools/testing/selftests/kvm/dirty_log_test.c
437
printf("all");
tools/testing/selftests/kvm/dirty_log_test.c
439
printf(", %s", log_modes[i].name);
tools/testing/selftests/kvm/dirty_log_test.c
440
printf("\n");
tools/testing/selftests/kvm/dirty_log_test.c
813
printf("usage: %s [-h] [-i iterations] [-I interval] "
tools/testing/selftests/kvm/dirty_log_test.c
816
printf(" -c: hint to dirty ring size, in number of entries\n");
tools/testing/selftests/kvm/dirty_log_test.c
817
printf(" (only useful for dirty-ring test; default: %"PRIu32")\n",
tools/testing/selftests/kvm/dirty_log_test.c
819
printf(" -i: specify iteration counts (default: %"PRIu64")\n",
tools/testing/selftests/kvm/dirty_log_test.c
821
printf(" -I: specify interval in ms (default: %"PRIu64" ms)\n",
tools/testing/selftests/kvm/dirty_log_test.c
823
printf(" -p: specify guest physical test memory offset\n"
tools/testing/selftests/kvm/dirty_log_test.c
825
printf(" -M: specify the host logging mode "
tools/testing/selftests/kvm/dirty_log_test.c
877
printf("Log mode '%s' invalid. Please choose "
tools/testing/selftests/kvm/get-reg-list.c
106
printf("\t0x%llx,\n", id);
tools/testing/selftests/kvm/get-reg-list.c
229
printf("%s: Failed to get ", config_name(c));
tools/testing/selftests/kvm/get-reg-list.c
241
printf("%s: Failed to reject (ret=%d, errno=%d) ", config_name(c), ret, errno);
tools/testing/selftests/kvm/get-reg-list.c
260
printf("%s: Failed to set ", config_name(c));
tools/testing/selftests/kvm/get-reg-list.c
279
printf("%s: Number blessed registers: %5lld\n", config_name(c), blessed_n);
tools/testing/selftests/kvm/get-reg-list.c
280
printf("%s: Number registers: %5lld (includes %lld filtered registers)\n",
tools/testing/selftests/kvm/get-reg-list.c
285
printf("\n%s: There are %d new registers.\n"
tools/testing/selftests/kvm/get-reg-list.c
294
printf("\n%s: There are %d missing registers.\n"
tools/testing/selftests/kvm/get-reg-list.c
318
printf(
tools/testing/selftests/kvm/get-reg-list.c
326
printf(
tools/testing/selftests/kvm/get-reg-list.c
330
printf(
tools/testing/selftests/kvm/hardware_disable_test.c
30
printf("Should not be reached.\n");
tools/testing/selftests/kvm/include/test_util.h
237
char *strdup_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2), nonnull(1)));
tools/testing/selftests/kvm/include/test_util.h
30
#define pr_debug(...) printf(__VA_ARGS__)
tools/testing/selftests/kvm/include/test_util.h
35
#define pr_info(...) printf(__VA_ARGS__)
tools/testing/selftests/kvm/include/userfaultfd_util.h
43
#define PER_PAGE_DEBUG(...) printf(__VA_ARGS__)
tools/testing/selftests/kvm/include/userfaultfd_util.h
49
#define PER_VCPU_DEBUG(...) printf(__VA_ARGS__)
tools/testing/selftests/kvm/kvm_page_table_test.c
423
printf("usage: %s [-h] [-p offset] [-m mode] "
tools/testing/selftests/kvm/kvm_page_table_test.c
426
printf(" -p: specify guest physical test memory offset\n"
tools/testing/selftests/kvm/kvm_page_table_test.c
429
printf(" -b: specify size of the memory region for testing. e.g. 10M or 3G.\n"
tools/testing/selftests/kvm/kvm_page_table_test.c
431
printf(" -v: specify the number of vCPUs to run\n"
tools/testing/selftests/kvm/lib/guest_modes.c
131
printf(" -m: specify the guest mode ID to test\n"
tools/testing/selftests/kvm/lib/guest_modes.c
136
printf(" %d: %s%s\n", i, vm_guest_mode_string(i),
tools/testing/selftests/kvm/lib/kvm_util.c
652
printf(" -c: Pin tasks to physical CPUs. Takes a list of comma separated\n"
tools/testing/selftests/kvm/lib/lru_gen_util.c
374
printf("lru_gen: missing features, got: 0x%lx, expected: 0x%lx\n",
tools/testing/selftests/kvm/lib/lru_gen_util.c
376
printf("lru_gen: Try 'echo 0x%lx > /sys/kernel/mm/lru_gen/enabled'\n",
tools/testing/selftests/kvm/lib/test_util.c
347
printf("%sAvailable backing src types:\n", prefix);
tools/testing/selftests/kvm/lib/test_util.c
350
printf("%s %s\n", prefix, vm_mem_backing_src_alias(i)->name);
tools/testing/selftests/kvm/lib/test_util.c
355
printf(" %s: specify the type of memory that should be used to\n"
tools/testing/selftests/kvm/memslot_modification_stress_test.c
119
printf("usage: %s [-h] [-m mode] [-d delay_usec] [-q]\n"
tools/testing/selftests/kvm/memslot_modification_stress_test.c
122
printf(" -d: add a delay between each iteration of adding and\n"
tools/testing/selftests/kvm/memslot_modification_stress_test.c
124
printf(" -q: Disable memslot zap quirk.\n");
tools/testing/selftests/kvm/memslot_modification_stress_test.c
125
printf(" -b: specify the size of the memory region which should be\n"
tools/testing/selftests/kvm/memslot_modification_stress_test.c
128
printf(" -v: specify the number of vCPUs to run.\n");
tools/testing/selftests/kvm/memslot_modification_stress_test.c
129
printf(" -o: Overlap guest memory accesses instead of partitioning\n"
tools/testing/selftests/kvm/memslot_modification_stress_test.c
131
printf(" -i: specify the number of iterations of adding and removing\n"
tools/testing/selftests/kvm/mmu_stress_test.c
324
printf("usage: %s [-c nr_vcpus] [-m max_mem_in_gb] [-s slot_size_in_gb] [-H]\n", argv[0]);
tools/testing/selftests/kvm/riscv/get-reg-list.c
759
printf("\tKVM_REG_RISCV | (%lld << KVM_REG_SIZE_SHIFT) | 0x%llx /* UNKNOWN */,\n",
tools/testing/selftests/kvm/riscv/get-reg-list.c
766
printf("\tKVM_REG_RISCV | %s | KVM_REG_RISCV_CONFIG | %s,\n",
tools/testing/selftests/kvm/riscv/get-reg-list.c
770
printf("\tKVM_REG_RISCV | %s | KVM_REG_RISCV_CORE | %s,\n",
tools/testing/selftests/kvm/riscv/get-reg-list.c
774
printf("\tKVM_REG_RISCV | %s | KVM_REG_RISCV_CSR | %s,\n",
tools/testing/selftests/kvm/riscv/get-reg-list.c
778
printf("\tKVM_REG_RISCV | %s | KVM_REG_RISCV_TIMER | %s,\n",
tools/testing/selftests/kvm/riscv/get-reg-list.c
782
printf("\tKVM_REG_RISCV | %s | KVM_REG_RISCV_FP_F | %s,\n",
tools/testing/selftests/kvm/riscv/get-reg-list.c
786
printf("\tKVM_REG_RISCV | %s | KVM_REG_RISCV_FP_D | %s,\n",
tools/testing/selftests/kvm/riscv/get-reg-list.c
790
printf("\tKVM_REG_RISCV | %s | KVM_REG_RISCV_VECTOR | %s,\n",
tools/testing/selftests/kvm/riscv/get-reg-list.c
794
printf("\tKVM_REG_RISCV | %s | KVM_REG_RISCV_ISA_EXT | %s,\n",
tools/testing/selftests/kvm/riscv/get-reg-list.c
798
printf("\tKVM_REG_RISCV | %s | KVM_REG_RISCV_SBI_EXT | %s,\n",
tools/testing/selftests/kvm/riscv/get-reg-list.c
802
printf("\tKVM_REG_RISCV | %s | KVM_REG_RISCV_SBI_STATE | %s,\n",
tools/testing/selftests/kvm/riscv/get-reg-list.c
806
printf("\tKVM_REG_RISCV | %s | 0x%llx /* UNKNOWN */,\n",
tools/testing/selftests/kvm/rseq_test.c
199
printf("usage: %s [-h] [-u] [-l latency]\n", name);
tools/testing/selftests/kvm/rseq_test.c
200
printf(" -u: Don't sanity check the number of successful KVM_RUNs\n");
tools/testing/selftests/kvm/rseq_test.c
201
printf(" -l: Set /dev/cpu_dma_latency to suppress deep sleep states\n");
tools/testing/selftests/kvm/s390/memop.c
127
printf("vm memop(");
tools/testing/selftests/kvm/s390/memop.c
129
printf("vcpu memop(");
tools/testing/selftests/kvm/s390/memop.c
132
printf("LOGICAL, READ, ");
tools/testing/selftests/kvm/s390/memop.c
135
printf("LOGICAL, WRITE, ");
tools/testing/selftests/kvm/s390/memop.c
138
printf("SIDA, READ, ");
tools/testing/selftests/kvm/s390/memop.c
141
printf("SIDA, WRITE, ");
tools/testing/selftests/kvm/s390/memop.c
144
printf("ABSOLUTE, READ, ");
tools/testing/selftests/kvm/s390/memop.c
147
printf("ABSOLUTE, WRITE, ");
tools/testing/selftests/kvm/s390/memop.c
150
printf("ABSOLUTE, CMPXCHG, ");
tools/testing/selftests/kvm/s390/memop.c
153
printf("gaddr=%llu, size=%u, buf=%llu, ar=%u, key=%u, old_addr=%llx",
tools/testing/selftests/kvm/s390/memop.c
157
printf(", CHECK_ONLY");
tools/testing/selftests/kvm/s390/memop.c
159
printf(", INJECT_EXCEPTION");
tools/testing/selftests/kvm/s390/memop.c
161
printf(", SKEY_PROTECTION");
tools/testing/selftests/kvm/x86/apic_bus_clock_test.c
158
printf("usage: %s [-h] [-d delay] [-f APIC bus freq]\n", name);
tools/testing/selftests/kvm/x86/apic_bus_clock_test.c
160
printf("-d: Delay (in msec) guest uses to measure APIC bus frequency.\n");
tools/testing/selftests/kvm/x86/apic_bus_clock_test.c
161
printf("-f: The APIC bus frequency (in MHz) to be configured for the guest.\n");
tools/testing/selftests/kvm/x86/dirty_log_page_splitting_test.c
207
printf("usage: %s [-h] [-b vcpu bytes] [-s mem type]\n",
tools/testing/selftests/kvm/x86/dirty_log_page_splitting_test.c
210
printf(" -b: specify the size of the memory region which should be\n"
tools/testing/selftests/kvm/x86/nested_tsc_scaling_test.c
177
printf("L1's scale down factor is: %"PRIu64"\n", l1_scale_factor);
tools/testing/selftests/kvm/x86/nested_tsc_scaling_test.c
178
printf("L2's scale up factor is: %llu\n", L2_SCALE_FACTOR);
tools/testing/selftests/kvm/x86/nested_tsc_scaling_test.c
185
printf("real TSC frequency is around: %"PRIu64"\n", l0_tsc_freq);
tools/testing/selftests/kvm/x86/nested_tsc_scaling_test.c
218
printf("L1's TSC frequency is around: %"PRIu64
tools/testing/selftests/kvm/x86/nested_tsc_scaling_test.c
226
printf("L2's TSC frequency is around: %"PRIu64
tools/testing/selftests/kvm/x86/nx_huge_pages_test.c
222
printf("usage: %s [-h] [-p period_ms] [-t token]\n", name);
tools/testing/selftests/kvm/x86/nx_huge_pages_test.c
224
printf(" -p: The NX reclaim period in milliseconds.\n");
tools/testing/selftests/kvm/x86/nx_huge_pages_test.c
225
printf(" -t: The magic token to indicate environment setup is done.\n");
tools/testing/selftests/kvm/x86/nx_huge_pages_test.c
226
printf(" -r: The test has reboot permissions and can disable NX huge pages.\n");
tools/testing/selftests/kvm/x86/private_mem_conversions_test.c
440
printf("usage: %s [-h] [-m nr_memslots] [-s mem_type] [-n nr_vcpus]\n", cmd);
tools/testing/selftests/kvm/x86/sev_smoke_test.c
97
printf("mismatch at %u | %02hhx %02hhx\n",
tools/testing/selftests/kvm/x86/tsc_scaling_sync.c
73
printf("Guest %d sync %lx %lx %ld\n", vcpu->id,
tools/testing/selftests/kvm/x86/ucna_injection_test.c
145
printf("vCPU received GP in guest.\n");
tools/testing/selftests/kvm/x86/ucna_injection_test.c
191
printf("Injecting first UCNA at %#x.\n", FIRST_UCNA_ADDR);
tools/testing/selftests/kvm/x86/ucna_injection_test.c
201
printf("Injecting second UCNA at %#x.\n", SECOND_UCNA_ADDR);
tools/testing/selftests/kvm/x86/ucna_injection_test.c
234
printf("Test successful.\n"
tools/testing/selftests/kvm/x86/userspace_msr_exit_test.c
571
printf("To run the instruction emulated tests set the module parameter 'kvm.force_emulation_prefix=1'\n");
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
1011
printf("KVM_GET_CLOCK clock: %lld.%09lld\n",
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
1013
printf("KVM_GET_CLOCK realtime: %lld.%09lld\n",
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
1050
printf("Runstate: %s(%d), entry %" PRIu64 " ns\n",
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
1054
printf("State %s: %" PRIu64 " ns\n",
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
1087
printf("Compatibility runstate at %08lx\n", runstate_addr);
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
1121
printf("64-bit runstate at %08lx\n", runstate_addr);
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
388
printf("evtchn_upcall_pending 0x%x\n", vinfo->evtchn_upcall_pending);
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
639
printf("Delivering evtchn upcall\n");
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
649
printf("Testing runstate %s\n", runstate_names[uc.args[1]]);
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
658
printf("Testing RUNSTATE_ADJUST\n");
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
673
printf("Testing RUNSTATE_DATA\n");
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
685
printf("Testing steal time\n");
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
697
printf("Testing masked event channel\n");
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
705
printf("Testing unmasked event channel\n");
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
719
printf("Testing event channel after memslot change\n");
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
735
printf("Testing injection with KVM_XEN_HVM_EVTCHN_SEND\n");
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
753
printf("Testing guest EVTCHNOP_send direct to evtchn\n");
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
764
printf("Testing guest EVTCHNOP_send direct to evtchn after memslot change\n");
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
777
printf("Testing guest EVTCHNOP_send to eventfd\n");
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
788
printf("Testing guest oneshot timer\n");
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
811
printf("Testing restored oneshot timer\n");
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
824
printf("Testing SCHEDOP_poll with already pending event\n");
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
831
printf("Testing SCHEDOP_poll timeout\n");
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
838
printf("Testing SCHEDOP_poll wake on masked event\n");
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
848
printf("Testing SCHEDOP_poll wake on unmasked event\n");
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
881
printf("Testing timer in the past\n");
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
895
printf("Testing shinfo lock corruption (KVM_XEN_HVM_EVTCHN_SEND)\n");
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
916
printf("Testing shinfo lock corruption (SCHEDOP_poll)\n");
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
995
printf("Wall clock (v %d) %d.%09d\n", wc->version, wc->sec, wc->nsec);
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
996
printf("Time info 1: v %u tsc %" PRIu64 " time %" PRIu64 " mul %u shift %u flags %x\n",
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
999
printf("Time info 2: v %u tsc %" PRIu64 " time %" PRIu64 " mul %u shift %u flags %x\n",
tools/testing/selftests/landlock/audit.h
274
printf("DATA: %s\n", msg.data);
tools/testing/selftests/landlock/audit.h
275
printf("ERROR: no match for pattern: %s\n", pattern);
tools/testing/selftests/landlock/fs_bench.c
179
printf("*** Benchmark ***\n");
tools/testing/selftests/landlock/fs_bench.c
180
printf("%zu dirs, %zu iterations, %s Landlock\n", num_subdirs,
tools/testing/selftests/landlock/fs_bench.c
204
printf("*** Benchmark concluded ***\n");
tools/testing/selftests/landlock/fs_bench.c
205
printf("System: %ld clocks\n",
tools/testing/selftests/landlock/fs_bench.c
207
printf("User : %ld clocks\n",
tools/testing/selftests/landlock/fs_bench.c
209
printf("Clocks per second: %ld\n", CLOCKS_PER_SEC);
tools/testing/selftests/landlock/fs_bench.c
42
printf("Usage:\n");
tools/testing/selftests/landlock/fs_bench.c
43
printf(" %s [OPTIONS]\n", argv0);
tools/testing/selftests/landlock/fs_bench.c
44
printf("\n");
tools/testing/selftests/landlock/fs_bench.c
45
printf(" Benchmark expensive Landlock checks for D nested dirs\n");
tools/testing/selftests/landlock/fs_bench.c
46
printf("\n");
tools/testing/selftests/landlock/fs_bench.c
47
printf("Options:\n");
tools/testing/selftests/landlock/fs_bench.c
48
printf(" -h help\n");
tools/testing/selftests/landlock/fs_bench.c
49
printf(" -L disable Landlock (as a baseline)\n");
tools/testing/selftests/landlock/fs_bench.c
50
printf(" -d D set directory depth to D\n");
tools/testing/selftests/landlock/fs_bench.c
51
printf(" -n N set number of benchmark iterations to N\n");
tools/testing/selftests/livepatch/test_klp-call_getpid.c
41
printf("%ld iterations done\n", count);
tools/testing/selftests/media_tests/media_device_open.c
49
printf("Usage: %s [-d </dev/mediaX>]\n", argv[0]);
tools/testing/selftests/media_tests/media_device_open.c
61
printf("Usage: %s [-d </dev/mediaX>]\n", argv[0]);
tools/testing/selftests/media_tests/media_device_open.c
72
printf("Media Device open errno %s\n", strerror(errno));
tools/testing/selftests/media_tests/media_device_open.c
78
printf("Media Device Info errno %s\n", strerror(errno));
tools/testing/selftests/media_tests/media_device_open.c
80
printf("Media device model %s driver %s\n",
tools/testing/selftests/media_tests/media_device_test.c
54
printf("Usage: %s [-d </dev/mediaX>]\n", argv[0]);
tools/testing/selftests/media_tests/media_device_test.c
66
printf("Usage: %s [-d </dev/mediaX>]\n", argv[0]);
tools/testing/selftests/media_tests/media_device_test.c
81
printf("Media Device open errno %s\n", strerror(errno));
tools/testing/selftests/media_tests/media_device_test.c
85
printf("\nNote:\n"
tools/testing/selftests/media_tests/media_device_test.c
91
printf("Running test for %d iterations\n", count);
tools/testing/selftests/media_tests/media_device_test.c
96
printf("Media Device Info errno %s\n", strerror(errno));
tools/testing/selftests/media_tests/media_device_test.c
98
printf("Media device model %s driver %s - count %d\n",
tools/testing/selftests/media_tests/video_device_test.c
101
printf("VIDIOC_QUERYCAP errno %s\n", strerror(errno));
tools/testing/selftests/media_tests/video_device_test.c
103
printf("Video device driver %s\n", vcap.driver);
tools/testing/selftests/media_tests/video_device_test.c
107
printf("VIDIOC_G_TUNER, errno %s\n", strerror(errno));
tools/testing/selftests/media_tests/video_device_test.c
109
printf("type %d rangelow %d rangehigh %d\n",
tools/testing/selftests/media_tests/video_device_test.c
125
printf("Usage: %s [-d </dev/videoX>]\n", argv[0]);
tools/testing/selftests/media_tests/video_device_test.c
137
printf("Usage: %s [-d </dev/videoX>]\n", argv[0]);
tools/testing/selftests/media_tests/video_device_test.c
145
printf("Video Device open errno %s\n", strerror(errno));
tools/testing/selftests/media_tests/video_device_test.c
151
printf("Priority test - PASSED\n");
tools/testing/selftests/media_tests/video_device_test.c
153
printf("Priority test - FAILED\n");
tools/testing/selftests/media_tests/video_device_test.c
52
printf("Failed to get priority: %s\n", strerror(errno));
tools/testing/selftests/media_tests/video_device_test.c
58
printf("Failed to set priority: %s\n", strerror(errno));
tools/testing/selftests/media_tests/video_device_test.c
63
printf("Failed to get new priority: %s\n", strerror(errno));
tools/testing/selftests/media_tests/video_device_test.c
68
printf("Priority wasn't set - test failed\n");
tools/testing/selftests/media_tests/video_device_test.c
75
printf("Failed to restore priority: %s\n", strerror(errno));
tools/testing/selftests/media_tests/video_device_test.c
92
printf("\nNote:\n"
tools/testing/selftests/memfd/fuse_test.c
116
printf("ADD_SEALS(%d, %llu -> %llu) didn't fail as expected with EBUSY: %m\n",
tools/testing/selftests/memfd/fuse_test.c
135
printf("mmap() failed: %m\n");
tools/testing/selftests/memfd/fuse_test.c
153
printf("mmap() failed: %m\n");
tools/testing/selftests/memfd/fuse_test.c
188
printf("HURRAY! This kernel fixed GUP races!\n");
tools/testing/selftests/memfd/fuse_test.c
207
printf("malloc(STACK_SIZE) failed: %m\n");
tools/testing/selftests/memfd/fuse_test.c
216
printf("clone() failed: %m\n");
tools/testing/selftests/memfd/fuse_test.c
237
printf("error: please pass path to file in fuse_mnt mount-point\n");
tools/testing/selftests/memfd/fuse_test.c
246
printf("Unable to determine huge page size\n");
tools/testing/selftests/memfd/fuse_test.c
253
printf("Unknown option: %s\n", argv[2]);
tools/testing/selftests/memfd/fuse_test.c
261
printf("opening: %s\n", argv[1]);
tools/testing/selftests/memfd/fuse_test.c
264
printf("cannot open(\"%s\"): %m\n", argv[1]);
tools/testing/selftests/memfd/fuse_test.c
291
printf("read() failed: %m\n");
tools/testing/selftests/memfd/fuse_test.c
294
printf("unexpected EOF on read()\n");
tools/testing/selftests/memfd/fuse_test.c
317
printf("memfd sealed during read() but data not discarded\n");
tools/testing/selftests/memfd/fuse_test.c
320
printf("memfd sealed after read() but data discarded\n");
tools/testing/selftests/memfd/fuse_test.c
327
printf("fuse: DONE\n");
tools/testing/selftests/memfd/fuse_test.c
50
printf("memfd_create(\"%s\", %u) failed: %m\n",
tools/testing/selftests/memfd/fuse_test.c
57
printf("ftruncate(%llu) failed: %m\n", (unsigned long long)sz);
tools/testing/selftests/memfd/fuse_test.c
70
printf("GET_SEALS(%d) failed: %m\n", fd);
tools/testing/selftests/memfd/fuse_test.c
83
printf("%llu != %llu = GET_SEALS(%d)\n",
tools/testing/selftests/memfd/fuse_test.c
97
printf("ADD_SEALS(%d, %llu -> %llu) failed: %m\n",
tools/testing/selftests/memfd/memfd_test.c
1023
printf("%s SEAL-WRITE-MAP-READ\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
103
printf("ftruncate(%llu) failed: %m\n", (unsigned long long)sz);
tools/testing/selftests/memfd/memfd_test.c
1050
printf("%s SEAL-SHRINK\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
1076
printf("%s SEAL-GROW\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
1102
printf("%s SEAL-RESIZE\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
1129
printf("%s SEAL-EXEC\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
1131
printf("%s Apply SEAL_EXEC\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
115
printf("open sysctl failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
1153
printf("%s Apply ALL_SEALS\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
1179
printf("%s EXEC_NO_SEAL\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
1198
printf("%s NOEXEC_SEAL\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
120
printf("write sysctl %s failed: %m\n", val);
tools/testing/selftests/memfd/memfd_test.c
130
printf("open sysctl failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
1311
printf("%s sysctl 0\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
1314
printf("%s sysctl 1\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
1317
printf("%s sysctl 0\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
1320
printf("%s sysctl 2\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
1323
printf("%s sysctl 1\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
1326
printf("%s sysctl 0\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
135
printf("write sysctl %s succeeded, but failure expected\n",
tools/testing/selftests/memfd/memfd_test.c
1393
printf("%s nested sysctl 0\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
1399
printf("%s nested sysctl 1\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
1415
printf("%s nested sysctl 2\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
1436
printf("%s nested sysctl 0 -> 1 after fork\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
1455
printf("%s nested sysctl 0 -> 2 after fork\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
147
printf("open sysctl failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
1479
printf("%s nested sysctl 2 -> 1 after fork\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
1498
printf("%s nested sysctl 2 -> 0 after fork\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
1517
printf("%s nested sysctl 1 -> 0 after fork\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
152
printf("read sysctl failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
1559
printf("%s %s %s\n", memfd_str, banner, b_suffix);
tools/testing/selftests/memfd/memfd_test.c
1601
printf("%s %s %s\n", memfd_str, banner, b_suffix);
tools/testing/selftests/memfd/memfd_test.c
163
printf("unexpected sysctl value: expected %s, got %s\n", val, buf);
tools/testing/selftests/memfd/memfd_test.c
1635
printf("%s %s %s\n", memfd_str, banner, b_suffix);
tools/testing/selftests/memfd/memfd_test.c
1678
printf("%s %s %s\n", memfd_str, banner, b_suffix);
tools/testing/selftests/memfd/memfd_test.c
1714
printf("Unable to determine huge page size\n");
tools/testing/selftests/memfd/memfd_test.c
1722
printf("Unknown option: %s\n", argv[1]);
tools/testing/selftests/memfd/memfd_test.c
1744
printf("PID namespaces are not supported; skipping sysctl tests\n");
tools/testing/selftests/memfd/memfd_test.c
1761
printf("memfd: DONE\n");
tools/testing/selftests/memfd/memfd_test.c
177
printf("re-open of existing fd %d failed\n", fd_in);
tools/testing/selftests/memfd/memfd_test.c
190
printf("memfd_create(\"%s\", %u) succeeded, but failure expected\n",
tools/testing/selftests/memfd/memfd_test.c
203
printf("GET_SEALS(%d) failed: %m\n", fd);
tools/testing/selftests/memfd/memfd_test.c
218
printf("%u != %u = GET_SEALS(%s)\n", seals, s, buf);
tools/testing/selftests/memfd/memfd_test.c
231
printf("ADD_SEALS(%d, %u -> %u) failed: %m\n", fd, s, seals);
tools/testing/selftests/memfd/memfd_test.c
249
printf("ADD_SEALS(%d, %u -> %u) didn't fail as expected\n",
tools/testing/selftests/memfd/memfd_test.c
262
printf("fstat(%d) failed: %m\n", fd);
tools/testing/selftests/memfd/memfd_test.c
265
printf("wrong file size %lld, but expected %lld\n",
tools/testing/selftests/memfd/memfd_test.c
277
printf("dup(%d) failed: %m\n", fd);
tools/testing/selftests/memfd/memfd_test.c
295
printf("mmap() failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
313
printf("mmap() failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
331
printf("mmap() failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
346
printf("open(%s) failed: %m\n", buf);
tools/testing/selftests/memfd/memfd_test.c
361
printf("open(%s) didn't fail as expected\n", buf);
tools/testing/selftests/memfd/memfd_test.c
374
printf("read() failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
386
printf("mmap() failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
399
printf("mmap() failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
418
printf("mmap() failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
436
printf("mmap() failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
450
printf("MAP_PRIVATE copy-on-write failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
472
printf("write() failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
485
printf("mmap() failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
499
printf("mmap() failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
514
printf("mmap() failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
520
printf("mprotect() failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
533
printf("fallocate(PUNCH_HOLE) failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
547
printf("expected EPERM on write(), but got %d: %m\n", (int)l);
tools/testing/selftests/memfd/memfd_test.c
559
printf("mmap() didn't fail as expected\n");
tools/testing/selftests/memfd/memfd_test.c
571
printf("mmap() didn't fail as expected\n");
tools/testing/selftests/memfd/memfd_test.c
586
printf("mmap()+mprotect() didn't fail as expected\n");
tools/testing/selftests/memfd/memfd_test.c
598
printf("fallocate(PUNCH_HOLE) didn't fail as expected\n");
tools/testing/selftests/memfd/memfd_test.c
609
printf("ftruncate(SHRINK) failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
629
printf("ftruncate(SHRINK) didn't fail as expected\n");
tools/testing/selftests/memfd/memfd_test.c
644
printf("ftruncate(GROW) failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
655
printf("fallocate(ALLOC) failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
668
printf("ftruncate(GROW) didn't fail as expected\n");
tools/testing/selftests/memfd/memfd_test.c
677
printf("fallocate(ALLOC) didn't fail as expected\n");
tools/testing/selftests/memfd/memfd_test.c
693
printf("malloc(%zu) failed: %m\n", mfd_def_size * 8);
tools/testing/selftests/memfd/memfd_test.c
699
printf("pwrite() failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
717
printf("malloc(%zu) failed: %m\n", mfd_def_size * 8);
tools/testing/selftests/memfd/memfd_test.c
723
printf("pwrite() didn't fail as expected\n");
tools/testing/selftests/memfd/memfd_test.c
736
printf("fstat(%s) failed: %m\n", buf);
tools/testing/selftests/memfd/memfd_test.c
74
printf("snprintf(%d) failed on %m\n", fd);
tools/testing/selftests/memfd/memfd_test.c
741
printf("fstat(%s) wrong file mode 0%04o, but expected 0%04o\n",
tools/testing/selftests/memfd/memfd_test.c
754
printf("fchmod(%s, 0%04o) failed: %m\n", buf, mode);
tools/testing/selftests/memfd/memfd_test.c
769
printf("fstat(%s) failed: %m\n", buf);
tools/testing/selftests/memfd/memfd_test.c
774
printf("fchmod(%s, 0%04o) didn't fail as expected\n",
tools/testing/selftests/memfd/memfd_test.c
803
printf("malloc(STACK_SIZE) failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
809
printf("clone() failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
821
printf("newpid thread: waitpid() failed: %m\n");
tools/testing/selftests/memfd/memfd_test.c
826
printf("newpid thread: exited with non-zero error code %d\n",
tools/testing/selftests/memfd/memfd_test.c
83
printf("readlink(%s) failed %m\n", buf1);
tools/testing/selftests/memfd/memfd_test.c
832
printf("newpid thread: killed by signal %d\n",
tools/testing/selftests/memfd/memfd_test.c
859
printf("%s CREATE\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
908
printf("%s BASIC\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
96
printf("memfd_create(\"%s\", %u) failed: %m\n",
tools/testing/selftests/memfd/memfd_test.c
960
printf("%s SEAL-WRITE\n", memfd_str);
tools/testing/selftests/memfd/memfd_test.c
987
printf("%s SEAL-FUTURE-WRITE\n", memfd_str);
tools/testing/selftests/mm/hmm-tests.c
2705
printf("\n=== %s (%.1f MB) ===\n", test_name, buffer_size / (1024.0 * 1024.0));
tools/testing/selftests/mm/hmm-tests.c
2706
printf(" | With THP | Without THP | Improvement\n");
tools/testing/selftests/mm/hmm-tests.c
2707
printf("---------------------------------------------------------------------\n");
tools/testing/selftests/mm/hmm-tests.c
2708
printf("Sys->Dev Migration | %.3f ms | %.3f ms | %.1f%%\n",
tools/testing/selftests/mm/hmm-tests.c
2710
printf("Dev->Sys Migration | %.3f ms | %.3f ms | %.1f%%\n",
tools/testing/selftests/mm/hmm-tests.c
2712
printf("S->D Throughput | %.2f GB/s | %.2f GB/s | %.1f%%\n",
tools/testing/selftests/mm/hmm-tests.c
2714
printf("D->S Throughput | %.2f GB/s | %.2f GB/s | %.1f%%\n",
tools/testing/selftests/mm/hmm-tests.c
2813
printf("\nHMM THP Migration Benchmark\n");
tools/testing/selftests/mm/hmm-tests.c
2814
printf("---------------------------\n");
tools/testing/selftests/mm/hmm-tests.c
2815
printf("System page size: %ld bytes\n", sysconf(_SC_PAGESIZE));
tools/testing/selftests/mm/hugepage-shm.c
33
#define dprintf(x) printf(x)
tools/testing/selftests/mm/hugepage-shm.c
46
printf("shmid: 0x%x\n", shmid);
tools/testing/selftests/mm/hugepage-shm.c
54
printf("shmaddr: %p\n", shmaddr);
tools/testing/selftests/mm/hugepage-shm.c
67
printf("\nIndex %lu mismatched\n", i);
tools/testing/selftests/mm/hugepage-vmemmap.c
119
printf("Returned address is %p whose pfn is %lx\n", addr, pfn);
tools/testing/selftests/mm/hugepage-vmemmap.c
66
printf("Head page flags (%lx) is invalid\n", pageflags);
tools/testing/selftests/mm/hugepage-vmemmap.c
80
printf("Tail page flags (%lx) is invalid\n", pageflags);
tools/testing/selftests/mm/hugepage-vmemmap.c
98
printf("Unable to determine huge page size\n");
tools/testing/selftests/mm/hugetlb-madvise.c
112
printf("Unexpected success of madvise call with invalid addr line %d\n",
tools/testing/selftests/mm/hugetlb-madvise.c
121
printf("Unexpected success of madvise call with invalid length line %d\n",
tools/testing/selftests/mm/hugetlb-madvise.c
147
printf("Unexpected success of madvise call with unaligned start address %d\n",
tools/testing/selftests/mm/hugetlb-madvise.c
31
printf("Unexpected number of free huge " \
tools/testing/selftests/mm/hugetlb-madvise.c
62
printf("Unable to determine huge page size, exiting!\n");
tools/testing/selftests/mm/hugetlb-madvise.c
67
printf("Unable to determine base page size, exiting!\n");
tools/testing/selftests/mm/hugetlb-madvise.c
73
printf("Not enough free huge pages to test, exiting!\n");
tools/testing/selftests/mm/hugetlb-read-hwpoison.c
101
printf(PREFIX PREFIX "actually read 0x%lx bytes of data in total\n",
tools/testing/selftests/mm/hugetlb-read-hwpoison.c
115
printf(PREFIX PREFIX "expect to read 0x%lx bytes of data in total\n",
tools/testing/selftests/mm/hugetlb-read-hwpoison.c
120
printf(PREFIX PREFIX "read reach end of the file\n");
tools/testing/selftests/mm/hugetlb-read-hwpoison.c
132
printf(PREFIX PREFIX "actually read 0x%lx bytes of data in total\n",
tools/testing/selftests/mm/hugetlb-read-hwpoison.c
254
printf(PREFIX ERROR_PREFIX "not hugetlbfs file\n");
tools/testing/selftests/mm/hugetlb-read-hwpoison.c
277
printf("Write/read chunk size=0x%lx\n",
tools/testing/selftests/mm/hugetlb-read-hwpoison.c
283
printf(PREFIX "HugeTLB read regression test...\n");
tools/testing/selftests/mm/hugetlb-read-hwpoison.c
286
printf(PREFIX "HugeTLB read regression test...%s\n",
tools/testing/selftests/mm/hugetlb-read-hwpoison.c
295
printf(PREFIX "HugeTLB read HWPOISON test...\n");
tools/testing/selftests/mm/hugetlb-read-hwpoison.c
298
printf(PREFIX "HugeTLB read HWPOISON test...%s\n",
tools/testing/selftests/mm/hugetlb-read-hwpoison.c
307
printf(PREFIX "HugeTLB seek then read HWPOISON test...\n");
tools/testing/selftests/mm/hugetlb-read-hwpoison.c
310
printf(PREFIX "HugeTLB seek then read HWPOISON test...%s\n",
tools/testing/selftests/mm/hugetlb-read-hwpoison.c
320
printf(ERROR_PREFIX "Abort test: failed to create hugetlbfs file\n");
tools/testing/selftests/mm/hugetlb-read-hwpoison.c
61
printf(PREFIX ERROR_PREFIX "check fail: buf[%lu] = %u != %u\n",
tools/testing/selftests/mm/hugetlb-read-hwpoison.c
78
printf(PREFIX PREFIX "init val=%u with offset=0x%lx\n", val, offset);
tools/testing/selftests/mm/hugetlb-read-hwpoison.c
79
printf(PREFIX PREFIX "expect to read 0x%lx bytes of data in total\n",
tools/testing/selftests/mm/hugetlb-read-hwpoison.c
89
printf(PREFIX PREFIX "read reach end of the file\n");
tools/testing/selftests/mm/khugepaged.c
1009
printf("Trigger CoW on page %d of %d...",
tools/testing/selftests/mm/khugepaged.c
1030
printf("Check if parent still has huge page...");
tools/testing/selftests/mm/khugepaged.c
114
printf("Save THP and khugepaged settings...");
tools/testing/selftests/mm/khugepaged.c
1192
printf("Transparent Hugepages not available\n");
tools/testing/selftests/mm/khugepaged.c
1203
printf("Reading PMD pagesize failed");
tools/testing/selftests/mm/khugepaged.c
1225
printf("\nRun test: " #t " (%s:%s)\n", c->name, o->name); \
tools/testing/selftests/mm/khugepaged.c
139
printf("%s: Not a directory (%s)\n", __func__, finfo.dir);
tools/testing/selftests/mm/khugepaged.c
144
printf("%s: Pathname is too long\n", __func__);
tools/testing/selftests/mm/khugepaged.c
159
printf("%s: Pathname is too long\n", __func__);
tools/testing/selftests/mm/khugepaged.c
173
printf("%s: Pathname is too long\n", __func__);
tools/testing/selftests/mm/khugepaged.c
179
printf("%s: Unknown device type: %s\n", __func__, path);
tools/testing/selftests/mm/khugepaged.c
189
printf("%s: Could not read: %s", __func__, path);
tools/testing/selftests/mm/khugepaged.c
201
printf("%s: Pathname is too long\n", __func__);
tools/testing/selftests/mm/khugepaged.c
208
printf("%s: Could not read: %s\n", __func__, path);
tools/testing/selftests/mm/khugepaged.c
223
printf("%s: Pattern is too long\n", __func__);
tools/testing/selftests/mm/khugepaged.c
230
printf("%s: Failed to open file %s\n", __func__, PID_SMAPS);
tools/testing/selftests/mm/khugepaged.c
239
printf("%s: Pattern is too long\n", __func__);
tools/testing/selftests/mm/khugepaged.c
265
printf("Failed to allocate VMA at %p\n", BASE_ADDR);
tools/testing/selftests/mm/khugepaged.c
317
printf("Allocate huge page...");
tools/testing/selftests/mm/khugepaged.c
340
printf("Page %d is corrupted: %#x\n",
tools/testing/selftests/mm/khugepaged.c
374
printf("Creating %s for collapse%s...", finfo.path,
tools/testing/selftests/mm/khugepaged.c
391
printf("Opening %s read only for collapse...", finfo.path);
tools/testing/selftests/mm/khugepaged.c
502
printf("%s...", msg);
tools/testing/selftests/mm/khugepaged.c
530
printf("Unexpected huge page\n");
tools/testing/selftests/mm/khugepaged.c
545
printf("Unexpected huge page\n");
tools/testing/selftests/mm/khugepaged.c
554
printf("%s...", msg);
tools/testing/selftests/mm/khugepaged.c
560
printf(".");
tools/testing/selftests/mm/khugepaged.c
624
printf("Allocate huge page on fault...");
tools/testing/selftests/mm/khugepaged.c
633
printf("Split huge PMD on MADV_DONTNEED...");
tools/testing/selftests/mm/khugepaged.c
689
printf("tmpfs...");
tools/testing/selftests/mm/khugepaged.c
718
printf("Swapout one page...");
tools/testing/selftests/mm/khugepaged.c
745
printf("Swapout %d of %d pages...", max_ptes_swap + 1, hpage_pmd_nr);
tools/testing/selftests/mm/khugepaged.c
763
printf("Swapout %d of %d pages...", max_ptes_swap,
tools/testing/selftests/mm/khugepaged.c
792
printf("tmpfs...");
tools/testing/selftests/mm/khugepaged.c
798
printf("Split huge page leaving single PTE mapping compound page...");
tools/testing/selftests/mm/khugepaged.c
80
printf(" \e[32m%s\e[0m\n", msg);
tools/testing/selftests/mm/khugepaged.c
817
printf("Split huge page leaving single PTE page table full of compound pages...");
tools/testing/selftests/mm/khugepaged.c
838
printf("\rConstruct PTE page table full of different PTE-mapped compound pages %3d/%d...",
tools/testing/selftests/mm/khugepaged.c
844
printf("Failed to allocate huge page\n");
tools/testing/selftests/mm/khugepaged.c
85
printf(" \e[31m%s\e[0m\n", msg);
tools/testing/selftests/mm/khugepaged.c
891
printf("Allocate small page...");
tools/testing/selftests/mm/khugepaged.c
898
printf("Share small page over fork()...");
tools/testing/selftests/mm/khugepaged.c
91
printf(" \e[33m%s\e[0m\n", msg);
tools/testing/selftests/mm/khugepaged.c
921
printf("Check if parent still has small page...");
tools/testing/selftests/mm/khugepaged.c
936
printf("Share huge page over fork()...");
tools/testing/selftests/mm/khugepaged.c
947
printf("Split huge page PMD in child process...");
tools/testing/selftests/mm/khugepaged.c
970
printf("Check if parent still has huge page...");
tools/testing/selftests/mm/khugepaged.c
986
printf("Share huge page over fork()...");
tools/testing/selftests/mm/khugepaged.c
99
printf("Restore THP and khugepaged settings...");
tools/testing/selftests/mm/khugepaged.c
997
printf("Trigger CoW on page %d of %d...",
tools/testing/selftests/mm/ksm_tests.c
112
printf("%s", buffer);
tools/testing/selftests/mm/ksm_tests.c
133
printf("usage: ksm_tests [-h] <test type> [-a prot] [-p page_count] [-l timeout]\n"
tools/testing/selftests/mm/ksm_tests.c
136
printf("Supported <test type>:\n"
tools/testing/selftests/mm/ksm_tests.c
152
printf(" -a: specify the access protections of pages.\n"
tools/testing/selftests/mm/ksm_tests.c
155
printf(" -p: specify the number of pages to test.\n"
tools/testing/selftests/mm/ksm_tests.c
157
printf(" -l: limit the maximum running time (in seconds) for a test.\n"
tools/testing/selftests/mm/ksm_tests.c
159
printf(" -z: change use_zero_pages tunable\n"
tools/testing/selftests/mm/ksm_tests.c
161
printf(" -m: change merge_across_nodes tunable\n"
tools/testing/selftests/mm/ksm_tests.c
163
printf(" -d: turn debugging output on\n");
tools/testing/selftests/mm/ksm_tests.c
164
printf(" -s: the size of duplicated memory area (in MiB)\n");
tools/testing/selftests/mm/ksm_tests.c
165
printf(" -t: KSM merge type\n"
tools/testing/selftests/mm/ksm_tests.c
208
printf("Scan time limit exceeded\n");
tools/testing/selftests/mm/ksm_tests.c
341
printf("OK\n");
tools/testing/selftests/mm/ksm_tests.c
349
printf("Not OK\n");
tools/testing/selftests/mm/ksm_tests.c
383
printf("OK\n");
tools/testing/selftests/mm/ksm_tests.c
389
printf("Not OK\n");
tools/testing/selftests/mm/ksm_tests.c
428
printf("OK\n");
tools/testing/selftests/mm/ksm_tests.c
433
printf("Not OK\n");
tools/testing/selftests/mm/ksm_tests.c
477
printf("At least 2 NUMA nodes must be available\n");
tools/testing/selftests/mm/ksm_tests.c
513
printf("OK\n");
tools/testing/selftests/mm/ksm_tests.c
519
printf("Not OK\n");
tools/testing/selftests/mm/ksm_tests.c
532
printf("Transparent Hugepages not available\n");
tools/testing/selftests/mm/ksm_tests.c
562
printf("Number of normal pages: %d\n", n_normal_pages);
tools/testing/selftests/mm/ksm_tests.c
563
printf("Number of huge pages: %d\n", n_huge_pages);
tools/testing/selftests/mm/ksm_tests.c
581
printf("Total size: %lu MiB\n", map_size / MB);
tools/testing/selftests/mm/ksm_tests.c
582
printf("Total time: %ld.%09ld s\n", scan_time_ns / NSEC_PER_SEC,
tools/testing/selftests/mm/ksm_tests.c
584
printf("Average speed: %.3f MiB/s\n", (map_size / MB) /
tools/testing/selftests/mm/ksm_tests.c
591
printf("Not OK\n");
tools/testing/selftests/mm/ksm_tests.c
622
printf("Total size: %lu MiB\n", map_size / MB);
tools/testing/selftests/mm/ksm_tests.c
623
printf("Total time: %ld.%09ld s\n", scan_time_ns / NSEC_PER_SEC,
tools/testing/selftests/mm/ksm_tests.c
625
printf("Average speed: %.3f MiB/s\n", (map_size / MB) /
tools/testing/selftests/mm/ksm_tests.c
632
printf("Not OK\n");
tools/testing/selftests/mm/ksm_tests.c
669
printf("Total size: %lu MiB\n", map_size / MB);
tools/testing/selftests/mm/ksm_tests.c
670
printf("Total time: %ld.%09ld s\n", scan_time_ns / NSEC_PER_SEC,
tools/testing/selftests/mm/ksm_tests.c
672
printf("Average speed: %.3f MiB/s\n", (map_size / MB) /
tools/testing/selftests/mm/ksm_tests.c
679
printf("Not OK\n");
tools/testing/selftests/mm/ksm_tests.c
711
printf("Total size: %lu MiB\n\n", (page_size * page_count) / MB);
tools/testing/selftests/mm/ksm_tests.c
712
printf("Not merged pages:\n");
tools/testing/selftests/mm/ksm_tests.c
713
printf("Total time: %ld.%09ld s\n", cow_time_ns / NSEC_PER_SEC,
tools/testing/selftests/mm/ksm_tests.c
715
printf("Average speed: %.3f MiB/s\n\n", ((page_size * (page_count / 2)) / MB) /
tools/testing/selftests/mm/ksm_tests.c
740
printf("Merged pages:\n");
tools/testing/selftests/mm/ksm_tests.c
741
printf("Total time: %ld.%09ld s\n", cow_time_ns / NSEC_PER_SEC,
tools/testing/selftests/mm/ksm_tests.c
743
printf("Average speed: %.3f MiB/s\n", ((page_size * (page_count / 2)) / MB) /
tools/testing/selftests/mm/ksm_tests.c
750
printf("Not OK\n");
tools/testing/selftests/mm/ksm_tests.c
777
printf("The number of pages must be greater than 0\n");
tools/testing/selftests/mm/ksm_tests.c
784
printf("Timeout value must be greater than 0\n");
tools/testing/selftests/mm/ksm_tests.c
809
printf("Size must be greater than 0\n");
tools/testing/selftests/mm/ksm_tests.c
818
printf("Invalid merge type\n");
tools/testing/selftests/mm/ksm_tests.c
856
printf("Config KSM not enabled\n");
tools/testing/selftests/mm/ksm_tests.c
861
printf("Cannot save default tunables\n");
tools/testing/selftests/mm/ksm_tests.c
88
printf("pages_shared : %lu\n", pages_shared);
tools/testing/selftests/mm/ksm_tests.c
89
printf("pages_sharing : %lu\n", pages_sharing);
tools/testing/selftests/mm/ksm_tests.c
892
printf("Option '-s' is required.\n");
tools/testing/selftests/mm/ksm_tests.c
90
printf("max_page_sharing : %lu\n", max_page_sharing);
tools/testing/selftests/mm/ksm_tests.c
900
printf("Option '-s' is required.\n");
tools/testing/selftests/mm/ksm_tests.c
908
printf("Option '-s' is required.\n");
tools/testing/selftests/mm/ksm_tests.c
91
printf("full_scans : %lu\n", full_scans);
tools/testing/selftests/mm/ksm_tests.c
92
printf("pages_unshared : %lu\n", pages_unshared);
tools/testing/selftests/mm/ksm_tests.c
921
printf("Cannot restore default tunables\n");
tools/testing/selftests/mm/ksm_tests.c
93
printf("pages_volatile : %lu\n", pages_volatile);
tools/testing/selftests/mm/ksm_tests.c
94
printf("stable_node_chains: %lu\n", stable_node_chains);
tools/testing/selftests/mm/ksm_tests.c
95
printf("stable_node_dups : %lu\n", stable_node_dups);
tools/testing/selftests/mm/ksm_tests.c
96
printf("general_profit : %ld\n", general_profit);
tools/testing/selftests/mm/memfd_secret.c
287
printf("page_size: %ld, mlock.soft: %ld, mlock.hard: %ld\n",
tools/testing/selftests/mm/memfd_secret.c
342
printf("skip: skipping memfd_secret test (missing __NR_memfd_secret)\n");
tools/testing/selftests/mm/migration.c
90
printf("Didn't migrate %d pages\n", ret);
tools/testing/selftests/mm/pkey-x86.h
139
printf("could not find size/offset of PKEY in xsave state\n");
tools/testing/selftests/mm/pkey_sighandler_tests.c
141
printf("%s invoked.\n", __func__);
tools/testing/selftests/mm/protection_keys.c
1749
printf("test %2d PASSED (iteration %d)\n", test_nr, iteration_nr);
tools/testing/selftests/mm/protection_keys.c
1769
printf("has pkeys: %d\n", pkeys_supported);
tools/testing/selftests/mm/protection_keys.c
1775
printf("running PKEY tests for unsupported CPU/OS\n");
tools/testing/selftests/mm/protection_keys.c
1784
printf("startup pkey_reg: %016llx\n", read_pkey_reg());
tools/testing/selftests/mm/protection_keys.c
1790
printf("done (all tests OK)\n");
tools/testing/selftests/mm/protection_keys.c
373
printf("non-PK si_code, exiting...\n");
tools/testing/selftests/mm/split_huge_page_test.c
296
printf("Fail to allocate memory\n");
tools/testing/selftests/mm/thp_settings.c
122
printf("%s: Pathname is too long\n", __func__);
tools/testing/selftests/mm/thp_settings.c
133
printf("%s: Parse failure\n", __func__);
tools/testing/selftests/mm/thp_settings.c
142
printf("%s: Parse failure\n", __func__);
tools/testing/selftests/mm/thp_settings.c
154
printf("Failed to parse %s\n", name);
tools/testing/selftests/mm/thp_settings.c
165
printf("%s: Pathname is too long\n", __func__);
tools/testing/selftests/mm/thp_settings.c
182
printf("%s: Pathname is too long\n", __func__);
tools/testing/selftests/mm/thp_settings.c
195
printf("%s: Pathname is too long\n", __func__);
tools/testing/selftests/mm/thp_settings.c
302
printf("Fail: No settings set");
tools/testing/selftests/mm/thp_settings.c
311
printf("Fail: Settings stack exceeded");
tools/testing/selftests/mm/thp_settings.c
321
printf("Fail: Settings stack empty");
tools/testing/selftests/mm/thp_settings.c
363
printf("%s: Pathname is too long\n", __func__);
tools/testing/selftests/mm/thp_settings.c
74
printf("open(%s)\n", path);
tools/testing/selftests/mm/thp_settings.c
82
printf("write(%s)\n", buf);
tools/testing/selftests/mm/uffd-common.c
235
printf("userfaults: ");
tools/testing/selftests/mm/uffd-common.c
237
printf("%llu missing (", miss_total);
tools/testing/selftests/mm/uffd-common.c
239
printf("%lu+", args[i].missing_faults);
tools/testing/selftests/mm/uffd-common.c
240
printf("\b) ");
tools/testing/selftests/mm/uffd-common.c
243
printf("%llu wp (", wp_total);
tools/testing/selftests/mm/uffd-common.c
245
printf("%lu+", args[i].wp_faults);
tools/testing/selftests/mm/uffd-common.c
246
printf("\b) ");
tools/testing/selftests/mm/uffd-common.c
249
printf("%llu minor (", minor_total);
tools/testing/selftests/mm/uffd-common.c
251
printf("%lu+", args[i].minor_faults);
tools/testing/selftests/mm/uffd-common.c
252
printf("\b)");
tools/testing/selftests/mm/uffd-common.c
254
printf("\n");
tools/testing/selftests/mm/uffd-stress.c
289
printf("bounces: %d, mode:", bounces);
tools/testing/selftests/mm/uffd-stress.c
291
printf(" rnd");
tools/testing/selftests/mm/uffd-stress.c
293
printf(" racing");
tools/testing/selftests/mm/uffd-stress.c
295
printf(" ver");
tools/testing/selftests/mm/uffd-stress.c
297
printf(" poll");
tools/testing/selftests/mm/uffd-stress.c
299
printf(" read");
tools/testing/selftests/mm/uffd-stress.c
300
printf(", ");
tools/testing/selftests/mm/uffd-stress.c
488
printf("skip: Skipping userfaultfd... not enough hugepages\n");
tools/testing/selftests/mm/uffd-stress.c
506
printf("nr_pages: %lu, nr_pages_per_cpu: %lu\n",
tools/testing/selftests/mm/uffd-stress.c
517
printf("skip: Skipping userfaultfd test (missing __NR_userfaultfd)\n");
tools/testing/selftests/mm/uffd-unit-tests.c
100
printf("done\n");
tools/testing/selftests/mm/uffd-unit-tests.c
105
printf("Testing "); \
tools/testing/selftests/mm/uffd-unit-tests.c
106
printf(__VA_ARGS__); \
tools/testing/selftests/mm/uffd-unit-tests.c
107
printf("... "); \
tools/testing/selftests/mm/uffd-unit-tests.c
112
printf("failed [reason: "); \
tools/testing/selftests/mm/uffd-unit-tests.c
113
printf(__VA_ARGS__); \
tools/testing/selftests/mm/uffd-unit-tests.c
114
printf("]\n"); \
tools/testing/selftests/mm/uffd-unit-tests.c
120
printf("skipped [reason: %s]\n", message);
tools/testing/selftests/mm/uffd-unit-tests.c
1695
printf("usage: %s [-f TESTNAME]\n", prog);
tools/testing/selftests/mm/uffd-unit-tests.c
1738
printf("Userfaultfd not supported or unprivileged, skip all tests\n");
tools/testing/selftests/mm/uffd-unit-tests.c
1748
printf("%s\n", test->name);
tools/testing/selftests/mm/uffd-unit-tests.c
1809
printf("Skipping %s (missing __NR_userfaultfd)\n", __file__);
tools/testing/selftests/mm/uffd-unit-tests.c
91
printf("Userfaults unit tests: pass=%u, skip=%u, fail=%u (total=%u)\n",
tools/testing/selftests/mm/va_high_addr_switch.c
270
printf("%s: %p - ", t->msg, p);
tools/testing/selftests/mm/va_high_addr_switch.c
273
printf("FAILED\n");
tools/testing/selftests/mm/va_high_addr_switch.c
279
printf("FAILED\n");
tools/testing/selftests/mm/va_high_addr_switch.c
287
printf("OK\n");
tools/testing/selftests/mm/write_to_hugetlbfs.c
129
printf("Writing to this path: %s\n", path);
tools/testing/selftests/mm/write_to_hugetlbfs.c
137
printf("Writing this size: %zu\n", size);
tools/testing/selftests/mm/write_to_hugetlbfs.c
145
printf("Not populating.\n");
tools/testing/selftests/mm/write_to_hugetlbfs.c
147
printf("Populating.\n");
tools/testing/selftests/mm/write_to_hugetlbfs.c
150
printf("Not writing to memory.\n");
tools/testing/selftests/mm/write_to_hugetlbfs.c
157
printf("Using method=%d\n", method);
tools/testing/selftests/mm/write_to_hugetlbfs.c
160
printf("Shared mapping.\n");
tools/testing/selftests/mm/write_to_hugetlbfs.c
162
printf("Private mapping.\n");
tools/testing/selftests/mm/write_to_hugetlbfs.c
165
printf("NO_RESERVE mapping.\n");
tools/testing/selftests/mm/write_to_hugetlbfs.c
167
printf("RESERVE mapping.\n");
tools/testing/selftests/mm/write_to_hugetlbfs.c
171
printf("Allocating using HUGETLBFS.\n");
tools/testing/selftests/mm/write_to_hugetlbfs.c
188
printf("Allocating using MAP_HUGETLB.\n");
tools/testing/selftests/mm/write_to_hugetlbfs.c
199
printf("Returned address is %p\n", ptr);
tools/testing/selftests/mm/write_to_hugetlbfs.c
202
printf("Allocating using SHM.\n");
tools/testing/selftests/mm/write_to_hugetlbfs.c
211
printf("shmid: 0x%x, shmget key:%d\n", shmid, key);
tools/testing/selftests/mm/write_to_hugetlbfs.c
220
printf("shmaddr: %p\n", shmaddr);
tools/testing/selftests/mm/write_to_hugetlbfs.c
229
printf("Writing to memory.\n");
tools/testing/selftests/mm/write_to_hugetlbfs.c
235
printf("DONE\n");
tools/testing/selftests/mm/write_to_hugetlbfs.c
39
printf("Usage: %s -p <path to hugetlbfs file> -s <size to map> "
tools/testing/selftests/mm/write_to_hugetlbfs.c
48
printf("Received %d.\n", signo);
tools/testing/selftests/mm/write_to_hugetlbfs.c
51
printf("Deleting the memory\n");
tools/testing/selftests/mm/write_to_hugetlbfs.c
59
printf("Done deleting the memory\n");
tools/testing/selftests/mqueue/mq_open_tests.c
158
printf("Current rlimit value for POSIX message queue bytes is "
tools/testing/selftests/mqueue/mq_open_tests.c
169
printf("Temporarily lowering default queue parameters "
tools/testing/selftests/mqueue/mq_open_tests.c
181
printf("Temporarily lowering maximum queue parameters "
tools/testing/selftests/mqueue/mq_open_tests.c
244
printf("Using Default queue path - %s\n", default_queue_path);
tools/testing/selftests/mqueue/mq_open_tests.c
296
printf("\nInitial system state:\n");
tools/testing/selftests/mqueue/mq_open_tests.c
297
printf("\tUsing queue path:\t\t%s\n", queue_path);
tools/testing/selftests/mqueue/mq_open_tests.c
298
printf("\tRLIMIT_MSGQUEUE(soft):\t\t%ld\n",
tools/testing/selftests/mqueue/mq_open_tests.c
300
printf("\tRLIMIT_MSGQUEUE(hard):\t\t%ld\n",
tools/testing/selftests/mqueue/mq_open_tests.c
302
printf("\tMaximum Message Size:\t\t%d\n", saved_max_msgsize);
tools/testing/selftests/mqueue/mq_open_tests.c
303
printf("\tMaximum Queue Size:\t\t%d\n", saved_max_msgs);
tools/testing/selftests/mqueue/mq_open_tests.c
305
printf("\tDefault Message Size:\t\t%d\n", saved_def_msgsize);
tools/testing/selftests/mqueue/mq_open_tests.c
306
printf("\tDefault Queue Size:\t\t%d\n", saved_def_msgs);
tools/testing/selftests/mqueue/mq_open_tests.c
308
printf("\tDefault Message Size:\t\tNot Supported\n");
tools/testing/selftests/mqueue/mq_open_tests.c
309
printf("\tDefault Queue Size:\t\tNot Supported\n");
tools/testing/selftests/mqueue/mq_open_tests.c
311
printf("\n");
tools/testing/selftests/mqueue/mq_open_tests.c
315
printf("Adjusted system state for testing:\n");
tools/testing/selftests/mqueue/mq_open_tests.c
316
printf("\tRLIMIT_MSGQUEUE(soft):\t\t%ld\n", (long) cur_limits.rlim_cur);
tools/testing/selftests/mqueue/mq_open_tests.c
317
printf("\tRLIMIT_MSGQUEUE(hard):\t\t%ld\n", (long) cur_limits.rlim_max);
tools/testing/selftests/mqueue/mq_open_tests.c
318
printf("\tMaximum Message Size:\t\t%d\n", cur_max_msgsize);
tools/testing/selftests/mqueue/mq_open_tests.c
319
printf("\tMaximum Queue Size:\t\t%d\n", cur_max_msgs);
tools/testing/selftests/mqueue/mq_open_tests.c
321
printf("\tDefault Message Size:\t\t%d\n", cur_def_msgsize);
tools/testing/selftests/mqueue/mq_open_tests.c
322
printf("\tDefault Queue Size:\t\t%d\n", cur_def_msgs);
tools/testing/selftests/mqueue/mq_open_tests.c
325
printf("\n\nTest series 1, behavior when no attr struct "
tools/testing/selftests/mqueue/mq_open_tests.c
329
printf("Given sane system settings, mq_open without an attr "
tools/testing/selftests/mqueue/mq_open_tests.c
333
printf("Kernel does not support setting the default "
tools/testing/selftests/mqueue/mq_open_tests.c
342
printf("Kernel does not support setting the "
tools/testing/selftests/mqueue/mq_open_tests.c
348
printf("Kernel does not support setting the "
tools/testing/selftests/mqueue/mq_open_tests.c
354
printf("Kernel supports setting defaults separately from "
tools/testing/selftests/mqueue/mq_open_tests.c
361
printf("Given sane values, mq_open without an attr struct "
tools/testing/selftests/mqueue/mq_open_tests.c
365
printf("Kernel supports setting defaults, but does "
tools/testing/selftests/mqueue/mq_open_tests.c
376
printf("Kernel supports setting defaults, but "
tools/testing/selftests/mqueue/mq_open_tests.c
380
printf("Kernel properly honors default setting "
tools/testing/selftests/mqueue/mq_open_tests.c
397
printf("Kernel properly limits default values "
tools/testing/selftests/mqueue/mq_open_tests.c
400
printf("Kernel does not properly set default "
tools/testing/selftests/mqueue/mq_open_tests.c
404
printf("Kernel fails to open mq because defaults are "
tools/testing/selftests/mqueue/mq_open_tests.c
412
printf("Kernel creates queue even though defaults "
tools/testing/selftests/mqueue/mq_open_tests.c
416
printf("Kernel properly fails to create queue when "
tools/testing/selftests/mqueue/mq_open_tests.c
424
printf("\n\nTest series 2, behavior when attr struct is "
tools/testing/selftests/mqueue/mq_open_tests.c
433
printf("Queue open in excess of rlimit max when euid = 0 "
tools/testing/selftests/mqueue/mq_open_tests.c
436
printf("Queue open in excess of rlimit max when euid = 0 "
tools/testing/selftests/mqueue/mq_open_tests.c
441
printf("Queue open with mq_maxmsg > limit when euid = 0 "
tools/testing/selftests/mqueue/mq_open_tests.c
444
printf("Queue open with mq_maxmsg > limit when euid = 0 "
tools/testing/selftests/mqueue/mq_open_tests.c
449
printf("Queue open with mq_msgsize > limit when euid = 0 "
tools/testing/selftests/mqueue/mq_open_tests.c
452
printf("Queue open with mq_msgsize > limit when euid = 0 "
tools/testing/selftests/mqueue/mq_open_tests.c
457
printf("Queue open with total size > 2GB when euid = 0 "
tools/testing/selftests/mqueue/mq_open_tests.c
460
printf("Queue open with total size > 2GB when euid = 0 "
tools/testing/selftests/mqueue/mq_open_tests.c
471
printf("Queue open in excess of rlimit max when euid = 99 "
tools/testing/selftests/mqueue/mq_open_tests.c
474
printf("Queue open in excess of rlimit max when euid = 99 "
tools/testing/selftests/mqueue/mq_open_tests.c
479
printf("Queue open with mq_maxmsg > limit when euid = 99 "
tools/testing/selftests/mqueue/mq_open_tests.c
482
printf("Queue open with mq_maxmsg > limit when euid = 99 "
tools/testing/selftests/mqueue/mq_open_tests.c
487
printf("Queue open with mq_msgsize > limit when euid = 99 "
tools/testing/selftests/mqueue/mq_open_tests.c
490
printf("Queue open with mq_msgsize > limit when euid = 99 "
tools/testing/selftests/mqueue/mq_open_tests.c
495
printf("Queue open with total size > 2GB when euid = 99 "
tools/testing/selftests/mqueue/mq_open_tests.c
498
printf("Queue open with total size > 2GB when euid = 99 "
tools/testing/selftests/mqueue/mq_perf_tests.c
302
printf("\n\tQueue %s created:\n", queue_path);
tools/testing/selftests/mqueue/mq_perf_tests.c
303
printf("\t\tmq_flags:\t\t\t%s\n", result.mq_flags & O_NONBLOCK ?
tools/testing/selftests/mqueue/mq_perf_tests.c
305
printf("\t\tmq_maxmsg:\t\t\t%lu\n", result.mq_maxmsg);
tools/testing/selftests/mqueue/mq_perf_tests.c
306
printf("\t\tmq_msgsize:\t\t\t%lu\n", result.mq_msgsize);
tools/testing/selftests/mqueue/mq_perf_tests.c
307
printf("\t\tmq_curmsgs:\t\t\t%lu\n", result.mq_curmsgs);
tools/testing/selftests/mqueue/mq_perf_tests.c
317
printf("\tStarted fake continuous mode thread %d on CPU %d\n", i,
tools/testing/selftests/mqueue/mq_perf_tests.c
332
printf("\tStarted continuous mode thread %d on CPU %d\n", i,
tools/testing/selftests/mqueue/mq_perf_tests.c
439
printf("\n\tStarted mqueue performance test thread on CPU %d\n",
tools/testing/selftests/mqueue/mq_perf_tests.c
450
printf("\t\tMax priorities:\t\t\t%d\n", mq_prio_max);
tools/testing/selftests/mqueue/mq_perf_tests.c
451
printf("\t\tClock resolution:\t\t%lu nsec%s\n", res.tv_nsec,
tools/testing/selftests/mqueue/mq_perf_tests.c
456
printf("\n\tTest #1: Time send/recv message, queue empty\n");
tools/testing/selftests/mqueue/mq_perf_tests.c
457
printf("\t\t(%d iterations)\n", TEST1_LOOPS);
tools/testing/selftests/mqueue/mq_perf_tests.c
465
printf("\t\tSend msg:\t\t\t%ld.%lus total time\n",
tools/testing/selftests/mqueue/mq_perf_tests.c
469
printf("\t\t\t\t\t\t%lld nsec/msg\n", nsec);
tools/testing/selftests/mqueue/mq_perf_tests.c
470
printf("\t\tRecv msg:\t\t\t%ld.%lus total time\n",
tools/testing/selftests/mqueue/mq_perf_tests.c
474
printf("\t\t\t\t\t\t%lld nsec/msg\n", nsec);
tools/testing/selftests/mqueue/mq_perf_tests.c
478
printf("%s:\n", cur_test->desc);
tools/testing/selftests/mqueue/mq_perf_tests.c
479
printf("\t\t(%d iterations)\n", TEST2_LOOPS);
tools/testing/selftests/mqueue/mq_perf_tests.c
485
printf("\t\tFilling queue...");
tools/testing/selftests/mqueue/mq_perf_tests.c
495
printf("done.\t\t%lld.%llds\n", nsec / 1000000000,
tools/testing/selftests/mqueue/mq_perf_tests.c
497
printf("\t\tTesting...");
tools/testing/selftests/mqueue/mq_perf_tests.c
503
printf("done.\n");
tools/testing/selftests/mqueue/mq_perf_tests.c
504
printf("\t\tSend msg:\t\t\t%ld.%lus total time\n",
tools/testing/selftests/mqueue/mq_perf_tests.c
508
printf("\t\t\t\t\t\t%lld nsec/msg\n", nsec);
tools/testing/selftests/mqueue/mq_perf_tests.c
509
printf("\t\tRecv msg:\t\t\t%ld.%lus total time\n",
tools/testing/selftests/mqueue/mq_perf_tests.c
513
printf("\t\t\t\t\t\t%lld nsec/msg\n", nsec);
tools/testing/selftests/mqueue/mq_perf_tests.c
514
printf("\t\tDraining queue...");
tools/testing/selftests/mqueue/mq_perf_tests.c
521
printf("done.\t\t%lld.%llds\n", nsec / 1000000000,
tools/testing/selftests/mqueue/mq_perf_tests.c
660
printf("\nInitial system state:\n");
tools/testing/selftests/mqueue/mq_perf_tests.c
661
printf("\tUsing queue path:\t\t\t%s\n", queue_path);
tools/testing/selftests/mqueue/mq_perf_tests.c
662
printf("\tRLIMIT_MSGQUEUE(soft):\t\t\t%ld\n",
tools/testing/selftests/mqueue/mq_perf_tests.c
664
printf("\tRLIMIT_MSGQUEUE(hard):\t\t\t%ld\n",
tools/testing/selftests/mqueue/mq_perf_tests.c
666
printf("\tMaximum Message Size:\t\t\t%d\n", saved_max_msgsize);
tools/testing/selftests/mqueue/mq_perf_tests.c
667
printf("\tMaximum Queue Size:\t\t\t%d\n", saved_max_msgs);
tools/testing/selftests/mqueue/mq_perf_tests.c
668
printf("\tNice value:\t\t\t\t%d\n", cur_nice);
tools/testing/selftests/mqueue/mq_perf_tests.c
669
printf("\n");
tools/testing/selftests/mqueue/mq_perf_tests.c
673
printf("Adjusted system state for testing:\n");
tools/testing/selftests/mqueue/mq_perf_tests.c
675
printf("\tRLIMIT_MSGQUEUE(soft):\t\t\t(unlimited)\n");
tools/testing/selftests/mqueue/mq_perf_tests.c
676
printf("\tRLIMIT_MSGQUEUE(hard):\t\t\t(unlimited)\n");
tools/testing/selftests/mqueue/mq_perf_tests.c
678
printf("\tRLIMIT_MSGQUEUE(soft):\t\t\t%ld\n",
tools/testing/selftests/mqueue/mq_perf_tests.c
680
printf("\tRLIMIT_MSGQUEUE(hard):\t\t\t%ld\n",
tools/testing/selftests/mqueue/mq_perf_tests.c
683
printf("\tMaximum Message Size:\t\t\t%d\n", cur_max_msgsize);
tools/testing/selftests/mqueue/mq_perf_tests.c
684
printf("\tMaximum Queue Size:\t\t\t%d\n", cur_max_msgs);
tools/testing/selftests/mqueue/mq_perf_tests.c
685
printf("\tNice value:\t\t\t\t%d\n", cur_nice);
tools/testing/selftests/mqueue/mq_perf_tests.c
686
printf("\tContinuous mode:\t\t\t(%s)\n", continuous_mode ?
tools/testing/selftests/mqueue/mq_perf_tests.c
689
printf("\tCPUs to pin:\t\t\t\t%d", cpus_to_pin[0]);
tools/testing/selftests/mqueue/mq_perf_tests.c
691
printf(",%d", cpus_to_pin[cpu]);
tools/testing/selftests/mqueue/mq_perf_tests.c
692
printf("\n");
tools/testing/selftests/net/bind_bhash.c
131
printf("time spent = %f\n", (double)(end - begin) / CLOCKS_PER_SEC);
tools/testing/selftests/net/bind_bhash.c
96
printf("Usage: listener <port> <ipv6 | ipv4> <bind-addr>\n");
tools/testing/selftests/net/can/test_raw_filter.c
398
printf("CANIF environment variable must contain the test interface\n");
tools/testing/selftests/net/cmsg_sender.c
149
printf("Error: unknown protocol: %s\n", optarg);
tools/testing/selftests/net/cmsg_sender.c
211
printf("Error: hdr type: %s\n", optarg);
tools/testing/selftests/net/cmsg_sender.c
406
printf(" %5s ts%d %lluus\n",
tools/testing/selftests/net/cmsg_sender.c
93
printf("Usage: %s [opts] <dst host> <dst port / service>\n", bin);
tools/testing/selftests/net/cmsg_sender.c
94
printf("Options:\n"
tools/testing/selftests/net/fin_ack_lat.c
77
printf("port: %d, lat: %lu, avg: %lu, nr: %lu\n",
tools/testing/selftests/net/hwtstamp_config.c
124
printf("flags = %#x\n", config.flags);
tools/testing/selftests/net/hwtstamp_config.c
127
printf("tx_type = %s\n", name);
tools/testing/selftests/net/hwtstamp_config.c
129
printf("tx_type = %d\n", config.tx_type);
tools/testing/selftests/net/hwtstamp_config.c
132
printf("rx_filter = %s\n", name);
tools/testing/selftests/net/hwtstamp_config.c
134
printf("rx_filter = %d\n", config.rx_filter);
tools/testing/selftests/net/ip_defrag.c
366
printf("payload_len: %d\n", payload_len);
tools/testing/selftests/net/ip_defrag.c
402
printf("processed %d messages, %d fragments\n",
tools/testing/selftests/net/ip_defrag.c
464
printf("seed = %d\n", seed);
tools/testing/selftests/net/ipv6_fragmentation.c
110
printf("[PASS] sendmsg() returned %zi\n", rc);
tools/testing/selftests/net/ipv6_fragmentation.c
94
printf("Testing IPv6 fragmentation\n");
tools/testing/selftests/net/lib/xdp_helper.c
64
printf("AF_XDP support detected\n");
tools/testing/selftests/net/mptcp/mptcp_diag.c
175
printf("Token & Flags\n");
tools/testing/selftests/net/mptcp/mptcp_diag.c
176
printf("token: %x\n", info->mptcpi_token);
tools/testing/selftests/net/mptcp/mptcp_diag.c
177
printf("flags: %x\n", info->mptcpi_flags);
tools/testing/selftests/net/mptcp/mptcp_diag.c
178
printf("csum_enabled: %u\n", info->mptcpi_csum_enabled);
tools/testing/selftests/net/mptcp/mptcp_diag.c
180
printf("\nBasic Info\n");
tools/testing/selftests/net/mptcp/mptcp_diag.c
181
printf("subflows: %u\n", info->mptcpi_subflows);
tools/testing/selftests/net/mptcp/mptcp_diag.c
182
printf("subflows_max: %u\n", info->mptcpi_subflows_max);
tools/testing/selftests/net/mptcp/mptcp_diag.c
183
printf("subflows_total: %u\n", info->mptcpi_subflows_total);
tools/testing/selftests/net/mptcp/mptcp_diag.c
184
printf("local_addr_used: %u\n", info->mptcpi_local_addr_used);
tools/testing/selftests/net/mptcp/mptcp_diag.c
185
printf("local_addr_max: %u\n", info->mptcpi_local_addr_max);
tools/testing/selftests/net/mptcp/mptcp_diag.c
186
printf("add_addr_signal: %u\n", info->mptcpi_add_addr_signal);
tools/testing/selftests/net/mptcp/mptcp_diag.c
187
printf("add_addr_accepted: %u\n", info->mptcpi_add_addr_accepted);
tools/testing/selftests/net/mptcp/mptcp_diag.c
188
printf("add_addr_signal_max: %u\n", info->mptcpi_add_addr_signal_max);
tools/testing/selftests/net/mptcp/mptcp_diag.c
189
printf("add_addr_accepted_max: %u\n", info->mptcpi_add_addr_accepted_max);
tools/testing/selftests/net/mptcp/mptcp_diag.c
191
printf("\nTransmission Info\n");
tools/testing/selftests/net/mptcp/mptcp_diag.c
192
printf("write_seq: %llu\n", info->mptcpi_write_seq);
tools/testing/selftests/net/mptcp/mptcp_diag.c
193
printf("snd_una: %llu\n", info->mptcpi_snd_una);
tools/testing/selftests/net/mptcp/mptcp_diag.c
194
printf("rcv_nxt: %llu\n", info->mptcpi_rcv_nxt);
tools/testing/selftests/net/mptcp/mptcp_diag.c
195
printf("last_data_sent: %u\n", info->mptcpi_last_data_sent);
tools/testing/selftests/net/mptcp/mptcp_diag.c
196
printf("last_data_recv: %u\n", info->mptcpi_last_data_recv);
tools/testing/selftests/net/mptcp/mptcp_diag.c
197
printf("last_ack_recv: %u\n", info->mptcpi_last_ack_recv);
tools/testing/selftests/net/mptcp/mptcp_diag.c
198
printf("retransmits: %u\n", info->mptcpi_retransmits);
tools/testing/selftests/net/mptcp/mptcp_diag.c
199
printf("retransmit bytes: %llu\n", info->mptcpi_bytes_retrans);
tools/testing/selftests/net/mptcp/mptcp_diag.c
200
printf("bytes_sent: %llu\n", info->mptcpi_bytes_sent);
tools/testing/selftests/net/mptcp/mptcp_diag.c
201
printf("bytes_received: %llu\n", info->mptcpi_bytes_received);
tools/testing/selftests/net/mptcp/mptcp_diag.c
202
printf("bytes_acked: %llu\n", info->mptcpi_bytes_acked);
tools/testing/selftests/net/mptcp/mptcp_diag.c
213
printf("It's a mptcp subflow, the subflow info:\n");
tools/testing/selftests/net/mptcp/mptcp_diag.c
239
printf(" flags:%s", caps);
tools/testing/selftests/net/mptcp/mptcp_diag.c
245
printf(" token:%04x(id:%u)/%04x(id:%u)",
tools/testing/selftests/net/mptcp/mptcp_diag.c
251
printf(" seq:%llu",
tools/testing/selftests/net/mptcp/mptcp_diag.c
254
printf(" sfseq:%u",
tools/testing/selftests/net/mptcp/mptcp_diag.c
257
printf(" ssnoff:%u",
tools/testing/selftests/net/mptcp/mptcp_diag.c
260
printf(" maplen:%u",
tools/testing/selftests/net/mptcp/mptcp_diag.c
262
printf("\n");
tools/testing/selftests/net/mptcp/mptcp_diag.c
301
printf("It's a normal TCP!\n");
tools/testing/selftests/net/mptcp/mptcp_diag.c
329
printf("NLMSG_DONE\n");
tools/testing/selftests/net/mptcp/mptcp_diag.c
335
printf("Error %d:%s\n",
tools/testing/selftests/net/mptcp/mptcp_diag.c
384
printf("%s:%d -> %s:%d\n", saddr, sport, daddr, dport);
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1001
printf("%s", str);
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1003
printf(" %d", port);
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1007
printf("id %d ", id);
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1012
printf("flags ");
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1014
printf("signal");
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1017
printf(",");
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1021
printf("subflow");
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1024
printf(",");
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1028
printf("laminar");
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1031
printf(",");
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1035
printf("backup");
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1038
printf(",");
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1042
printf("fullmesh");
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1045
printf(",");
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1049
printf("implicit");
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1052
printf(",");
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1056
printf("unknown");
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1059
printf(",");
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1064
printf("0x%x", flags);
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1065
printf(" ");
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1074
printf("dev %s ", ret);
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1076
printf("dev unknown/%d", ifindex);
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1081
printf("\n");
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1245
printf("%s %u\n", type == MPTCP_PM_ATTR_SUBFLOWS ?
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
992
printf("%s", str);
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
994
printf(" %d", port);
tools/testing/selftests/net/netfilter/audit_logread.c
123
printf("%s%s=%s", sep, k, v);
tools/testing/selftests/net/netfilter/audit_logread.c
127
printf("\n");
tools/testing/selftests/net/netfilter/nf_queue.c
108
printf(" csumnotready");
tools/testing/selftests/net/netfilter/nf_queue.c
110
printf(" gso");
tools/testing/selftests/net/netfilter/nf_queue.c
112
printf(" csumnotverified");
tools/testing/selftests/net/netfilter/nf_queue.c
202
printf("hook %d packets %08u\n", i, queue_stats[i]);
tools/testing/selftests/net/netfilter/nf_queue.c
207
printf("%u packets total\n", total);
tools/testing/selftests/net/netfilter/nf_queue.c
36
printf("Usage: %s [-c|-v [-vv] ] [-o] [-O] [-b] [-t timeout] [-q queue_num] [-Qdst_queue ] [ -d ms_delay ] [-G]\n", p);
tools/testing/selftests/net/netfilter/nf_queue.c
94
printf("packet hook=%u, hwproto 0x%x",
tools/testing/selftests/net/netfilter/sctp_collision.c
18
printf("%s <server|client> <LOCAL_IP> <LOCAL_PORT> <REMOTE_IP> <REMOTE_PORT>\n",
tools/testing/selftests/net/netfilter/sctp_collision.c
25
printf("Failed to create sd\n");
tools/testing/selftests/net/netfilter/sctp_collision.c
35
printf("Failed to bind to address\n");
tools/testing/selftests/net/netfilter/sctp_collision.c
41
printf("Failed to listen on port\n");
tools/testing/selftests/net/netfilter/sctp_collision.c
52
printf("Failed to setsockopt SO_RCVTIMEO\n");
tools/testing/selftests/net/netfilter/sctp_collision.c
60
printf("Failed to connect to peer\n");
tools/testing/selftests/net/netfilter/sctp_collision.c
65
printf("Failed to recv msg %d\n", ret);
tools/testing/selftests/net/netfilter/sctp_collision.c
70
printf("Failed to send msg %d\n", ret);
tools/testing/selftests/net/netfilter/sctp_collision.c
73
printf("Server: sent! %d\n", ret);
tools/testing/selftests/net/netfilter/sctp_collision.c
80
printf("Failed to connect to peer\n");
tools/testing/selftests/net/netfilter/sctp_collision.c
86
printf("Failed to send msg %d\n", ret);
tools/testing/selftests/net/netfilter/sctp_collision.c
91
printf("Failed to recv msg %d\n", ret);
tools/testing/selftests/net/netfilter/sctp_collision.c
94
printf("Client: rcvd! %d\n", ret);
tools/testing/selftests/net/netfilter/udpclash.c
117
printf("got %d of %d replies\n", repl_count, THREAD_COUNT);
tools/testing/selftests/net/nettest.c
1950
printf(
tools/testing/selftests/net/psock_fanout.c
609
printf("OK. All tests passed\n");
tools/testing/selftests/net/psock_tpacket.c
848
printf("OK. All tests passed\n");
tools/testing/selftests/net/rxtimestamp.c
150
printf("sockopts {");
tools/testing/selftests/net/rxtimestamp.c
152
printf(" SO_TIMESTAMP ");
tools/testing/selftests/net/rxtimestamp.c
154
printf(" SO_TIMESTAMPNS ");
tools/testing/selftests/net/rxtimestamp.c
156
printf(" SO_TIMESTAMPING: {");
tools/testing/selftests/net/rxtimestamp.c
159
printf(" %s |", sof_flags[f].name);
tools/testing/selftests/net/rxtimestamp.c
160
printf("}");
tools/testing/selftests/net/rxtimestamp.c
162
printf("} expected cmsgs: {");
tools/testing/selftests/net/rxtimestamp.c
164
printf(" SCM_TIMESTAMP ");
tools/testing/selftests/net/rxtimestamp.c
166
printf(" SCM_TIMESTAMPNS ");
tools/testing/selftests/net/rxtimestamp.c
168
printf(" SCM_TIMESTAMPING {");
tools/testing/selftests/net/rxtimestamp.c
170
printf("0");
tools/testing/selftests/net/rxtimestamp.c
172
printf(",");
tools/testing/selftests/net/rxtimestamp.c
174
printf("2");
tools/testing/selftests/net/rxtimestamp.c
175
printf("}");
tools/testing/selftests/net/rxtimestamp.c
177
printf("}\n");
tools/testing/selftests/net/rxtimestamp.c
323
printf("Starting testcase %d over ipv%c...\n", test_num, ip_version);
tools/testing/selftests/net/rxtimestamp.c
362
printf("FAILURE in testcase %d over ipv%c ", test_num,
tools/testing/selftests/net/rxtimestamp.c
387
printf("%d\t", t);
tools/testing/selftests/net/rxtimestamp.c
431
printf("Testing %s...\n", socket_types[s].friendly_name);
tools/testing/selftests/net/rxtimestamp.c
446
printf("PASSED.\n");
tools/testing/selftests/net/sctp_hello.c
104
printf("failed to bind to address\n");
tools/testing/selftests/net/sctp_hello.c
110
printf("failed to listen on port\n");
tools/testing/selftests/net/sctp_hello.c
116
printf("failed to accept new client\n");
tools/testing/selftests/net/sctp_hello.c
35
printf("%s client -4|6 IP PORT [IP PORT]\n", argv[0]);
tools/testing/selftests/net/sctp_hello.c
43
printf("failed to create socket\n");
tools/testing/selftests/net/sctp_hello.c
51
printf("failed to bind to address\n");
tools/testing/selftests/net/sctp_hello.c
73
printf("%s server|client ...\n", argv[0]);
tools/testing/selftests/net/sctp_hello.c
81
printf("%s server -4|6 IP PORT [IFACE]\n", argv[0]);
tools/testing/selftests/net/sctp_hello.c
88
printf("failed to create lsk\n");
tools/testing/selftests/net/sctp_hello.c
96
printf("failed to bind to device\n");
tools/testing/selftests/net/sk_so_peek_off.c
158
printf("%s with MSG_PEEK_OFF works correctly\n", afstr(af, proto));
tools/testing/selftests/net/sk_so_peek_off.c
35
printf("%s does not support SO_PEEK_OFF\n", afstr(af, proto));
tools/testing/selftests/net/skf_net_off.c
205
printf("bpf filter enabled\n");
tools/testing/selftests/net/skf_net_off.c
209
printf("napi frags mode enabled\n");
tools/testing/selftests/net/so_rcv_listener.c
149
printf("Received value: %u\n", recv_val);
tools/testing/selftests/net/so_rcv_listener.c
29
printf("Usage: %s [opts] <dst host> <dst port / service>\n", bin);
tools/testing/selftests/net/so_rcv_listener.c
30
printf("Options:\n"
tools/testing/selftests/net/stress_reuseport_listen.c
96
printf("listen %d socks took %lu.%lu\n", nr_lsocks,
tools/testing/selftests/net/tcp_inq.c
175
printf("PASSED\n");
tools/testing/selftests/net/tcp_mmap.c
291
printf("\nSHA256 is correct\n");
tools/testing/selftests/net/tcp_mmap.c
303
printf("received %lg MB (%lg %% mmap'ed) in %lg s, %lg Gbit\n"
tools/testing/selftests/net/timestamping.c
144
printf("%s: %s\n", "send", strerror(errno));
tools/testing/selftests/net/timestamping.c
146
printf("%ld.%06ld: sent %d bytes\n",
tools/testing/selftests/net/timestamping.c
166
printf("%ld.%06ld: received %s data, %d bytes from %s, %zu bytes control messages\n",
tools/testing/selftests/net/timestamping.c
175
printf(" cmsg len %zu: ", cmsg->cmsg_len);
tools/testing/selftests/net/timestamping.c
178
printf("SOL_SOCKET ");
tools/testing/selftests/net/timestamping.c
183
printf("SO_TIMESTAMP %ld.%06ld",
tools/testing/selftests/net/timestamping.c
191
printf("SO_TIMESTAMPNS %ld.%09ld",
tools/testing/selftests/net/timestamping.c
199
printf("SO_TIMESTAMPING ");
tools/testing/selftests/net/timestamping.c
200
printf("SW %ld.%09ld ",
tools/testing/selftests/net/timestamping.c
206
printf("HW raw %ld.%09ld",
tools/testing/selftests/net/timestamping.c
212
printf("type %d", cmsg->cmsg_type);
tools/testing/selftests/net/timestamping.c
217
printf("IPPROTO_IP ");
tools/testing/selftests/net/timestamping.c
222
printf("IP_RECVERR ee_errno '%s' ee_origin %d => %s",
tools/testing/selftests/net/timestamping.c
233
printf(" => truncated data?!");
tools/testing/selftests/net/timestamping.c
235
printf(" => GOT OUR DATA BACK (HURRAY!)");
tools/testing/selftests/net/timestamping.c
241
printf("IP_PKTINFO interface index %u",
tools/testing/selftests/net/timestamping.c
246
printf("type %d", cmsg->cmsg_type);
tools/testing/selftests/net/timestamping.c
251
printf("level %d type %d",
tools/testing/selftests/net/timestamping.c
256
printf("\n");
tools/testing/selftests/net/timestamping.c
261
printf(" %s: %s\n", "SIOCGSTAMP", strerror(errno));
tools/testing/selftests/net/timestamping.c
263
printf("SIOCGSTAMP %ld.%06ld\n",
tools/testing/selftests/net/timestamping.c
269
printf(" %s: %s\n", "SIOCGSTAMPNS", strerror(errno));
tools/testing/selftests/net/timestamping.c
271
printf("SIOCGSTAMPNS %ld.%09ld\n",
tools/testing/selftests/net/timestamping.c
302
printf("%s %s: %s\n",
tools/testing/selftests/net/timestamping.c
343
printf("interface name exceeds IFNAMSIZ\n");
tools/testing/selftests/net/timestamping.c
408
printf("SIOCSHWTSTAMP: disabling hardware time stamping not possible\n");
tools/testing/selftests/net/timestamping.c
412
printf("SIOCSHWTSTAMP: tx_type %d requested, got %d; rx_filter %d requested, got %d\n",
tools/testing/selftests/net/timestamping.c
467
printf("%s: %s\n", "setsockopt IP_PKTINFO", strerror(errno));
tools/testing/selftests/net/timestamping.c
472
printf("%s: %s\n", "getsockopt SO_TIMESTAMP", strerror(errno));
tools/testing/selftests/net/timestamping.c
474
printf("SO_TIMESTAMP %d\n", val);
tools/testing/selftests/net/timestamping.c
477
printf("%s: %s\n", "getsockopt SO_TIMESTAMPNS",
tools/testing/selftests/net/timestamping.c
480
printf("SO_TIMESTAMPNS %d\n", val);
tools/testing/selftests/net/timestamping.c
485
printf("%s: %s\n", "getsockopt SO_TIMESTAMPING",
tools/testing/selftests/net/timestamping.c
488
printf("SO_TIMESTAMPING flags %d, bind phc %d\n",
tools/testing/selftests/net/timestamping.c
49
printf("invalid option: %s\n", error);
tools/testing/selftests/net/timestamping.c
492
printf(" not expected, flags %d, bind phc %d\n",
tools/testing/selftests/net/timestamping.c
50
printf("timestamping <interface> [bind_phc_index] [option]*\n\n"
tools/testing/selftests/net/timestamping.c
519
printf("%ld.%06ld: select %ldus\n",
tools/testing/selftests/net/timestamping.c
524
printf("%ld.%06ld: select returned: %d, %s\n",
tools/testing/selftests/net/timestamping.c
530
printf("ready for reading\n");
tools/testing/selftests/net/timestamping.c
532
printf("has error\n");
tools/testing/selftests/net/timestamping.c
70
printf("%s: %s\n", error, strerror(errno));
tools/testing/selftests/net/tls.c
148
printf("Failure setting TCP_ULP, testing without tls\n");
tools/testing/selftests/net/txring_overwrite.c
150
printf("wrong pattern: 0x%x != 0x%x\n", buf[60], payload_char);
tools/testing/selftests/net/txring_overwrite.c
154
printf("read: %c (0x%x)\n", buf[60], buf[60]);
tools/testing/selftests/nolibc/nolibc-test.c
1666
llen += printf(" written(%d) != %d", (int)w, c);
tools/testing/selftests/nolibc/nolibc-test.c
1671
llen += printf(" \"%s\" = \"%s\"", expected, buf);
tools/testing/selftests/nolibc/nolibc-test.c
1842
llen += printf("0 -fstackprotector ");
tools/testing/selftests/nolibc/nolibc-test.c
1845
llen += printf("not supported");
tools/testing/selftests/nolibc/nolibc-test.c
1852
llen += printf("__stack_chk_guard not initialized");
tools/testing/selftests/nolibc/nolibc-test.c
1863
llen += printf("fork()");
tools/testing/selftests/nolibc/nolibc-test.c
1880
llen += printf("waitpid()");
tools/testing/selftests/nolibc/nolibc-test.c
195
llen += printf(" = %d ", expr);
tools/testing/selftests/nolibc/nolibc-test.c
2065
printf("Running test '%s'\n", test_names[idx].name);
tools/testing/selftests/nolibc/nolibc-test.c
2068
printf("Errors during this test: %d\n\n", err);
tools/testing/selftests/nolibc/nolibc-test.c
2071
printf("Ignoring unknown test name '%s'\n", test);
tools/testing/selftests/nolibc/nolibc-test.c
2078
printf("Running test '%s'\n", test_names[idx].name);
tools/testing/selftests/nolibc/nolibc-test.c
2081
printf("Errors during this test: %d\n\n", err);
tools/testing/selftests/nolibc/nolibc-test.c
2085
printf("Total number of errors: %d\n", ret);
tools/testing/selftests/nolibc/nolibc-test.c
209
llen += printf(" = %d ", expr);
tools/testing/selftests/nolibc/nolibc-test.c
2095
printf("Leaving init with final status: %d\n", !!ret);
tools/testing/selftests/nolibc/nolibc-test.c
2109
printf("Exiting with status %d\n", !!ret);
tools/testing/selftests/nolibc/nolibc-test.c
223
llen += printf(" = %lld ", (long long)expr);
tools/testing/selftests/nolibc/nolibc-test.c
237
llen += printf(" = %d ", expr);
tools/testing/selftests/nolibc/nolibc-test.c
251
llen += printf(" = %d ", expr);
tools/testing/selftests/nolibc/nolibc-test.c
265
llen += printf(" = %d ", expr);
tools/testing/selftests/nolibc/nolibc-test.c
279
llen += printf(" = %d ", expr);
tools/testing/selftests/nolibc/nolibc-test.c
293
llen += printf(" = %d ", expr);
tools/testing/selftests/nolibc/nolibc-test.c
308
llen += printf(" = ENOSYS");
tools/testing/selftests/nolibc/nolibc-test.c
312
llen += printf(" = %d %s ", expr, errorname(errno));
tools/testing/selftests/nolibc/nolibc-test.c
315
llen += printf(" = %d ", expr);
tools/testing/selftests/nolibc/nolibc-test.c
332
llen += printf(" = %d %s ", expr, errorname(errno));
tools/testing/selftests/nolibc/nolibc-test.c
335
llen += printf(" = %d ", expr);
tools/testing/selftests/nolibc/nolibc-test.c
351
llen += printf(" = ENOSYS");
tools/testing/selftests/nolibc/nolibc-test.c
355
llen += printf(" = %d %s ", expr, errorname(errno));
tools/testing/selftests/nolibc/nolibc-test.c
358
llen += printf(" = %d ", expr);
tools/testing/selftests/nolibc/nolibc-test.c
377
llen += printf(" = %d %s ", expr, errorname(_errno));
tools/testing/selftests/nolibc/nolibc-test.c
383
llen += printf(" != (%d %s) ", expret, errorname(experr1));
tools/testing/selftests/nolibc/nolibc-test.c
385
llen += printf(" != (%d %s %s) ", expret, errorname(experr1), errorname(experr2));
tools/testing/selftests/nolibc/nolibc-test.c
402
llen += printf(" = <%p> ", expr);
tools/testing/selftests/nolibc/nolibc-test.c
421
llen += printf(" = <%p> ", expr);
tools/testing/selftests/nolibc/nolibc-test.c
439
llen += printf(" = <%p> ", expr);
tools/testing/selftests/nolibc/nolibc-test.c
457
llen += printf(" = <%p> ", expr);
tools/testing/selftests/nolibc/nolibc-test.c
475
llen += printf(" = <%p> ", expr);
tools/testing/selftests/nolibc/nolibc-test.c
488
llen += printf(" = <%p> ", expr);
tools/testing/selftests/nolibc/nolibc-test.c
502
llen += printf(" = <%p> ", expr);
tools/testing/selftests/nolibc/nolibc-test.c
516
llen += printf(" = <%p> ", expr);
tools/testing/selftests/nolibc/nolibc-test.c
533
llen += printf(" = <%p> %s ", expr, errorname(_errno));
tools/testing/selftests/nolibc/nolibc-test.c
537
llen += printf(" != (<%p> %s) ", expret, errorname(experr1));
tools/testing/selftests/nolibc/nolibc-test.c
539
llen += printf(" != (<%p> %s %s) ", expret, errorname(experr1), errorname(experr2));
tools/testing/selftests/nolibc/nolibc-test.c
555
llen += printf(" = <%s> ", expr ? expr : "(null)");
tools/testing/selftests/nolibc/nolibc-test.c
574
llen += printf(" = <%s> ", expr ? expr : "(null)");
tools/testing/selftests/nolibc/nolibc-test.c
593
llen += printf(" = <%s> ", expr);
tools/testing/selftests/nolibc/nolibc-test.c
612
llen += printf(" = <%s> ", expr);
tools/testing/selftests/nolibc/nolibc-test.c
628
llen += printf(" = %lu <%s> ", (unsigned long)expr, buf);
tools/testing/selftests/nolibc/nolibc-test.c
664
llen += printf(" %lld = %lld", (long long)expected, (long long)r);
tools/testing/selftests/nolibc/nolibc-test.c
689
case __LINE__: llen += printf("%d %s", test, #name);
tools/testing/selftests/powerpc/alignment/alignment_handler.c
176
printf(" Got signal %i\n", gotsig);
tools/testing/selftests/powerpc/alignment/alignment_handler.c
186
printf(" %s: unexpected result:\n", test_name);
tools/testing/selftests/powerpc/alignment/alignment_handler.c
187
printf(" mem:");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
189
printf(" %02x", s1[i]);
tools/testing/selftests/powerpc/alignment/alignment_handler.c
190
printf("\n");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
191
printf(" ci: ");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
193
printf(" %02x", s2[i]);
tools/testing/selftests/powerpc/alignment/alignment_handler.c
194
printf("\n");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
208
printf("\n Compare failed. Offset:%i length:%i\n",
tools/testing/selftests/powerpc/alignment/alignment_handler.c
226
printf("\tDoing %s:\t", test_name);
tools/testing/selftests/powerpc/alignment/alignment_handler.c
230
printf("\n");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
241
printf("\n");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
248
printf("\n");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
254
printf("\n");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
281
printf("FAILED: Got signal");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
288
printf("FAILED: Wrong Data");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
295
printf("PASSED");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
297
printf("\n");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
327
printf("VSX: 2.06B\n");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
345
printf("VSX: 2.07B\n");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
361
printf("VSX: 3.00B\n");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
393
printf("VSX: PREFIX\n");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
411
printf("Integer\n");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
471
printf("Integer: 2.06\n");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
486
printf("Integer: PREFIX\n");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
507
printf("VMX\n");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
534
printf("Floating point\n");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
563
printf("Floating point: 2.05\n");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
581
printf("Floating point: 2.06\n");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
596
printf("Floating point: PREFIX\n");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
607
printf("Usage: %s [options] [path [offset]]\n", prog);
tools/testing/selftests/powerpc/alignment/alignment_handler.c
608
printf(" -d Enable debug error output\n");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
609
printf("\n");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
610
printf("This test requires a POWER8, POWER9 or POWER10 CPU ");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
611
printf("and either a usable framebuffer at /dev/fb0 or ");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
612
printf("the path to usable cache inhibited memory and optional ");
tools/testing/selftests/powerpc/alignment/alignment_handler.c
613
printf("offset to be provided\n");
tools/testing/selftests/powerpc/benchmarks/context_switch.c
150
printf("%ld\n", i - iterations_prev);
tools/testing/selftests/powerpc/benchmarks/context_switch.c
475
printf("Using %s with ", processes ? "processes" : "threads");
tools/testing/selftests/powerpc/benchmarks/context_switch.c
478
printf("pipe");
tools/testing/selftests/powerpc/benchmarks/context_switch.c
480
printf("yield");
tools/testing/selftests/powerpc/benchmarks/context_switch.c
482
printf("futex");
tools/testing/selftests/powerpc/benchmarks/context_switch.c
490
printf(" on cpus %d/%d touching FP:%s altivec:%s vector:%s vdso:%s\n",
tools/testing/selftests/powerpc/benchmarks/fork.c
181
printf("%ld\n", i - iterations_prev);
tools/testing/selftests/powerpc/benchmarks/fork.c
301
printf("Using ");
tools/testing/selftests/powerpc/benchmarks/fork.c
303
printf("fork");
tools/testing/selftests/powerpc/benchmarks/fork.c
305
printf("vfork");
tools/testing/selftests/powerpc/benchmarks/fork.c
307
printf("clone");
tools/testing/selftests/powerpc/benchmarks/fork.c
310
printf(" + exec");
tools/testing/selftests/powerpc/benchmarks/fork.c
312
printf(" on cpu %d\n", cpu);
tools/testing/selftests/powerpc/benchmarks/futex_bench.c
34
printf("time = %.6f\n", ts_end.tv_sec - ts_start.tv_sec + (ts_end.tv_nsec - ts_start.tv_nsec) / 1e9);
tools/testing/selftests/powerpc/benchmarks/gettimeofday.c
25
printf("time = %.6f\n", tv_diff.tv_sec + (tv_diff.tv_usec) * 1e-6);
tools/testing/selftests/powerpc/benchmarks/mmap_bench.c
31
printf("mmap_bench <--pgfault> <--iterations count>\n");
tools/testing/selftests/powerpc/benchmarks/mmap_bench.c
55
printf("time = %.6f\n", ts_end.tv_sec - ts_start.tv_sec + (ts_end.tv_nsec - ts_start.tv_nsec) / 1e9);
tools/testing/selftests/powerpc/benchmarks/null_syscall.c
150
printf("%10.2f ns %10.2f cycles\n", (float)elapsed_ns / NR_LOOPS,
tools/testing/selftests/powerpc/cache_shape/cache_shape.c
33
printf("%s cache size: %#10x %10dB %10dK\n", label, val, val, val / 1024);
tools/testing/selftests/powerpc/cache_shape/cache_shape.c
40
printf("%s line size: %#10x ", label, val & 0xFFFF);
tools/testing/selftests/powerpc/cache_shape/cache_shape.c
44
printf("%u-way", assoc);
tools/testing/selftests/powerpc/cache_shape/cache_shape.c
46
printf("fully");
tools/testing/selftests/powerpc/cache_shape/cache_shape.c
48
printf(" associative\n");
tools/testing/selftests/powerpc/copyloops/exc_validate.c
114
printf("Totals:\n");
tools/testing/selftests/powerpc/copyloops/exc_validate.c
115
printf(" Pass: %d\n", total_passed);
tools/testing/selftests/powerpc/copyloops/exc_validate.c
116
printf(" Fail: %d\n", total_failed);
tools/testing/selftests/powerpc/copyloops/exc_validate.c
40
printf("No exception table match for NIA %lx ADDR %lx\n", *ip, addr);
tools/testing/selftests/powerpc/copyloops/exc_validate.c
69
printf("FAIL from=%p to=%p len=%ld returned %ld, expected %ld\n",
tools/testing/selftests/powerpc/copyloops/memmove_validate.c
45
printf("memmove failed at %ld %ld %ld\n",
tools/testing/selftests/powerpc/copyloops/validate.c
38
printf("(%p,%p,%ld) returned %ld\n", dstp, srcp, len, ret);
tools/testing/selftests/powerpc/copyloops/validate.c
43
printf("(%p,%p,%ld) miscompare\n", dstp, srcp, len);
tools/testing/selftests/powerpc/copyloops/validate.c
44
printf("src: ");
tools/testing/selftests/powerpc/copyloops/validate.c
46
printf("%02x ", srcp[i]);
tools/testing/selftests/powerpc/copyloops/validate.c
47
printf("\ndst: ");
tools/testing/selftests/powerpc/copyloops/validate.c
49
printf("%02x ", dstp[i]);
tools/testing/selftests/powerpc/copyloops/validate.c
50
printf("\n");
tools/testing/selftests/powerpc/copyloops/validate.c
55
printf("(%p,%p,%ld) redzone before corrupted\n",
tools/testing/selftests/powerpc/copyloops/validate.c
61
printf("(%p,%p,%ld) redzone after corrupted\n",
tools/testing/selftests/powerpc/dexcr/chdexcr.c
15
printf("%s\n", msg);
tools/testing/selftests/powerpc/dexcr/chdexcr.c
21
printf("Invoke a provided program with a custom DEXCR on-exec reset value\n"
tools/testing/selftests/powerpc/dexcr/chdexcr.c
41
printf(" --%-6s / --no-%-6s : %s\n", aspect->opt, aspect->opt, aspect->desc);
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
113
printf("%12s (%d): %-28s (%s, %s)\n",
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
126
printf(" : ! actual %s does not match config\n", aspect->name);
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
132
printf("DEXCR not detected on this hardware\n");
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
140
printf("current status:\n");
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
145
printf("\n");
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
149
printf("\n");
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
152
printf("DEXCR[NPHIE] enabled: hashst/hashchk ");
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
154
printf("working\n");
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
156
printf("failed to trigger\n");
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
158
printf("DEXCR[NPHIE] disabled: hashst/hashchk ");
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
160
printf("unexpectedly triggered\n");
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
162
printf("ignored\n");
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
164
printf("\n");
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
166
printf("configuration:\n");
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
169
printf("\n");
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
18
printf("%s", list[i]);
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
20
printf(", ");
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
29
printf("%s: 0x%08x", name, bits);
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
32
printf("\n");
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
48
printf(" (");
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
50
printf(")\n");
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
67
printf("%12s %c (%d): ", aspect->name, effective & mask ? '*' : ' ', aspect->index);
tools/testing/selftests/powerpc/dexcr/lsdexcr.c
69
printf(" \t(%s)\n", aspect->desc);
tools/testing/selftests/powerpc/dscr/dscr_sysfs_test.c
23
printf("DSCR match failed: %ld (system) %ld (cpu)\n",
tools/testing/selftests/powerpc/dscr/dscr_sysfs_thread_test.c
23
printf("[cpu %d] Kernel DSCR should be %ld but is %ld\n",
tools/testing/selftests/powerpc/dscr/dscr_sysfs_thread_test.c
29
printf("[cpu %d] User DSCR should be %ld but is %ld\n",
tools/testing/selftests/powerpc/dscr/dscr_user_test.c
28
printf("%s set, kernel get %lx != user get %lx\n",
tools/testing/selftests/powerpc/harness.c
56
printf("unknown error from waitpid\n");
tools/testing/selftests/powerpc/harness.c
61
printf("!! force killing %s\n", name);
tools/testing/selftests/powerpc/harness.c
65
printf("!! killing %s\n", name);
tools/testing/selftests/powerpc/harness.c
80
printf("!! child died by signal %d\n", WTERMSIG(status));
tools/testing/selftests/powerpc/harness.c
82
printf("!! child died by unknown cause\n");
tools/testing/selftests/powerpc/include/subunit.h
11
printf("test: %s\n", name);
tools/testing/selftests/powerpc/include/subunit.h
16
printf("failure: %s [%s]\n", name, detail);
tools/testing/selftests/powerpc/include/subunit.h
21
printf("failure: %s\n", name);
tools/testing/selftests/powerpc/include/subunit.h
26
printf("error: %s\n", name);
tools/testing/selftests/powerpc/include/subunit.h
31
printf("skip: %s\n", name);
tools/testing/selftests/powerpc/include/subunit.h
36
printf("success: %s\n", name);
tools/testing/selftests/powerpc/include/subunit.h
49
printf("tags: git_version:%s\n", value);
tools/testing/selftests/powerpc/math/fpu_preempt.c
69
printf("\tWaiting for all workers to start...");
tools/testing/selftests/powerpc/math/fpu_preempt.c
72
printf("done\n");
tools/testing/selftests/powerpc/math/fpu_preempt.c
74
printf("\tWaiting for %d seconds to let some workers get preempted...", PREEMPT_TIME);
tools/testing/selftests/powerpc/math/fpu_preempt.c
76
printf("done\n");
tools/testing/selftests/powerpc/math/fpu_preempt.c
78
printf("\tStopping workers...");
tools/testing/selftests/powerpc/math/fpu_preempt.c
93
printf("oops\n");
tools/testing/selftests/powerpc/math/fpu_preempt.c
96
printf("done\n");
tools/testing/selftests/powerpc/math/fpu_signal.c
101
printf("done\n");
tools/testing/selftests/powerpc/math/fpu_signal.c
103
printf("\tStopping workers...");
tools/testing/selftests/powerpc/math/fpu_signal.c
113
printf("oops\n");
tools/testing/selftests/powerpc/math/fpu_signal.c
118
printf("done\n");
tools/testing/selftests/powerpc/math/fpu_signal.c
89
printf("\tWaiting for all workers to start...");
tools/testing/selftests/powerpc/math/fpu_signal.c
92
printf("done\n");
tools/testing/selftests/powerpc/math/fpu_signal.c
94
printf("\tSending signals to all threads %d times...", ITERATIONS);
tools/testing/selftests/powerpc/math/mma.c
32
printf("MMA[%d] = %d ", i, z[i]);
tools/testing/selftests/powerpc/math/mma.c
35
printf(" (Correct)\n");
tools/testing/selftests/powerpc/math/mma.c
37
printf(" (Incorrect)\n");
tools/testing/selftests/powerpc/math/vmx_preempt.c
102
printf("oops\n");
tools/testing/selftests/powerpc/math/vmx_preempt.c
105
printf("done\n");
tools/testing/selftests/powerpc/math/vmx_preempt.c
78
printf("\tWaiting for all workers to start...");
tools/testing/selftests/powerpc/math/vmx_preempt.c
81
printf("done\n");
tools/testing/selftests/powerpc/math/vmx_preempt.c
83
printf("\tWaiting for %d seconds to let some workers get preempted...", PREEMPT_TIME);
tools/testing/selftests/powerpc/math/vmx_preempt.c
85
printf("done\n");
tools/testing/selftests/powerpc/math/vmx_preempt.c
87
printf("\tStopping workers...");
tools/testing/selftests/powerpc/math/vmx_signal.c
114
printf("\tWaiting for %d workers to start... %d", threads, threads_starting);
tools/testing/selftests/powerpc/math/vmx_signal.c
118
printf(", %d", threads_starting);
tools/testing/selftests/powerpc/math/vmx_signal.c
120
printf(" ...done\n");
tools/testing/selftests/powerpc/math/vmx_signal.c
122
printf("\tSending signals to all threads %d times...", ITERATIONS);
tools/testing/selftests/powerpc/math/vmx_signal.c
129
printf("done\n");
tools/testing/selftests/powerpc/math/vmx_signal.c
131
printf("\tKilling workers...");
tools/testing/selftests/powerpc/math/vmx_signal.c
141
printf("oops\n");
tools/testing/selftests/powerpc/math/vmx_signal.c
146
printf("done\n");
tools/testing/selftests/powerpc/math/vmx_signal.c
59
printf("VMX mismatch at reg %d!\n", i);
tools/testing/selftests/powerpc/math/vmx_signal.c
60
printf("Reg | Actual | Expected\n");
tools/testing/selftests/powerpc/math/vmx_signal.c
62
printf("%d | 0x%04x%04x%04x%04x | 0x%04x%04x%04x%04x\n", j, mc->v_regs->vrregs[j][0],
tools/testing/selftests/powerpc/math/vsx_preempt.c
110
printf("\tWaiting for %d workers to start...", threads_starting);
tools/testing/selftests/powerpc/math/vsx_preempt.c
113
printf("done\n");
tools/testing/selftests/powerpc/math/vsx_preempt.c
115
printf("\tWaiting for %d seconds to let some workers get preempted...", PREEMPT_TIME);
tools/testing/selftests/powerpc/math/vsx_preempt.c
117
printf("done\n");
tools/testing/selftests/powerpc/math/vsx_preempt.c
119
printf("\tStopping workers...");
tools/testing/selftests/powerpc/math/vsx_preempt.c
134
printf("oops\n");
tools/testing/selftests/powerpc/math/vsx_preempt.c
137
printf("done\n");
tools/testing/selftests/powerpc/mm/bad_accesses.c
101
printf("Using %s MMU, PAGE_SIZE = %dKB start address 0x%016lx\n",
tools/testing/selftests/powerpc/mm/bad_accesses.c
52
printf("Bad - no SEGV! (%c)\n", x);
tools/testing/selftests/powerpc/mm/exec_prot.c
172
printf("Testing read on --x, should fault...");
tools/testing/selftests/powerpc/mm/exec_prot.c
176
printf("ok!\n");
tools/testing/selftests/powerpc/mm/exec_prot.c
184
printf("Testing write on --x, should fault...");
tools/testing/selftests/powerpc/mm/exec_prot.c
188
printf("ok!\n");
tools/testing/selftests/powerpc/mm/exec_prot.c
190
printf("Testing exec on ---, should fault...");
tools/testing/selftests/powerpc/mm/exec_prot.c
192
printf("ok!\n");
tools/testing/selftests/powerpc/mm/exec_prot.c
194
printf("Testing exec on r--, should fault...");
tools/testing/selftests/powerpc/mm/exec_prot.c
196
printf("ok!\n");
tools/testing/selftests/powerpc/mm/exec_prot.c
198
printf("Testing exec on -w-, should fault...");
tools/testing/selftests/powerpc/mm/exec_prot.c
200
printf("ok!\n");
tools/testing/selftests/powerpc/mm/exec_prot.c
202
printf("Testing exec on rw-, should fault...");
tools/testing/selftests/powerpc/mm/exec_prot.c
204
printf("ok!\n");
tools/testing/selftests/powerpc/mm/exec_prot.c
206
printf("Testing exec on --x, should succeed...");
tools/testing/selftests/powerpc/mm/exec_prot.c
208
printf("ok!\n");
tools/testing/selftests/powerpc/mm/exec_prot.c
210
printf("Testing exec on r-x, should succeed...");
tools/testing/selftests/powerpc/mm/exec_prot.c
212
printf("ok!\n");
tools/testing/selftests/powerpc/mm/exec_prot.c
214
printf("Testing exec on -wx, should succeed...");
tools/testing/selftests/powerpc/mm/exec_prot.c
216
printf("ok!\n");
tools/testing/selftests/powerpc/mm/exec_prot.c
218
printf("Testing exec on rwx, should succeed...");
tools/testing/selftests/powerpc/mm/exec_prot.c
220
printf("ok!\n");
tools/testing/selftests/powerpc/mm/hugetlb_vs_thp_test.c
37
printf("Mapping failed @ %p\n", addr);
tools/testing/selftests/powerpc/mm/large_vm_fork_separation.c
38
printf("Error: couldn't mmap(), confirm kernel has 4TB support?\n");
tools/testing/selftests/powerpc/mm/large_vm_fork_separation.c
42
printf("parent writing %p = 1\n", p);
tools/testing/selftests/powerpc/mm/large_vm_fork_separation.c
52
printf("child writing %p = %d\n", p, pid);
tools/testing/selftests/powerpc/mm/large_vm_fork_separation.c
68
printf("parent reading %p = %d\n", p, *p);
tools/testing/selftests/powerpc/mm/large_vm_fork_separation.c
70
printf("Error: BUG! parent saw child's write! *p = %d\n", *p);
tools/testing/selftests/powerpc/mm/large_vm_fork_separation.c
79
printf("success: test completed OK\n");
tools/testing/selftests/powerpc/mm/large_vm_gpr_corruption.c
127
printf("Error: couldn't mmap(), confirm kernel has 4PB support?\n");
tools/testing/selftests/powerpc/mm/large_vm_gpr_corruption.c
56
printf(str(_reg) " corrupted! Expected 0x%lx != 0x%lx\n", _reg##_orig, \
tools/testing/selftests/powerpc/mm/pkey_exec_prot.c
180
printf("read from %p, pkey permissions are %s\n", fault_addr,
tools/testing/selftests/powerpc/mm/pkey_exec_prot.c
197
printf("write to %p, pkey permissions are %s\n", fault_addr,
tools/testing/selftests/powerpc/mm/pkey_exec_prot.c
218
printf("read from %p, pkey permissions are %s\n", fault_addr,
tools/testing/selftests/powerpc/mm/pkey_exec_prot.c
235
printf("write to %p, pkey permissions are %s\n", fault_addr,
tools/testing/selftests/powerpc/mm/pkey_exec_prot.c
271
printf("execute at %p, pkey permissions are %s\n", fault_addr,
tools/testing/selftests/powerpc/mm/pkey_siginfo.c
112
printf("tid %d, pkey permissions are %s\n", tid, pkey_rights(rights));
tools/testing/selftests/powerpc/mm/pkey_siginfo.c
157
printf("tid %d, pkey permissions are %s\n", tid, pkey_rights(rights));
tools/testing/selftests/powerpc/mm/pkey_siginfo.c
158
printf("tid %d, %s randomly in range [%p, %p]\n", tid,
tools/testing/selftests/powerpc/mm/stack_expansion_ldst.c
122
printf("Access OK: %s delta %-7d used size 0x%06x stack high 0x%lx top_ptr %p top sp 0x%lx actual used 0x%lx\n",
tools/testing/selftests/powerpc/mm/stack_expansion_ldst.c
146
printf("Faulted: %s delta %-7d used size 0x%06x signal %d\n",
tools/testing/selftests/powerpc/mm/stack_expansion_ldst.c
178
printf("Stack rlimit is 0x%llx\n", (unsigned long long)rlimit.rlim_cur);
tools/testing/selftests/powerpc/mm/stack_expansion_ldst.c
180
printf("Testing loads ...\n");
tools/testing/selftests/powerpc/mm/stack_expansion_ldst.c
182
printf("Testing stores ...\n");
tools/testing/selftests/powerpc/mm/stack_expansion_ldst.c
185
printf("All OK\n");
tools/testing/selftests/powerpc/mm/stack_expansion_ldst.c
96
printf("sscanf errored\n");
tools/testing/selftests/powerpc/mm/stack_expansion_signal.c
65
printf("size 0x%06x: OK, stack base %p top %p (%zx used)\n",
tools/testing/selftests/powerpc/mm/subpage_prot.c
131
printf("%d errors detected\n", errors);
tools/testing/selftests/powerpc/mm/subpage_prot.c
177
printf("allocated malloc block of 0x%lx bytes at %p\n",
tools/testing/selftests/powerpc/mm/subpage_prot.c
180
printf("testing malloc block...\n");
tools/testing/selftests/powerpc/mm/subpage_prot.c
214
printf("allocated %s for 0x%llx bytes at %p\n",
tools/testing/selftests/powerpc/mm/subpage_prot.c
217
printf("testing file map...\n");
tools/testing/selftests/powerpc/mm/subpage_prot.c
76
printf("Failed at %p (p=%ld,sp=%ld,w=%d), want=%s, got=%s !\n",
tools/testing/selftests/powerpc/mm/subpage_prot.c
85
printf("Fault expected at %p and happened at %p !\n",
tools/testing/selftests/powerpc/mm/tlbie_test.c
326
printf("Thread %02d chunk has %d corrupted words. For details check %s\n",
tools/testing/selftests/powerpc/mm/tlbie_test.c
50
printf("=================================\n");
tools/testing/selftests/powerpc/mm/tlbie_test.c
51
printf(" Error: %s\n", msg);
tools/testing/selftests/powerpc/mm/tlbie_test.c
52
printf(" %s", ctime(&now));
tools/testing/selftests/powerpc/mm/tlbie_test.c
53
printf("=================================\n");
tools/testing/selftests/powerpc/mm/tlbie_test.c
631
printf("%s [-r <start_cpu>] [-n <nrthreads>] [-l <logdir>] [-t <timeout>]\n", argv[0]);
tools/testing/selftests/powerpc/mm/tlbie_test.c
644
printf("invalid option\n");
tools/testing/selftests/powerpc/mm/tlbie_test.c
674
printf("start_cpu list:%lu\n", start_cpu);
tools/testing/selftests/powerpc/mm/tlbie_test.c
675
printf("number of worker threads:%lu + 1 snapshot thread\n", nrthreads);
tools/testing/selftests/powerpc/mm/tlbie_test.c
676
printf("Allocated address:0x%016lx + secondary map:0x%016lx\n", (unsigned long)map1, (unsigned long)map2);
tools/testing/selftests/powerpc/mm/tlbie_test.c
677
printf("logdir at : %s\n", logdir);
tools/testing/selftests/powerpc/mm/tlbie_test.c
678
printf("Timeout: %d seconds\n", run_time);
tools/testing/selftests/powerpc/mm/tlbie_test.c
681
printf("=================================\n");
tools/testing/selftests/powerpc/mm/tlbie_test.c
682
printf(" Starting Test\n");
tools/testing/selftests/powerpc/mm/tlbie_test.c
683
printf(" %s", ctime(&now));
tools/testing/selftests/powerpc/mm/tlbie_test.c
684
printf("=================================\n");
tools/testing/selftests/powerpc/mm/tlbie_test.c
725
printf("=================================\n");
tools/testing/selftests/powerpc/mm/tlbie_test.c
726
printf(" Data Corruption Detected\n");
tools/testing/selftests/powerpc/mm/tlbie_test.c
727
printf(" %s", ctime(&now));
tools/testing/selftests/powerpc/mm/tlbie_test.c
728
printf(" See logfiles in %s\n", logdir);
tools/testing/selftests/powerpc/mm/tlbie_test.c
729
printf("=================================\n");
tools/testing/selftests/powerpc/mm/wild_bctr.c
100
printf("r%02d 0x%016lx r%02d 0x%016lx " \
tools/testing/selftests/powerpc/mm/wild_bctr.c
145
printf("Regs before:\n");
tools/testing/selftests/powerpc/mm/wild_bctr.c
159
printf("All good - took SEGV as expected branching to 0x%llx\n", BAD_NIP);
tools/testing/selftests/powerpc/mm/wild_bctr.c
46
printf("Everything is OK in here.\n");
tools/testing/selftests/powerpc/mm/wild_bctr.c
93
printf("Regs OK\n");
tools/testing/selftests/powerpc/pmu/count_instructions.c
113
printf("Overhead of null loop: %llu instructions\n", overhead);
tools/testing/selftests/powerpc/pmu/count_instructions.c
53
printf("Looped for %llu instructions, overhead %llu\n", instructions, overhead);
tools/testing/selftests/powerpc/pmu/count_instructions.c
54
printf("Expected %llu\n", expected);
tools/testing/selftests/powerpc/pmu/count_instructions.c
55
printf("Actual %llu\n", events[0].result.value);
tools/testing/selftests/powerpc/pmu/count_instructions.c
56
printf("Delta %lld, %f%%\n", difference, percentage);
tools/testing/selftests/powerpc/pmu/count_instructions.c
86
printf("Replacing overhead %llu with %llu\n", overhead, current);
tools/testing/selftests/powerpc/pmu/count_stcx_fail.c
130
printf("Overhead of null loop: %llu instructions\n", overhead);
tools/testing/selftests/powerpc/pmu/count_stcx_fail.c
52
printf("-----\n");
tools/testing/selftests/powerpc/pmu/count_stcx_fail.c
57
printf("Looped for %llu instructions, overhead %llu\n", instructions, overhead);
tools/testing/selftests/powerpc/pmu/count_stcx_fail.c
58
printf("Expected %llu\n", expected);
tools/testing/selftests/powerpc/pmu/count_stcx_fail.c
59
printf("Actual %llu\n", events[0].result.value);
tools/testing/selftests/powerpc/pmu/count_stcx_fail.c
60
printf("Delta %lld, %f%%\n", difference, percentage);
tools/testing/selftests/powerpc/pmu/count_stcx_fail.c
91
printf("Replacing overhead %llu with %llu\n", overhead, current);
tools/testing/selftests/powerpc/pmu/ebb/cycles_with_freeze_test.c
104
printf("EBBs while frozen %d\n", ebbs_while_frozen);
tools/testing/selftests/powerpc/pmu/ebb/cycles_with_freeze_test.c
94
printf("Outside of loop, FC NOT set MMCR0 0x%lx\n", val);
tools/testing/selftests/powerpc/pmu/ebb/cycles_with_mmcr2_test.c
82
printf("Bad MMCR2 value seen is 0x%lx\n", actual);
tools/testing/selftests/powerpc/pmu/ebb/ebb.c
147
printf("EBB Handler is at %#llx\n", entry);
tools/testing/selftests/powerpc/pmu/ebb/ebb.c
166
printf("ebb_state:\n" \
tools/testing/selftests/powerpc/pmu/ebb/ebb.c
224
printf("HW state:\n" \
tools/testing/selftests/powerpc/pmu/ebb/ebb.c
412
printf("Took sigill\n");
tools/testing/selftests/powerpc/pmu/ebb/ebb.c
64
printf("Outside of loop, only FC set 0x%llx\n", val);
tools/testing/selftests/powerpc/pmu/ebb/ebb.c
80
printf("PMC%d count (0x%llx) below lower limit 0x%llx (-0x%llx)\n",
tools/testing/selftests/powerpc/pmu/ebb/ebb.c
88
printf("PMC%d count (0x%llx) above upper limit 0x%llx (+0x%llx)\n",
tools/testing/selftests/powerpc/pmu/ebb/ebb.c
93
printf("PMC%d count (0x%llx) is between 0x%llx and 0x%llx delta +0x%llx/-0x%llx\n",
tools/testing/selftests/powerpc/pmu/ebb/instruction_count_test.c
132
printf("Overhead of null loop: %lu instructions\n", overhead);
tools/testing/selftests/powerpc/pmu/ebb/instruction_count_test.c
158
printf("Finished OK\n");
tools/testing/selftests/powerpc/pmu/ebb/instruction_count_test.c
51
printf("Looped for %lu instructions, overhead %lu\n", instructions, overhead);
tools/testing/selftests/powerpc/pmu/ebb/instruction_count_test.c
52
printf("Expected %lu\n", expected);
tools/testing/selftests/powerpc/pmu/ebb/instruction_count_test.c
53
printf("Actual %llu\n", event->result.value);
tools/testing/selftests/powerpc/pmu/ebb/instruction_count_test.c
54
printf("Delta %ld, %f%%\n", difference, percentage);
tools/testing/selftests/powerpc/pmu/ebb/instruction_count_test.c
55
printf("Took %d EBBs\n", ebb_state.stats.ebb_count);
tools/testing/selftests/powerpc/pmu/ebb/instruction_count_test.c
82
printf("Replacing overhead %lu with %lu\n", overhead, current);
tools/testing/selftests/powerpc/pmu/ebb/pmae_handling_test.c
88
printf("Saw MMCR0 before 0x%lx after 0x%lx\n", before, after);
tools/testing/selftests/powerpc/pmu/ebb/pmc56_overflow_test.c
81
printf("PMC5/6 overflow %d\n", pmc56_overflowed);
tools/testing/selftests/powerpc/pmu/ebb/trace.c
170
printf("%*s[%d]: ", prefix, "", seq);
tools/testing/selftests/powerpc/pmu/ebb/trace.c
211
printf("register %-10s = 0x%016llx\n", name, *value);
tools/testing/selftests/powerpc/pmu/ebb/trace.c
213
printf("register %lld = 0x%016llx\n", *reg, *value);
tools/testing/selftests/powerpc/pmu/ebb/trace.c
221
printf("counter = %lld\n", *value);
tools/testing/selftests/powerpc/pmu/ebb/trace.c
264
printf("entry @ %p type %d\n", e, e->type);
tools/testing/selftests/powerpc/pmu/ebb/trace.c
275
printf("Trace buffer dump:\n");
tools/testing/selftests/powerpc/pmu/ebb/trace.c
276
printf(" address %p \n", tb);
tools/testing/selftests/powerpc/pmu/ebb/trace.c
277
printf(" tail %p\n", tb->tail);
tools/testing/selftests/powerpc/pmu/ebb/trace.c
278
printf(" size %llu\n", tb->size);
tools/testing/selftests/powerpc/pmu/ebb/trace.c
279
printf(" overflow %s\n", tb->overflow ? "TRUE" : "false");
tools/testing/selftests/powerpc/pmu/ebb/trace.c
280
printf(" Content:\n");
tools/testing/selftests/powerpc/pmu/ebb/trace.c
299
printf("Trace buffer 0x%llx bytes @ %p\n", tb->size, tb);
tools/testing/selftests/powerpc/pmu/event.c
135
printf("%*s: result %*llu ", name_width, e->name, result_width,
tools/testing/selftests/powerpc/pmu/event.c
139
printf("running/enabled %llu\n", e->result.running);
tools/testing/selftests/powerpc/pmu/event.c
141
printf("running %llu enabled %llu\n", e->result.running,
tools/testing/selftests/powerpc/pmu/lib.c
126
printf("main test running as pid %d\n", getpid());
tools/testing/selftests/powerpc/pmu/lib.c
183
printf("Couldn't parse " PARANOID_PATH "?\n");
tools/testing/selftests/powerpc/pmu/sampling_tests/misc.c
152
printf("%s: Tests unsupported for this platform\n", __func__);
tools/testing/selftests/powerpc/pmu/sampling_tests/misc.c
169
printf("%s: Sampling tests un-supported\n", __func__);
tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c
114
printf("offset %u load_unaligned_zeropad returned 0x%lx, should be 0x%lx\n", page_offset, got, should);
tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c
88
printf("No exception table match for NIA %lx ADDR %lx\n", *ip, addr);
tools/testing/selftests/powerpc/ptrace/core-pkey.c
121
printf("%-30s AMR: %016lx pkey1: %d pkey2: %d pkey3: %d\n",
tools/testing/selftests/powerpc/ptrace/core-pkey.c
217
printf("%-30s AMR: %016lx IAMR: %016lx UAMOR: %016lx\n",
tools/testing/selftests/powerpc/ptrace/core-pkey.c
253
printf("Child's exit status not captured\n");
tools/testing/selftests/powerpc/ptrace/core-pkey.c
256
printf("Child didn't dump core\n");
tools/testing/selftests/powerpc/ptrace/core-pkey.c
289
printf("Couldn't find core file\n");
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
192
printf("Error: Number of online cpus reduced since start of test: %d < %d\n", i, nprocs);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
280
printf("TESTED: addr:0x%lx brks:% 8lld loops:% 8i rw:%i !user:%i array:%i\n",
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
283
printf("FAILED: 0x%lx brks:%lld needed:%lli %i %i %i\n\n",
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
325
printf("TESTED: No overlap\n");
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
327
printf("FAILED: No overlap: %lld != 0\n", breaks);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
340
printf("TESTED: Partial overlap\n");
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
342
printf("FAILED: Partial overlap: %lld != 2\n", breaks);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
355
printf("TESTED: Partial overlap\n");
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
357
printf("FAILED: Partial overlap: %lld != 2\n", breaks);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
370
printf("TESTED: No overlap\n");
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
372
printf("FAILED: No overlap: %lld != 0\n", breaks);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
385
printf("TESTED: Full overlap\n");
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
387
printf("FAILED: Full overlap: %lld != 2\n", breaks);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
440
printf("FAILED: %s: %lld != 2 || %lld != 2\n", desc, breaks1, breaks2);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
444
printf("TESTED: %s\n", desc);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
485
printf("FAILED: %s: %lld != 2 || %lld != 2\n", desc, breaks1, breaks2);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
489
printf("TESTED: %s\n", desc);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
530
printf("FAILED: %s: %lld != 1 || %lld != 1\n", desc, breaks1, breaks2);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
534
printf("TESTED: %s\n", desc);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
575
printf("FAILED: %s: %lld != 1 || %lld != 1\n", desc, breaks1, breaks2);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
579
printf("TESTED: %s\n", desc);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
619
printf("FAILED: %s: %lld != 2 || %lld != 2\n", desc, breaks1, breaks2);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
623
printf("TESTED: %s\n", desc);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
663
printf("FAILED: %s: %lld != 2 || %lld != 2\n", desc, breaks1, breaks2);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
667
printf("TESTED: %s\n", desc);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
707
printf("FAILED: %s: %lld != 1 || %lld != 1\n", desc, breaks1, breaks2);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
711
printf("TESTED: %s\n", desc);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
751
printf("FAILED: %s: %lld != 1 || %lld != 1\n", desc, breaks1, breaks2);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
755
printf("TESTED: %s\n", desc);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
800
printf("FAILED: %s: %lld != 2\n", desc, breaks);
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
804
printf("TESTED: %s\n", desc);
tools/testing/selftests/powerpc/ptrace/ptrace-gpr.c
124
printf("srand(%lu)\n", seed);
tools/testing/selftests/powerpc/ptrace/ptrace-gpr.c
160
printf("Child's exit status not captured\n");
tools/testing/selftests/powerpc/ptrace/ptrace-gpr.h
27
printf("GPR[%d]: %lx Expected: %lx\n",
tools/testing/selftests/powerpc/ptrace/ptrace-gpr.h
45
printf("FPR[%d]: %llx Expected: %llx\n", i, fpr[i], val);
tools/testing/selftests/powerpc/ptrace/ptrace-gpr.h
62
printf("FPR[%d]: %f Expected: %f\n", i, fpr[i], val);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
229
printf("%s, %s, len: %d: Fail\n", name, type, len);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
233
printf("%s, %s, len: %d: Ok\n", name, type, len);
tools/testing/selftests/powerpc/ptrace/ptrace-pkey.c
101
printf("%-30s AMR: %016lx pkey1: %d pkey2: %d pkey3: %d\n",
tools/testing/selftests/powerpc/ptrace/ptrace-pkey.c
116
printf("%-30s AMR: %016lx\n", user_read, reg);
tools/testing/selftests/powerpc/ptrace/ptrace-pkey.c
132
printf("%-30s AMR: %016lx\n", user_read, reg);
tools/testing/selftests/powerpc/ptrace/ptrace-pkey.c
149
printf("%-30s AMR: %016lx\n", user_read, reg);
tools/testing/selftests/powerpc/ptrace/ptrace-pkey.c
190
printf("%-30s AMR: %016lx IAMR: %016lx UAMOR: %016lx\n",
tools/testing/selftests/powerpc/ptrace/ptrace-pkey.c
201
printf("%-30s AMR: %016lx\n", ptrace_write_running, info->amr2);
tools/testing/selftests/powerpc/ptrace/ptrace-pkey.c
215
printf("%-30s AMR: %016lx\n", ptrace_write_running, info->invalid_amr);
tools/testing/selftests/powerpc/ptrace/ptrace-pkey.c
231
printf("%-30s AMR: %016lx IAMR: %016lx\n",
tools/testing/selftests/powerpc/ptrace/ptrace-pkey.c
239
printf("%-30s AMR: %016lx IAMR: %016lx UAMOR: %016lx\n",
tools/testing/selftests/powerpc/ptrace/ptrace-pkey.c
246
printf("%-30s AMR: %016lx IAMR: %016lx UAMOR: %016lx\n",
tools/testing/selftests/powerpc/ptrace/ptrace-pkey.c
259
printf("Child's exit status not captured\n");
tools/testing/selftests/powerpc/ptrace/ptrace-pkey.c
262
printf("Child exited abnormally\n");
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
107
printf("[FAIL]\tInitial args are wrong (nr=%lu, args=%lu %lu %lu %lu %lu %lu)\n",
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
117
printf("[OK]\tInitial nr and args are correct\n"); }
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
119
printf("[RUN]\tRestart the syscall (ip = 0x%lx)\n",
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
141
printf("[FAIL]\tRestart nr or args are wrong (nr=%lu, args=%lu %lu %lu %lu %lu %lu)\n",
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
151
printf("[OK]\tRestarted nr and args are correct\n");
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
154
printf("[RUN]\tChange nr and args and restart the syscall (ip = 0x%lx)\n",
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
190
printf("[FAIL]\tRestart nr or args are wrong (nr=%lu, args=%lu %lu %lu %lu %lu %lu)\n",
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
200
printf("[OK]\tReplacement nr and args are correct\n");
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
211
printf("[FAIL]\tChild failed\n");
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
214
printf("[OK]\tChild exited cleanly\n");
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
59
printf("[RUN]\tptrace-induced syscall restart\n");
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
79
printf("\tChild will make one syscall\n");
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
91
printf("[RUN]\tSYSEMU\n");
tools/testing/selftests/powerpc/ptrace/ptrace-tar.c
121
printf("Child's exit status not captured\n");
tools/testing/selftests/powerpc/ptrace/ptrace-tar.c
21
printf("%-30s TAR: %u PPR: %lx DSCR: %u\n",
tools/testing/selftests/powerpc/ptrace/ptrace-tar.c
38
printf("%-30s TAR: %lu PPR: %lx DSCR: %lu\n",
tools/testing/selftests/powerpc/ptrace/ptrace-tar.c
57
printf("%-30s TAR: %lu PPR: %lx DSCR: %lu\n",
tools/testing/selftests/powerpc/ptrace/ptrace-tar.c
69
printf("%-30s TAR: %u PPR: %lx DSCR: %u\n",
tools/testing/selftests/powerpc/ptrace/ptrace-tm-gpr.c
142
printf("Child's exit status not captured\n");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-gpr.c
25
printf("Starting the child\n");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-gpr.c
153
printf("Child's exit status not captured\n");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-tar.c
107
printf("%-30s TAR: %lu PPR: %lx DSCR: %lu\n",
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-tar.c
112
printf("%-30s TAR: %lu PPR: %lx DSCR: %lu\n",
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-tar.c
117
printf("%-30s TAR: %u PPR: %lx DSCR: %u\n",
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-tar.c
158
printf("Child's exit status not captured\n");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-tar.c
89
printf("%-30s TAR: %lu PPR: %lx DSCR: %lu\n",
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-vsx.c
168
printf("Child's exit status not captured\n");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spr.c
102
printf("TFHAR: %lx TEXASR: %lx TFIAR: %lx\n", pptr->regs.tm_tfhar,
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spr.c
151
printf("Child's exit status not captured\n");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-tar.c
101
printf("%-30s TAR: %lu PPR: %lx DSCR: %lu\n",
tools/testing/selftests/powerpc/ptrace/ptrace-tm-tar.c
106
printf("%-30s TAR: %u PPR: %lx DSCR: %u\n",
tools/testing/selftests/powerpc/ptrace/ptrace-tm-tar.c
144
printf("Child's exit status not captured\n");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-tar.c
78
printf("%-30s TAR: %lu PPR: %lx DSCR: %lu\n",
tools/testing/selftests/powerpc/ptrace/ptrace-tm-tar.c
96
printf("%-30s TAR: %lu PPR: %lx DSCR: %lu\n",
tools/testing/selftests/powerpc/ptrace/ptrace-tm-vsx.c
151
printf("Child's exit status not captured\n");
tools/testing/selftests/powerpc/ptrace/ptrace-vsx.c
102
printf("Child's exit status not captured\n");
tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h
19
printf("vsx[%d]: %lx load[%d] %lx\n",
tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h
39
printf("vmx[%d][0]: %lx load[%d] %lx\n",
tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h
42
printf("vmx[%d][1]: %lx load[%d] %lx\n",
tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h
53
printf("vmx[%d][0]: %lx load[%d] %lx\n",
tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h
56
printf("vmx[%d][1]: %lx load[%d] %lx\n",
tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h
76
printf("store[%d]: %lx load[%d] %lx\n",
tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h
86
printf("store[%d]: %lx load[%d] %lx\n",
tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h
94
printf("store[%d]: %lx load[%d] %lx\n",
tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h
99
printf("here store[%d]: %lx load[%d] %lx\n",
tools/testing/selftests/powerpc/ptrace/ptrace.h
476
printf("ptrace(PTRACE_PEEKUSR) succeeded unexpectedly!\n");
tools/testing/selftests/powerpc/ptrace/ptrace.h
501
printf("ptrace(PTRACE_POKEUSR) succeeded unexpectedly!\n");
tools/testing/selftests/powerpc/ptrace/ptrace.h
753
printf("TEXASR: %16lx\t", texasr);
tools/testing/selftests/powerpc/ptrace/ptrace.h
756
printf("TEXASR_FP ");
tools/testing/selftests/powerpc/ptrace/ptrace.h
759
printf("TEXASR_DA ");
tools/testing/selftests/powerpc/ptrace/ptrace.h
762
printf("TEXASR_NO ");
tools/testing/selftests/powerpc/ptrace/ptrace.h
765
printf("TEXASR_FO ");
tools/testing/selftests/powerpc/ptrace/ptrace.h
768
printf("TEXASR_SIC ");
tools/testing/selftests/powerpc/ptrace/ptrace.h
771
printf("TEXASR_NTC ");
tools/testing/selftests/powerpc/ptrace/ptrace.h
774
printf("TEXASR_TC ");
tools/testing/selftests/powerpc/ptrace/ptrace.h
777
printf("TEXASR_TIC ");
tools/testing/selftests/powerpc/ptrace/ptrace.h
780
printf("TEXASR_IC ");
tools/testing/selftests/powerpc/ptrace/ptrace.h
783
printf("TEXASR_IFC ");
tools/testing/selftests/powerpc/ptrace/ptrace.h
786
printf("TEXASR_ABT ");
tools/testing/selftests/powerpc/ptrace/ptrace.h
789
printf("TEXASR_SPD ");
tools/testing/selftests/powerpc/ptrace/ptrace.h
792
printf("TEXASR_HV ");
tools/testing/selftests/powerpc/ptrace/ptrace.h
795
printf("TEXASR_PR ");
tools/testing/selftests/powerpc/ptrace/ptrace.h
798
printf("TEXASR_FS ");
tools/testing/selftests/powerpc/ptrace/ptrace.h
801
printf("TEXASR_TE ");
tools/testing/selftests/powerpc/ptrace/ptrace.h
804
printf("TEXASR_ROT ");
tools/testing/selftests/powerpc/ptrace/ptrace.h
806
printf("TFIAR :%lx\n", get_tfiar());
tools/testing/selftests/powerpc/security/entry_flush.c
92
printf("FAIL (L1D misses with entry_flush=%d: %llu %c %lu) [%d/%d failures]\n",
tools/testing/selftests/powerpc/security/entry_flush.c
99
printf("PASS (L1D misses with entry_flush=%d: %llu %c %lu) [%d/%d pass]\n",
tools/testing/selftests/powerpc/security/flush_utils.c
61
printf("WARNING: Skipping over dscr setup. Consider running 'ppc64_cpu --dscr=1' manually.\n");
tools/testing/selftests/powerpc/security/flush_utils.c
64
printf("SIGILL at %p\n", pc);
tools/testing/selftests/powerpc/security/rfi_flush.c
100
printf("PASS (L1D misses with rfi_flush=%d: %llu %c %lu) [%d/%d pass]\n",
tools/testing/selftests/powerpc/security/rfi_flush.c
93
printf("FAIL (L1D misses with rfi_flush=%d: %llu %c %lu) [%d/%d failures]\n",
tools/testing/selftests/powerpc/security/spectre_v2.c
102
printf("sysfs reports: '%s'\n", buf);
tools/testing/selftests/powerpc/security/spectre_v2.c
140
printf("Error: couldn't determine spectre_v2 mitigation state?\n");
tools/testing/selftests/powerpc/security/spectre_v2.c
176
printf("Miss percent %lld %%\n", miss_percent);
tools/testing/selftests/powerpc/security/spectre_v2.c
194
printf("Branch misses > 95%% unexpected in this configuration.\n");
tools/testing/selftests/powerpc/security/spectre_v2.c
195
printf("Count cache likely disabled without Linux knowing.\n");
tools/testing/selftests/powerpc/security/spectre_v2.c
197
printf("WARNING: Kernel performing unnecessary flushes.\n");
tools/testing/selftests/powerpc/security/spectre_v2.c
200
printf("Branch misses > 15%% unexpected in this configuration!\n");
tools/testing/selftests/powerpc/security/spectre_v2.c
201
printf("Possible mismatch between reported & actual mitigation\n");
tools/testing/selftests/powerpc/security/spectre_v2.c
209
printf("Branch misses > 25%% unexpected in this configuration!\n");
tools/testing/selftests/powerpc/security/spectre_v2.c
210
printf("Possible mismatch between reported & actual mitigation\n");
tools/testing/selftests/powerpc/security/spectre_v2.c
216
printf("Branch misses < 95%% unexpected in this configuration!\n");
tools/testing/selftests/powerpc/security/spectre_v2.c
217
printf("Possible mismatch between reported & actual mitigation\n");
tools/testing/selftests/powerpc/security/spectre_v2.c
223
printf("Not sure!\n");
tools/testing/selftests/powerpc/security/spectre_v2.c
227
printf("OK - Measured branch prediction rates match reported spectre v2 mitigation.\n");
tools/testing/selftests/powerpc/security/uaccess_flush.c
106
printf("FAIL (L1D misses with uaccess_flush=%d: %llu %c %lu) [%d/%d failures]\n",
tools/testing/selftests/powerpc/security/uaccess_flush.c
113
printf("PASS (L1D misses with uaccess_flush=%d: %llu %c %lu) [%d/%d pass]\n",
tools/testing/selftests/powerpc/signal/sigfuz.c
276
printf("%s: Sigfuzzer for powerpc\n", name);
tools/testing/selftests/powerpc/signal/sigfuz.c
277
printf("Usage:\n");
tools/testing/selftests/powerpc/signal/sigfuz.c
278
printf("\t-b\t Mess with TM before raising a SIGUSR1 signal\n");
tools/testing/selftests/powerpc/signal/sigfuz.c
279
printf("\t-a\t Mess with TM after raising a SIGUSR1 signal\n");
tools/testing/selftests/powerpc/signal/sigfuz.c
280
printf("\t-m\t Mess with MSR[TS] bits at mcontext\n");
tools/testing/selftests/powerpc/signal/sigfuz.c
281
printf("\t-x\t Mess with everything above\n");
tools/testing/selftests/powerpc/signal/sigfuz.c
282
printf("\t-f\t Run forever (Press ^C to Quit)\n");
tools/testing/selftests/powerpc/signal/sigfuz.c
283
printf("\t-i\t Amount of interactions. (Default = %d)\n", COUNT_MAX);
tools/testing/selftests/powerpc/signal/sigfuz.c
284
printf("\t-t\t Amount of threads. (Default = %d)\n", THREADS);
tools/testing/selftests/powerpc/signal/sigfuz.c
294
printf("Mess with TM before signal\n");
tools/testing/selftests/powerpc/signal/sigfuz.c
297
printf("Mess with TM at signal handler\n");
tools/testing/selftests/powerpc/signal/sigfuz.c
300
printf("Mess with MSR[TS] bits in mcontext\n");
tools/testing/selftests/powerpc/signal/sigfuz.c
303
printf("Running with all options enabled\n");
tools/testing/selftests/powerpc/signal/sigfuz.c
307
printf("Threads = %d\n", nthread);
tools/testing/selftests/powerpc/signal/sigfuz.c
310
printf("Press ^C to stop\n");
tools/testing/selftests/powerpc/signal/sigfuz.c
314
printf("Running for %d interactions\n", count_max);
tools/testing/selftests/powerpc/signal/signal_tm.c
86
printf("TEXASR 0x%016lx, TFIAR 0x%016lx\n",
tools/testing/selftests/powerpc/signal/sigreturn_kernel.c
115
printf("All children killed as expected\n");
tools/testing/selftests/powerpc/signal/sigreturn_vdso.c
103
printf("Signal delivered OK with VDSO moved\n");
tools/testing/selftests/powerpc/signal/sigreturn_vdso.c
106
printf("Unmapped VDSO\n");
tools/testing/selftests/powerpc/signal/sigreturn_vdso.c
115
printf("Remapped the stack executable\n");
tools/testing/selftests/powerpc/signal/sigreturn_vdso.c
119
printf("Signal delivered OK with VDSO unmapped\n");
tools/testing/selftests/powerpc/signal/sigreturn_vdso.c
47
printf("sscanf errored\n");
tools/testing/selftests/powerpc/signal/sigreturn_vdso.c
87
printf("VDSO is at 0x%lx-0x%lx (%lu bytes)\n", low, high, size);
tools/testing/selftests/powerpc/signal/sigreturn_vdso.c
91
printf("Signal delivered OK with VDSO mapped\n");
tools/testing/selftests/powerpc/signal/sigreturn_vdso.c
99
printf("VDSO moved to 0x%lx-0x%lx (%lu bytes)\n", low, high, size);
tools/testing/selftests/powerpc/stringloops/memcmp.c
52
printf("memcmp returned %d, should have returned %d (offset %ld size %ld)\n", x, y, offset, size);
tools/testing/selftests/powerpc/stringloops/memcmp.c
55
printf("%02x ", s1[i]);
tools/testing/selftests/powerpc/stringloops/memcmp.c
56
printf("\n");
tools/testing/selftests/powerpc/stringloops/memcmp.c
59
printf("%02x ", s2[i]);
tools/testing/selftests/powerpc/stringloops/memcmp.c
60
printf("\n");
tools/testing/selftests/powerpc/stringloops/memcmp.c
65
printf("vmx enter/exit not paired.(offset:%ld size:%ld s1:%p s2:%p vc:%d\n",
tools/testing/selftests/powerpc/stringloops/memcmp.c
67
printf("\n");
tools/testing/selftests/powerpc/stringloops/strlen.c
27
printf("strlen() returned %d, should have returned %d (%p offset %ld)\n", x, y, s, offset);
tools/testing/selftests/powerpc/stringloops/strlen.c
30
printf("%02x ", s[i]);
tools/testing/selftests/powerpc/stringloops/strlen.c
31
printf("\n");
tools/testing/selftests/powerpc/stringloops/strlen.c
48
printf("len %3.3d : time = %.6f\n", test_strlen(s), ts_end.tv_sec - ts_start.tv_sec + (ts_end.tv_nsec - ts_start.tv_nsec) / 1e9);
tools/testing/selftests/powerpc/syscalls/ipc_unmuxed.c
22
printf("Testing " #_name); \
tools/testing/selftests/powerpc/syscalls/ipc_unmuxed.c
25
printf("\treturned %d, errno %d\n", rc, errno); \
tools/testing/selftests/powerpc/syscalls/rtas_filter.c
101
printf("Unexpected kregion bounds\n");
tools/testing/selftests/powerpc/syscalls/rtas_filter.c
121
printf("call '%s' not available, skipping...", name);
tools/testing/selftests/powerpc/syscalls/rtas_filter.c
165
printf("Test a permitted call, no parameters... ");
tools/testing/selftests/powerpc/syscalls/rtas_filter.c
167
printf("rc: %d\n", rc);
tools/testing/selftests/powerpc/syscalls/rtas_filter.c
172
printf("Test a prohibited call... ");
tools/testing/selftests/powerpc/syscalls/rtas_filter.c
174
printf("rc: %d\n", rc);
tools/testing/selftests/powerpc/syscalls/rtas_filter.c
180
printf("Couldn't read RMO region bounds, skipping remaining cases\n");
tools/testing/selftests/powerpc/syscalls/rtas_filter.c
185
printf("RMO range: %08x - %08x\n", rmo_start, rmo_end);
tools/testing/selftests/powerpc/syscalls/rtas_filter.c
189
printf("Test a permitted call, user-supplied size, buffer inside RMO... ");
tools/testing/selftests/powerpc/syscalls/rtas_filter.c
192
printf("rc: %d\n", rc);
tools/testing/selftests/powerpc/syscalls/rtas_filter.c
197
printf("Test a permitted call, user-supplied size, buffer start outside RMO... ");
tools/testing/selftests/powerpc/syscalls/rtas_filter.c
200
printf("rc: %d\n", rc);
tools/testing/selftests/powerpc/syscalls/rtas_filter.c
205
printf("Test a permitted call, user-supplied size, buffer end outside RMO... ");
tools/testing/selftests/powerpc/syscalls/rtas_filter.c
208
printf("rc: %d\n", rc);
tools/testing/selftests/powerpc/syscalls/rtas_filter.c
213
printf("Test a permitted call, fixed size, buffer end outside RMO... ");
tools/testing/selftests/powerpc/syscalls/rtas_filter.c
215
printf("rc: %d\n", rc);
tools/testing/selftests/powerpc/tm/tm-poison.c
120
printf("Unknown value %#"PRIx64" leaked into f31!\n", unknown);
tools/testing/selftests/powerpc/tm/tm-poison.c
122
printf("Good, no poison or leaked value into FP registers\n");
tools/testing/selftests/powerpc/tm/tm-poison.c
168
printf("Unknown value %#"PRIx64" leaked into vr31!\n", unknown);
tools/testing/selftests/powerpc/tm/tm-poison.c
170
printf("Good, no poison or leaked value into VEC registers\n");
tools/testing/selftests/powerpc/tm/tm-resched-dscr.c
45
printf("Check DSCR TM context switch: ");
tools/testing/selftests/powerpc/tm/tm-resched-dscr.c
84
printf(" FAIL\n");
tools/testing/selftests/powerpc/tm/tm-resched-dscr.c
87
printf(" OK\n");
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-fpu.c
58
printf("FPR%d (1st context) == %g instead of %g (expected)\n",
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-fpu.c
68
printf("FPR%d (2nd context) == %g instead of %g (expected)\n",
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-gpr.c
60
printf("GPR%d (1st context) == %lu instead of %lu (expected)\n",
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-gpr.c
70
printf("GPR%d (2nd context) == %lu instead of %lu (expected)\n",
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vmx.c
68
printf("VMX%d (1st context) == 0x", VMX20 + i);
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vmx.c
71
printf("%08x", ucp->uc_mcontext.v_regs->vrregs[VMX20 + i][j]);
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vmx.c
72
printf(" instead of 0x");
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vmx.c
75
printf("%08x", vms[i][j]);
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vmx.c
76
printf(" (expected)\n");
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vmx.c
86
printf("VMX%d (2nd context) == 0x", NV_VMX_REGS + i);
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vmx.c
89
printf("%08x", tm_ucp->uc_mcontext.v_regs->vrregs[VMX20 + i][j]);
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vmx.c
90
printf(" instead of 0x");
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vmx.c
93
printf("%08x", vms[NV_VMX_REGS + i][j]);
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vmx.c
94
printf(" (expected)\n");
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vsx.c
113
printf("VSX%d (1st context) == 0x", VSX20 + i);
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vsx.c
115
printf("%02x", vsx[j]);
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vsx.c
116
printf(" instead of 0x");
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vsx.c
118
printf("%08x", vsxs[i][j]);
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vsx.c
119
printf(" (expected)\n");
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vsx.c
137
printf("VSX%d (2nd context) == 0x", VSX20 + i);
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vsx.c
139
printf("%02x", vsx_tm[j]);
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vsx.c
140
printf(" instead of 0x");
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vsx.c
142
printf("%08x", vsxs[NV_VSX_REGS + i][j]);
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vsx.c
143
printf("(expected)\n");
tools/testing/selftests/powerpc/tm/tm-syscall.c
119
printf("%d active and suspended transactions behaved correctly.\n", count);
tools/testing/selftests/powerpc/tm/tm-syscall.c
120
printf("(There were %d transaction retries.)\n", retries);
tools/testing/selftests/powerpc/tm/tm-syscall.c
60
printf("Unexpected persistent transaction failure.\n");
tools/testing/selftests/powerpc/tm/tm-syscall.c
61
printf("TEXASR 0x%016lx, TFIAR 0x%016lx.\n",
tools/testing/selftests/powerpc/tm/tm-syscall.c
69
printf("Exceeded limit of %d temporary transaction failures.\n", TM_RETRIES);
tools/testing/selftests/powerpc/tm/tm-syscall.c
70
printf("TEXASR 0x%016lx, TFIAR 0x%016lx.\n",
tools/testing/selftests/powerpc/tm/tm-syscall.c
86
printf("Testing transactional syscalls for %d seconds...\n", TEST_DURATION);
tools/testing/selftests/powerpc/tm/tm-tar.c
81
printf("Syntax:\n\t%s [<num loops>]\n",
tools/testing/selftests/powerpc/tm/tm-tar.c
89
printf("Starting, %d loops\n", num_loops);
tools/testing/selftests/powerpc/tm/tm-tmspr.c
137
printf("Syntax:\t [<num loops>]\n");
tools/testing/selftests/powerpc/tm/tm-trap.c
294
printf("%s machine detected. Checking if endianness flips %s",
tools/testing/selftests/powerpc/tm/tm-trap.c
323
printf("no.\n"); /* no, endianness did not flip inadvertently */
tools/testing/selftests/powerpc/tm/tm-trap.c
327
printf("yes!\n"); /* yes, endianness did flip inadvertently */
tools/testing/selftests/powerpc/tm/tm-unavailable.c
111
printf("If MSR.FP=%d MSR.VEC=%d: ", flags.touch_fp, flags.touch_vec);
tools/testing/selftests/powerpc/tm/tm-unavailable.c
116
printf("No valid exception specified to test.\n");
tools/testing/selftests/powerpc/tm/tm-unavailable.c
233
printf("\n\tExpecting the transaction to fail, %s",
tools/testing/selftests/powerpc/tm/tm-unavailable.c
241
printf("\n\tUnexpected transaction failure 0x%02lx\n\t",
tools/testing/selftests/powerpc/tm/tm-unavailable.c
253
printf("\n\tUnexpected failure cause 0x%02lx\n\t",
tools/testing/selftests/powerpc/tm/tm-unavailable.c
260
printf("CR0: 0x%1lx ", cr_ >> 28);
tools/testing/selftests/powerpc/tm/tm-unavailable.c
264
printf("FP corrupted!");
tools/testing/selftests/powerpc/tm/tm-unavailable.c
265
printf(" high = %#16" PRIx64 " low = %#16" PRIx64 " ",
tools/testing/selftests/powerpc/tm/tm-unavailable.c
269
printf("FP ok ");
tools/testing/selftests/powerpc/tm/tm-unavailable.c
273
printf("VEC corrupted!");
tools/testing/selftests/powerpc/tm/tm-unavailable.c
274
printf(" high = %#16" PRIx64 " low = %#16" PRIx64,
tools/testing/selftests/powerpc/tm/tm-unavailable.c
278
printf("VEC ok");
tools/testing/selftests/powerpc/tm/tm-unavailable.c
334
printf("All transactions failed unexpectedly\n");
tools/testing/selftests/powerpc/tm/tm-unavailable.c
378
printf("Checking if FP/VEC registers are sane after");
tools/testing/selftests/powerpc/tm/tm-unavailable.c
381
printf(" a FP unavailable exception...\n");
tools/testing/selftests/powerpc/tm/tm-unavailable.c
384
printf(" a VEC unavailable exception...\n");
tools/testing/selftests/powerpc/tm/tm-unavailable.c
387
printf(" a VSX unavailable exception...\n");
tools/testing/selftests/powerpc/tm/tm-unavailable.c
399
printf("result: failed!\n");
tools/testing/selftests/powerpc/tm/tm-unavailable.c
402
printf("result: success\n");
tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c
70
printf("\n\n==============\n\n");
tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c
71
printf("Failure with error: %lx\n", _TEXASR_FAILURE_CODE(texasr));
tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c
72
printf("Summary error : %lx\n", _TEXASR_FAILURE_SUMMARY(texasr));
tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c
73
printf("TFIAR exact : %lx\n\n", _TEXASR_TFIAR_EXACT(texasr));
tools/testing/selftests/powerpc/tm/tm-vmxcopy.c
90
printf("FAILED: vector state leaked on abort %f != %f\n",
tools/testing/selftests/powerpc/tm/tm.h
22
printf("PPC_FEATURE2_HTM not defined, can't check AT_HWCAP2\n");
tools/testing/selftests/powerpc/tm/tm.h
32
printf("PPC_FEATURE2_HTM_NOSC not defined, can't check AT_HWCAP2\n");
tools/testing/selftests/powerpc/utils.c
448
printf("No cpus in affinity mask?!\n");
tools/testing/selftests/powerpc/utils.c
466
printf("Binding to cpu %d\n", cpu);
tools/testing/selftests/powerpc/vphn/test-vphn.c
375
printf("expected %d elements, got %d\n", test->expected[0],
tools/testing/selftests/powerpc/vphn/test-vphn.c
383
printf("element #%d is 0x%x, should be 0x%x\n", i, val,
tools/testing/selftests/prctl/disable-tsc-test.c
45
printf("[ SIG_SEGV ]\n");
tools/testing/selftests/prctl/disable-tsc-test.c
46
printf("prctl(PR_GET_TSC, &tsc_val); ");
tools/testing/selftests/prctl/disable-tsc-test.c
52
printf("tsc_val == %s\n", tsc_names[tsc_val]);
tools/testing/selftests/prctl/disable-tsc-test.c
53
printf("prctl(PR_SET_TSC, PR_TSC_ENABLE)\n");
tools/testing/selftests/prctl/disable-tsc-test.c
58
printf("rdtsc() == ");
tools/testing/selftests/prctl/disable-tsc-test.c
67
printf("rdtsc() == %llu\n", (unsigned long long)rdtsc());
tools/testing/selftests/prctl/disable-tsc-test.c
68
printf("prctl(PR_GET_TSC, &tsc_val); ");
tools/testing/selftests/prctl/disable-tsc-test.c
74
printf("tsc_val == %s\n", tsc_names[tsc_val]);
tools/testing/selftests/prctl/disable-tsc-test.c
75
printf("rdtsc() == %llu\n", (unsigned long long)rdtsc());
tools/testing/selftests/prctl/disable-tsc-test.c
76
printf("prctl(PR_SET_TSC, PR_TSC_ENABLE)\n");
tools/testing/selftests/prctl/disable-tsc-test.c
82
printf("rdtsc() == %llu\n", (unsigned long long)rdtsc());
tools/testing/selftests/prctl/disable-tsc-test.c
83
printf("prctl(PR_SET_TSC, PR_TSC_SIGSEGV)\n");
tools/testing/selftests/prctl/disable-tsc-test.c
89
printf("rdtsc() == ");
tools/testing/selftests/prctl/disable-tsc-test.c
91
printf("%llu\n", (unsigned long long)rdtsc());
tools/testing/selftests/prctl/set-anon-vma-name-test.c
51
printf("## /proc/self/maps file opening error\n");
tools/testing/selftests/prctl/set-anon-vma-name-test.c
62
printf("## EOF while parsing the maps file\n");
tools/testing/selftests/proc/proc-maps-race.c
207
printf("%s", text);
tools/testing/selftests/proc/proc-maps-race.c
209
printf("\n");
tools/testing/selftests/proc/proc-maps-race.c
211
printf("%s", text);
tools/testing/selftests/proc/proc-maps-race.c
226
printf("%s", start);
tools/testing/selftests/proc/proc-maps-race.c
234
printf("%s", title);
tools/testing/selftests/proc/proc-maps-race.c
237
printf("-----------------page boundary-----------------\n");
tools/testing/selftests/proc/proc-maps-race.c
253
printf("==== %s ====\n", name);
tools/testing/selftests/proc/proc-maps-race.c
273
printf(".");
tools/testing/selftests/proc/proc-maps-race.c
281
printf("\n");
tools/testing/selftests/ptp/testptp.c
339
printf("capabilities:\n"
tools/testing/selftests/ptp/testptp.c
405
printf("clock time: %ld.%09ld or %s",
tools/testing/selftests/ptp/testptp.c
468
printf("event index %u at %lld.%09u\n", event.index,
tools/testing/selftests/ptp/testptp.c
498
printf("name %s index %u func %u chan %u\n",
tools/testing/selftests/ptp/testptp.c
51
printf("PTP_EXTTS_REQUEST%c flags 0x%08x : (%d) %s\n",
tools/testing/selftests/ptp/testptp.c
580
printf("system time: %lld.%09u\n",
tools/testing/selftests/ptp/testptp.c
582
printf("phc time: %lld.%09u\n",
tools/testing/selftests/ptp/testptp.c
584
printf("system time: %lld.%09u\n",
tools/testing/selftests/ptp/testptp.c
586
printf("system/phc clock time offset is %" PRId64 " ns\n"
tools/testing/selftests/ptp/testptp.c
607
printf("extended timestamp request returned %d samples\n",
tools/testing/selftests/ptp/testptp.c
613
printf("sample #%2d: real time before: %lld.%09u\n",
tools/testing/selftests/ptp/testptp.c
618
printf("sample #%2d: monotonic time before: %lld.%09u\n",
tools/testing/selftests/ptp/testptp.c
623
printf("sample #%2d: monotonic-raw time before: %lld.%09u\n",
tools/testing/selftests/ptp/testptp.c
630
printf(" phc time: %lld.%09u\n",
tools/testing/selftests/ptp/testptp.c
634
printf(" real time after: %lld.%09u\n",
tools/testing/selftests/ptp/testptp.c
639
printf(" monotonic time after: %lld.%09u\n",
tools/testing/selftests/ptp/testptp.c
644
printf(" monotonic-raw time after: %lld.%09u\n",
tools/testing/selftests/ptp/testptp.c
669
printf("device time: %lld.%09u\n",
tools/testing/selftests/ptp/testptp.c
671
printf("system time: %lld.%09u\n",
tools/testing/selftests/ptp/testptp.c
673
printf("monoraw time: %lld.%09u\n",
tools/testing/selftests/ptp/testptp.c
686
printf("Channel %d exclusively enabled. Check on debugfs.\n", channel);
tools/testing/selftests/ptp/testptp.c
687
printf("Press any key to continue\n.");
tools/testing/selftests/ptrace/peeksiginfo.c
210
printf("PASS\n");
tools/testing/selftests/resctrl/cache.c
109
printf("Pid: %d \t LLC_value: %llu\n", (int)bm_pid, llc_value);
tools/testing/selftests/resctrl/resctrl_tests.c
304
printf("invalid test: %s\n", token);
tools/testing/selftests/resctrl/resctrl_tests.c
317
printf("Bail out! invalid argument for no_of_bits\n");
tools/testing/selftests/resctrl/resctrl_tests.c
326
printf("invalid argument\n");
tools/testing/selftests/resctrl/resctrl_tests.c
79
printf("usage: resctrl_tests [-h] [-t test list] [-n no_of_bits] [-b benchmark_cmd [option]...]\n");
tools/testing/selftests/resctrl/resctrl_tests.c
80
printf("\t-b benchmark_cmd [option]...: run specified benchmark for MBM, MBA and CMT\n");
tools/testing/selftests/resctrl/resctrl_tests.c
81
printf("\t default benchmark is builtin fill_buf\n");
tools/testing/selftests/resctrl/resctrl_tests.c
82
printf("\t-t test list: run tests/groups specified by the list, ");
tools/testing/selftests/resctrl/resctrl_tests.c
83
printf("e.g. -t mbm,mba,cmt,cat\n");
tools/testing/selftests/resctrl/resctrl_tests.c
84
printf("\t\tSupported tests (group):\n");
tools/testing/selftests/resctrl/resctrl_tests.c
87
printf("\t\t\t%s (%s)\n", resctrl_tests[i]->name, resctrl_tests[i]->group);
tools/testing/selftests/resctrl/resctrl_tests.c
89
printf("\t\t\t%s\n", resctrl_tests[i]->name);
tools/testing/selftests/resctrl/resctrl_tests.c
91
printf("\t-n no_of_bits: run cache tests using specified no of bits in cache bit mask\n");
tools/testing/selftests/resctrl/resctrl_tests.c
92
printf("\t-p cpu_no: specify CPU number to run the test. 1 is default\n");
tools/testing/selftests/resctrl/resctrl_tests.c
93
printf("\t-h: help\n");
tools/testing/selftests/resctrl/resctrl_val.c
450
printf("Pid: %d \t Mem_BW_iMC: %f \t ", (int)bm_pid, bw_imc);
tools/testing/selftests/resctrl/resctrl_val.c
451
printf("Mem_BW_resc: %lu \t Difference: %lu\n", bw_resc, diff);
tools/testing/selftests/riscv/hwprobe/which-cpus.c
21
printf("\n"
tools/testing/selftests/riscv/hwprobe/which-cpus.c
34
printf("cpus: None\n");
tools/testing/selftests/riscv/hwprobe/which-cpus.c
38
printf("cpus:");
tools/testing/selftests/riscv/hwprobe/which-cpus.c
41
printf("-%d", end);
tools/testing/selftests/riscv/hwprobe/which-cpus.c
51
printf("%c%d", i == 0 ? ' ' : ',', c);
tools/testing/selftests/riscv/hwprobe/which-cpus.c
55
printf("-%d", end);
tools/testing/selftests/riscv/hwprobe/which-cpus.c
56
printf("\n");
tools/testing/selftests/riscv/vector/v_exec_initval_nolibc.c
47
printf("Register " __stringify(register) \
tools/testing/selftests/riscv/vector/v_helpers.c
48
printf("WARNING: vector not supported\n");
tools/testing/selftests/riscv/vector/v_helpers.c
59
printf("fork failed %d", pid);
tools/testing/selftests/riscv/vector/v_helpers.c
73
printf("child execve failed %d\n", rc);
tools/testing/selftests/riscv/vector/v_helpers.c
80
printf("waitpid failed\n");
tools/testing/selftests/riscv/vector/v_helpers.c
86
printf("child exited abnormally\n");
tools/testing/selftests/riscv/vector/vstate_prctl.c
20
printf("prctl with provided arg %lx failed with code %d\n",
tools/testing/selftests/riscv/vector/vstate_prctl.c
26
printf("Test failed, check %d != %ld\n", rc, expected);
tools/testing/selftests/rseq/basic_percpu_ops_test.c
340
printf("spinlock\n");
tools/testing/selftests/rseq/basic_percpu_ops_test.c
342
printf("percpu_list\n");
tools/testing/selftests/rseq/basic_test.c
49
printf("testing current cpu\n");
tools/testing/selftests/rseq/param_test.c
1456
printf("Usage : %s <OPTIONS>\n",
tools/testing/selftests/rseq/param_test.c
1458
printf("OPTIONS:\n");
tools/testing/selftests/rseq/param_test.c
1459
printf(" [-1 loops] Number of loops for delay injection 1\n");
tools/testing/selftests/rseq/param_test.c
1460
printf(" [-2 loops] Number of loops for delay injection 2\n");
tools/testing/selftests/rseq/param_test.c
1461
printf(" [-3 loops] Number of loops for delay injection 3\n");
tools/testing/selftests/rseq/param_test.c
1462
printf(" [-4 loops] Number of loops for delay injection 4\n");
tools/testing/selftests/rseq/param_test.c
1463
printf(" [-5 loops] Number of loops for delay injection 5\n");
tools/testing/selftests/rseq/param_test.c
1464
printf(" [-6 loops] Number of loops for delay injection 6\n");
tools/testing/selftests/rseq/param_test.c
1465
printf(" [-7 loops] Number of loops for delay injection 7 (-1 to enable -m)\n");
tools/testing/selftests/rseq/param_test.c
1466
printf(" [-8 loops] Number of loops for delay injection 8 (-1 to enable -m)\n");
tools/testing/selftests/rseq/param_test.c
1467
printf(" [-9 loops] Number of loops for delay injection 9 (-1 to enable -m)\n");
tools/testing/selftests/rseq/param_test.c
1468
printf(" [-m N] Yield/sleep/kill every modulo N (default 0: disabled) (>= 0)\n");
tools/testing/selftests/rseq/param_test.c
1469
printf(" [-y] Yield\n");
tools/testing/selftests/rseq/param_test.c
1470
printf(" [-k] Kill thread with signal\n");
tools/testing/selftests/rseq/param_test.c
1471
printf(" [-s S] S: =0: disabled (default), >0: sleep time (ms)\n");
tools/testing/selftests/rseq/param_test.c
1472
printf(" [-t N] Number of threads (default 200)\n");
tools/testing/selftests/rseq/param_test.c
1473
printf(" [-r N] Number of repetitions per thread (default 5000)\n");
tools/testing/selftests/rseq/param_test.c
1474
printf(" [-d] Disable rseq system call (no initialization)\n");
tools/testing/selftests/rseq/param_test.c
1475
printf(" [-D M] Disable rseq for each M threads\n");
tools/testing/selftests/rseq/param_test.c
1476
printf(" [-T test] Choose test: (s)pinlock, (l)ist, (b)uffer, (m)emcpy, (i)ncrement, membarrie(r)\n");
tools/testing/selftests/rseq/param_test.c
1477
printf(" [-M] Push into buffer and memcpy buffer with memory barriers.\n");
tools/testing/selftests/rseq/param_test.c
1478
printf(" [-v] Verbose output.\n");
tools/testing/selftests/rseq/param_test.c
1479
printf(" [-h] Show this help.\n");
tools/testing/selftests/rseq/param_test.c
1480
printf("\n");
tools/testing/selftests/rseq/param_test.c
55
printf(fmt, ## __VA_ARGS__); \
tools/testing/selftests/rseq/slice_test.c
211
printf("# Total %12ld\n", total);
tools/testing/selftests/rseq/slice_test.c
212
printf("# Success %12ld\n", success);
tools/testing/selftests/rseq/slice_test.c
213
printf("# Yielded %12ld\n", yielded);
tools/testing/selftests/rseq/slice_test.c
214
printf("# Aborted %12ld\n", aborted);
tools/testing/selftests/rseq/slice_test.c
215
printf("# Scheduled %12ld\n", scheduled);
tools/testing/selftests/rseq/slice_test.c
216
printf("# Raced %12ld\n", raced);
tools/testing/selftests/safesetid/safesetid-test.c
245
printf("clone failed");
tools/testing/selftests/safesetid/safesetid-test.c
255
printf("preparing file name string failed");
tools/testing/selftests/safesetid/safesetid-test.c
262
printf("should not reach here");
tools/testing/selftests/safesetid/safesetid-test.c
540
printf("test successful!\n");
tools/testing/selftests/safesetid/safesetid-test.c
61
printf("vsnprintf failed: %s\n",
tools/testing/selftests/safesetid/safesetid-test.c
66
printf("vsnprintf output truncated\n");
tools/testing/selftests/safesetid/safesetid-test.c
79
printf("short write to %s\n", filename);
tools/testing/selftests/safesetid/safesetid-test.c
82
printf("write to %s failed: %s\n",
tools/testing/selftests/safesetid/safesetid-test.c
88
printf("close of %s failed: %s\n",
tools/testing/selftests/sched/cs_prctl_test.c
120
printf("Not a core sched system\n");
tools/testing/selftests/sched/cs_prctl_test.c
163
printf("write failed on pfd[%d] - error (%s)\n",
tools/testing/selftests/sched/cs_prctl_test.c
195
printf("read failed on proc[%d].pfd[0] error (%s)\n",
tools/testing/selftests/sched/cs_prctl_test.c
205
printf("tid=%d, / tgid=%d / pgid=%d: %lx\n", gettid(), getpid(), getpgid(0),
tools/testing/selftests/sched/cs_prctl_test.c
209
printf(" tid=%d, / tgid=%d / pgid=%d: %lx\n", proc[i].cpid, proc[i].cpid,
tools/testing/selftests/sched/cs_prctl_test.c
212
printf(" tid=%d, / tgid=%d / pgid=%d: %lx\n", proc[i].thr_tids[j],
tools/testing/selftests/sched/cs_prctl_test.c
226
printf("(%d) FAILED: %s\n", line, msg);
tools/testing/selftests/sched/cs_prctl_test.c
228
printf("(%d) PASSED: %s\n", line, msg);
tools/testing/selftests/sched/cs_prctl_test.c
257
printf(USAGE);
tools/testing/selftests/sched/cs_prctl_test.c
279
printf("\n## Create a thread/process/process group hierarchy\n");
tools/testing/selftests/sched/cs_prctl_test.c
285
printf("\n## Set a cookie on entire process group\n");
tools/testing/selftests/sched/cs_prctl_test.c
299
printf("\n## Set a new cookie on entire process/TGID [%d]\n", pid);
tools/testing/selftests/sched/cs_prctl_test.c
308
printf("\n## Copy the cookie of current/PGID[%d], to pid [%d] as PIDTYPE_PID\n",
tools/testing/selftests/sched/cs_prctl_test.c
318
printf("\n## Copy cookie from a thread [%d] to current/PGID [%d] as PIDTYPE_PID\n",
tools/testing/selftests/sched/cs_prctl_test.c
328
printf("\n## Copy cookie from current [%d] to current as pidtype PGID\n", getpid());
tools/testing/selftests/sched/cs_prctl_test.c
344
printf("TESTS FAILED. errors: %d\n", errors);
tools/testing/selftests/sched/cs_prctl_test.c
347
printf("SUCCESS !!!\n");
tools/testing/selftests/sched/cs_prctl_test.c
83
printf("%d = prctl(%d, %ld, %ld, %ld, %lx)\n", res, option, (long)arg2, (long)arg3,
tools/testing/selftests/sched/cs_prctl_test.c
94
printf("(%s:%d) - ", fn, ln);
tools/testing/selftests/sched_ext/peek_dsq.c
110
printf("Waiting for enqueue events.\n");
tools/testing/selftests/sched_ext/peek_dsq.c
113
printf(".");
tools/testing/selftests/sched_ext/peek_dsq.c
118
printf("\n\u2717 Timeout waiting for enqueue events\n");
tools/testing/selftests/sched_ext/peek_dsq.c
137
printf("Background workload threads stopped.\n");
tools/testing/selftests/sched_ext/peek_dsq.c
144
printf("Enqueue/dispatch count over %d seconds: %d / %d\n", seconds,
tools/testing/selftests/sched_ext/peek_dsq.c
146
printf("Debug: ksym_exists=%d\n",
tools/testing/selftests/sched_ext/peek_dsq.c
150
printf("DSQ insert test done on cpu: %d\n", skel->data->insert_test_cpu);
tools/testing/selftests/sched_ext/peek_dsq.c
152
printf("\u2713 DSQ insert succeeded !\n");
tools/testing/selftests/sched_ext/peek_dsq.c
154
printf("\u2717 DSQ insert failed or not attempted\n");
tools/testing/selftests/sched_ext/peek_dsq.c
159
printf(" DSQ peek result 1 (before insert): %d\n",
tools/testing/selftests/sched_ext/peek_dsq.c
162
printf("\u2713 DSQ peek verification success: peek returned NULL!\n");
tools/testing/selftests/sched_ext/peek_dsq.c
164
printf("\u2717 DSQ peek verification failed\n");
tools/testing/selftests/sched_ext/peek_dsq.c
168
printf(" DSQ peek result 2 (after insert): %ld\n",
tools/testing/selftests/sched_ext/peek_dsq.c
170
printf(" DSQ peek result 2, expected: %ld\n",
tools/testing/selftests/sched_ext/peek_dsq.c
174
printf("\u2713 DSQ peek verification success: peek returned the inserted task!\n");
tools/testing/selftests/sched_ext/peek_dsq.c
176
printf("\u2717 DSQ peek verification failed\n");
tools/testing/selftests/sched_ext/peek_dsq.c
180
printf(" Inserted test task -> pid: %ld\n", skel->data->dsq_inserted_pid);
tools/testing/selftests/sched_ext/peek_dsq.c
181
printf(" DSQ peek result 2 -> pid: %ld\n", skel->data->dsq_peek_result2_pid);
tools/testing/selftests/sched_ext/peek_dsq.c
187
printf("Total non-null peek observations: %ld out of %ld\n",
tools/testing/selftests/sched_ext/peek_dsq.c
191
printf("\u2717 DSQ pool test failed: no successful peeks in native mode\n");
tools/testing/selftests/sched_ext/peek_dsq.c
195
printf("\u2713 DSQ pool test success: observed successful peeks in native mode\n");
tools/testing/selftests/sched_ext/peek_dsq.c
56
printf("Observed %s DSQ peek pids:\n", dsq_name);
tools/testing/selftests/sched_ext/peek_dsq.c
64
printf(" Sample %d: NULL peek\n", i);
tools/testing/selftests/sched_ext/peek_dsq.c
66
printf(" Sample %d: pid %ld\n", i, pid);
tools/testing/selftests/sched_ext/peek_dsq.c
70
printf(" Sample %d: error reading pid (err=%d)\n", i, err);
tools/testing/selftests/sched_ext/peek_dsq.c
73
printf("Observed ~%ld pids in the %s DSQ(s)\n", count, dsq_name);
tools/testing/selftests/sched_ext/peek_dsq.c
85
printf("Enabling scheduler to test DSQ insert operations...\n");
tools/testing/selftests/sched_ext/peek_dsq.c
95
printf("Starting %d background workload threads...\n", NUM_WORKERS);
tools/testing/selftests/sched_ext/runner.c
173
printf("%s\n", test->name);
tools/testing/selftests/sched_ext/runner.c
208
printf("\n\n=============================\n\n");
tools/testing/selftests/sched_ext/runner.c
209
printf("RESULTS:\n\n");
tools/testing/selftests/sched_ext/runner.c
210
printf("PASSED: %u\n", passed);
tools/testing/selftests/sched_ext/runner.c
211
printf("SKIPPED: %u\n", skipped);
tools/testing/selftests/sched_ext/runner.c
212
printf("FAILED: %u\n", failed);
tools/testing/selftests/sched_ext/runner.c
44
printf("===== START =====\n");
tools/testing/selftests/sched_ext/runner.c
45
printf("TEST: %s\n", test->name);
tools/testing/selftests/sched_ext/runner.c
47
printf("DESCRIPTION: %s\n", test->description);
tools/testing/selftests/sched_ext/runner.c
48
printf("OUTPUT:\n");
tools/testing/selftests/sched_ext/runner.c
79
printf("%s %u %s # %s\n", result, testnum, test->name, directive);
tools/testing/selftests/sched_ext/runner.c
80
printf("===== END =====\n");
tools/testing/selftests/seccomp/seccomp_benchmark.c
132
printf("%s\n", good ? "✔️" : "❌");
tools/testing/selftests/seccomp/seccomp_benchmark.c
157
printf("Pinned to CPU %lu of %lu\n", cpu + 1, ncores);
tools/testing/selftests/syscall_user_dispatch/sud_benchmark.c
153
printf("Avg syscall time %.0lfns.\n", time1 * 1.0e9);
tools/testing/selftests/syscall_user_dispatch/sud_benchmark.c
195
printf("trapped_call_count %lu, native_call_count %lu.\n",
tools/testing/selftests/syscall_user_dispatch/sud_benchmark.c
197
printf("Avg syscall time %.0lfns.\n", time2 * 1.0e9);
tools/testing/selftests/syscall_user_dispatch/sud_benchmark.c
198
printf("Interception overhead: %.1lf%% (+%.0lfns).\n",
tools/testing/selftests/syscall_user_dispatch/sud_benchmark.c
84
printf("Calibrating test set to last ~%d seconds...\n", CALIBRATE_TO_SECS);
tools/testing/selftests/syscall_user_dispatch/sud_benchmark.c
91
printf("test iterations = %d\n", CALIBRATION_STEP * factor);
tools/testing/selftests/tdx/tdx_guest_test.c
118
printf("\t\t%s", title);
tools/testing/selftests/tdx/tdx_guest_test.c
122
printf("%s%.8x:", prefix_str, j);
tools/testing/selftests/tdx/tdx_guest_test.c
124
printf(" %.2x", ptr[j + i]);
tools/testing/selftests/tdx/tdx_guest_test.c
125
printf("\n");
tools/testing/selftests/tdx/tdx_guest_test.c
128
printf("\n");
tools/testing/selftests/thermal/intel/power_floor/power_floor_test.c
103
printf("power floor status: %s\n", status_str);
tools/testing/selftests/thermal/intel/power_floor/power_floor_test.c
33
printf("Disabled power floor notifications\n");
tools/testing/selftests/thermal/intel/power_floor/power_floor_test.c
65
printf("Enabled power floor notifications\n");
tools/testing/selftests/thermal/intel/power_floor/power_floor_test.c
93
printf("Poll Timeout\n");
tools/testing/selftests/thermal/intel/workload_hint/workload_hint_test.c
129
printf("Enabled workload type prediction\n");
tools/testing/selftests/thermal/intel/workload_hint/workload_hint_test.c
157
printf("Poll Timeout\n");
tools/testing/selftests/thermal/intel/workload_hint/workload_hint_test.c
173
printf("workload type slow:%s\n", "power");
tools/testing/selftests/thermal/intel/workload_hint/workload_hint_test.c
175
printf("workload type slow:%s\n", "performance");
tools/testing/selftests/thermal/intel/workload_hint/workload_hint_test.c
180
printf("Invalid workload type index\n");
tools/testing/selftests/thermal/intel/workload_hint/workload_hint_test.c
182
printf("workload type:%s\n", workload_types[index]);
tools/testing/selftests/thermal/intel/workload_hint/workload_hint_test.c
48
printf("Disabled workload type prediction\n");
tools/testing/selftests/thermal/intel/workload_hint/workload_hint_test.c
57
printf("Setting notification delay in ms to %s\n", delay_str);
tools/testing/selftests/thermal/intel/workload_hint/workload_hint_test.c
81
printf("Usage: workload_hint_test [notification delay in milli seconds][slow]\n");
tools/testing/selftests/thermal/intel/workload_hint/workload_hint_test.c
94
printf("Invalid delay\n");
tools/testing/selftests/timers/adjtick.c
131
printf("Estimating tick (act: %ld usec, %lld ppm): ", tickval, ppm);
tools/testing/selftests/timers/adjtick.c
134
printf("%lld usec, %lld ppm", systick + (systick * eppm / MILLION), eppm);
tools/testing/selftests/timers/adjtick.c
141
printf(" [ERROR]\n");
tools/testing/selftests/timers/adjtick.c
142
printf("\tUnexpected adjtimex return values, make sure ntpd is not running.\n");
tools/testing/selftests/timers/adjtick.c
156
printf(" [FAILED]\n");
tools/testing/selftests/timers/adjtick.c
159
printf(" [OK]\n");
tools/testing/selftests/timers/adjtick.c
174
printf("ERR: NO CLOCK_MONOTONIC_RAW\n");
tools/testing/selftests/timers/adjtick.c
178
printf("Each iteration takes about 15 seconds\n");
tools/testing/selftests/timers/alarmtimer-suspend.c
101
printf("[OK]\n");
tools/testing/selftests/timers/alarmtimer-suspend.c
131
printf("timer_create failed, %s unsupported?: %s\n",
tools/testing/selftests/timers/alarmtimer-suspend.c
137
printf("Start time (%s): %ld:%ld\n", clockstring(alarm_clock_id),
tools/testing/selftests/timers/alarmtimer-suspend.c
139
printf("Setting alarm for every %i seconds\n", SUSPEND_SECS);
tools/testing/selftests/timers/alarmtimer-suspend.c
150
printf("Starting suspend loops\n");
tools/testing/selftests/timers/alarmtimer-suspend.c
94
printf("ALARM(%i): %ld:%ld latency: %lld ns ", alarmcount, ts.tv_sec,
tools/testing/selftests/timers/alarmtimer-suspend.c
98
printf("[FAIL]\n");
tools/testing/selftests/timers/change_skew.c
43
printf("Error adjusting freq\n");
tools/testing/selftests/timers/change_skew.c
71
printf("Maybe you're not running as root?\n");
tools/testing/selftests/timers/change_skew.c
76
printf("Using %i ppm adjustment\n", ppm[i]);
tools/testing/selftests/timers/change_skew.c
88
printf("[FAIL]");
tools/testing/selftests/timers/change_skew.c
91
printf("[OK]");
tools/testing/selftests/timers/clocksource-switch.c
140
printf("Usage: %s [-s] [-t <secs>]\n", argv[0]);
tools/testing/selftests/timers/clocksource-switch.c
141
printf(" -s: skip sanity checks\n");
tools/testing/selftests/timers/clocksource-switch.c
142
printf(" -t: Number of seconds to run\n");
tools/testing/selftests/timers/clocksource-switch.c
152
printf("Error: You probably need to run this as root\n");
tools/testing/selftests/timers/freq-step.c
175
printf("CLOCK_MONOTONIC_RAW frequency offset: %11.3f ppm\n",
tools/testing/selftests/timers/freq-step.c
189
printf("%6.0f %+10.3f %6.0f %7.0f %+10.3f %6.0f %7.0f\t",
tools/testing/selftests/timers/freq-step.c
195
printf("[FAIL]\n");
tools/testing/selftests/timers/freq-step.c
199
printf("[OK]\n");
tools/testing/selftests/timers/freq-step.c
225
printf("CLOCK_MONOTONIC_RAW+CLOCK_MONOTONIC precision: %.0f ns\t\t",
tools/testing/selftests/timers/freq-step.c
232
printf("[OK]\n");
tools/testing/selftests/timers/freq-step.c
245
printf("Checking response to frequency step:\n");
tools/testing/selftests/timers/freq-step.c
246
printf(" Step 1st interval 2nd interval\n");
tools/testing/selftests/timers/freq-step.c
247
printf(" Freq Dev Max Freq Dev Max\n");
tools/testing/selftests/timers/inconsistency-check.c
159
printf("Usage: %s [-t <secs>] [-c <clockid>]\n", argv[0]);
tools/testing/selftests/timers/inconsistency-check.c
160
printf(" -t: Number of seconds to run\n");
tools/testing/selftests/timers/inconsistency-check.c
161
printf(" -c: clockid to use (default, all clockids)\n");
tools/testing/selftests/timers/leap-a-day.c
139
printf("Error: Early timer expiration! (Should be %ld)\n", next_leap);
tools/testing/selftests/timers/leap-a-day.c
141
printf("adjtimex: %10ld sec + %6ld us (%i)\t%s\n",
tools/testing/selftests/timers/leap-a-day.c
148
printf("Error: Timer seeing incorrect NTP state? (Should be TIME_WAIT)\n");
tools/testing/selftests/timers/leap-a-day.c
150
printf("adjtimex: %10ld sec + %6ld us (%i)\t%s\n",
tools/testing/selftests/timers/leap-a-day.c
170
printf("ERROR: hrtimer early expiration failure observed.\n");
tools/testing/selftests/timers/leap-a-day.c
192
printf("Only setting leap-flag, not changing time. It could take up to a day for leap to trigger.\n");
tools/testing/selftests/timers/leap-a-day.c
202
printf("Usage: %s [-w] [-i <iterations>]\n", argv[0]);
tools/testing/selftests/timers/leap-a-day.c
203
printf(" -w: Set flag and wait for leap second each iteration");
tools/testing/selftests/timers/leap-a-day.c
204
printf(" (default sets time to right before leapsecond)\n");
tools/testing/selftests/timers/leap-a-day.c
205
printf(" -i: Number of iterations (-1 = infinite, default is 10)\n");
tools/testing/selftests/timers/leap-a-day.c
206
printf(" -t: Print TAI time\n");
tools/testing/selftests/timers/leap-a-day.c
216
printf("System doesn't support CLOCK_TAI\n");
tools/testing/selftests/timers/leap-a-day.c
231
printf("This runs continuously. Press ctrl-c to stop\n");
tools/testing/selftests/timers/leap-a-day.c
233
printf("Running for %i iterations. Press ctrl-c to stop\n", iterations);
tools/testing/selftests/timers/leap-a-day.c
235
printf("\n");
tools/testing/selftests/timers/leap-a-day.c
255
printf("Setting time to %s", ctime(&tv.tv_sec));
tools/testing/selftests/timers/leap-a-day.c
269
printf("Error: Problem setting STA_INS/STA_DEL!: %s\n",
tools/testing/selftests/timers/leap-a-day.c
278
printf("Error: STA_INS/STA_DEL not set!: %s\n",
tools/testing/selftests/timers/leap-a-day.c
284
printf("Using TAI time,"
tools/testing/selftests/timers/leap-a-day.c
288
printf("Scheduling leap second for %s", ctime(&next_leap));
tools/testing/selftests/timers/leap-a-day.c
291
printf("Setting timer for %ld - %s", next_leap, ctime(&next_leap));
tools/testing/selftests/timers/leap-a-day.c
297
printf("Error: timer_create failed\n");
tools/testing/selftests/timers/leap-a-day.c
312
printf("Something woke us up, returning to sleep\n");
tools/testing/selftests/timers/leap-a-day.c
318
printf("Something cleared STA_INS/STA_DEL, setting it again.\n");
tools/testing/selftests/timers/leap-a-day.c
339
printf("%ld sec, %9ld ns\t%s\n",
tools/testing/selftests/timers/leap-a-day.c
347
printf("%s + %6ld us (%i)\t%s\n",
tools/testing/selftests/timers/leap-a-day.c
365
printf("Leap complete\n");
tools/testing/selftests/timers/leap-a-day.c
367
printf("Errors observed\n");
tools/testing/selftests/timers/leap-a-day.c
371
printf("\n");
tools/testing/selftests/timers/leapcrash.c
103
printf(".");
tools/testing/selftests/timers/leapcrash.c
106
printf("[OK]\n");
tools/testing/selftests/timers/leapcrash.c
69
printf("This runs for a few minutes. Press ctrl-c to stop\n");
tools/testing/selftests/timers/leapcrash.c
89
printf("Error: You're likely not running with proper (ie: root) permissions\n");
tools/testing/selftests/timers/mqueue-lat.c
104
printf("Mqueue latency : ");
tools/testing/selftests/timers/mqueue-lat.c
109
printf("[FAILED]\n");
tools/testing/selftests/timers/mqueue-lat.c
112
printf("[OK]\n");
tools/testing/selftests/timers/posix_timers.c
93
printf("Diff too high: %lld..", diff);
tools/testing/selftests/timers/raw_skew.c
110
printf("WARNING: ADJ_OFFSET in progress, this will cause inaccurate results\n");
tools/testing/selftests/timers/raw_skew.c
112
printf("Estimating clock drift: ");
tools/testing/selftests/timers/raw_skew.c
127
printf("%lld.%i(est)", eppm/1000, abs((int)(eppm%1000)));
tools/testing/selftests/timers/raw_skew.c
132
printf(" %lld.%i(act)", ppm/1000, abs((int)(ppm%1000)));
tools/testing/selftests/timers/raw_skew.c
137
printf(" [SKIP]\n");
tools/testing/selftests/timers/raw_skew.c
140
printf(" [FAILED]\n");
tools/testing/selftests/timers/raw_skew.c
143
printf(" [OK]\n");
tools/testing/selftests/timers/raw_skew.c
99
printf("ERR: NO CLOCK_MONOTONIC_RAW\n");
tools/testing/selftests/timers/rtcpie.c
44
printf("Default RTC %s does not exist. Test Skipped!\n", default_rtc);
tools/testing/selftests/timers/set-2038.c
57
printf("Setting time to 0x%lx: %d\n", (long)time, ret);
tools/testing/selftests/timers/set-tai.c
55
printf("tai offset started at %i\n", ret);
tools/testing/selftests/timers/set-tai.c
57
printf("Checking tai offsets can be properly set: ");
tools/testing/selftests/timers/set-tai.c
63
printf("[FAILED] expected: %i got %i\n", i, ret);
tools/testing/selftests/timers/set-tai.c
67
printf("[OK]\n");
tools/testing/selftests/timers/set-timer-lat.c
105
printf("%-22s %s %s ",
tools/testing/selftests/timers/set-timer-lat.c
131
printf("%-22s %s missing CAP_WAKE_ALARM? : [UNSUPPORTED]\n",
tools/testing/selftests/timers/set-timer-lat.c
137
printf("%s - timer_create() failed\n", clockstring(clock_id));
tools/testing/selftests/timers/set-timer-lat.c
154
printf("%s - timer_settime() failed\n", clockstring(clock_id));
tools/testing/selftests/timers/set-timer-lat.c
166
printf("timer fired early: %7d : ", timer_fired_early);
tools/testing/selftests/timers/set-timer-lat.c
168
printf("[OK]\n");
tools/testing/selftests/timers/set-timer-lat.c
170
printf("[FAILED]\n");
tools/testing/selftests/timers/set-timer-lat.c
175
printf("max latency: %10lld ns : ", max_latency_ns);
tools/testing/selftests/timers/set-timer-lat.c
178
printf("[OK]\n");
tools/testing/selftests/timers/set-timer-lat.c
180
printf("[FAILED]\n");
tools/testing/selftests/timers/set-timer-lat.c
189
printf("count: %19d : ", alarmcount);
tools/testing/selftests/timers/set-timer-lat.c
191
printf("[OK]\n");
tools/testing/selftests/timers/set-timer-lat.c
194
printf("[FAILED]\n");
tools/testing/selftests/timers/set-timer-lat.c
253
printf("Setting timers for every %i seconds\n", TIMER_SECS);
tools/testing/selftests/timers/set-tz.c
102
printf("[OK]\n");
tools/testing/selftests/timers/set-tz.c
65
printf("tz_minuteswest started at %i, dst at %i\n", min, dst);
tools/testing/selftests/timers/set-tz.c
67
printf("Checking tz_minuteswest can be properly set: ");
tools/testing/selftests/timers/set-tz.c
73
printf("[FAILED] expected: %i got %i\n", i, ret);
tools/testing/selftests/timers/set-tz.c
77
printf("[OK]\n");
tools/testing/selftests/timers/set-tz.c
79
printf("Checking invalid tz_minuteswest values are caught: ");
tools/testing/selftests/timers/set-tz.c
83
printf("[FAILED] %i didn't return failure!\n", -15*60-1);
tools/testing/selftests/timers/set-tz.c
88
printf("[FAILED] %i didn't return failure!\n", 15*60+1);
tools/testing/selftests/timers/set-tz.c
93
printf("[FAILED] %i didn't return failure!\n", -24*60);
tools/testing/selftests/timers/set-tz.c
98
printf("[FAILED] %i didn't return failure!\n", 24*60);
tools/testing/selftests/timers/skew_consistency.c
46
printf("Running Asynchronous Frequency Changing Tests...\n");
tools/testing/selftests/timers/skew_consistency.c
70
printf("[FAILED]\n");
tools/testing/selftests/timers/skew_consistency.c
73
printf("[OK]\n");
tools/testing/selftests/timers/threadtest.c
145
printf("using independent threads\n");
tools/testing/selftests/timers/threadtest.c
148
printf("Usage: %s [-t <secs>] [-n <numthreads>] [-i]\n", argv[0]);
tools/testing/selftests/timers/threadtest.c
149
printf(" -t: time to run\n");
tools/testing/selftests/timers/threadtest.c
150
printf(" -n: number of threads\n");
tools/testing/selftests/timers/threadtest.c
151
printf(" -i: use independent threads\n");
tools/testing/selftests/timers/threadtest.c
164
printf("%s\n", buf);
tools/testing/selftests/timers/threadtest.c
165
printf("Testing consistency with %i threads for %ld seconds: ", thread_count, runtime);
tools/testing/selftests/timers/threadtest.c
177
printf("%s\n", buf);
tools/testing/selftests/timers/threadtest.c
181
printf("[OK]\n");
tools/testing/selftests/timers/threadtest.c
62
printf("\n");
tools/testing/selftests/timers/threadtest.c
65
printf("---------------\n");
tools/testing/selftests/timers/threadtest.c
66
printf("%lu:%lu\n", list[j].tv_sec, list[j].tv_nsec);
tools/testing/selftests/timers/threadtest.c
68
printf("---------------\n");
tools/testing/selftests/timers/threadtest.c
70
printf("[FAILED]\n");
tools/testing/selftests/timers/valid-adjtimex.c
122
printf("Testing ADJ_FREQ... ");
tools/testing/selftests/timers/valid-adjtimex.c
130
printf("[FAIL]\n");
tools/testing/selftests/timers/valid-adjtimex.c
131
printf("Error: adjtimex(ADJ_FREQ, %ld - %ld ppm\n",
tools/testing/selftests/timers/valid-adjtimex.c
139
printf("Warning: freq value %ld not what we set it (%ld)!\n",
tools/testing/selftests/timers/valid-adjtimex.c
149
printf("[FAIL]\n");
tools/testing/selftests/timers/valid-adjtimex.c
150
printf("Error: adjtimex(ADJ_FREQ, %ld - %ld ppm\n",
tools/testing/selftests/timers/valid-adjtimex.c
158
printf("[FAIL]\n");
tools/testing/selftests/timers/valid-adjtimex.c
159
printf("ERROR: out of range value %ld actually set!\n",
tools/testing/selftests/timers/valid-adjtimex.c
173
printf("[FAIL]\n");
tools/testing/selftests/timers/valid-adjtimex.c
174
printf("Error: No failure on invalid ADJ_FREQUENCY %ld\n",
tools/testing/selftests/timers/valid-adjtimex.c
182
printf("[OK]\n");
tools/testing/selftests/timers/valid-adjtimex.c
221
printf("(sec: %ld usec: %ld) ", tmx.time.tv_sec, tmx.time.tv_usec);
tools/testing/selftests/timers/valid-adjtimex.c
222
printf("[FAIL]\n");
tools/testing/selftests/timers/valid-adjtimex.c
241
printf("Invalid (sec: %ld usec: %ld) did not fail! ", tmx.time.tv_sec, tmx.time.tv_usec);
tools/testing/selftests/timers/valid-adjtimex.c
242
printf("[FAIL]\n");
tools/testing/selftests/timers/valid-adjtimex.c
250
printf("Testing ADJ_SETOFFSET... ");
tools/testing/selftests/timers/valid-adjtimex.c
314
printf("[OK]\n");
tools/testing/selftests/ublk/batch.c
592
printf("thread %0d: ", j);
tools/testing/selftests/ublk/batch.c
595
printf("%03u ", i);
tools/testing/selftests/ublk/batch.c
597
printf("\n");
tools/testing/selftests/ublk/batch.c
599
printf("\n");
tools/testing/selftests/ublk/batch.c
602
printf("%03u ", q_thread_map[j][i]);
tools/testing/selftests/ublk/batch.c
604
printf("\n");
tools/testing/selftests/ublk/fault_inject.c
97
printf("\tfault_inject: [--delay_us us (default 0)]\n");
tools/testing/selftests/ublk/kublk.c
1636
printf("ublk_drv features: 0x%llx\n", features);
tools/testing/selftests/ublk/kublk.c
1647
printf("0x%-16llx: %s\n", 1ULL << i, feat);
tools/testing/selftests/ublk/kublk.c
1711
printf("%s %s -t [null|loop|stripe|fault_inject] [-q nr_queues] [-d depth] [-n dev_id]\n",
tools/testing/selftests/ublk/kublk.c
1713
printf("\t[--foreground] [--quiet] [-z] [--auto_zc] [--auto_zc_fallback] [--debug_mask mask] [-r 0|1] [-g] [-u]\n");
tools/testing/selftests/ublk/kublk.c
1714
printf("\t[-e 0|1 ] [-i 0|1] [--no_ublk_fixed_fd]\n");
tools/testing/selftests/ublk/kublk.c
1715
printf("\t[--nthreads threads] [--per_io_tasks]\n");
tools/testing/selftests/ublk/kublk.c
1716
printf("\t[--integrity_capable] [--integrity_reftag] [--metadata_size SIZE] "
tools/testing/selftests/ublk/kublk.c
1718
printf("\t[--batch|-b] [--no_auto_part_scan]\n");
tools/testing/selftests/ublk/kublk.c
1719
printf("\t[target options] [backfile1] [backfile2] ...\n");
tools/testing/selftests/ublk/kublk.c
1720
printf("\tdefault: nr_queues=2(max 32), depth=128(max 1024), dev_id=-1(auto allocation)\n");
tools/testing/selftests/ublk/kublk.c
1721
printf("\tdefault: nthreads=nr_queues");
tools/testing/selftests/ublk/kublk.c
1734
printf("\n");
tools/testing/selftests/ublk/kublk.c
1740
printf("\tPlease provide exact command line for creating this device with real dev_id\n");
tools/testing/selftests/ublk/kublk.c
1741
printf("\n");
tools/testing/selftests/ublk/kublk.c
1749
printf("%s del [-n dev_id] -a \n", exe);
tools/testing/selftests/ublk/kublk.c
1750
printf("\t -a delete all devices -n delete specified device\n\n");
tools/testing/selftests/ublk/kublk.c
1751
printf("%s stop -n dev_id [--safe]\n", exe);
tools/testing/selftests/ublk/kublk.c
1752
printf("\t --safe only stop if device has no active openers\n\n");
tools/testing/selftests/ublk/kublk.c
1753
printf("%s list [-n dev_id] -a \n", exe);
tools/testing/selftests/ublk/kublk.c
1754
printf("\t -a list all devices, -n list specified device, default -a \n\n");
tools/testing/selftests/ublk/kublk.c
1755
printf("%s features\n", exe);
tools/testing/selftests/ublk/kublk.c
1756
printf("%s update_size -n dev_id -s|--size size_in_bytes \n", exe);
tools/testing/selftests/ublk/kublk.c
1757
printf("%s quiesce -n dev_id\n", exe);
tools/testing/selftests/ublk/kublk.c
361
printf("\tqueue %u: affinity(%s)\n",
tools/testing/selftests/ublk/metadata_size.c
32
printf("metadata_size: %u\n", cap.lbmd_size);
tools/testing/selftests/ublk/metadata_size.c
33
printf("pi_offset: %u\n", cap.lbmd_pi_offset);
tools/testing/selftests/ublk/metadata_size.c
34
printf("pi_tuple_size: %u\n", cap.lbmd_pi_size);
tools/testing/selftests/ublk/stripe.c
353
printf("%s: shift %u files %u\n", __func__, conf->shift, conf->nr_files);
tools/testing/selftests/ublk/stripe.c
385
printf("\tstripe: [--chunk_size chunk_size (default 65536)]\n");
tools/testing/selftests/user_events/dyn_test.c
125
printf("WARN: Couldn't unreg event\n");
tools/testing/selftests/user_events/ftrace_test.c
187
printf("Reg failed in fmt\n");
tools/testing/selftests/user_events/ftrace_test.c
234
printf("WARNING: Clear didn't work!\n");
tools/testing/selftests/user_events/perf_test.c
130
printf("WARNING: Clear didn't work!\n");
tools/testing/selftests/vDSO/vdso_standalone_test_x86.c
31
printf("AT_SYSINFO_EHDR is not present!\n");
tools/testing/selftests/vDSO/vdso_standalone_test_x86.c
42
printf("Could not find %s\n", name[0]);
tools/testing/selftests/vDSO/vdso_standalone_test_x86.c
50
printf("The time is %lld.%06lld\n",
tools/testing/selftests/vDSO/vdso_standalone_test_x86.c
53
printf("%s failed\n", name[0]);
tools/testing/selftests/vDSO/vdso_test_correctness.c
101
printf("Warning: failed to find vsyscall getcpu\n");
tools/testing/selftests/vDSO/vdso_test_correctness.c
125
printf("[WARN]\tfailed to find vDSO\n");
tools/testing/selftests/vDSO/vdso_test_correctness.c
131
printf("Warning: failed to find getcpu in vDSO\n");
tools/testing/selftests/vDSO/vdso_test_correctness.c
137
printf("Warning: failed to find clock_gettime in vDSO\n");
tools/testing/selftests/vDSO/vdso_test_correctness.c
142
printf("Warning: failed to find clock_gettime64 in vDSO\n");
tools/testing/selftests/vDSO/vdso_test_correctness.c
147
printf("Warning: failed to find gettimeofday in vDSO\n");
tools/testing/selftests/vDSO/vdso_test_correctness.c
174
printf("[RUN]\tTesting getcpu...\n");
tools/testing/selftests/vDSO/vdso_test_correctness.c
209
printf("[%s]\tCPU %u:", ok ? "OK" : "FAIL", cpu);
tools/testing/selftests/vDSO/vdso_test_correctness.c
211
printf(" syscall: cpu %u, node %u", cpu_sys, node_sys);
tools/testing/selftests/vDSO/vdso_test_correctness.c
213
printf(" vdso: cpu %u, node %u", cpu_vdso, node_vdso);
tools/testing/selftests/vDSO/vdso_test_correctness.c
215
printf(" vsyscall: cpu %u, node %u", cpu_vsys,
tools/testing/selftests/vDSO/vdso_test_correctness.c
217
printf("\n");
tools/testing/selftests/vDSO/vdso_test_correctness.c
269
printf("[RUN]\tTesting clock_gettime for clock %s (%d)...\n", name, clock);
tools/testing/selftests/vDSO/vdso_test_correctness.c
275
printf("[OK]\tNo such clock.\n");
tools/testing/selftests/vDSO/vdso_test_correctness.c
277
printf("[FAIL]\tNo such clock, but __vdso_clock_gettime returned %d\n", vdso_ret);
tools/testing/selftests/vDSO/vdso_test_correctness.c
281
printf("[WARN]\t clock_gettime(%d) syscall returned error %d\n", clock, errno);
tools/testing/selftests/vDSO/vdso_test_correctness.c
290
printf("[FAIL]\tvDSO returned %d, syscall errno=%d\n",
tools/testing/selftests/vDSO/vdso_test_correctness.c
296
printf("\t%llu.%09ld %llu.%09ld %llu.%09ld\n",
tools/testing/selftests/vDSO/vdso_test_correctness.c
302
printf("[FAIL]\tTimes are out of sequence\n");
tools/testing/selftests/vDSO/vdso_test_correctness.c
307
printf("[OK]\tTest Passed.\n");
tools/testing/selftests/vDSO/vdso_test_correctness.c
313
printf("[SKIP]\tNo vDSO, so skipping clock_gettime() tests\n");
tools/testing/selftests/vDSO/vdso_test_correctness.c
331
printf("[RUN]\tTesting clock_gettime64 for clock %s (%d)...\n", name, clock);
tools/testing/selftests/vDSO/vdso_test_correctness.c
337
printf("[OK]\tNo such clock.\n");
tools/testing/selftests/vDSO/vdso_test_correctness.c
339
printf("[FAIL]\tNo such clock, but __vdso_clock_gettime64 returned %d\n", vdso_ret);
tools/testing/selftests/vDSO/vdso_test_correctness.c
343
printf("[WARN]\t clock_gettime64(%d) syscall returned error %d\n", clock, errno);
tools/testing/selftests/vDSO/vdso_test_correctness.c
352
printf("[FAIL]\tvDSO returned %d, syscall errno=%d\n",
tools/testing/selftests/vDSO/vdso_test_correctness.c
358
printf("\t%llu.%09lld %llu.%09lld %llu.%09lld\n",
tools/testing/selftests/vDSO/vdso_test_correctness.c
364
printf("[FAIL]\tTimes are out of sequence\n");
tools/testing/selftests/vDSO/vdso_test_correctness.c
369
printf("[OK]\tTest Passed.\n");
tools/testing/selftests/vDSO/vdso_test_correctness.c
375
printf("[SKIP]\tNo vDSO, so skipping clock_gettime64() tests\n");
tools/testing/selftests/vDSO/vdso_test_correctness.c
397
printf("[RUN]\tTesting gettimeofday...\n");
tools/testing/selftests/vDSO/vdso_test_correctness.c
400
printf("[FAIL]\tsys_gettimeofday failed (%d)\n", errno);
tools/testing/selftests/vDSO/vdso_test_correctness.c
409
printf("[FAIL]\tvDSO returned %d, syscall errno=%d\n",
tools/testing/selftests/vDSO/vdso_test_correctness.c
415
printf("\t%llu.%06ld %llu.%06ld %llu.%06ld\n",
tools/testing/selftests/vDSO/vdso_test_correctness.c
421
printf("[FAIL]\tTimes are out of sequence\n");
tools/testing/selftests/vDSO/vdso_test_correctness.c
427
printf("[OK]\ttimezones match: minuteswest=%d, dsttime=%d\n",
tools/testing/selftests/vDSO/vdso_test_correctness.c
430
printf("[FAIL]\ttimezones do not match\n");
tools/testing/selftests/vDSO/vdso_test_getcpu.c
32
printf("AT_SYSINFO_EHDR is not present!\n");
tools/testing/selftests/vDSO/vdso_test_getcpu.c
40
printf("Could not find %s\n", name[4]);
tools/testing/selftests/vDSO/vdso_test_getcpu.c
46
printf("Running on CPU %u node %u\n", cpu, node);
tools/testing/selftests/vDSO/vdso_test_getcpu.c
48
printf("%s failed\n", name[4]);
tools/testing/selftests/vDSO/vdso_test_getrandom.c
184
printf(" vdso: %u times in %lu.%09lu seconds\n", TRIALS, diff.tv_sec, diff.tv_nsec);
tools/testing/selftests/vDSO/vdso_test_getrandom.c
190
printf(" libc: %u times in %lu.%09lu seconds\n", TRIALS, diff.tv_sec, diff.tv_nsec);
tools/testing/selftests/vDSO/vdso_test_getrandom.c
196
printf("syscall: %u times in %lu.%09lu seconds\n", TRIALS, diff.tv_sec, diff.tv_nsec);
tools/testing/selftests/vDSO/vdso_test_getrandom.c
211
printf(" vdso: %u x %u times in %lu.%09lu seconds\n", TRIALS, THREADS, diff.tv_sec, diff.tv_nsec);
tools/testing/selftests/vDSO/vdso_test_getrandom.c
220
printf(" libc: %u x %u times in %lu.%09lu seconds\n", TRIALS, THREADS, diff.tv_sec, diff.tv_nsec);
tools/testing/selftests/vDSO/vdso_test_getrandom.c
229
printf(" syscall: %u x %u times in %lu.%09lu seconds\n", TRIALS, THREADS, diff.tv_sec, diff.tv_nsec);
tools/testing/selftests/vDSO/vdso_test_gettimeofday.c
31
printf("AT_SYSINFO_EHDR is not present!\n");
tools/testing/selftests/vDSO/vdso_test_gettimeofday.c
42
printf("Could not find %s\n", name[0]);
tools/testing/selftests/vDSO/vdso_test_gettimeofday.c
50
printf("The time is %lld.%06lld\n",
tools/testing/selftests/vDSO/vdso_test_gettimeofday.c
53
printf("%s failed\n", name[0]);
tools/testing/selftests/vfio/lib/include/libvfio/vfio_pci_device.h
38
#define dev_info(_dev, _fmt, ...) printf("%s: " _fmt, (_dev)->bdf, ##__VA_ARGS__)
tools/testing/selftests/vfio/vfio_dma_mapping_test.c
156
printf("Mapped HVA %p (size 0x%lx) at IOVA 0x%lx\n", region.vaddr, size, region.iova);
tools/testing/selftests/vfio/vfio_dma_mapping_test.c
168
printf("Found IOMMU mappings for IOVA 0x%lx:\n", region.iova);
tools/testing/selftests/vfio/vfio_dma_mapping_test.c
169
printf("PGD: 0x%016lx\n", mapping.pgd);
tools/testing/selftests/vfio/vfio_dma_mapping_test.c
170
printf("P4D: 0x%016lx\n", mapping.p4d);
tools/testing/selftests/vfio/vfio_dma_mapping_test.c
171
printf("PUD: 0x%016lx\n", mapping.pud);
tools/testing/selftests/vfio/vfio_dma_mapping_test.c
172
printf("PMD: 0x%016lx\n", mapping.pmd);
tools/testing/selftests/vfio/vfio_dma_mapping_test.c
173
printf("PTE: 0x%016lx\n", mapping.pte);
tools/testing/selftests/vfio/vfio_dma_mapping_test.c
196
printf("Unmapped IOVA 0x%lx\n", region.iova);
tools/testing/selftests/vfio/vfio_dma_mapping_test.c
51
printf("Searching for IOVA 0x%lx in %s\n", iova, iommu_mapping_path);
tools/testing/selftests/vfio/vfio_dma_mapping_test.c
81
printf("IOVA not found\n");
tools/testing/selftests/vfio/vfio_iommufd_setup_test.c
123
printf("Using cdev device %s\n", cdev_path);
tools/testing/selftests/vfio/vfio_pci_device_init_perf_test.c
147
printf("Wall time: %lu.%09lus\n",
tools/testing/selftests/vfio/vfio_pci_device_init_perf_test.c
149
printf("Min init time (per device): %lu.%09lus\n",
tools/testing/selftests/vfio/vfio_pci_device_init_perf_test.c
151
printf("Max init time (per device): %lu.%09lus\n",
tools/testing/selftests/vfio/vfio_pci_device_init_perf_test.c
153
printf("Avg init time (per device): %lu.%09lus\n",
tools/testing/selftests/vfio/vfio_pci_device_init_perf_test.c
163
printf("Testing parallel initialization of %d devices:\n", nr_devices);
tools/testing/selftests/vfio/vfio_pci_device_init_perf_test.c
165
printf(" %s\n", device_bdfs[i]);
tools/testing/selftests/vfio/vfio_pci_device_test.c
100
printf("BAR %d mapped at %p (size 0x%llx)\n", i, bar->vaddr, bar->info.size);
tools/testing/selftests/vfio/vfio_pci_device_test.c
152
printf("MSI%s: enabled %d interrupts\n", msix ? "-x" : "", count);
tools/testing/selftests/vfio/vfio_pci_device_test.c
64
printf("Vendor: %04x, Device: %04x\n", vendor, device);
tools/testing/selftests/vfio/vfio_pci_device_test.c
72
printf("Enabled Bus Mastering (command: %04x)\n", command);
tools/testing/selftests/vfio/vfio_pci_device_test.c
77
printf("Disabled Bus Mastering (command: %04x)\n", command);
tools/testing/selftests/vfio/vfio_pci_device_test.c
89
printf("BAR %d does not support mmap()\n", i);
tools/testing/selftests/vfio/vfio_pci_driver_test.c
226
printf("Kicking off %lu memcpys of size 0x%lx\n", count, self->size);
tools/testing/selftests/watchdog/watchdog-test.c
100
printf("Example: %s -d -t 10 -p 5 -e\n", progname);
tools/testing/selftests/watchdog/watchdog-test.c
101
printf("Example: %s -t 12 -T -n 7 -N\n", progname);
tools/testing/selftests/watchdog/watchdog-test.c
127
printf("Unknown status error from WDIOC_GETSTATUS\n");
tools/testing/selftests/watchdog/watchdog-test.c
133
printf("Support/Status: %s\n",
tools/testing/selftests/watchdog/watchdog-test.c
155
printf("Unknown flag error from WDIOC_GETBOOTSTATUS\n");
tools/testing/selftests/watchdog/watchdog-test.c
160
printf("Last boot is caused by: Power-On-Reset\n");
tools/testing/selftests/watchdog/watchdog-test.c
166
printf("Last boot is caused by: %s\n",
tools/testing/selftests/watchdog/watchdog-test.c
193
printf("Watchdog device (%s) not found.\n", file);
tools/testing/selftests/watchdog/watchdog-test.c
195
printf("Run watchdog as root.\n");
tools/testing/selftests/watchdog/watchdog-test.c
197
printf("Watchdog device open failed %s\n",
tools/testing/selftests/watchdog/watchdog-test.c
207
printf("WDIOC_GETSUPPORT error '%s'\n", strerror(errno));
tools/testing/selftests/watchdog/watchdog-test.c
223
printf("WDIOC_GETBOOTSTATUS error '%s'\n", strerror(errno));
tools/testing/selftests/watchdog/watchdog-test.c
229
printf("Watchdog card disabled.\n");
tools/testing/selftests/watchdog/watchdog-test.c
231
printf("WDIOS_DISABLECARD error '%s'\n", strerror(errno));
tools/testing/selftests/watchdog/watchdog-test.c
239
printf("Watchdog card enabled.\n");
tools/testing/selftests/watchdog/watchdog-test.c
241
printf("WDIOS_ENABLECARD error '%s'\n", strerror(errno));
tools/testing/selftests/watchdog/watchdog-test.c
249
printf("Watchdog ping rate set to %u seconds.\n", ping_rate);
tools/testing/selftests/watchdog/watchdog-test.c
258
printf("WDIOC_GETSTATUS error '%s'\n", strerror(errno));
tools/testing/selftests/watchdog/watchdog-test.c
261
printf("WDIOC_GETTEMP: '%s'\n", strerror(errno));
tools/testing/selftests/watchdog/watchdog-test.c
263
printf("Temperature %d\n", temperature);
tools/testing/selftests/watchdog/watchdog-test.c
270
printf("Watchdog timeout set to %u seconds.\n", flags);
tools/testing/selftests/watchdog/watchdog-test.c
272
printf("WDIOC_SETTIMEOUT error '%s'\n", strerror(errno));
tools/testing/selftests/watchdog/watchdog-test.c
280
printf("WDIOC_GETTIMEOUT returns %u seconds.\n", flags);
tools/testing/selftests/watchdog/watchdog-test.c
282
printf("WDIOC_GETTIMEOUT error '%s'\n", strerror(errno));
tools/testing/selftests/watchdog/watchdog-test.c
288
printf("Watchdog pretimeout set to %u seconds.\n", flags);
tools/testing/selftests/watchdog/watchdog-test.c
290
printf("WDIOC_SETPRETIMEOUT error '%s'\n", strerror(errno));
tools/testing/selftests/watchdog/watchdog-test.c
298
printf("WDIOC_GETPRETIMEOUT returns %u seconds.\n", flags);
tools/testing/selftests/watchdog/watchdog-test.c
300
printf("WDIOC_GETPRETIMEOUT error '%s'\n", strerror(errno));
tools/testing/selftests/watchdog/watchdog-test.c
306
printf("WDIOC_GETTIMELEFT returns %u seconds.\n", flags);
tools/testing/selftests/watchdog/watchdog-test.c
308
printf("WDIOC_GETTIMELEFT error '%s'\n", strerror(errno));
tools/testing/selftests/watchdog/watchdog-test.c
319
printf("watchdog_info:\n");
tools/testing/selftests/watchdog/watchdog-test.c
320
printf(" identity:\t\t%s\n", info.identity);
tools/testing/selftests/watchdog/watchdog-test.c
321
printf(" firmware_version:\t%u\n",
tools/testing/selftests/watchdog/watchdog-test.c
337
printf("WDIOC_KEEPALIVE not supported by this device\n");
tools/testing/selftests/watchdog/watchdog-test.c
341
printf("Watchdog Ticking Away!\n");
tools/testing/selftests/watchdog/watchdog-test.c
362
printf("Stopping watchdog ticks failed (%d)...\n", errno);
tools/testing/selftests/watchdog/watchdog-test.c
60
printf(".");
tools/testing/selftests/watchdog/watchdog-test.c
74
printf("\nStopping watchdog ticks failed (%d)...\n", errno);
tools/testing/selftests/watchdog/watchdog-test.c
76
printf("\nStopping watchdog ticks...\n");
tools/testing/selftests/watchdog/watchdog-test.c
82
printf("Usage: %s [options]\n", progname);
tools/testing/selftests/watchdog/watchdog-test.c
83
printf(" -f, --file\t\tOpen watchdog device file\n");
tools/testing/selftests/watchdog/watchdog-test.c
84
printf("\t\t\tDefault is /dev/watchdog\n");
tools/testing/selftests/watchdog/watchdog-test.c
85
printf(" -i, --info\t\tShow watchdog_info\n");
tools/testing/selftests/watchdog/watchdog-test.c
86
printf(" -s, --status\t\tGet status & supported features\n");
tools/testing/selftests/watchdog/watchdog-test.c
87
printf(" -b, --bootstatus\tGet last boot status (Watchdog/POR)\n");
tools/testing/selftests/watchdog/watchdog-test.c
88
printf(" -d, --disable\t\tTurn off the watchdog timer\n");
tools/testing/selftests/watchdog/watchdog-test.c
89
printf(" -e, --enable\t\tTurn on the watchdog timer\n");
tools/testing/selftests/watchdog/watchdog-test.c
90
printf(" -h, --help\t\tPrint the help message\n");
tools/testing/selftests/watchdog/watchdog-test.c
91
printf(" -p, --pingrate=P\tSet ping rate to P seconds (default %d)\n",
tools/testing/selftests/watchdog/watchdog-test.c
93
printf(" -t, --timeout=T\tSet timeout to T seconds\n");
tools/testing/selftests/watchdog/watchdog-test.c
94
printf(" -T, --gettimeout\tGet the timeout\n");
tools/testing/selftests/watchdog/watchdog-test.c
95
printf(" -n, --pretimeout=T\tSet the pretimeout to T seconds\n");
tools/testing/selftests/watchdog/watchdog-test.c
96
printf(" -N, --getpretimeout\tGet the pretimeout\n");
tools/testing/selftests/watchdog/watchdog-test.c
97
printf(" -L, --gettimeleft\tGet the time left until timer expires\n");
tools/testing/selftests/watchdog/watchdog-test.c
98
printf("\n");
tools/testing/selftests/watchdog/watchdog-test.c
99
printf("Parameters are parsed left-to-right in real-time.\n");
tools/testing/selftests/wireguard/qemu/init.c
150
printf(" \x1b[31m* %s\x1b[0m\n", start);
tools/testing/selftests/wireguard/qemu/init.c
152
printf(" \x1b[32m* %s\x1b[0m\n", start);
tools/testing/selftests/wireguard/qemu/init.c
212
printf("\x1b[31m\x1b[1m[-] Tests failed with %s %d! \u2639\x1b[0m\n", why, what);
tools/testing/selftests/wireguard/qemu/init.c
56
printf("\x1b[45m\x1b[33m\x1b[1m%*.s\x1b[0m\n\x1b[45m\x1b[33m\x1b[1m WireGuard Test Suite on %s %s %s \x1b[0m\n\x1b[45m\x1b[33m\x1b[1m%*.s\x1b[0m\n\n", len, "", utsname.sysname, utsname.release, utsname.machine, len, "");
tools/testing/selftests/x86/amx.c
126
printf("%s", signal_message_buffer);
tools/testing/selftests/x86/amx.c
181
printf("[OK]\tARCH_REQ_XCOMP_PERM saw expected failure..\n");
tools/testing/selftests/x86/amx.c
199
printf("\tARCH_REQ_XCOMP_PERM is successful.\n");
tools/testing/selftests/x86/amx.c
210
printf("[FAIL]\tLoad tiledata succeeded.\n");
tools/testing/selftests/x86/amx.c
212
printf("[OK]\tLoad tiledata failed.\n");
tools/testing/selftests/x86/amx.c
216
printf("[OK]\tLoad tiledata succeeded.\n");
tools/testing/selftests/x86/amx.c
219
printf("[FAIL]\tLoad tiledata failed.\n");
tools/testing/selftests/x86/amx.c
254
printf("[OK]\tsigaltstack() failed.\n");
tools/testing/selftests/x86/amx.c
270
printf("\tAT_MINSIGSTKSZ = %lu\n", minsigstksz);
tools/testing/selftests/x86/amx.c
278
printf("no support for AT_MINSIGSTKSZ, skipping sigaltstack tests\n");
tools/testing/selftests/x86/amx.c
285
printf("\tAllocate memory for altstack (%u bytes).\n", enough_size);
tools/testing/selftests/x86/amx.c
292
printf("\tAfter sigaltstack() with small size (%u bytes).\n", small_size);
tools/testing/selftests/x86/amx.c
301
printf("\tAfter sigaltstack() with enough size (%u bytes).\n", enough_size);
tools/testing/selftests/x86/amx.c
311
printf("\tThen, sigaltstack() with small size (%u bytes).\n", small_size);
tools/testing/selftests/x86/amx.c
334
printf("[RUN]\tCheck ARCH_REQ_XCOMP_PERM around process fork() and sigaltack() test.\n");
tools/testing/selftests/x86/amx.c
336
printf("\tFork a child.\n");
tools/testing/selftests/x86/amx.c
353
printf("\tTest XCOMP_PERM at child.\n");
tools/testing/selftests/x86/amx.c
360
printf("\tTest dynamic sigaltstack at child:\n");
tools/testing/selftests/x86/amx.c
364
printf("\tTest XCOMP_PERM again at child.\n");
tools/testing/selftests/x86/amx.c
367
printf("\tFork a grandchild.\n");
tools/testing/selftests/x86/amx.c
374
printf("\tTest XCOMP_PERM at grandchild.\n");
tools/testing/selftests/x86/amx.c
453
printf("[RUN]\tCheck tile data inheritance.\n\tBefore fork(), load tiledata\n");
tools/testing/selftests/x86/check_initial_reg_state.c
59
printf("[FAIL]\tTest was built incorrectly\n");
tools/testing/selftests/x86/check_initial_reg_state.c
68
printf("[FAIL]\tAll GPRs except SP should be 0\n");
tools/testing/selftests/x86/check_initial_reg_state.c
69
#define SHOW(x) printf("\t" #x " = 0x%lx\n", x);
tools/testing/selftests/x86/check_initial_reg_state.c
90
printf("[OK]\tAll GPRs except SP are 0\n");
tools/testing/selftests/x86/check_initial_reg_state.c
94
printf("[FAIL]\tFLAGS is 0x%lx, but it should be 0x202\n", flags);
tools/testing/selftests/x86/check_initial_reg_state.c
97
printf("[OK]\tFLAGS is 0x202\n");
tools/testing/selftests/x86/corrupt_xstate_header.c
39
printf("\tWreck XSTATE header\n");
tools/testing/selftests/x86/corrupt_xstate_header.c
46
printf("\tGot SIGSEGV\n");
tools/testing/selftests/x86/corrupt_xstate_header.c
57
printf("[SKIP] CR4.OSXSAVE disabled.\n");
tools/testing/selftests/x86/corrupt_xstate_header.c
70
printf("[RUN]\tSend ourselves a signal\n");
tools/testing/selftests/x86/corrupt_xstate_header.c
73
printf("[OK]\tBack from the signal. Now schedule.\n");
tools/testing/selftests/x86/corrupt_xstate_header.c
81
printf("[OK]\tBack in the main thread.\n");
tools/testing/selftests/x86/entry_from_vm86.c
120
printf("[RUN]\t%s from vm86 mode\n", text);
tools/testing/selftests/x86/entry_from_vm86.c
125
printf("[SKIP]\tvm86 %s\n",
tools/testing/selftests/x86/entry_from_vm86.c
142
printf("[INFO]\tExited vm86 mode due to #%s\n", trapname);
tools/testing/selftests/x86/entry_from_vm86.c
144
printf("[INFO]\tExited vm86 mode due to unhandled GP fault\n");
tools/testing/selftests/x86/entry_from_vm86.c
146
printf("[INFO]\tExited vm86 mode due to a trap (arg=%ld)\n",
tools/testing/selftests/x86/entry_from_vm86.c
149
printf("[INFO]\tExited vm86 mode due to a signal\n");
tools/testing/selftests/x86/entry_from_vm86.c
151
printf("[INFO]\tExited vm86 mode due to STI\n");
tools/testing/selftests/x86/entry_from_vm86.c
153
printf("[INFO]\tExited vm86 mode due to type %ld, arg %ld\n",
tools/testing/selftests/x86/entry_from_vm86.c
159
printf("[OK]\tReturned correctly\n");
tools/testing/selftests/x86/entry_from_vm86.c
161
printf("[FAIL]\tIncorrect return reason (started at eip = 0x%lx, ended at eip = 0x%lx)\n", eip, v86->regs.eip);
tools/testing/selftests/x86/entry_from_vm86.c
198
printf("[INFO]\tResult from SMSW:[0x%04x]\n", msw1);
tools/testing/selftests/x86/entry_from_vm86.c
199
printf("[INFO]\tResult from SIDT: limit[0x%04x]base[0x%08lx]\n",
tools/testing/selftests/x86/entry_from_vm86.c
201
printf("[INFO]\tResult from SGDT: limit[0x%04x]base[0x%08lx]\n",
tools/testing/selftests/x86/entry_from_vm86.c
205
printf("[FAIL]\tAll the results of SMSW should be the same.\n");
tools/testing/selftests/x86/entry_from_vm86.c
207
printf("[PASS]\tAll the results from SMSW are identical.\n");
tools/testing/selftests/x86/entry_from_vm86.c
210
printf("[FAIL]\tAll the results of SGDT should be the same.\n");
tools/testing/selftests/x86/entry_from_vm86.c
212
printf("[PASS]\tAll the results from SGDT are identical.\n");
tools/testing/selftests/x86/entry_from_vm86.c
215
printf("[FAIL]\tAll the results of SIDT should be the same.\n");
tools/testing/selftests/x86/entry_from_vm86.c
217
printf("[PASS]\tAll the results from SIDT are identical.\n");
tools/testing/selftests/x86/entry_from_vm86.c
318
printf("[FAIL]\tDid not receive SIGSEGV\n");
tools/testing/selftests/x86/entry_from_vm86.c
40
printf("[FAIL]\tSignal frame should not reflect vm86 mode\n");
tools/testing/selftests/x86/entry_from_vm86.c
52
printf("[INFO]\t%s: FLAGS = 0x%lx, CS = 0x%hx\n", signame,
tools/testing/selftests/x86/fsgsbase.c
139
printf("[RUN]\tARCH_SET_GS to 0x%lx\n", value);
tools/testing/selftests/x86/fsgsbase.c
146
printf("[OK]\tGSBASE was set as expected (selector 0x%hx)\n",
tools/testing/selftests/x86/fsgsbase.c
150
printf("[FAIL]\tGSBASE was not as expected: got 0x%lx (selector 0x%hx)\n",
tools/testing/selftests/x86/fsgsbase.c
157
printf("[OK]\tARCH_GET_GS worked as expected (selector 0x%hx)\n",
tools/testing/selftests/x86/fsgsbase.c
161
printf("[FAIL]\tARCH_GET_GS was not as expected: got 0x%lx (selector 0x%hx)\n",
tools/testing/selftests/x86/fsgsbase.c
170
printf("[RUN]\tARCH_SET_GS to 0x%lx then mov 0 to %%gs%s\n", initial_base, schedule ? " and schedule " : "");
tools/testing/selftests/x86/fsgsbase.c
182
printf("[OK]\tGSBASE is 0x%lx\n", base);
tools/testing/selftests/x86/fsgsbase.c
185
printf("[FAIL]\tGSBASE changed to 0x%lx but kernel reports 0x%lx\n", base, arch_base);
tools/testing/selftests/x86/fsgsbase.c
215
printf("\tother thread: ARCH_SET_GS(0x%lx)%s -- sel is 0x%hx\n",
tools/testing/selftests/x86/fsgsbase.c
245
printf("\tusing LDT slot 0\n");
tools/testing/selftests/x86/fsgsbase.c
269
printf("[NOTE]\tcould not create a segment -- test won't do anything\n");
tools/testing/selftests/x86/fsgsbase.c
272
printf("\tusing GDT slot %d\n", desc.entry_number);
tools/testing/selftests/x86/fsgsbase.c
286
printf("[RUN]\tGS = 0x%hx, GSBASE = 0x%lx\n", index, base);
tools/testing/selftests/x86/fsgsbase.c
301
printf("[OK]\tIndex and base were preserved\n");
tools/testing/selftests/x86/fsgsbase.c
303
printf("[FAIL]\tAfter switch, GS = 0x%hx and GSBASE = 0x%lx\n",
tools/testing/selftests/x86/fsgsbase.c
349
printf("[RUN]\tARCH_SET_GS(0x%lx)%s, then schedule to 0x%lx\n",
tools/testing/selftests/x86/fsgsbase.c
352
printf("\tBefore schedule, set selector to 0x%hx\n", force_sel);
tools/testing/selftests/x86/fsgsbase.c
360
printf("[FAIL]\tGSBASE wasn't set as expected\n");
tools/testing/selftests/x86/fsgsbase.c
386
printf("[OK]\tGS/BASE remained 0x%hx/0x%lx\n",
tools/testing/selftests/x86/fsgsbase.c
394
printf("[OK]\tGS/BASE changed from 0x%hx/0x%lx to 0x%hx/0x%lx because IRET is defective\n",
tools/testing/selftests/x86/fsgsbase.c
398
printf("[FAIL]\tGS/BASE changed from 0x%hx/0x%lx to 0x%hx/0x%lx\n",
tools/testing/selftests/x86/fsgsbase.c
407
printf("[RUN]\tARCH_SET_GS(0), clear gs, then manipulate GSBASE in a different thread\n");
tools/testing/selftests/x86/fsgsbase.c
419
printf("[OK]\tGSBASE remained 0\n");
tools/testing/selftests/x86/fsgsbase.c
422
printf("[FAIL]\tGSBASE changed to 0x%lx\n", base);
tools/testing/selftests/x86/fsgsbase.c
437
printf("[RUN]\tPTRACE_POKE GS, read GSBASE back\n");
tools/testing/selftests/x86/fsgsbase.c
439
printf("[RUN]\tARCH_SET_GS to 1\n");
tools/testing/selftests/x86/fsgsbase.c
460
printf("[OK]\tGSBASE started at 1\n");
tools/testing/selftests/x86/fsgsbase.c
463
printf("[FAIL]\tGSBASE started at 0x%lx\n", base);
tools/testing/selftests/x86/fsgsbase.c
466
printf("[RUN]\tSet GS = 0x7, read GSBASE\n");
tools/testing/selftests/x86/fsgsbase.c
476
printf("[OK]\tGSBASE reads as 0x%lx with invalid GS\n", base);
tools/testing/selftests/x86/fsgsbase.c
479
printf("[FAIL]\tGSBASE=0x%lx (should be 0 or 1)\n", base);
tools/testing/selftests/x86/fsgsbase.c
487
printf("[WARN]\tChild didn't exit cleanly.\n");
tools/testing/selftests/x86/fsgsbase.c
499
printf("[RUN]\tPTRACE_POKE(), write GSBASE from ptracer\n");
tools/testing/selftests/x86/fsgsbase.c
521
printf("[FAIL]\tGS is not prepared with nonzero\n");
tools/testing/selftests/x86/fsgsbase.c
539
printf("[FAIL]\tGS changed to %lx\n", gs);
tools/testing/selftests/x86/fsgsbase.c
550
printf("\tNote: this is expected behavior on older kernels.\n");
tools/testing/selftests/x86/fsgsbase.c
553
printf("[FAIL]\tGSBASE changed to %lx\n", base);
tools/testing/selftests/x86/fsgsbase.c
555
printf("[OK]\tGS remained 0x%hx", *shared_scratch);
tools/testing/selftests/x86/fsgsbase.c
557
printf(" and GSBASE changed to 0xFF");
tools/testing/selftests/x86/fsgsbase.c
558
printf("\n");
tools/testing/selftests/x86/fsgsbase.c
566
printf("[WARN]\tChild didn't exit cleanly.\n");
tools/testing/selftests/x86/fsgsbase.c
584
printf("\tFSGSBASE instructions are enabled\n");
tools/testing/selftests/x86/fsgsbase.c
586
printf("\tFSGSBASE instructions are disabled\n");
tools/testing/selftests/x86/fsgsbase_restore.c
102
printf("\tusing GDT slot %d\n", desc.entry_number);
tools/testing/selftests/x86/fsgsbase_restore.c
117
printf("\tTracee: in tracee_zap_segment()\n");
tools/testing/selftests/x86/fsgsbase_restore.c
132
printf("\tTracee is going back to sleep\n");
tools/testing/selftests/x86/fsgsbase_restore.c
137
printf("[FAIL]\tTracee hit unreachable code\n");
tools/testing/selftests/x86/fsgsbase_restore.c
144
printf("\tSetting up a segment\n");
tools/testing/selftests/x86/fsgsbase_restore.c
149
printf("[FAIL]\tseg[0] == %x; should be %x\n", val, EXPECTED_VALUE);
tools/testing/selftests/x86/fsgsbase_restore.c
152
printf("[OK]\tThe segment points to the right place.\n");
tools/testing/selftests/x86/fsgsbase_restore.c
166
printf("\tTracee will take a nap until signaled\n");
tools/testing/selftests/x86/fsgsbase_restore.c
169
printf("\tTracee was resumed. Will re-check segment.\n");
tools/testing/selftests/x86/fsgsbase_restore.c
173
printf("[FAIL]\tseg[0] == %x; should be %x\n", val, EXPECTED_VALUE);
tools/testing/selftests/x86/fsgsbase_restore.c
177
printf("[OK]\tThe segment points to the right place.\n");
tools/testing/selftests/x86/fsgsbase_restore.c
193
printf("\tChild GS=0x%lx, GSBASE=0x%lx\n", (unsigned long)regs.gs, (unsigned long)regs.gs_base);
tools/testing/selftests/x86/fsgsbase_restore.c
195
printf("\tChild FS=0x%lx\n", (unsigned long)regs.xfs);
tools/testing/selftests/x86/fsgsbase_restore.c
206
printf("\tTracer: redirecting tracee to tracee_zap_segment()\n");
tools/testing/selftests/x86/fsgsbase_restore.c
216
printf("\tTracer: restoring tracee state\n");
tools/testing/selftests/x86/fsgsbase_restore.c
227
printf("[FAIL]\tTracee crashed\n");
tools/testing/selftests/x86/fsgsbase_restore.c
232
printf("[FAIL]\tTracee stopped for an unexpected reason: %d\n", status);
tools/testing/selftests/x86/fsgsbase_restore.c
238
printf("[FAIL]\tTracee reported failure\n");
tools/testing/selftests/x86/fsgsbase_restore.c
242
printf("[OK]\tAll is well.\n");
tools/testing/selftests/x86/fsgsbase_restore.c
59
printf("\tsegment base address = 0x%lx\n", (unsigned long)target);
tools/testing/selftests/x86/fsgsbase_restore.c
73
printf("\tusing LDT slot 0\n");
tools/testing/selftests/x86/fsgsbase_restore.c
99
printf("[NOTE]\tcould not create a segment -- can't test anything\n");
tools/testing/selftests/x86/ioperm.c
101
printf("[FAIL]\tioperm(0x80, 1, 0) failed (%d)", errno);
tools/testing/selftests/x86/ioperm.c
110
printf("[RUN]\tchild: check that we inherited permissions\n");
tools/testing/selftests/x86/ioperm.c
113
printf("[RUN]\tchild: Extend permissions to 0x81\n");
tools/testing/selftests/x86/ioperm.c
115
printf("[FAIL]\tioperm(0x81, 1, 1) failed (%d)", errno);
tools/testing/selftests/x86/ioperm.c
118
printf("[RUN]\tchild: Drop permissions to 0x80\n");
tools/testing/selftests/x86/ioperm.c
120
printf("[FAIL]\tioperm(0x80, 1, 0) failed (%d)", errno);
tools/testing/selftests/x86/ioperm.c
129
printf("[FAIL]\tChild died\n");
tools/testing/selftests/x86/ioperm.c
132
printf("[FAIL]\tChild failed\n");
tools/testing/selftests/x86/ioperm.c
135
printf("[OK]\tChild succeeded\n");
tools/testing/selftests/x86/ioperm.c
140
printf("\tVerify that unsharing the bitmap worked\n");
tools/testing/selftests/x86/ioperm.c
144
printf("\tDrop privileges\n");
tools/testing/selftests/x86/ioperm.c
146
printf("[WARN]\tDropping privileges failed\n");
tools/testing/selftests/x86/ioperm.c
150
printf("[RUN]\tdisable 0x80\n");
tools/testing/selftests/x86/ioperm.c
152
printf("[FAIL]\tioperm(0x80, 1, 0) failed (%d)", errno);
tools/testing/selftests/x86/ioperm.c
155
printf("[OK]\tit worked\n");
tools/testing/selftests/x86/ioperm.c
157
printf("[RUN]\tenable 0x80 again\n");
tools/testing/selftests/x86/ioperm.c
159
printf("[FAIL]\tit succeeded but should have failed.\n");
tools/testing/selftests/x86/ioperm.c
162
printf("[OK]\tit failed\n");
tools/testing/selftests/x86/ioperm.c
50
printf("[FAIL]\toutb to 0x%02hx failed\n", port);
tools/testing/selftests/x86/ioperm.c
54
printf("[OK]\toutb to 0x%02hx worked\n", port);
tools/testing/selftests/x86/ioperm.c
60
printf("[FAIL]\toutb to 0x%02hx worked\n", port);
tools/testing/selftests/x86/ioperm.c
64
printf("[OK]\toutb to 0x%02hx failed\n", port);
tools/testing/selftests/x86/ioperm.c
82
printf("[RUN]\tenable 0x80\n");
tools/testing/selftests/x86/ioperm.c
84
printf("[OK]\tioperm(0x80, 1, 1) failed (%d) -- try running as root\n",
tools/testing/selftests/x86/ioperm.c
91
printf("[RUN]\tdisable 0x80\n");
tools/testing/selftests/x86/ioperm.c
93
printf("[FAIL]\tioperm(0x80, 1, 0) failed (%d)", errno);
tools/testing/selftests/x86/iopl.c
117
printf("[OK]\tSTI faulted\n");
tools/testing/selftests/x86/iopl.c
120
printf("[OK]\tSTI NOPped\n");
tools/testing/selftests/x86/iopl.c
123
printf("[FAIL]\tSTI worked\n");
tools/testing/selftests/x86/iopl.c
137
printf("[OK]\tCLI faulted\n");
tools/testing/selftests/x86/iopl.c
140
printf("[OK]\tCLI NOPped\n");
tools/testing/selftests/x86/iopl.c
143
printf("[FAIL]\tCLI worked\n");
tools/testing/selftests/x86/iopl.c
165
printf("[OK]\tiopl() nor supported\n");
tools/testing/selftests/x86/iopl.c
168
printf("[OK]\tiopl(3) failed (%d) -- try running as root\n",
tools/testing/selftests/x86/iopl.c
200
printf("\tchild: set IOPL to 3\n");
tools/testing/selftests/x86/iopl.c
204
printf("[RUN]\tchild: write to 0x80\n");
tools/testing/selftests/x86/iopl.c
212
printf("[FAIL]\tChild died\n");
tools/testing/selftests/x86/iopl.c
215
printf("[FAIL]\tChild failed\n");
tools/testing/selftests/x86/iopl.c
218
printf("[OK]\tChild succeeded\n");
tools/testing/selftests/x86/iopl.c
222
printf("[RUN]\tparent: write to 0x80 (should fail)\n");
tools/testing/selftests/x86/iopl.c
228
printf("\tiopl(3)\n");
tools/testing/selftests/x86/iopl.c
232
printf("\tDrop privileges\n");
tools/testing/selftests/x86/iopl.c
234
printf("[WARN]\tDropping privileges failed\n");
tools/testing/selftests/x86/iopl.c
238
printf("[RUN]\tiopl(3) unprivileged but with IOPL==3\n");
tools/testing/selftests/x86/iopl.c
240
printf("[FAIL]\tiopl(3) should work if iopl is already 3 even if unprivileged\n");
tools/testing/selftests/x86/iopl.c
244
printf("[RUN]\tiopl(0) unprivileged\n");
tools/testing/selftests/x86/iopl.c
246
printf("[FAIL]\tiopl(0) should work if iopl is already 3 even if unprivileged\n");
tools/testing/selftests/x86/iopl.c
250
printf("[RUN]\tiopl(3) unprivileged\n");
tools/testing/selftests/x86/iopl.c
252
printf("[FAIL]\tiopl(3) should fail if when unprivileged if iopl==0\n");
tools/testing/selftests/x86/iopl.c
255
printf("[OK]\tFailed as expected\n");
tools/testing/selftests/x86/iopl.c
50
printf("[FAIL]\toutb to 0x%02hx failed\n", port);
tools/testing/selftests/x86/iopl.c
54
printf("[OK]\toutb to 0x%02hx worked\n", port);
tools/testing/selftests/x86/iopl.c
60
printf("[FAIL]\toutb to 0x%02hx worked\n", port);
tools/testing/selftests/x86/iopl.c
64
printf("[OK]\toutb to 0x%02hx failed\n", port);
tools/testing/selftests/x86/lam.c
1082
printf("usage: lam [-h] [-t test list]\n");
tools/testing/selftests/x86/lam.c
1083
printf("\t-t test list: run tests specified in the test list, default:0x%x\n", TEST_MASK);
tools/testing/selftests/x86/lam.c
1084
printf("\t\t0x1:malloc; 0x2:max_bits; 0x4:mmap; 0x8:syscall; 0x10:io_uring; 0x20:inherit;\n");
tools/testing/selftests/x86/lam.c
1085
printf("\t-h: help\n");
tools/testing/selftests/x86/lam.c
1158
printf("Please make sure idxd driver was loaded\n");
tools/testing/selftests/x86/lam.c
1164
printf("Please enable SVA.(Add intel_iommu=on,sm_on in kernel cmdline)\n");
tools/testing/selftests/x86/lam.c
1258
printf("munmap failed %d\n", errno);
tools/testing/selftests/x86/lam.c
454
printf("Invalid test case value passed!\n");
tools/testing/selftests/x86/ldt_gdt.c
114
printf("[FAIL]\t%s entry %hu is invalid but should be valid\n",
tools/testing/selftests/x86/ldt_gdt.c
128
printf("[FAIL]\t%s entry %hu has AR 0x%08X but expected 0x%08X\n",
tools/testing/selftests/x86/ldt_gdt.c
132
printf("[FAIL]\t%s entry %hu has limit 0x%08X but expected 0x%08X\n",
tools/testing/selftests/x86/ldt_gdt.c
136
printf("[OK]\t%s entry %hu has AR 0x%08X and limit 0x%08X\n",
tools/testing/selftests/x86/ldt_gdt.c
165
printf("[OK]\tmodify_ldt returned -ENOSYS\n");
tools/testing/selftests/x86/ldt_gdt.c
178
printf("[FAIL]\tUnexpected %s failure %d\n",
tools/testing/selftests/x86/ldt_gdt.c
184
printf("[OK]\t%s rejected 16 bit segment\n",
tools/testing/selftests/x86/ldt_gdt.c
213
printf("[OK]\tmodify_ldt returned -ENOSYS\n");
tools/testing/selftests/x86/ldt_gdt.c
216
printf("[FAIL]\tUnexpected modify_ldt failure %d\n",
tools/testing/selftests/x86/ldt_gdt.c
220
printf("[OK]\tmodify_ldt rejected 16 bit segment\n");
tools/testing/selftests/x86/ldt_gdt.c
237
printf("[FAIL]\tmodify_ldt accepted a bad descriptor\n");
tools/testing/selftests/x86/ldt_gdt.c
240
printf("[OK]\tmodify_ldt returned -ENOSYS\n");
tools/testing/selftests/x86/ldt_gdt.c
242
printf("[OK]\tmodify_ldt failure %d\n", errno);
tools/testing/selftests/x86/ldt_gdt.c
333
printf("[RUN]\tTest fork\n");
tools/testing/selftests/x86/ldt_gdt.c
347
printf("[FAIL]\tChild died\n");
tools/testing/selftests/x86/ldt_gdt.c
350
printf("[FAIL]\tChild failed\n");
tools/testing/selftests/x86/ldt_gdt.c
353
printf("[OK]\tChild succeeded\n");
tools/testing/selftests/x86/ldt_gdt.c
357
printf("[RUN]\tTest size\n");
tools/testing/selftests/x86/ldt_gdt.c
363
printf("[FAIL]\tFailed to install entry %d\n", i);
tools/testing/selftests/x86/ldt_gdt.c
372
printf("[DONE]\tSize test\n");
tools/testing/selftests/x86/ldt_gdt.c
374
printf("[SKIP]\tSkipping fork and size tests because we have no LDT\n");
tools/testing/selftests/x86/ldt_gdt.c
528
printf("[SKIP]\tCannot set affinity to CPU 1\n");
tools/testing/selftests/x86/ldt_gdt.c
535
printf("[SKIP]\tCannot set affinity to CPU 0\n");
tools/testing/selftests/x86/ldt_gdt.c
547
printf("[RUN]\tCross-CPU LDT invalidation\n");
tools/testing/selftests/x86/ldt_gdt.c
577
printf("[SKIP]\tmodify_ldt unavailable\n");
tools/testing/selftests/x86/ldt_gdt.c
609
printf("[FAIL]\t%d of %d iterations failed\n", failures, iters);
tools/testing/selftests/x86/ldt_gdt.c
612
printf("[OK]\tAll %d iterations succeeded\n", iters);
tools/testing/selftests/x86/ldt_gdt.c
629
printf("[RUN]\tTest exec\n");
tools/testing/selftests/x86/ldt_gdt.c
647
printf("[FAIL]\tCould not exec self\n");
tools/testing/selftests/x86/ldt_gdt.c
653
printf("[FAIL]\tChild died\n");
tools/testing/selftests/x86/ldt_gdt.c
656
printf("[FAIL]\tChild failed\n");
tools/testing/selftests/x86/ldt_gdt.c
659
printf("[OK]\tChild succeeded\n");
tools/testing/selftests/x86/ldt_gdt.c
706
printf("[NOTE]\tset_thread_area is available; will use GDT index %d\n", gdt_entry_num);
tools/testing/selftests/x86/ldt_gdt.c
708
printf("[NOTE]\tset_thread_area is unavailable\n");
tools/testing/selftests/x86/ldt_gdt.c
759
printf("[%s]\tInvalidate DS with set_thread_area: new DS = 0x%hx\n",
tools/testing/selftests/x86/ldt_gdt.c
790
printf("[%s]\tInvalidate ES with set_thread_area: new ES = 0x%hx\n",
tools/testing/selftests/x86/ldt_gdt.c
834
printf("[%s]\tInvalidate FS with set_thread_area: new FS = 0x%hx\n",
tools/testing/selftests/x86/ldt_gdt.c
84
printf("[FAIL]\t%s entry %hu is valid but should be invalid\n",
tools/testing/selftests/x86/ldt_gdt.c
840
printf("[FAIL]\tNew FSBASE was 0x%lx\n", new_base);
tools/testing/selftests/x86/ldt_gdt.c
842
printf("[OK]\tNew FSBASE was zero\n");
tools/testing/selftests/x86/ldt_gdt.c
88
printf("[OK]\t%s entry %hu is invalid\n",
tools/testing/selftests/x86/ldt_gdt.c
887
printf("[%s]\tInvalidate GS with set_thread_area: new GS = 0x%hx\n",
tools/testing/selftests/x86/ldt_gdt.c
893
printf("[FAIL]\tNew GSBASE was 0x%lx\n", new_base);
tools/testing/selftests/x86/ldt_gdt.c
895
printf("[OK]\tNew GSBASE was zero\n");
tools/testing/selftests/x86/mov_ss_trap.c
108
printf("\tGot SIGTRAP with RIP=%lx, EFLAGS.RF=%d\n",
tools/testing/selftests/x86/mov_ss_trap.c
117
printf("\tGot %s with RIP=%lx\n", signames[sig],
tools/testing/selftests/x86/mov_ss_trap.c
125
printf("\tGot %s with RIP=%lx\n", signames[sig],
tools/testing/selftests/x86/mov_ss_trap.c
136
printf("\tSS = 0x%hx, &SS = 0x%p\n", ss, &ss);
tools/testing/selftests/x86/mov_ss_trap.c
139
printf("\tPR_SET_PTRACER_ANY succeeded\n");
tools/testing/selftests/x86/mov_ss_trap.c
141
printf("\tSet up a watchpoint\n");
tools/testing/selftests/x86/mov_ss_trap.c
145
printf("[RUN]\tRead from watched memory (should get SIGTRAP)\n");
tools/testing/selftests/x86/mov_ss_trap.c
148
printf("[RUN]\tMOV SS; INT3\n");
tools/testing/selftests/x86/mov_ss_trap.c
151
printf("[RUN]\tMOV SS; INT 3\n");
tools/testing/selftests/x86/mov_ss_trap.c
154
printf("[RUN]\tMOV SS; CS CS INT3\n");
tools/testing/selftests/x86/mov_ss_trap.c
157
printf("[RUN]\tMOV SS; CSx14 INT3\n");
tools/testing/selftests/x86/mov_ss_trap.c
160
printf("[RUN]\tMOV SS; INT 4\n");
tools/testing/selftests/x86/mov_ss_trap.c
165
printf("[RUN]\tMOV SS; INTO\n");
tools/testing/selftests/x86/mov_ss_trap.c
173
printf("[RUN]\tMOV SS; ICEBP\n");
tools/testing/selftests/x86/mov_ss_trap.c
182
printf("[RUN]\tMOV SS; CLI\n");
tools/testing/selftests/x86/mov_ss_trap.c
188
printf("[RUN]\tMOV SS; #PF\n");
tools/testing/selftests/x86/mov_ss_trap.c
199
printf("[RUN]\tMOV SS; INT 1\n");
tools/testing/selftests/x86/mov_ss_trap.c
211
printf("[RUN]\tMOV SS; SYSCALL\n");
tools/testing/selftests/x86/mov_ss_trap.c
230
printf("[RUN]\tMOV SS; breakpointed NOP\n");
tools/testing/selftests/x86/mov_ss_trap.c
238
printf("[RUN]\tMOV SS; SYSENTER\n");
tools/testing/selftests/x86/mov_ss_trap.c
260
printf("[RUN]\tMOV SS; INT $0x80\n");
tools/testing/selftests/x86/mov_ss_trap.c
272
printf("[OK]\tI aten't dead\n");
tools/testing/selftests/x86/mov_ss_trap.c
88
printf("\tDR0 = %lx, DR1 = %lx, DR7 = %lx\n", dr0, dr1, dr7);
tools/testing/selftests/x86/nx_stack.c
127
printf("stack min %lx\n", stack_min_addr);
tools/testing/selftests/x86/nx_stack.c
135
printf("stack max %lx\n", stack_max_addr);
tools/testing/selftests/x86/nx_stack.c
148
printf("PASS\tAll stack pages are NX\n");
tools/testing/selftests/x86/nx_stack.c
157
printf("FAIL\texecutable page on the stack: " RIP_STRING " %lx\n", rip);
tools/testing/selftests/x86/ptrace_syscall.c
132
printf("[FAIL]\tgetpid() failed to preserve regs\n");
tools/testing/selftests/x86/ptrace_syscall.c
135
printf("[OK]\tgetpid() preserves regs\n");
tools/testing/selftests/x86/ptrace_syscall.c
147
printf("[FAIL]\tkill(getpid(), SIGUSR1) failed to preserve regs\n");
tools/testing/selftests/x86/ptrace_syscall.c
150
printf("[OK]\tkill(getpid(), SIGUSR1) preserves regs\n");
tools/testing/selftests/x86/ptrace_syscall.c
157
printf("[RUN]\tptrace-induced syscall restart\n");
tools/testing/selftests/x86/ptrace_syscall.c
168
printf("\tChild will make one syscall\n");
tools/testing/selftests/x86/ptrace_syscall.c
183
printf("[RUN]\tSYSEMU\n");
tools/testing/selftests/x86/ptrace_syscall.c
195
printf("[FAIL]\tInitial args are wrong (nr=%lu, args=%lu %lu %lu %lu %lu %lu)\n", (unsigned long)regs.user_syscall_nr, (unsigned long)regs.user_arg0, (unsigned long)regs.user_arg1, (unsigned long)regs.user_arg2, (unsigned long)regs.user_arg3, (unsigned long)regs.user_arg4, (unsigned long)regs.user_arg5);
tools/testing/selftests/x86/ptrace_syscall.c
198
printf("[OK]\tInitial nr and args are correct\n");
tools/testing/selftests/x86/ptrace_syscall.c
201
printf("[RUN]\tRestart the syscall (ip = 0x%lx)\n",
tools/testing/selftests/x86/ptrace_syscall.c
226
printf("[FAIL]\tRestart nr or args are wrong (nr=%lu, args=%lu %lu %lu %lu %lu %lu)\n", (unsigned long)regs.user_syscall_nr, (unsigned long)regs.user_arg0, (unsigned long)regs.user_arg1, (unsigned long)regs.user_arg2, (unsigned long)regs.user_arg3, (unsigned long)regs.user_arg4, (unsigned long)regs.user_arg5);
tools/testing/selftests/x86/ptrace_syscall.c
229
printf("[OK]\tRestarted nr and args are correct\n");
tools/testing/selftests/x86/ptrace_syscall.c
232
printf("[RUN]\tChange nr and args and restart the syscall (ip = 0x%lx)\n",
tools/testing/selftests/x86/ptrace_syscall.c
257
printf("[FAIL]\tRestart nr or args are wrong (nr=%lu, args=%lu %lu %lu %lu %lu %lu)\n", (unsigned long)regs.user_syscall_nr, (unsigned long)regs.user_arg0, (unsigned long)regs.user_arg1, (unsigned long)regs.user_arg2, (unsigned long)regs.user_arg3, (unsigned long)regs.user_arg4, (unsigned long)regs.user_arg5);
tools/testing/selftests/x86/ptrace_syscall.c
260
printf("[OK]\tReplacement nr and args are correct\n");
tools/testing/selftests/x86/ptrace_syscall.c
268
printf("[FAIL]\tChild failed\n");
tools/testing/selftests/x86/ptrace_syscall.c
271
printf("[OK]\tChild exited cleanly\n");
tools/testing/selftests/x86/ptrace_syscall.c
277
printf("[RUN]\tkernel syscall restart under ptrace\n");
tools/testing/selftests/x86/ptrace_syscall.c
288
printf("\tChild will take a nap until signaled\n");
tools/testing/selftests/x86/ptrace_syscall.c
304
printf("[RUN]\tSYSCALL\n");
tools/testing/selftests/x86/ptrace_syscall.c
318
printf("[FAIL]\tInitial args are wrong (nr=%lu, args=%lu %lu %lu %lu %lu %lu)\n", (unsigned long)regs.user_syscall_nr, (unsigned long)regs.user_arg0, (unsigned long)regs.user_arg1, (unsigned long)regs.user_arg2, (unsigned long)regs.user_arg3, (unsigned long)regs.user_arg4, (unsigned long)regs.user_arg5);
tools/testing/selftests/x86/ptrace_syscall.c
321
printf("[OK]\tInitial nr and args are correct\n");
tools/testing/selftests/x86/ptrace_syscall.c
328
printf("[RUN]\tSYSCALL\n");
tools/testing/selftests/x86/ptrace_syscall.c
340
printf("[FAIL]\tArgs after SIGUSR1 are wrong (nr=%lu, args=%lu %lu %lu %lu %lu %lu)\n", (unsigned long)regs.user_syscall_nr, (unsigned long)regs.user_arg0, (unsigned long)regs.user_arg1, (unsigned long)regs.user_arg2, (unsigned long)regs.user_arg3, (unsigned long)regs.user_arg4, (unsigned long)regs.user_arg5);
tools/testing/selftests/x86/ptrace_syscall.c
343
printf("[OK]\tArgs after SIGUSR1 are correct (ax = %ld)\n",
tools/testing/selftests/x86/ptrace_syscall.c
357
printf("[FAIL]\tChild was stopped for SIGUSR1 (status = 0x%x)\n", status);
tools/testing/selftests/x86/ptrace_syscall.c
360
printf("[OK]\tChild got SIGUSR1\n");
tools/testing/selftests/x86/ptrace_syscall.c
364
printf("[RUN]\tStep again\n");
tools/testing/selftests/x86/ptrace_syscall.c
378
printf("[FAIL]\tpause did not restart (nr=%lu, args=%lu %lu %lu %lu %lu %lu)\n", (unsigned long)regs.user_syscall_nr, (unsigned long)regs.user_arg0, (unsigned long)regs.user_arg1, (unsigned long)regs.user_arg2, (unsigned long)regs.user_arg3, (unsigned long)regs.user_arg4, (unsigned long)regs.user_arg5);
tools/testing/selftests/x86/ptrace_syscall.c
381
printf("[OK]\tpause(2) restarted correctly\n");
tools/testing/selftests/x86/ptrace_syscall.c
392
printf("[RUN]\tCheck int80 return regs\n");
tools/testing/selftests/x86/ptrace_syscall.c
398
printf("[RUN]\tCheck AT_SYSINFO return regs\n");
tools/testing/selftests/x86/ptrace_syscall.c
401
printf("[SKIP]\tAT_SYSINFO is not available\n");
tools/testing/selftests/x86/sigaltstack.c
48
printf("[FAIL]\tWrong signal delivered: SIGSEGV (expected SIGALRM).");
tools/testing/selftests/x86/sigaltstack.c
51
printf("[OK]\tSIGSEGV signal delivered.\n");
tools/testing/selftests/x86/sigaltstack.c
60
printf("[FAIL]\tWrong signal delivered: SIGALRM (expected SIGSEGV).");
tools/testing/selftests/x86/sigaltstack.c
63
printf("[OK]\tSIGALRM signal delivered.\n");
tools/testing/selftests/x86/sigaltstack.c
78
printf("[RUN]\tTest an alternate signal stack of %ssufficient size.\n",
tools/testing/selftests/x86/sigaltstack.c
80
printf("\tRaise SIGALRM. %s is expected to be delivered.\n",
tools/testing/selftests/x86/sigreturn.c
149
printf("[NOTE]\tFailed to create %s segment\n", name);
tools/testing/selftests/x86/sigreturn.c
233
printf("[WARN]\tset_thread_area allocated data16 at index %d\n",
tools/testing/selftests/x86/sigreturn.c
237
printf("[OK]\tset_thread_area refused 16-bit data\n");
tools/testing/selftests/x86/sigreturn.c
256
printf("[WARN]\tset_thread_area allocated npdata32 at index %d\n",
tools/testing/selftests/x86/sigreturn.c
260
printf("[OK]\tset_thread_area refused 16-bit data\n");
tools/testing/selftests/x86/sigreturn.c
377
printf("[FAIL]\tUC_SIGCONTEXT_SS was not set\n");
tools/testing/selftests/x86/sigreturn.c
389
printf("[FAIL]\tUC_STRICT_RESTORE_SS was wrong in signal %d\n",
tools/testing/selftests/x86/sigreturn.c
403
printf("[FAIL]\tHW SS didn't match saved SS\n");
tools/testing/selftests/x86/sigreturn.c
470
printf("[FAIL]\tSIGTRAP: ss = %hx, frame ss = %x, ax = %llx\n",
tools/testing/selftests/x86/sigreturn.c
481
printf("[FAIL]\tUC_STRICT_RESTORE_SS was set inappropriately\n");
tools/testing/selftests/x86/sigreturn.c
489
printf("\tCorrupting SS on return to 64-bit mode\n");
tools/testing/selftests/x86/sigreturn.c
505
printf("[FAIL]\traise(2) didn't set UC_STRICT_RESTORE_SS\n");
tools/testing/selftests/x86/sigreturn.c
526
printf("[RUN]\tClear UC_STRICT_RESTORE_SS and corrupt SS\n");
tools/testing/selftests/x86/sigreturn.c
529
printf("[OK]\tIt worked\n");
tools/testing/selftests/x86/sigreturn.c
551
printf("[WARN]\tCould not find %d-bit CS\n", bitness);
tools/testing/selftests/x86/sigreturn.c
559
printf("[SKIP]\tCode segment unavailable for %d-bit CS, %d-bit SS\n",
tools/testing/selftests/x86/sigreturn.c
569
printf("[SKIP]\tData segment unavailable for %d-bit CS, 16-bit SS\n",
tools/testing/selftests/x86/sigreturn.c
581
printf("[RUN]\tValid sigreturn: %d-bit CS (%hx), %d-bit SS (%hx%s)\n",
tools/testing/selftests/x86/sigreturn.c
619
printf("[NOTE]\tSP: %llx -> %llx\n",
tools/testing/selftests/x86/sigreturn.c
625
printf("[FAIL]\tSP mismatch: requested 0x%llx; got 0x%llx\n",
tools/testing/selftests/x86/sigreturn.c
643
printf("[FAIL]\tCS mismatch: requested 0x%hx; got 0x%hx\n",
tools/testing/selftests/x86/sigreturn.c
649
printf("[FAIL]\tSS mismatch: requested 0x%hx; got 0x%hx\n",
tools/testing/selftests/x86/sigreturn.c
660
printf("[FAIL]\tCX (saved SP) mismatch: requested 0x%llx; got 0x%llx\n",
tools/testing/selftests/x86/sigreturn.c
668
printf("[FAIL]\tReg %d mismatch: requested 0x%llx; got 0x%llx\n",
tools/testing/selftests/x86/sigreturn.c
676
printf("[OK]\tall registers okay\n");
tools/testing/selftests/x86/sigreturn.c
690
printf("[RUN]\t%d-bit CS (%hx), bogus SS (%hx)\n",
tools/testing/selftests/x86/sigreturn.c
725
printf("[OK]\tGot #%s(0x%lx) (i.e. %s%s)\n",
tools/testing/selftests/x86/sigreturn.c
736
printf("[FAIL]\tDid not get SIGSEGV\n");
tools/testing/selftests/x86/sigtrap_loop.c
42
printf("\tTrapped at %016lx\n", last_trap_ip);
tools/testing/selftests/x86/sigtrap_loop.c
49
printf("[FAIL]\tDetected SIGTRAP infinite loop\n");
tools/testing/selftests/x86/sigtrap_loop.c
58
printf("\tTrapped at %016lx\n", last_trap_ip);
tools/testing/selftests/x86/sigtrap_loop.c
77
printf("[RUN]\tSIGTRAP infinite loop detection\n");
tools/testing/selftests/x86/sigtrap_loop.c
99
printf("[OK]\tNo SIGTRAP infinite loop detected\n");
tools/testing/selftests/x86/single_step_syscall.c
103
printf("[OK]\tSurvived with TF set and %d traps\n", (int)sig_traps);
tools/testing/selftests/x86/single_step_syscall.c
110
printf("[RUN]\tFast syscall with TF cleared\n");
tools/testing/selftests/x86/single_step_syscall.c
113
printf("[FAIL]\tTF is now set\n");
tools/testing/selftests/x86/single_step_syscall.c
117
printf("[FAIL]\tGot SIGTRAP\n");
tools/testing/selftests/x86/single_step_syscall.c
120
printf("[OK]\tNothing unexpected happened\n");
tools/testing/selftests/x86/single_step_syscall.c
131
printf("[RUN]\tSet TF and check nop\n");
tools/testing/selftests/x86/single_step_syscall.c
137
printf("[RUN]\tSet TF and check syscall-less opportunistic sysret\n");
tools/testing/selftests/x86/single_step_syscall.c
148
printf("[RUN]\tSet TF and check int80\n");
tools/testing/selftests/x86/single_step_syscall.c
171
printf("[RUN]\tSet TF and check a fast syscall\n");
tools/testing/selftests/x86/single_step_syscall.c
188
printf("[RUN]\tSet TF and check SYSENTER\n");
tools/testing/selftests/x86/single_step_syscall.c
212
printf("[FAIL]\tTF was cleared\n");
tools/testing/selftests/x86/single_step_syscall.c
55
printf("[WARN]\tSIGTRAP handler had TF set\n");
tools/testing/selftests/x86/single_step_syscall.c
62
printf("[WARN]\tHit %d SIGTRAPs with si_addr 0x%lx, ip 0x%lx\n",
tools/testing/selftests/x86/single_step_syscall.c
80
printf("\tGot %s with RIP=%lx, TF=%ld\n", signames[sig],
tools/testing/selftests/x86/single_step_syscall.c
94
printf("[FAIL]\tNo SIGTRAP\n");
tools/testing/selftests/x86/single_step_syscall.c
99
printf("[FAIL]\tTF was cleared\n");
tools/testing/selftests/x86/srso.c
56
printf("Sleeping for 10 seconds\n");
tools/testing/selftests/x86/srso.c
65
printf("RETs: (%lld retired <-> %lld mispredicted)\n",
tools/testing/selftests/x86/srso.c
67
printf("SRSO Safe-RET mitigation works correctly if both counts are almost equal.\n");
tools/testing/selftests/x86/syscall_arg_fault.c
126
printf("[RUN]\tSYSENTER with invalid state\n");
tools/testing/selftests/x86/syscall_arg_fault.c
141
printf("[RUN]\tSYSCALL with invalid state\n");
tools/testing/selftests/x86/syscall_arg_fault.c
157
printf("[RUN]\tSYSENTER with TF and invalid state\n");
tools/testing/selftests/x86/syscall_arg_fault.c
177
printf("[RUN]\tSYSCALL with TF and invalid state\n");
tools/testing/selftests/x86/syscall_arg_fault.c
197
printf("[RUN]\tSYSENTER with TF, invalid state, and GSBASE < 0\n");
tools/testing/selftests/x86/syscall_arg_fault.c
38
printf("[FAIL]\tAX had the wrong value: 0x%lx\n",
tools/testing/selftests/x86/syscall_arg_fault.c
40
printf("\tIP = 0x%lx\n", (unsigned long)ctx->uc_mcontext.gregs[REG_IP]);
tools/testing/selftests/x86/syscall_arg_fault.c
43
printf("[OK]\tSeems okay\n");
tools/testing/selftests/x86/syscall_arg_fault.c
66
printf("[WARN]\tGot stuck single-stepping -- you probably have a KVM bug\n");
tools/testing/selftests/x86/syscall_arg_fault.c
81
printf("[OK]\tSYSCALL returned normally\n");
tools/testing/selftests/x86/syscall_arg_fault.c
83
printf("[SKIP]\tIllegal instruction\n");
tools/testing/selftests/x86/syscall_nt.c
34
printf("[OK]\tThe syscall worked and flags are still set\n");
tools/testing/selftests/x86/syscall_nt.c
36
printf("[FAIL]\tThe syscall worked but flags were cleared (flags = 0x%lx but expected 0x%lx set)\n",
tools/testing/selftests/x86/syscall_nt.c
44
printf("[RUN]\tSet NT and issue a syscall\n");
tools/testing/selftests/x86/syscall_nt.c
47
printf("[RUN]\tSet AC and issue a syscall\n");
tools/testing/selftests/x86/syscall_nt.c
50
printf("[RUN]\tSet NT|AC and issue a syscall\n");
tools/testing/selftests/x86/syscall_nt.c
60
printf("[RUN]\tSet TF and issue a syscall\n");
tools/testing/selftests/x86/syscall_nt.c
63
printf("[RUN]\tSet NT|TF and issue a syscall\n");
tools/testing/selftests/x86/syscall_nt.c
66
printf("[RUN]\tSet AC|TF and issue a syscall\n");
tools/testing/selftests/x86/syscall_nt.c
69
printf("[RUN]\tSet NT|AC|TF and issue a syscall\n");
tools/testing/selftests/x86/syscall_nt.c
77
printf("[RUN]\tSet DF and issue a syscall\n");
tools/testing/selftests/x86/syscall_nt.c
80
printf("[RUN]\tSet TF|DF and issue a syscall\n");
tools/testing/selftests/x86/syscall_numbering.c
86
#define msg(lvl, fmt, ...) printf("%-*s" fmt, offset(), "[" #lvl "]", \
tools/testing/selftests/x86/sysret_rip.c
102
printf("[RUN]\tTrying a SYSCALL that falls through to 0x%lx\n", ip);
tools/testing/selftests/x86/sysret_rip.c
110
printf("[OK]\tmremap to %p failed\n", new_address);
tools/testing/selftests/x86/sysret_rip.c
128
printf("[OK]\tWe survived\n");
tools/testing/selftests/x86/sysret_rip.c
46
printf("[FAIL]\tRequested RIP=0x%lx but got RIP=0x%lx\n",
tools/testing/selftests/x86/sysret_rip.c
54
printf("[OK]\tGot SIGSEGV at RIP=0x%lx\n", rip);
tools/testing/selftests/x86/sysret_rip.c
77
printf("[RUN]\tsigreturn to 0x%lx\n", ip);
tools/testing/selftests/x86/sysret_rip.c
88
printf("[FAIL]\tExpected SIGSEGV at 0x%lx but got RIP=0x%lx\n",
tools/testing/selftests/x86/sysret_ss_attrs.c
59
printf("[WARN]\tsched_setaffinity failed\n");
tools/testing/selftests/x86/sysret_ss_attrs.c
73
printf("[RUN]\tSyscalls followed by SS validation\n");
tools/testing/selftests/x86/sysret_ss_attrs.c
97
printf("[OK]\tWe survived\n");
tools/testing/selftests/x86/test_FCMOV.c
50
printf("[FAIL]\tGot signal %d, exiting\n", sig);
tools/testing/selftests/x86/test_FCMOV.c
66
printf("[RUN]\tTesting fcmovCC instructions\n");
tools/testing/selftests/x86/test_FCMOV.c
89
printf("[OK]\tfcmovCC\n");
tools/testing/selftests/x86/test_FCMOV.c
91
printf("[FAIL]\tfcmovCC errors: %d\n", err);
tools/testing/selftests/x86/test_FCOMI.c
112
printf("[BAD]\tfcomi_qnan_1 with flags:%lx\n", flags);
tools/testing/selftests/x86/test_FCOMI.c
116
printf("[BAD]\tFE_INVALID is not set in %s\n", __func__);
tools/testing/selftests/x86/test_FCOMI.c
141
printf("[BAD]\tfcomi_qnan_1 with flags:%lx\n", flags);
tools/testing/selftests/x86/test_FCOMI.c
145
printf("[BAD]\tFE_INVALID is set in %s\n", __func__);
tools/testing/selftests/x86/test_FCOMI.c
172
printf("[BAD]\tfcomi_qnan_1 with flags:%lx\n", flags);
tools/testing/selftests/x86/test_FCOMI.c
177
printf("[BAD]\tFE_INVALID is not set in %s\n", __func__);
tools/testing/selftests/x86/test_FCOMI.c
219
printf("[BAD]\tfcomi_1_pi with flags:%lx\n", flags);
tools/testing/selftests/x86/test_FCOMI.c
223
printf("[BAD]\tfcomi_pi_1 with flags:%lx->%lx\n", flags, res_fcomi_pi_1 & ARITH);
tools/testing/selftests/x86/test_FCOMI.c
227
printf("[BAD]\tfcomi_1_1 with flags:%lx\n", flags);
tools/testing/selftests/x86/test_FCOMI.c
231
printf("[BAD]\tFE_INVALID is set in %s\n", __func__);
tools/testing/selftests/x86/test_FCOMI.c
255
printf("[BAD]\tfcomi_qnan_1 with flags:%lx\n", flags);
tools/testing/selftests/x86/test_FCOMI.c
259
printf("[BAD]\tFE_INVALID is not set in %s\n", __func__);
tools/testing/selftests/x86/test_FCOMI.c
283
printf("[BAD]\tfcomi_qnan_1 with flags:%lx\n", flags);
tools/testing/selftests/x86/test_FCOMI.c
287
printf("[BAD]\tFE_INVALID is set in %s\n", __func__);
tools/testing/selftests/x86/test_FCOMI.c
295
printf("[FAIL]\tGot signal %d, exiting\n", sig);
tools/testing/selftests/x86/test_FCOMI.c
311
printf("[RUN]\tTesting f[u]comi[p] instructions\n");
tools/testing/selftests/x86/test_FCOMI.c
327
printf("[OK]\tf[u]comi[p]\n");
tools/testing/selftests/x86/test_FCOMI.c
329
printf("[FAIL]\tf[u]comi[p] errors: %d\n", err);
tools/testing/selftests/x86/test_FCOMI.c
75
printf("[BAD]\tfcomi_1_pi with flags:%lx\n", flags);
tools/testing/selftests/x86/test_FCOMI.c
79
printf("[BAD]\tfcomi_pi_1 with flags:%lx->%lx\n", flags, res_fcomi_pi_1 & ARITH);
tools/testing/selftests/x86/test_FCOMI.c
83
printf("[BAD]\tfcomi_1_1 with flags:%lx\n", flags);
tools/testing/selftests/x86/test_FCOMI.c
87
printf("[BAD]\tFE_INVALID is set in %s\n", __func__);
tools/testing/selftests/x86/test_FISTTP.c
100
printf("[BAD]\tfisttp ln2\n");
tools/testing/selftests/x86/test_FISTTP.c
105
printf("[BAD]\tfisttp ln2: wrong exception state\n");
tools/testing/selftests/x86/test_FISTTP.c
114
printf("[FAIL]\tGot signal %d, exiting\n", sig);
tools/testing/selftests/x86/test_FISTTP.c
130
printf("[RUN]\tTesting fisttp instructions\n");
tools/testing/selftests/x86/test_FISTTP.c
133
printf("[OK]\tfisttp\n");
tools/testing/selftests/x86/test_FISTTP.c
135
printf("[FAIL]\tfisttp errors: %d\n", err);
tools/testing/selftests/x86/test_FISTTP.c
36
printf("[BAD]\tfisttp 1\n");
tools/testing/selftests/x86/test_FISTTP.c
41
printf("[BAD]\tfisttp 1: wrong exception state\n");
tools/testing/selftests/x86/test_FISTTP.c
56
printf("[BAD]\tfisttp pi\n");
tools/testing/selftests/x86/test_FISTTP.c
61
printf("[BAD]\tfisttp pi: wrong exception state\n");
tools/testing/selftests/x86/test_FISTTP.c
79
printf("[BAD]\tfisttp -pi\n");
tools/testing/selftests/x86/test_FISTTP.c
84
printf("[BAD]\tfisttp -pi: wrong exception state\n");
tools/testing/selftests/x86/test_shadow_stack.c
1005
printf("[FAIL]\tShadow stack disabled\n");
tools/testing/selftests/x86/test_shadow_stack.c
1011
printf("[FAIL]\tShadow stack pivot\n");
tools/testing/selftests/x86/test_shadow_stack.c
1017
printf("[FAIL]\tShadow stack fault test\n");
tools/testing/selftests/x86/test_shadow_stack.c
1023
printf("[FAIL]\tShadow stack violation test\n");
tools/testing/selftests/x86/test_shadow_stack.c
1029
printf("[FAIL]\tShadow shadow stack gup\n");
tools/testing/selftests/x86/test_shadow_stack.c
1035
printf("[FAIL]\tShadow shadow mprotect test\n");
tools/testing/selftests/x86/test_shadow_stack.c
1041
printf("[FAIL]\tUserfaultfd test\n");
tools/testing/selftests/x86/test_shadow_stack.c
1047
printf("[FAIL]\tGuard gap test, other mappings' gaps\n");
tools/testing/selftests/x86/test_shadow_stack.c
1053
printf("[FAIL]\tGuard gap test, placement mapping's gaps\n");
tools/testing/selftests/x86/test_shadow_stack.c
1059
printf("[FAIL]\tptrace test\n");
tools/testing/selftests/x86/test_shadow_stack.c
1064
printf("[FAIL]\t32 bit test\n");
tools/testing/selftests/x86/test_shadow_stack.c
1070
printf("[FAIL]\turetprobe test\n");
tools/testing/selftests/x86/test_shadow_stack.c
1083
printf("[FAIL]\tDisabling shadow stack failed\n");
tools/testing/selftests/x86/test_shadow_stack.c
137
printf("[INFO]\tnew_ssp = %lx, *new_ssp = %lx\n",
tools/testing/selftests/x86/test_shadow_stack.c
141
printf("[INFO]\tchanging ssp from %lx to %lx\n", ssp, new_ssp);
tools/testing/selftests/x86/test_shadow_stack.c
145
printf("[INFO]\tssp is now %lx\n", get_ssp());
tools/testing/selftests/x86/test_shadow_stack.c
158
printf("[FAIL]\tError creating shadow stack: %d\n", errno);
tools/testing/selftests/x86/test_shadow_stack.c
164
printf("[OK]\tShadow stack pivot\n");
tools/testing/selftests/x86/test_shadow_stack.c
189
printf("[OK]\tShadow stack faults\n");
tools/testing/selftests/x86/test_shadow_stack.c
206
printf("[INFO]\tCorrupting shadow stack\n");
tools/testing/selftests/x86/test_shadow_stack.c
212
printf("[INFO]\tGenerated shadow stack violation successfully\n");
tools/testing/selftests/x86/test_shadow_stack.c
238
printf("[OK]\tShadow stack violation test\n");
tools/testing/selftests/x86/test_shadow_stack.c
258
printf("[INFO]\tViolation from %s\n", is_shstk_access ? "shstk access" : "normal write");
tools/testing/selftests/x86/test_shadow_stack.c
338
printf("[INFO]\tGup read -> shstk access success\n");
tools/testing/selftests/x86/test_shadow_stack.c
345
printf("[INFO]\tGup write -> shstk access success\n");
tools/testing/selftests/x86/test_shadow_stack.c
352
printf("[INFO]\tGup read -> write access success\n");
tools/testing/selftests/x86/test_shadow_stack.c
359
printf("[INFO]\tGup write -> write access success\n");
tools/testing/selftests/x86/test_shadow_stack.c
380
printf("[FAIL]\tWrite in child failed\n");
tools/testing/selftests/x86/test_shadow_stack.c
384
printf("[FAIL]\tWrite in child wrote through to shared memory\n");
tools/testing/selftests/x86/test_shadow_stack.c
388
printf("[INFO]\tCow gup write -> write access success\n");
tools/testing/selftests/x86/test_shadow_stack.c
394
printf("[OK]\tShadow gup test\n");
tools/testing/selftests/x86/test_shadow_stack.c
413
printf("[FAIL]\tmprotect(PROT_READ) failed\n");
tools/testing/selftests/x86/test_shadow_stack.c
419
printf("[FAIL]\tShadow stack access to read-only memory succeeded\n");
tools/testing/selftests/x86/test_shadow_stack.c
428
printf("[FAIL]\tmprotect(PROT_READ) failed\n");
tools/testing/selftests/x86/test_shadow_stack.c
434
printf("[FAIL]\tmprotect(PROT_WRITE) failed\n");
tools/testing/selftests/x86/test_shadow_stack.c
440
printf("[FAIL]\tShadow stack access to mprotect() writable memory failed\n");
tools/testing/selftests/x86/test_shadow_stack.c
448
printf("[OK]\tmprotect() test\n");
tools/testing/selftests/x86/test_shadow_stack.c
498
printf("[SKIP]\tUserfaultfd unavailable.\n");
tools/testing/selftests/x86/test_shadow_stack.c
532
printf("[OK]\tUserfaultfd test\n");
tools/testing/selftests/x86/test_shadow_stack.c
597
printf("[OK]\tGuard gap test, other mapping's gaps\n");
tools/testing/selftests/x86/test_shadow_stack.c
622
printf("[INFO]\tmap_shadow_stack MAP_FAILED\n");
tools/testing/selftests/x86/test_shadow_stack.c
634
printf("[INFO]\tNew mapping has other mapping in guard gap!\n");
tools/testing/selftests/x86/test_shadow_stack.c
650
printf("[OK]\tGuard gap test, placement mapping's gaps\n");
tools/testing/selftests/x86/test_shadow_stack.c
66
printf("[SKIP]\tCompiler does not support CET.\n");
tools/testing/selftests/x86/test_shadow_stack.c
733
printf("[OK]\t32 bit test\n");
tools/testing/selftests/x86/test_shadow_stack.c
746
printf("failed to open '%s': %d\n", file, err);
tools/testing/selftests/x86/test_shadow_stack.c
752
printf("failed to parse '%s': %d\n", file, err);
tools/testing/selftests/x86/test_shadow_stack.c
824
printf("[SKIP]\tUretprobe test, uprobes are not available\n");
tools/testing/selftests/x86/test_shadow_stack.c
865
printf("[OK]\tUretprobe test\n");
tools/testing/selftests/x86/test_shadow_stack.c
915
printf("[INFO]\tFailed to PTRACE_GETREGS\n");
tools/testing/selftests/x86/test_shadow_stack.c
920
printf("[INFO]\tPtrace child SSP was 0\n");
tools/testing/selftests/x86/test_shadow_stack.c
928
printf("[INFO]\tToo small size accepted via PTRACE_SETREGS\n");
tools/testing/selftests/x86/test_shadow_stack.c
934
printf("[INFO]\tToo large size accepted via PTRACE_SETREGS\n");
tools/testing/selftests/x86/test_shadow_stack.c
940
printf("[INFO]\tUnaligned SSP written via PTRACE_SETREGS\n");
tools/testing/selftests/x86/test_shadow_stack.c
946
printf("[INFO]\tKernel range SSP written via PTRACE_SETREGS\n");
tools/testing/selftests/x86/test_shadow_stack.c
957
printf("[INFO]\tFailed to PTRACE_SETREGS\n");
tools/testing/selftests/x86/test_shadow_stack.c
962
printf("[INFO]\tFailed to PTRACE_DETACH\n");
tools/testing/selftests/x86/test_shadow_stack.c
970
printf("[OK]\tPtrace test\n");
tools/testing/selftests/x86/test_shadow_stack.c
983
printf("[SKIP]\tCould not enable Shadow stack\n");
tools/testing/selftests/x86/test_shadow_stack.c
989
printf("[FAIL]\tDisabling shadow stack failed\n");
tools/testing/selftests/x86/test_shadow_stack.c
993
printf("[SKIP]\tCould not re-enable Shadow stack\n");
tools/testing/selftests/x86/test_shadow_stack.c
998
printf("[SKIP]\tCould not enable WRSS\n");
tools/testing/selftests/x86/test_syscall_vdso.c
119
printf("ax:%016llx bx:%016llx cx:%016llx dx:%016llx\n", regs64.rax, regs64.rbx, regs64.rcx, regs64.rdx);
tools/testing/selftests/x86/test_syscall_vdso.c
120
printf("si:%016llx di:%016llx bp:%016llx sp:%016llx\n", regs64.rsi, regs64.rdi, regs64.rbp, regs64.rsp);
tools/testing/selftests/x86/test_syscall_vdso.c
121
printf(" 8:%016llx 9:%016llx 10:%016llx 11:%016llx\n", regs64.r8 , regs64.r9 , regs64.r10, regs64.r11);
tools/testing/selftests/x86/test_syscall_vdso.c
122
printf("12:%016llx 13:%016llx 14:%016llx 15:%016llx\n", regs64.r12, regs64.r13, regs64.r14, regs64.r15);
tools/testing/selftests/x86/test_syscall_vdso.c
146
printf("[NOTE]\tR11 has changed:%016llx - assuming clobbered by SYSRET insn\n", *r64);
tools/testing/selftests/x86/test_syscall_vdso.c
162
printf("[FAIL]\tR%d has changed:%016llx\n", num, *r64);
tools/testing/selftests/x86/test_syscall_vdso.c
167
printf("[OK]\tR8..R15 did not leak kernel data\n");
tools/testing/selftests/x86/test_syscall_vdso.c
231
printf("%s=%016lx ", name, r);
tools/testing/selftests/x86/test_syscall_vdso.c
235
printf("(extra bits are set) ");
tools/testing/selftests/x86/test_syscall_vdso.c
30
printf("[SKIP]\tNot a 32-bit x86 userspace\n");
tools/testing/selftests/x86/test_syscall_vdso.c
315
printf("[FAIL]\targ#%ld clobbered\n", bad_arg);
tools/testing/selftests/x86/test_syscall_vdso.c
318
printf("[OK]\tArguments are preserved across syscall\n");
tools/testing/selftests/x86/test_syscall_vdso.c
329
printf("[RUN]\tExecuting 6-argument 32-bit syscall via VDSO\n");
tools/testing/selftests/x86/test_syscall_vdso.c
334
printf("[RUN]\tExecuting 6-argument 32-bit syscall via INT 80\n");
tools/testing/selftests/x86/test_syscall_vdso.c
356
printf("[RUN]\tRunning tests under ptrace\n");
tools/testing/selftests/x86/test_syscall_vdso.c
387
printf("[NOTE]\tNot a 64-bit kernel, won't test R8..R15 leaks\n");
tools/testing/selftests/x86/test_syscall_vdso.c
44
printf("[WARN]\tAT_SYSINFO not supplied\n");
tools/testing/selftests/x86/trivial_32bit_program.c
15
printf("\n");
tools/testing/selftests/x86/trivial_64bit_program.c
15
printf("\n");
tools/testing/selftests/x86/unwind_vdso.c
107
printf("\tIn vsyscall at 0x%lx, returning to 0x%lx\n",
tools/testing/selftests/x86/unwind_vdso.c
116
printf("\tVsyscall is done\n");
tools/testing/selftests/x86/unwind_vdso.c
120
printf("\tSIGTRAP at 0x%lx\n", ip);
tools/testing/selftests/x86/unwind_vdso.c
130
printf("\tAT_SYSINFO is 0x%lx\n", sysinfo);
tools/testing/selftests/x86/unwind_vdso.c
134
printf("[WARN]\tdladdr failed on AT_SYSINFO\n");
tools/testing/selftests/x86/unwind_vdso.c
136
printf("[OK]\tAT_SYSINFO maps to %s, loaded at 0x%p\n",
tools/testing/selftests/x86/unwind_vdso.c
143
printf("[RUN]\tSet TF and check a fast syscall\n");
tools/testing/selftests/x86/unwind_vdso.c
154
printf("[WARN]\tsyscall(2) didn't enter AT_SYSINFO\n");
tools/testing/selftests/x86/unwind_vdso.c
158
printf("[FAIL]\tTF is still set\n");
tools/testing/selftests/x86/unwind_vdso.c
163
printf("[FAIL]\tThere were errors\n");
tools/testing/selftests/x86/unwind_vdso.c
166
printf("[OK]\tAll is well\n");
tools/testing/selftests/x86/unwind_vdso.c
21
printf("[SKIP]\tGLIBC before 2.16 cannot compile this test\n");
tools/testing/selftests/x86/unwind_vdso.c
67
printf("\t 0x%lx\n", ip);
tools/testing/selftests/x86/unwind_vdso.c
84
printf("[%s]\t NR = %ld, args = %ld, %ld, %ld, %ld, %ld, %ld\n",
tools/testing/selftests/x86/vdso_restorer.c
56
printf("[SKIP]\tFailed to find vDSO. Tests are not expected to work.\n");
tools/testing/selftests/x86/vdso_restorer.c
65
printf("[RUN]\tRaise a signal, SA_SIGINFO, sa.restorer == NULL\n");
tools/testing/selftests/x86/vdso_restorer.c
73
printf("[OK]\tSA_SIGINFO handler returned successfully\n");
tools/testing/selftests/x86/vdso_restorer.c
75
printf("[FAIL]\tSA_SIGINFO handler was not called\n");
tools/testing/selftests/x86/vdso_restorer.c
79
printf("[RUN]\tRaise a signal, !SA_SIGINFO, sa.restorer == NULL\n");
tools/testing/selftests/x86/vdso_restorer.c
90
printf("[OK]\t!SA_SIGINFO handler returned successfully\n");
tools/testing/selftests/x86/vdso_restorer.c
92
printf("[FAIL]\t!SA_SIGINFO handler was not called\n");
tools/testing/selftests/x86/xstate.c
220
printf("[RUN]\t%s: check context switches, %d iterations, %d threads.\n",
tools/testing/selftests/x86/xstate.c
243
printf("[OK]\tNo incorrect case was found.\n");
tools/testing/selftests/x86/xstate.c
245
printf("[FAIL]\tFailed with context switching test.\n");
tools/testing/selftests/x86/xstate.c
296
printf("[RUN]\t%s: inject xstate via ptrace().\n", xstate.name);
tools/testing/selftests/x86/xstate.c
308
printf("[OK]\t'xfeatures' in SW reserved area was correctly written\n");
tools/testing/selftests/x86/xstate.c
310
printf("[FAIL]\t'xfeatures' in SW reserved area was not correctly written\n");
tools/testing/selftests/x86/xstate.c
313
printf("[OK]\txstate was correctly updated.\n");
tools/testing/selftests/x86/xstate.c
315
printf("[FAIL]\txstate was not correctly updated.\n");
tools/testing/selftests/x86/xstate.c
424
printf("[RUN]\t%s: load xstate and raise SIGUSR1\n", xstate.name);
tools/testing/selftests/x86/xstate.c
437
printf("%s", signal_message_buffer);
tools/testing/selftests/x86/xstate.c
439
printf("[RUN]\t%s: load new xstate from sighandler and check it after sigreturn\n",
tools/testing/selftests/x86/xstate.c
443
printf("[OK]\txstate was restored correctly\n");
tools/testing/selftests/x86/xstate.c
445
printf("[FAIL]\txstate restoration failed\n");
tools/testing/shared/linux.c
102
printf("Allocating %p from slab\n", p);
tools/testing/shared/linux.c
125
printf("Freeing %p to slab\n", objp);
tools/testing/shared/linux.c
224
printf("Allocating %p from slab\n", p[i]);
tools/testing/shared/linux.c
327
printf("Nothing left in sheaf!\n");
tools/testing/shared/linux/kernel.h
16
#define printk printf
tools/testing/shared/linux/radix-tree.h
14
printf("Delaying free of %p to slab\n", (char *)head -
tools/testing/shared/linux/radix-tree.h
21
printf(fmt, ##__VA_ARGS__)
tools/testing/vma/main.c
51
printf("%d tests run, %d passed, %d failed.\n",
tools/testing/vsock/control.c
63
printf("Control socket connected to %s:%s.\n",
tools/testing/vsock/control.c
76
printf("Control socket listening on %s:%s\n",
tools/testing/vsock/control.c
87
printf("Control socket connection accepted...\n");
tools/testing/vsock/util.c
481
printf("%d - %s...", i, test_cases[i].name);
tools/testing/vsock/util.c
499
printf("skipped\n");
tools/testing/vsock/util.c
516
printf("ok\n");
tools/testing/vsock/util.c
519
printf("All tests have been executed. Waiting other peer...");
tools/testing/vsock/util.c
529
printf("ok\n");
tools/testing/vsock/util.c
536
printf("ID\tTest name\n");
tools/testing/vsock/util.c
539
printf("%d\t%s\n", i, test_cases[i].name);
tools/testing/vsock/vsock_perf.c
162
printf("Run as receiver\n");
tools/testing/vsock/vsock_perf.c
163
printf("Listen port %u\n", port);
tools/testing/vsock/vsock_perf.c
164
printf("RX buffer %lu bytes\n", buf_size_bytes);
tools/testing/vsock/vsock_perf.c
165
printf("vsock buffer %llu bytes\n", vsock_buf_bytes);
tools/testing/vsock/vsock_perf.c
166
printf("SO_RCVLOWAT %d bytes\n", rcvlowat_bytes);
tools/testing/vsock/vsock_perf.c
242
printf("total bytes received: %zu\n", total_recv);
tools/testing/vsock/vsock_perf.c
243
printf("rx performance: %f Gbits/s\n",
tools/testing/vsock/vsock_perf.c
245
printf("total time in 'read()': %f sec\n", (float)in_read_ns / NSEC_PER_SEC);
tools/testing/vsock/vsock_perf.c
246
printf("average time in 'read()': %f ns\n", (float)in_read_ns / read_cnt);
tools/testing/vsock/vsock_perf.c
247
printf("POLLIN wakeups: %i\n", read_cnt);
tools/testing/vsock/vsock_perf.c
274
printf("Run as sender MSG_ZEROCOPY\n");
tools/testing/vsock/vsock_perf.c
276
printf("Run as sender\n");
tools/testing/vsock/vsock_perf.c
278
printf("Connect to %i:%u\n", peer_cid, port);
tools/testing/vsock/vsock_perf.c
279
printf("Send %lu bytes\n", to_send_bytes);
tools/testing/vsock/vsock_perf.c
280
printf("TX buffer %lu bytes\n", buf_size_bytes);
tools/testing/vsock/vsock_perf.c
349
printf("total bytes sent: %zu\n", total_send);
tools/testing/vsock/vsock_perf.c
350
printf("tx performance: %f Gbits/s\n",
tools/testing/vsock/vsock_perf.c
352
printf("total time in tx loop: %f sec\n",
tools/testing/vsock/vsock_perf.c
354
printf("time in 'send()': %f sec\n",
tools/testing/vsock/vsock_perf.c
412
printf("Usage: ./vsock_perf [--help] [options]\n"
tools/testing/vsock/vsock_test.c
544
printf("%zi\n", ret);
tools/thermal/thermal-engine/thermal-engine.c
301
printf("%s : A thermal monitoring engine based on notifications\n", cmd);
tools/thermal/thermal-engine/thermal-engine.c
302
printf("Usage: %s [options]\n", cmd);
tools/thermal/thermal-engine/thermal-engine.c
303
printf("\t-h, --help\t\tthis help\n");
tools/thermal/thermal-engine/thermal-engine.c
304
printf("\t-d, --daemonize\n");
tools/thermal/thermal-engine/thermal-engine.c
305
printf("\t-l <level>, --loglevel <level>\tlog level: ");
tools/thermal/thermal-engine/thermal-engine.c
306
printf("DEBUG, INFO, NOTICE, WARN, ERROR\n");
tools/thermal/thermal-engine/thermal-engine.c
307
printf("\t-s, --syslog\t\toutput to syslog\n");
tools/thermal/thermal-engine/thermal-engine.c
308
printf("\n");
tools/thermal/thermometer/thermometer.c
180
printf("%s Version: %s\n", cmd, VERSION);
tools/thermal/thermometer/thermometer.c
181
printf("Usage: %s [options]\n", cmd);
tools/thermal/thermometer/thermometer.c
182
printf("\t-h, --help\t\tthis help\n");
tools/thermal/thermometer/thermometer.c
183
printf("\t-o, --output <dir>\toutput directory for temperature capture\n");
tools/thermal/thermometer/thermometer.c
184
printf("\t-c, --config <file>\tconfiguration file\n");
tools/thermal/thermometer/thermometer.c
185
printf("\t-d, --duration <seconds>\tcapture duration\n");
tools/thermal/thermometer/thermometer.c
186
printf("\t-l, --loglevel <level>\tlog level: ");
tools/thermal/thermometer/thermometer.c
187
printf("DEBUG, INFO, NOTICE, WARN, ERROR\n");
tools/thermal/thermometer/thermometer.c
188
printf("\t-p, --postfix <string>\tpostfix to be happened at the end of the files\n");
tools/thermal/thermometer/thermometer.c
189
printf("\t-s, --syslog\t\toutput to syslog\n");
tools/thermal/thermometer/thermometer.c
190
printf("\t-w, --overwrite\t\toverwrite the temperature capture files if they exist\n");
tools/thermal/thermometer/thermometer.c
191
printf("\n");
tools/thermal/tmon/tmon.c
104
printf("sigterm, exit and clean up\n");
tools/thermal/tmon/tmon.c
108
printf("sigkill, exit and clean up\n");
tools/thermal/tmon/tmon.c
112
printf("ctrl-c, exit and clean up\n");
tools/thermal/tmon/tmon.c
225
printf("TMON needs to be run as root\n");
tools/thermal/tmon/tmon.c
237
printf("Run TMON in daemon mode\n");
tools/thermal/tmon/tmon.c
253
printf("Logging data to /var/tmp/tmon.log\n");
tools/thermal/tmon/tmon.c
301
printf("\ncan't create thread :[%s]", strerror(err));
tools/thermal/tmon/tmon.c
51
printf("Usage: tmon [OPTION...]\n");
tools/thermal/tmon/tmon.c
52
printf(" -c, --control cooling device in control\n");
tools/thermal/tmon/tmon.c
53
printf(" -d, --daemon run as daemon, no TUI\n");
tools/thermal/tmon/tmon.c
54
printf(" -g, --debug debug message in syslog\n");
tools/thermal/tmon/tmon.c
55
printf(" -h, --help show this help message\n");
tools/thermal/tmon/tmon.c
56
printf(" -l, --log log data to /var/tmp/tmon.log\n");
tools/thermal/tmon/tmon.c
57
printf(" -t, --time-interval sampling time interval, > 1 sec.\n");
tools/thermal/tmon/tmon.c
58
printf(" -T, --target-temp initial target temperature\n");
tools/thermal/tmon/tmon.c
59
printf(" -v, --version show version\n");
tools/thermal/tmon/tmon.c
60
printf(" -z, --zone target thermal zone id\n");
tools/thermal/tmon/tmon.c
67
printf("TMON version %s\n", VERSION);
tools/tracing/latency/latency-collector.c
1066
printf("Thread %d runs with scheduling policy %s and priority %d\n",
tools/tracing/latency/latency-collector.c
1361
printf("%s was set to %s\n", file, new);
tools/tracing/latency/latency-collector.c
1386
printf(
tools/tracing/latency/latency-collector.c
1390
printf(
tools/tracing/latency/latency-collector.c
1430
printf("%s in %s was set to %s\n", optstr[i],
tools/tracing/latency/latency-collector.c
1652
printf(
tools/tracing/latency/latency-collector.c
1669
printf(
tools/tracing/latency/latency-collector.c
2024
printf(
tools/tracing/latency/latency-collector.c
2029
printf(
tools/tracing/latency/latency-collector.c
2037
printf(
tools/tracing/latency/latency-collector.c
2043
printf(
tools/tracing/latency/latency-collector.c
2055
printf("%s will be printed immediately\n",
tools/tracing/latency/latency-collector.c
2059
printf("%s will not be printed\n",
tools/tracing/latency/latency-collector.c
2063
printf("Tracer:\t\t\t\t\t\t\t%s\n"
tools/tracing/latency/latency-collector.c
2072
printf("Threshold:\t\t\t\t\t\ttracing_max_latency\n");
tools/tracing/latency/latency-collector.c
2074
printf("Threshold:\t\t\t\t\t\t%s\n", threshold);
tools/tracing/latency/latency-collector.c
2076
printf("\n");
tools/tracing/latency/latency-collector.c
2099
printf("Initializing probability table to %d\n",
tools/tracing/latency/latency-collector.c
499
printf("Received signal %d\n", signal);
tools/tracing/latency/latency-collector.c
501
printf("Received signal %d (%s)\n", signal, name);
tools/tracing/latency/latency-collector.c
566
printf("Restored the %s option in %s to %s\n",
tools/tracing/latency/latency-collector.c
599
printf("Restored %s to %s\n", file, *saved);
tools/tracing/latency/latency-collector.c
631
printf("The maximum detected latency was: %sus\n", maxlat);
tools/tracing/latency/latency-collector.c
948
printf("The following latency tracers are available on your system:\n");
tools/tracing/latency/latency-collector.c
951
printf("%s\n", tracers[i]);
tools/tracing/rtla/src/common.c
302
printf("%s hit stop tracing\n", ops->tracer);
tools/tracing/rtla/src/osnoise.c
1096
printf("unknown number of events missed, results might not be accurate\n");
tools/tracing/rtla/src/osnoise.c
1100
printf("%lld (%.2f%%) events missed, results might not be accurate\n",
tools/tracing/rtla/src/timerlat.c
208
printf(" Max latency was %s\n", max_lat);
tools/tracing/rtla/src/timerlat_aa.c
584
printf(" Previous IRQ interference: %.*s up to %9.2f us\n",
tools/tracing/rtla/src/timerlat_aa.c
592
printf(" IRQ handler delay: %.*s %16s %9.2f us (%.2f %%)\n", 16, spaces,
tools/tracing/rtla/src/timerlat_aa.c
600
printf(" IRQ latency: %.*s %9.2f us\n", 40, spaces,
tools/tracing/rtla/src/timerlat_aa.c
611
printf(" Blocking thread:\n");
tools/tracing/rtla/src/timerlat_aa.c
612
printf(" %.*s %24s:%-9llu\n", 6, spaces, taa_data->run_thread_comm,
tools/tracing/rtla/src/timerlat_aa.c
618
printf(" Timerlat IRQ duration: %.*s %9.2f us (%.2f %%)\n",
tools/tracing/rtla/src/timerlat_aa.c
629
printf(" Blocking thread: %.*s %9.2f us (%.2f %%)\n", 36, spaces,
tools/tracing/rtla/src/timerlat_aa.c
633
printf(" %.*s %24s:%-9llu %.*s %9.2f us\n", 6, spaces,
tools/tracing/rtla/src/timerlat_aa.c
647
printf(" NMI interference %.*s %9.2f us (%.2f %%)\n", 36, spaces,
tools/tracing/rtla/src/timerlat_aa.c
661
printf(" IRQ interference %.*s %9.2f us (%.2f %%)\n", 36, spaces,
tools/tracing/rtla/src/timerlat_aa.c
672
printf(" Softirq interference %.*s %9.2f us (%.2f %%)\n", 32, spaces,
tools/tracing/rtla/src/timerlat_aa.c
688
printf(" Thread interference %.*s %9.2f us (%.2f %%)\n", 33, spaces,
tools/tracing/rtla/src/timerlat_aa.c
699
printf("------------------------------------------------------------------------\n");
tools/tracing/rtla/src/timerlat_aa.c
700
printf(" %s latency: %.*s %9.2f us (100%%)\n", irq ? " IRQ" : "Thread",
tools/tracing/rtla/src/timerlat_aa.c
745
printf("## CPU %d hit stop tracing, analyzing it ##\n", cpu);
tools/tracing/rtla/src/timerlat_aa.c
748
printf("## CPU %d hit stop tracing, analyzing it ##\n", cpu);
tools/tracing/rtla/src/timerlat_aa.c
760
printf("\n");
tools/tracing/rtla/src/timerlat_aa.c
761
printf("Max timerlat IRQ latency from idle: %.2f us in cpu %d\n",
tools/tracing/rtla/src/timerlat_aa.c
767
printf("\n");
tools/tracing/rtla/src/timerlat_aa.c
768
printf("Printing CPU tasks:\n");
tools/tracing/rtla/src/timerlat_aa.c
773
printf(" [%.3d] %24s:%llu", cpu, taa_data->current_comm, taa_data->current_pid);
tools/tracing/rtla/src/timerlat_aa.c
776
printf(" kworker:%s:%s",
tools/tracing/rtla/src/timerlat_aa.c
779
printf("\n");
tools/tracing/rtla/src/trace.c
380
printf(" Saving event %s:%s hist to %s\n", tevent->system, tevent->event, path);
tools/tracing/rtla/src/trace.c
86
printf(" Saving trace to %s\n", filename);
tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c
172
printf("Event %s\n", names[event->type]);
tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c
252
printf("ffs directory not specified!\n");
tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c
343
printf("submit: %d requests buf: %d\n", ret, i);
tools/usb/ffs-aio-example/multibuff/host_app/test.c
104
printf("cannot open device: %s\n", libusb_error_name(ret));
tools/usb/ffs-aio-example/multibuff/host_app/test.c
111
printf("unable to detach kernel driver: %s\n",
tools/usb/ffs-aio-example/multibuff/host_app/test.c
118
printf("cannot claim interface: %s\n",
tools/usb/ffs-aio-example/multibuff/host_app/test.c
72
printf("cannot init libusb: %s\n", libusb_error_name(ret));
tools/usb/ffs-aio-example/multibuff/host_app/test.c
78
printf("no devices found\n");
tools/usb/ffs-aio-example/multibuff/host_app/test.c
87
printf("unable to get device descriptor: %s\n",
tools/usb/ffs-aio-example/multibuff/host_app/test.c
98
printf("no devices found\n");
tools/usb/ffs-aio-example/simple/device_app/aio_simple.c
178
printf("Event %s\n", names[event->type]);
tools/usb/ffs-aio-example/simple/device_app/aio_simple.c
241
printf("ffs directory not specified!\n");
tools/usb/ffs-aio-example/simple/device_app/aio_simple.c
270
printf("unable to open ep%d: %s\n", i+1,
tools/usb/ffs-aio-example/simple/device_app/aio_simple.c
333
printf("ev=in; ret=%lu\n", e[i].res);
tools/usb/ffs-aio-example/simple/device_app/aio_simple.c
336
printf("ev=out; ret=%lu\n", e[i].res);
tools/usb/ffs-aio-example/simple/device_app/aio_simple.c
352
printf("submit: in\n");
tools/usb/ffs-aio-example/simple/device_app/aio_simple.c
366
printf("submit: out\n");
tools/usb/ffs-aio-example/simple/host_app/test.c
104
printf("cannot open device: %s\n", libusb_error_name(ret));
tools/usb/ffs-aio-example/simple/host_app/test.c
111
printf("unable to detach kernel driver: %s\n",
tools/usb/ffs-aio-example/simple/host_app/test.c
118
printf("cannot claim interface: %s\n",
tools/usb/ffs-aio-example/simple/host_app/test.c
72
printf("cannot init libusb: %s\n", libusb_error_name(ret));
tools/usb/ffs-aio-example/simple/host_app/test.c
78
printf("no devices found\n");
tools/usb/ffs-aio-example/simple/host_app/test.c
87
printf("unable to get device descriptor: %s\n",
tools/usb/ffs-aio-example/simple/host_app/test.c
98
printf("no devices found\n");
tools/usb/ffs-test.c
580
printf("bRequestType = %d\n", setup->bRequestType);
tools/usb/ffs-test.c
581
printf("bRequest = %d\n", setup->bRequest);
tools/usb/ffs-test.c
582
printf("wValue = %d\n", le16_to_cpu(setup->wValue));
tools/usb/ffs-test.c
583
printf("wIndex = %d\n", le16_to_cpu(setup->wIndex));
tools/usb/ffs-test.c
584
printf("wLength = %d\n", le16_to_cpu(setup->wLength));
tools/usb/ffs-test.c
614
printf("Event %s\n", names[event->type]);
tools/usb/ffs-test.c
620
printf("Event %03u (unknown)\n", event->type);
tools/usb/testusb.c
332
printf ("%s test %d --> %d (%s)\n",
tools/usb/testusb.c
335
printf ("%s test %d, %4d.%.06d secs\n", dev->name, i,
tools/usb/usbip/libsrc/vhci_driver.c
445
printf("Port %02d: <%s> at %s\n", idev->port,
tools/usb/usbip/libsrc/vhci_driver.c
452
printf(" %s\n", product_name);
tools/usb/usbip/libsrc/vhci_driver.c
455
printf("%10s -> usbip://%s:%s/%s\n", idev->udev.busid,
tools/usb/usbip/libsrc/vhci_driver.c
457
printf("%10s -> remote bus/dev %03d/%03d\n", " ",
tools/usb/usbip/libsrc/vhci_driver.c
460
printf("%10s -> unknown host, remote port and remote busid\n",
tools/usb/usbip/libsrc/vhci_driver.c
462
printf("%10s -> remote bus/dev %03d/%03d\n", " ",
tools/usb/usbip/src/usbip.c
109
printf("\n");
tools/usb/usbip/src/usbip.c
112
printf(" %-10s %s\n", cmd->name, cmd->help);
tools/usb/usbip/src/usbip.c
113
printf("\n");
tools/usb/usbip/src/usbip.c
123
printf(PROGNAME " (%s)\n", usbip_version_string);
tools/usb/usbip/src/usbip.c
166
printf("usbip: invalid option\n");
tools/usb/usbip/src/usbip.c
31
printf("usage: %s", usbip_usage_string);
tools/usb/usbip/src/usbip_attach.c
35
printf("usage: %s", usbip_attach_usage_string);
tools/usb/usbip/src/usbip_bind.c
34
printf("usage: %s", usbip_bind_usage_string);
tools/usb/usbip/src/usbip_detach.c
29
printf("usage: %s", usbip_detach_usage_string);
tools/usb/usbip/src/usbip_list.c
101
printf("%11s: %s\n", udev.busid, product_name);
tools/usb/usbip/src/usbip_list.c
102
printf("%11s: %s\n", "", udev.path);
tools/usb/usbip/src/usbip_list.c
103
printf("%11s: %s\n", "", class_name);
tools/usb/usbip/src/usbip_list.c
119
printf("%11s: %2d - %s\n", "", j, class_name);
tools/usb/usbip/src/usbip_list.c
122
printf("\n");
tools/usb/usbip/src/usbip_list.c
156
printf("busid=%s#usbid=%.4s:%.4s#", busid, vendor, product);
tools/usb/usbip/src/usbip_list.c
158
printf(" - busid %s (%.4s:%.4s)\n", busid, vendor, product);
tools/usb/usbip/src/usbip_list.c
164
printf(" %s\n", product_name);
tools/usb/usbip/src/usbip_list.c
235
printf("\n");
tools/usb/usbip/src/usbip_list.c
313
printf("\n");
tools/usb/usbip/src/usbip_list.c
41
printf("usage: %s", usbip_list_usage_string);
tools/usb/usbip/src/usbip_list.c
83
printf("Exportable USB devices\n");
tools/usb/usbip/src/usbip_list.c
84
printf("======================\n");
tools/usb/usbip/src/usbip_list.c
85
printf(" - %s\n", host);
tools/usb/usbip/src/usbip_port.c
25
printf("Imported USB devices\n");
tools/usb/usbip/src/usbip_port.c
26
printf("====================\n");
tools/usb/usbip/src/usbip_unbind.c
27
printf("usage: %s", usbip_unbind_usage_string);
tools/usb/usbip/src/usbipd.c
672
printf(PROGNAME " (%s)\n", usbip_version_string);
tools/usb/usbip/src/usbipd.c
88
printf("%s\n", usbipd_help_string);
tools/verification/rv/src/in_kernel.c
364
printf("%s%-*s %s %s\n", indent ? " - " : "",
tools/verification/rv/src/in_kernel.c
374
printf("-- No monitor found in container %s --\n", container);
tools/verification/rv/src/in_kernel.c
376
printf("-- No monitor found --\n");
tools/virtio/linux/kernel.h
52
#define __printf(a,b) __attribute__((format(printf,a,b)))
tools/virtio/linux/printk.h
3
#define printk printf
tools/virtio/vhost_net_test.c
338
printf("TX spurious wakeups: 0x%llx started=0x%lx completed=0x%lx\n",
tools/virtio/vhost_net_test.c
406
printf("RX spurious wakeups: 0x%llx started=0x%lx completed=0x%lx\n",
tools/virtio/vringh_test.c
172
printf("Using CPUS %u and %u\n", first_cpu, last_cpu);
tools/virtio/vringh_test.c
293
printf("Host: notified %lu, pinged %lu\n", notifies, receives);
tools/virtio/vringh_test.c
435
printf("Guest: notified %lu, pinged %lu\n",
tools/wmi/dell-smbios-example.c
117
printf("unable to find token %04x\n", token);
tools/wmi/dell-smbios-example.c
132
printf("unable to find token %04x\n", token);
tools/wmi/dell-smbios-example.c
163
printf("Unable to read buffer size\n");
tools/wmi/dell-smbios-example.c
166
printf("Detected required buffer size %lld\n", value);
tools/wmi/dell-smbios-example.c
170
printf("failed to alloc memory for ioctl\n");
tools/wmi/dell-smbios-example.c
182
printf("smbios ioctl failed: %d\n", ret);
tools/wmi/dell-smbios-example.c
190
printf("UEFI Capsule enabled token is: %d\n", ret);
tools/wmi/dell-smbios-example.c
192
printf("UEFI Capsule disabled token is: %d\n", ret);
tools/wmi/dell-smbios-example.c
196
printf("Enabling UEFI capsule token");
tools/wmi/dell-smbios-example.c
198
printf("activate failed\n");
tools/wmi/dell-smbios-example.c
34
printf("Call: %x/%x [%x,%x,%x,%x]\nResults: [%8x,%8x,%8x,%8x]\n",
tools/wmi/dell-smbios-example.c
63
printf("sprintf value failed\n");
tools/wmi/dell-smbios-example.c
68
printf("failed to open %s\n", value_sysfs);
tools/wmi/dell-smbios-example.c
77
printf("sprintf location failed\n");
tools/wmi/dell-smbios-example.c
82
printf("failed to open %s\n", location_sysfs);