/tools/testing/selftests/powerpc/math/ |
D | fpu_preempt.c | 38 int running; variable 40 extern int preempt_fpu(double *darray, int *threads_starting, int *running); 51 rc = preempt_fpu(darray, &threads_starting, &running); in preempt_fpu_c() 65 running = true; in test_preempt_fpu() 88 running = 0; in test_preempt_fpu()
|
D | vmx_preempt.c | 38 int running; variable 40 extern int preempt_vmx(vector int *varray, int *threads_starting, int *running); 52 rc = preempt_vmx(varray, &threads_starting, &running); in preempt_vmx_c() 69 running = true; in test_preempt_vmx() 92 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() 101 running = true; in test_preempt_vsx() 124 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() 106 running = true; in test_signal_vmx() 132 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/util/bpf_skel/ |
D | bpf_prog_profiler.bpf.c | 65 diff.running = after->running - before->running; in fexit_update_maps() 71 accum->running += diff.running; in fexit_update_maps()
|
D | bperf_cgroup.bpf.c | 134 val.counter = val.enabled = val.running = 0; in bperf_cgroup_count() 151 delta.running = val.running - prev_val->running; in bperf_cgroup_count() 165 cgrp_val->running += delta.running; in bperf_cgroup_count()
|
D | bperf_leader.bpf.c | 51 diff_val->running = val.running - prev_val->running; in BPF_PROG()
|
D | bperf_follower.bpf.c | 74 accum_val->running += diff_val->running; in BPF_PROG()
|
/tools/bpf/bpftool/skeleton/ |
D | profiler.bpf.c | 10 __u64 running; member 88 diff.running = after->running - before->running; in fexit_update_maps() 94 accum->running += diff.running; in fexit_update_maps()
|
/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.
|
D | perf-daemon.txt | 35 Not every 'perf record' session is suitable for running under daemon. 59 Base directory path. Each daemon instance is running on top 164 daemon is running on top of the base. 167 The 'up' number shows minutes daemon/session is running.
|
/tools/testing/selftests/powerpc/security/ |
D | spectre_v2.c | 43 FAIL_IF(events[0].result.running != events[0].result.enabled); in do_count_loop() 44 FAIL_IF(events[1].result.running != events[1].result.enabled); in do_count_loop() 52 FAIL_IF(events[2].result.running != events[2].result.enabled); in do_count_loop() 53 FAIL_IF(events[3].result.running != events[3].result.enabled); in do_count_loop()
|
/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 | 39 FAIL_IF(event.result.running == 0); in l3_bank_test()
|
D | event.h | 22 u64 running; member
|
/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' : self.running, 125 state = ('RUN' if self.running else 'IDLE') if self.enabled else 'OFF'
|
/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()
|
/tools/memory-model/litmus-tests/ |
D | Z6.0+pooncelock+poonceLock+pombonce.litmus | 8 * given lock running on different CPUs are nevertheless seen in order
|