Home
last modified time | relevance | path

Searched refs:dprintf (Results 1 - 25 of 67) sorted by relevance

123

/kernel/linux/linux-5.10/tools/power/cpupower/bench/
H A Dmain.c90 dprintf("user output path -> %s\n", optarg); in main()
94 dprintf("user sleep time -> %s\n", optarg); in main()
98 dprintf("user load time -> %s\n", optarg); in main()
102 dprintf("user cpu -> %s\n", optarg); in main()
106 dprintf("user governor -> %s\n", optarg); in main()
111 dprintf("user prio -> %s\n", optarg); in main()
123 dprintf("user cycles -> %s\n", optarg); in main()
127 dprintf("user rounds -> %s\n", optarg); in main()
131 dprintf("user load_step -> %s\n", optarg); in main()
135 dprintf("use in main()
[all...]
H A Dconfig.h19 #define dprintf printf macro
21 #define dprintf(...) do { } while (0) macro
H A Dsystem.c49 dprintf("set %s as cpufreq governor\n", governor); in set_cpufreq_governor()
82 dprintf("set affinity to cpu #%u\n", cpu); in set_cpu_affinity()
106 dprintf("set scheduler priority to %i\n", priority); in set_process_priority()
/kernel/linux/linux-6.6/tools/power/cpupower/bench/
H A Dmain.c90 dprintf("user output path -> %s\n", optarg); in main()
94 dprintf("user sleep time -> %s\n", optarg); in main()
98 dprintf("user load time -> %s\n", optarg); in main()
102 dprintf("user cpu -> %s\n", optarg); in main()
106 dprintf("user governor -> %s\n", optarg); in main()
111 dprintf("user prio -> %s\n", optarg); in main()
123 dprintf("user cycles -> %s\n", optarg); in main()
127 dprintf("user rounds -> %s\n", optarg); in main()
131 dprintf("user load_step -> %s\n", optarg); in main()
135 dprintf("use in main()
[all...]
H A Dconfig.h19 #define dprintf printf macro
21 #define dprintf(...) do { } while (0) macro
H A Dsystem.c49 dprintf("set %s as cpufreq governor\n", governor); in set_cpufreq_governor()
82 dprintf("set affinity to cpu #%u\n", cpu); in set_cpu_affinity()
106 dprintf("set scheduler priority to %i\n", priority); in set_process_priority()
/kernel/liteos_a/testsuites/kernel/src/
H A DiCunit.c206 dprintf("****** Jffs is not support ! ****** \n"); in ICunitRunSingle()
284 dprintf("# Enter:%s \n", psubCase->pcCaseID); in ICunitRunF()
318 dprintf(" [Case]-%s-%s-%s-%s-%s,unrunning!!!\n", psubCase->pcCaseID, g_strLayer[psubCase->testcase_layer], in ICunitRunF()
362 dprintf("\n[Case Resource Leak Failed]------------------Sem used:%d Semleak:%d\n", gUwSemNum[1], in ICunitRunF()
367 dprintf("\n[Case Resource Leak Failed]------------------Queue used:%d Queueleak:%d\n", gUwQueueNum[1], in ICunitRunF()
372 dprintf("\n[Case Resource Leak Failed]------------------Task used:%d Taskleak:%d\n", gUwTskNum[1], in ICunitRunF()
377 dprintf("\n[Case Resource Leak Failed]------------------Swtmr used:%d Swtmrleak:%d\n", gUwSwtNum[1], in ICunitRunF()
382 dprintf("\n[Case Resource Leak Failed]------------------Hwi used:%d Hwileak:%d\n", gUwHwiNum[1], in ICunitRunF()
387 dprintf("\n[Case Resource Leak Failed]------------------Mem used:%d Memleak:%d\n", gAuwMemuse[1], in ICunitRunF()
395 dprintf("# in ICunitRunF()
[all...]
H A DosTest.c438 dprintf("\t\n --- Test start--- \n"); in TestTaskEntry()
458 dprintf("\nExecuted Model: %s, Executed Model_Num: %d ,failed_count: %d , success_count :%d", in TestTaskEntry()
464 dprintf(" \n [Failed]-%s-%s-%s-%s-%s-[Errline: %d RetCode:0x%04X%04X]", g_errorCase[j].pcCaseID, in TestTaskEntry()
472 dprintf("\nNot Executed Model: "); in TestTaskEntry()
476 dprintf("%s ", g_strModule[i]); in TestTaskEntry()
480 dprintf("\n\ntest_count: %d,failed count: %d, success count: %d\n", g_testCircleCount, g_failResult, in TestTaskEntry()
484 dprintf("\t\n --- Test End--- \n"); in TestTaskEntry()
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dhugepage-shm.c44 #define dprintf(x) printf(x) macro
76 dprintf("Starting the writes:\n"); in main()
80 dprintf("."); in main()
82 dprintf("\n"); in main()
84 dprintf("Starting the Check..."); in main()
90 dprintf("Done.\n"); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dhugepage-shm.c40 #define dprintf(x) printf(x) macro
72 dprintf("Starting the writes:\n"); in main()
76 dprintf("."); in main()
78 dprintf("\n"); in main()
80 dprintf("Starting the Check..."); in main()
86 dprintf("Done.\n"); in main()
/kernel/linux/linux-5.10/fs/bfs/
H A Dfile.c20 #define dprintf(x...) printf(x) macro
22 #define dprintf(x...) macro
54 dprintf("%08lx-%08lx->%08lx\n", start, end, where); in bfs_move_blocks()
57 dprintf("failed to move block %08lx -> %08lx\n", i, in bfs_move_blocks()
76 dprintf("c=%d, b=%08lx, phys=%09lx (granted)\n", in bfs_get_block()
88 dprintf("c=%d, b=%08lx, phys=%08lx (interim block granted)\n", in bfs_get_block()
107 dprintf("c=%d, b=%08lx, phys=%08lx (simple extension)\n", in bfs_get_block()
128 dprintf("failed to move ino=%08lx -> fs corruption\n", in bfs_get_block()
135 dprintf("c=%d, b=%08lx, phys=%08lx (moved)\n", in bfs_get_block()
/kernel/linux/linux-6.6/fs/bfs/
H A Dfile.c20 #define dprintf(x...) printf(x) macro
22 #define dprintf(x...) macro
54 dprintf("%08lx-%08lx->%08lx\n", start, end, where); in bfs_move_blocks()
57 dprintf("failed to move block %08lx -> %08lx\n", i, in bfs_move_blocks()
76 dprintf("c=%d, b=%08lx, phys=%09lx (granted)\n", in bfs_get_block()
88 dprintf("c=%d, b=%08lx, phys=%08lx (interim block granted)\n", in bfs_get_block()
107 dprintf("c=%d, b=%08lx, phys=%08lx (simple extension)\n", in bfs_get_block()
128 dprintf("failed to move ino=%08lx -> fs corruption\n", in bfs_get_block()
135 dprintf("c=%d, b=%08lx, phys=%08lx (moved)\n", in bfs_get_block()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/hwi_nesting/full/
H A DIt_los_hwi_nesting_007.c52 dprintf("curTime = %lld, pendTime = %lld \n", curTime, g_intPendTime); in NestingPrioHigh()
53 dprintf("%lld\n", curTime - g_intPendTime); in NestingPrioHigh()
54 dprintf("[swtmr] hwi response time : ##%lld \n", g_recordTime[g_saveIndex]); in NestingPrioHigh()
69 dprintf("%lld "); in DumpResult()
76 dprintf("***hwi perf test dump***: \n"); in DumpResult()
77 dprintf("avg = %lld \n"); in DumpResult()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/mux/smp/
H A DIt_smp_los_mux_2018.c50 dprintf("task f01 get mux\n"); in TaskF01()
57 dprintf("task f01 post mux\n"); in TaskF01()
72 dprintf("task f02 get mux\n"); in TaskF02()
78 dprintf("task f02 post mux\n"); in TaskF02()
141 dprintf("running task f01\n"); in Testcase()
147 dprintf("pend task f01\n"); in Testcase()
157 dprintf("ret = 0x%x\n", ret); in Testcase()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/task/float/
H A DIt_smp_los_float_switch_002.c63 dprintf("Error:d = %f----temp = 0x%x----\n", d, temp2); in TaskF01()
68 dprintf("Error:f = %f----temp = 0x%x----\n", f, temp2); in TaskF01()
73 dprintf("Error:e = %f----temp = 0x%x----\n", e, temp2); in TaskF01()
112 dprintf("Error:d = %f----temp = 0x%x----\n", d, temp2); in TaskF02()
116 dprintf("Error:f = %f----temp = 0x%x----\n", f, temp2); in TaskF02()
120 dprintf("Error:e = %f----temp = 0x%x----\n", e, temp2); in TaskF02()
H A DIt_smp_los_float_switch_007.c60 dprintf("Error:d = %f----temp = 0x%x----\n", d, temp2); in HwiF01()
65 dprintf("Error:f = %f----temp = 0x%x----\n", f, temp2); in HwiF01()
70 dprintf("Error:e = %f----temp = 0x%x----\n", e, temp2); in HwiF01()
115 dprintf("g_targetCpuid = %d\n", g_targetCpuid); in Testcase()
H A DIt_smp_los_float_switch_003.c62 dprintf("Error:d = %f----temp = 0x%x----\n", d, temp2); in TaskF01()
67 dprintf("Error:f = %f----temp = 0x%x----\n", f, temp2); in TaskF01()
72 dprintf("Error:e = %f----temp = 0x%x----\n", e, temp2); in TaskF01()
H A DIt_smp_los_float_switch_001.c60 dprintf("Error:d = %f----temp = 0x%x----\n", d, temp2); in TaskF01()
65 dprintf("Error:f = %f----temp = 0x%x----\n", f, temp2); in TaskF01()
70 dprintf("Error:e = %f----temp = 0x%x----\n", e, temp2); in TaskF01()
H A DIt_smp_los_float_switch_006.c58 dprintf("Error:d = %f----temp = 0x%x----\n", d, temp2); in HwiF01()
63 dprintf("Error:f = %f----temp = 0x%x----\n", f, temp2); in HwiF01()
68 dprintf("Error:e = %f----temp = 0x%x----\n", e, temp2); in HwiF01()
H A DIt_smp_los_float_switch_004.c62 dprintf("Error:d = %f----temp = 0x%x----\n", d, temp2); in TaskF01()
67 dprintf("Error:f = %f----temp = 0x%x----\n", f, temp2); in TaskF01()
72 dprintf("Error:e = %f----temp = 0x%x----\n", e, temp2); in TaskF01()
H A DIt_smp_los_float_switch_005.c62 dprintf("Error:d = %f----temp = 0x%x----\n", d, temp2); in TaskF01()
67 dprintf("Error:f = %f----temp = 0x%x----\n", f, temp2); in TaskF01()
72 dprintf("Error:e = %f----temp = 0x%x----\n", e, temp2); in TaskF01()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/task/full/
H A DIt_los_task_141.c61 dprintf("before schual fpscr = %x\n", n1); in FloatTestInTask()
66 dprintf("after resume fpscr = %x\n", n1); in FloatTestInTask()
110 dprintf("after change fpscr = %x\n", n1); in Testcase()
H A DIt_los_task_142.c57 dprintf("after change fpscr = %x\n", n1); in ItHwi()
86 dprintf("before schual fpscr = %x\n", n1); in Testcase()
94 dprintf("after resume fpscr = %x\n", n1); in Testcase()
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H A DIt_posix_pthread_136.c46 dprintf("Wait for 3 seconds for thread to finish execution:\n"); in PthreadF01()
48 dprintf("Waited (%d) second\n", i); in PthreadF01()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/hwi_nesting/
H A DIt_hwi_nesting.c74 dprintf("%u ", g_intrTrace[idx]); in CheckIntrTrace()
77 dprintf("\n"); in CheckIntrTrace()

Completed in 8 milliseconds

123