Home
last modified time | relevance | path

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

123

/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.c32 union vmx_basic basic; variable
86 basic.val = rdmsr(MSR_IA32_VMX_BASIC); in l1_guest_code()
87 ctrl_pin_rev.val = rdmsr(basic.ctrl ? MSR_IA32_VMX_TRUE_PINBASED_CTLS in l1_guest_code()
89 ctrl_exit_rev.val = rdmsr(basic.ctrl ? MSR_IA32_VMX_TRUE_EXIT_CTLS in l1_guest_code()
/tools/net/sunrpc/xdrgen/templates/C/struct/definition/
Dbasic.j23 /* (basic) */
/tools/net/sunrpc/xdrgen/templates/C/pointer/definition/
Dbasic.j23 /* (basic) */
/tools/net/sunrpc/xdrgen/templates/C/typedef/definition/
Dbasic.j24 /* typedef {{ name }} (basic) */
/tools/net/sunrpc/xdrgen/templates/C/struct/decoder/
Dbasic.j23 /* member {{ name }} (basic) */
/tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/
Dbasic.j23 /* member {{ name }} (basic) */
/tools/testing/selftests/powerpc/eeh/
DMakefile5 TEST_PROGS := eeh-basic.sh
/tools/net/sunrpc/xdrgen/templates/C/union/decoder/
Dbasic.j23 /* member {{ name }} (basic) */
/tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/
Dbasic.j23 /* member {{ name }} (basic) */
/tools/net/sunrpc/xdrgen/templates/C/struct/encoder/
Dbasic.j23 /* member {{ name }} (basic) */
/tools/net/sunrpc/xdrgen/templates/C/union/encoder/
Dbasic.j23 /* member {{ name }} (basic) */
/tools/net/sunrpc/xdrgen/templates/C/typedef/decoder/
Dbasic.j214 /* (basic) */
/tools/testing/selftests/amd-pstate/
DMakefile16 TEST_FILES += basic.sh tbench.sh gitsource.sh
Drun.sh14 source $SCRIPTDIR/basic.sh
/tools/net/sunrpc/xdrgen/templates/C/typedef/encoder/
Dbasic.j218 /* (basic) */
/tools/testing/selftests/net/packetdrill/
Dtcp_zerocopy_basic.pkt2 // basic zerocopy test:
/tools/testing/selftests/cpufreq/
Dmain.sh13 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
/tools/perf/tests/attr/
DREADME35 perf record kill (test-record-basic)
63 perf stat -e cycles kill (test-stat-basic)
/tools/net/sunrpc/xdrgen/grammars/
Dxdr.lark10 | type_specifier identifier -> 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/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.

123