/tools/perf/util/ |
D | s390-cpumsf.c | 247 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 …]
|
D | s390-cpumsf-kernel.h | 41 struct hws_basic_entry basic; /* Basic-sampling data entry */ member
|
/tools/testing/selftests/kvm/x86_64/ |
D | vmx_preemption_timer_test.c | 33 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/ |
D | Makefile | 5 TEST_PROGS := eeh-basic.sh
|
/tools/testing/selftests/amd-pstate/ |
D | Makefile | 16 TEST_FILES += basic.sh tbench.sh gitsource.sh
|
D | run.sh | 11 source basic.sh
|
/tools/testing/selftests/cpufreq/ |
D | main.sh | 10 FUNC=basic # do basic tests by default
|
/tools/memory-model/Documentation/ |
D | locking.txt | 16 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
|
D | recipes.txt | 65 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
|
D | simple.txt | 141 The basic keep-things-simple rule for sequence locking is "do not write
|
/tools/perf/tests/attr/ |
D | README | 35 perf record kill (test-record-basic) 63 perf stat -e cycles kill (test-stat-basic)
|
/tools/testing/memblock/ |
D | README | 16 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/ |
D | sch_ets_core.sh | 138 tc filter add dev $dev parent 10: basic \
|
/tools/perf/tests/ |
D | Build | 12 perf-$(CONFIG_LIBTRACEEVENT) += mmap-basic.o
|
/tools/testing/selftests/net/ |
D | fib_tests.sh | 470 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/ |
D | perf-diff.txt | 296 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.
|
D | perf-bench.txt | 148 *basic*::
|
D | perf-c2c.txt | 39 The basic workflow with this tool follows the standard record/report phase. 182 In general perf report output consist of 2 basic views:
|
D | perf-script-perl.txt | 32 do basic things like aggregate event data, print results, etc. Also,
|
D | topdown.txt | 145 individual basic blocks is definitely too fine grained.
|
D | perf-script-python.txt | 38 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/ |
D | libperf-counting.txt | 14 It is by no means complete guide to counting, but shows libperf basic API for counting.
|
D | libperf-sampling.txt | 15 It is by no means complete guide to sampling, but shows libperf basic API for sampling.
|
/tools/build/ |
D | Build.include | 67 printf '$(pound) using basic dep data\n\n' >> $(dot-target).cmd; \
|
/tools/testing/selftests/iommu/ |
D | iommufd_fail_nth.c | 230 TEST_FAIL_NTH(basic_fail_nth, basic) in TEST_FAIL_NTH() argument
|