/kernel/linux/linux-5.10/tools/power/x86/intel_pstate_tracer/ |
H A D | intel_pstate_tracer.py | 66 global sample_num, last_sec_cpu, last_usec_cpu, start_time, testname 110 g_plot('set title "{} : cpu perf busy vs. sample : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now())) 131 g_plot('set title "{} : perf busy : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now())) 148 g_plot('set title "{} : durations : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now())) 164 g_plot('set title "{} : loads : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now())) 181 g_plot('set title "{} : cpu pstate vs. sample : {:%F %H:%M}"'.format(testname, datetime.now())) 194 g_plot('set title "{} : cpu pstates : {:%F %H:%M}"'.format(testname, datetime.now())) 211 g_plot('set title "{} : cpu loads : {:%F %H:%M}"'.format(testname, datetime.now())) 225 g_plot('set title "{} : cpu frequencies : {:%F %H:%M}"'.format(testname, datetime.now())) 239 g_plot('set title "{} : cpu durations : {:%F %H:%M}"'.format(testname, datetim 506 testname = "" global() variable [all...] |
/kernel/linux/linux-6.6/tools/power/x86/intel_pstate_tracer/ |
H A D | intel_pstate_tracer.py | 66 global sample_num, last_sec_cpu, last_usec_cpu, start_time, testname, trace_file 110 g_plot('set title "{} : cpu perf busy vs. sample : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now())) 131 g_plot('set title "{} : perf busy : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now())) 148 g_plot('set title "{} : durations : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now())) 164 g_plot('set title "{} : loads : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now())) 181 g_plot('set title "{} : cpu pstate vs. sample : {:%F %H:%M}"'.format(testname, datetime.now())) 194 g_plot('set title "{} : cpu pstates : {:%F %H:%M}"'.format(testname, datetime.now())) 211 g_plot('set title "{} : cpu loads : {:%F %H:%M}"'.format(testname, datetime.now())) 225 g_plot('set title "{} : cpu frequencies : {:%F %H:%M}"'.format(testname, datetime.now())) 239 g_plot('set title "{} : cpu durations : {:%F %H:%M}"'.format(testname, datetim [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | gro.c | 81 static char *testname = "data"; variable 116 if (strcmp(testname, "ip") == 0) { in setup_sock_filter() 822 if (strcmp(testname, "data") == 0) { in gro_sender() 831 } else if (strcmp(testname, "ack") == 0) { in gro_sender() 834 } else if (strcmp(testname, "flags") == 0) { in gro_sender() 846 } else if (strcmp(testname, "tcp") == 0) { in gro_sender() 858 } else if (strcmp(testname, "ip") == 0) { in gro_sender() 886 } else if (strcmp(testname, "large") == 0) { in gro_sender() 921 if (strcmp(testname, "data") == 0) { in gro_receiver() 934 } else if (strcmp(testname, "ac in gro_receiver() [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | nmi_selftest.c | 138 static inline void __init print_testname(const char *testname) in print_testname() argument 140 printk("%12s:", testname); in print_testname()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | nmi_selftest.c | 138 static inline void __init print_testname(const char *testname) in print_testname() argument 140 printk("%12s:", testname); in print_testname()
|
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/ |
H A D | ftracetest | 380 local testname=`basename $1` 383 local testlog=`mktemp $LOG_DIR/${CASENO}-${testname}-log.XXXXXX`
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgroup_iter.c | 51 int order, const char *testname) in read_from_cgroup_iter() 83 ASSERT_STREQ(buf, expected_output, testname); in read_from_cgroup_iter() 50 read_from_cgroup_iter(struct bpf_program *prog, int cgroup_fd, int order, const char *testname) read_from_cgroup_iter() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/ftrace/ |
H A D | ftracetest | 422 local testname=`basename $1` 426 local testlog=`mktemp $LOG_DIR/${CASENO}-${testname}-log.XXXXXX`
|
/kernel/linux/linux-5.10/lib/ |
H A D | locking-selftest.c | 1429 static inline void print_testname(const char *testname) in print_testname() argument 1431 printk("%33s:", testname); in print_testname()
|
/kernel/linux/linux-6.6/lib/ |
H A D | locking-selftest.c | 1500 static inline void print_testname(const char *testname) in print_testname() argument 1502 printk("%33s:", testname); in print_testname()
|