/tools/testing/selftests/powerpc/math/ |
D | fpu_preempt.c | 38 int running; variable 40 extern void preempt_fpu(double *darray, int *threads_starting, int *running); 50 preempt_fpu(darray, &threads_starting, &running); in preempt_fpu_c() 64 running = true; in test_preempt_fpu() 87 running = 0; in test_preempt_fpu()
|
D | vmx_preempt.c | 38 int running; variable 40 extern void preempt_vmx(vector int *varray, int *threads_starting, int *running); 51 preempt_vmx(varray, &threads_starting, &running); in preempt_vmx_c() 64 running = true; in test_preempt_vmx() 87 running = 0; in test_preempt_vmx()
|
D | fpu_signal.c | 36 int running; variable 38 extern long preempt_fpu(double *darray, int *threads_starting, int *running); 70 rc = preempt_fpu(darray, &threads_starting, &running); in signal_fpu_c() 85 running = true; in test_signal_fpu() 108 running = 0; in test_signal_fpu()
|
D | vsx_preempt.c | 44 int running; variable 46 extern long preempt_vsx(vector int *varray, int *threads_starting, int *running); 84 rc = preempt_vsx(varray, &threads_starting, &running); in preempt_vsx_c() 99 running = true; in test_preempt_vsx() 122 running = 0; in test_preempt_vsx()
|
D | vmx_signal.c | 38 int running; variable 88 rc = preempt_vmx(varray, &threads_starting, &running); in signal_vmx_c() 103 running = true; in test_signal_vmx() 129 running = 0; in test_signal_vmx()
|
D | vsx_asm.S | 24 # int *running); 27 # validity of the VMX registers while running is not zero. 32 std r5,STACK_FRAME_PARAM(2)(sp) # int *running
|
D | fpu_asm.S | 96 # int preempt_fpu(double *darray, int *threads_running, int *running) 99 # registers while running is not zero. 105 std r5,STACK_FRAME_PARAM(2)(sp) # int *running
|
D | vmx_asm.S | 112 # int preempt_vmx(vector int *varray, int *threads_starting, int *running) 115 # the VMX registers while running is not zero. 120 std r5,STACK_FRAME_PARAM(2)(sp) # int *running
|
/tools/perf/arch/x86/tests/ |
D | rdpmc.c | 41 u64 count, cyc = 0, time_offset = 0, enabled, running, delta; in mmap_read_self() local 48 running = pc->time_running; in mmap_read_self() 50 if (enabled != running) { in mmap_read_self() 65 if (enabled != running) { in mmap_read_self() 75 running += delta; in mmap_read_self() 77 quot = count / running; in mmap_read_self() 78 rem = count % running; in mmap_read_self() 79 count = quot * enabled + (rem * enabled) / running; in mmap_read_self()
|
/tools/perf/Documentation/ |
D | perf-kallsyms.txt | 6 perf-kallsyms - Searches running kernel for symbols 15 This command searches the running kernel kallsyms file for the given symbol(s)
|
D | perf-buildid-list.txt | 19 It can also be used to show the build id of the running kernel or in an ELF 35 Show running kernel build id.
|
/tools/testing/selftests/powerpc/pmu/ |
D | event.c | 121 if (e->result.running == e->result.enabled) in event_report_justified() 122 printf("running/enabled %llu\n", e->result.running); in event_report_justified() 124 printf("running %llu enabled %llu\n", e->result.running, in event_report_justified()
|
D | l3_bank_test.c | 36 FAIL_IF(event.result.running == 0); in l3_bank_test()
|
D | event.h | 22 u64 running; member
|
D | per_event_excludes.c | 95 FAIL_IF(events[i].result.running != events[i].result.enabled); in per_event_excludes()
|
/tools/testing/selftests/tc-testing/ |
D | TODO.txt | 4 present, prevent the related categories from running. 29 to automate running multiple "test suites" with different requirements
|
/tools/cgroup/ |
D | iocost_monitor.py | 98 self.running = ioc.running.value_() == IOC_RUNNING 117 'running' : str(int(self.running)), 125 state = ('RUN' if self.running else 'IDLE') if self.enabled else 'OFF'
|
/tools/memory-model/litmus-tests/ |
D | Z6.0+pooncelock+poonceLock+pombonce.litmus | 8 * given lock running on different CPUs are nevertheless seen in order
|
/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb_vs_cpu_event_test.c | 80 FAIL_IF(event.result.enabled >= event.result.running); in ebb_vs_cpu_event()
|
D | task_event_pinned_vs_ebb_test.c | 85 FAIL_IF(event.result.running == 0); in task_event_pinned_vs_ebb()
|
D | cpu_event_pinned_vs_ebb_test.c | 87 FAIL_IF(event.result.enabled != event.result.running); in cpu_event_pinned_vs_ebb()
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-host_endian.txt | 67 printf("This machine you are running on is bigendian\n"); 69 printf("This machine you are running on is little endian\n");
|
D | libtraceevent-record_parse.txt | 53 _TRACE_FLAG_HARDIRQ_, Hard IRQ is running. 54 _TRACE_FLAG_SOFTIRQ_, Soft IRQ is running.
|
/tools/testing/vsock/ |
D | README | 11 to running tests:
|
/tools/testing/selftests/rcutorture/bin/ |
D | kvm-test-1-run.sh | 99 echo No identifiable boot image, not running KVM, see $resdir. 106 echo Build failed, not running KVM, see $resdir.
|