Home
last modified time | relevance | path

Searched refs:running (Results 1 – 25 of 79) sorted by relevance

1234

/tools/testing/selftests/powerpc/math/
Dfpu_preempt.c38 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()
Dvmx_preempt.c38 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()
Dfpu_signal.c36 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()
Dvsx_preempt.c44 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()
Dvmx_signal.c38 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()
Dvsx_asm.S24 # int *running);
27 # validity of the VMX registers while running is not zero.
32 std r5,STACK_FRAME_PARAM(2)(sp) # int *running
Dfpu_asm.S96 # 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
Dvmx_asm.S112 # 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/
Drdpmc.c41 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/
Dbpf_prog_profiler.bpf.c65 diff.running = after->running - before->running; in fexit_update_maps()
71 accum->running += diff.running; in fexit_update_maps()
Dbperf_cgroup.bpf.c134 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()
Dbperf_leader.bpf.c51 diff_val->running = val.running - prev_val->running; in BPF_PROG()
Dbperf_follower.bpf.c74 accum_val->running += diff_val->running; in BPF_PROG()
/tools/bpf/bpftool/skeleton/
Dprofiler.bpf.c10 __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/
Dperf-kallsyms.txt6 perf-kallsyms - Searches running kernel for symbols
15 This command searches the running kernel kallsyms file for the given symbol(s)
Dperf-buildid-list.txt19 It can also be used to show the build id of the running kernel or in an ELF
35 Show running kernel build id.
Dperf-daemon.txt35 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/
Dspectre_v2.c43 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/
Devent.c121 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()
Dl3_bank_test.c39 FAIL_IF(event.result.running == 0); in l3_bank_test()
Devent.h22 u64 running; member
/tools/testing/selftests/tc-testing/
DTODO.txt4 present, prevent the related categories from running.
29 to automate running multiple "test suites" with different requirements
/tools/cgroup/
Diocost_monitor.py98 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/
Debb_vs_cpu_event_test.c80 FAIL_IF(event.result.enabled >= event.result.running); in ebb_vs_cpu_event()
/tools/memory-model/litmus-tests/
DZ6.0+pooncelock+poonceLock+pombonce.litmus8 * given lock running on different CPUs are nevertheless seen in order

1234