Home
last modified time | relevance | path

Searched refs:basic (Results 1 – 25 of 35) sorted by relevance

12

/tools/perf/util/
Ds390-cpumsf.c247 struct hws_basic_entry *basic = basicp; in s390_cpumsf_basic_show() local
265 basic = &local; in s390_cpumsf_basic_show()
267 if (basic->def != 1) { in s390_cpumsf_basic_show()
274 pos, basic->def, basic->U, in s390_cpumsf_basic_show()
275 basic->T ? 'T' : ' ', in s390_cpumsf_basic_show()
276 basic->W ? 'W' : ' ', in s390_cpumsf_basic_show()
277 basic->P ? 'P' : ' ', in s390_cpumsf_basic_show()
278 basic->I ? 'I' : ' ', in s390_cpumsf_basic_show()
279 basic->AS, basic->prim_asn, basic->ia, basic->CL, in s390_cpumsf_basic_show()
280 basic->hpp, basic->gpp); in s390_cpumsf_basic_show()
[all …]
Ds390-cpumsf-kernel.h41 struct hws_basic_entry basic; /* Basic-sampling data entry */ member
/tools/testing/selftests/kvm/x86_64/
Dvmx_preemption_timer_test.c33 union vmx_basic basic; variable
87 basic.val = rdmsr(MSR_IA32_VMX_BASIC); in l1_guest_code()
88 ctrl_pin_rev.val = rdmsr(basic.ctrl ? MSR_IA32_VMX_TRUE_PINBASED_CTLS in l1_guest_code()
90 ctrl_exit_rev.val = rdmsr(basic.ctrl ? MSR_IA32_VMX_TRUE_EXIT_CTLS in l1_guest_code()
/tools/testing/selftests/powerpc/eeh/
DMakefile5 TEST_PROGS := eeh-basic.sh
/tools/testing/selftests/amd-pstate/
DMakefile16 TEST_FILES += basic.sh tbench.sh gitsource.sh
Drun.sh11 source basic.sh
/tools/testing/selftests/cpufreq/
Dmain.sh10 FUNC=basic # do basic tests by default
/tools/memory-model/Documentation/
Dlocking.txt16 The basic rule of locking is worth repeating:
43 The basic rule guarantees that if CPU0() acquires mylock before CPU1(),
53 The converse to the basic rule also holds: Any CPU holding a given
75 This converse to the basic rule guarantees that if CPU0() acquires
82 locking basic rule extend across multiple acquisitions of a given lock
Drecipes.txt65 about it too hard. And the basic rule is indeed quite simple: Any CPU that
89 The basic rule guarantees that if CPU0() acquires mylock before CPU1(),
95 The converse to the basic rule also holds, as illustrated by the
115 This converse to the basic rule guarantees that if CPU0() acquires
122 locking basic rule extend across multiple acquisitions of a given lock
Dsimple.txt141 The basic keep-things-simple rule for sequence locking is "do not write
/tools/perf/tests/attr/
DREADME35 perf record kill (test-record-basic)
63 perf stat -e cycles kill (test-stat-basic)
/tools/testing/memblock/
DREADME16 consist of a series of checks that exercise both the basic operations and
57 The project has one target, main, which calls a group of checks for basic and
/tools/testing/selftests/net/forwarding/
Dsch_ets_core.sh138 tc filter add dev $dev parent 10: basic \
/tools/perf/tests/
DBuild12 perf-$(CONFIG_LIBTRACEEVENT) += mmap-basic.o
/tools/testing/selftests/net/
Dfib_tests.sh470 ip netns exec ns2 tc filter add dev lo parent 1: protocol arp basic \
472 ip netns exec ns2 tc filter add dev lo parent 1: protocol ip basic \
477 $NS_EXEC tc filter add dev veth1 ingress protocol arp basic \
479 $NS_EXEC tc filter add dev veth1 ingress protocol ip basic \
484 $NS_EXEC tc filter add dev lo parent 1: protocol arp basic \
486 $NS_EXEC tc filter add dev lo parent 1: protocol ip basic \
491 ip netns exec ns2 tc filter add dev veth2 ingress protocol arp basic \
493 ip netns exec ns2 tc filter add dev veth2 ingress protocol ip basic \
/tools/perf/Documentation/
Dperf-diff.txt296 It displays the cycles difference of same program basic block amongst
297 two perf.data. The program basic block is the code between two branches.
299 '[Program Block Range]' indicates the range of a program basic block.
Dperf-bench.txt148 *basic*::
Dperf-c2c.txt39 The basic workflow with this tool follows the standard record/report phase.
182 In general perf report output consist of 2 basic views:
Dperf-script-perl.txt32 do basic things like aggregate event data, print results, etc. Also,
Dtopdown.txt145 individual basic blocks is definitely too fine grained.
Dperf-script-python.txt38 basic ideas necessary to create a useful script. Here's an example
426 do basic things like aggregate event data, print results, etc. Also,
/tools/lib/perf/Documentation/
Dlibperf-counting.txt14 It is by no means complete guide to counting, but shows libperf basic API for counting.
Dlibperf-sampling.txt15 It is by no means complete guide to sampling, but shows libperf basic API for sampling.
/tools/build/
DBuild.include67 printf '$(pound) using basic dep data\n\n' >> $(dot-target).cmd; \
/tools/testing/selftests/iommu/
Diommufd_fail_nth.c230 TEST_FAIL_NTH(basic_fail_nth, basic) in TEST_FAIL_NTH() argument

12