Searched refs:basic (Results 1 – 25 of 51) sorted by relevance
123
| /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 | 32 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/ |
| D | basic.j2 | 3 /* (basic) */
|
| /tools/net/sunrpc/xdrgen/templates/C/pointer/definition/ |
| D | basic.j2 | 3 /* (basic) */
|
| /tools/net/sunrpc/xdrgen/templates/C/typedef/definition/ |
| D | basic.j2 | 4 /* typedef {{ name }} (basic) */
|
| /tools/net/sunrpc/xdrgen/templates/C/struct/decoder/ |
| D | basic.j2 | 3 /* member {{ name }} (basic) */
|
| /tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/ |
| D | basic.j2 | 3 /* member {{ name }} (basic) */
|
| /tools/testing/selftests/powerpc/eeh/ |
| D | Makefile | 5 TEST_PROGS := eeh-basic.sh
|
| /tools/net/sunrpc/xdrgen/templates/C/union/decoder/ |
| D | basic.j2 | 3 /* member {{ name }} (basic) */
|
| /tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/ |
| D | basic.j2 | 3 /* member {{ name }} (basic) */
|
| /tools/net/sunrpc/xdrgen/templates/C/struct/encoder/ |
| D | basic.j2 | 3 /* member {{ name }} (basic) */
|
| /tools/net/sunrpc/xdrgen/templates/C/union/encoder/ |
| D | basic.j2 | 3 /* member {{ name }} (basic) */
|
| /tools/net/sunrpc/xdrgen/templates/C/typedef/decoder/ |
| D | basic.j2 | 14 /* (basic) */
|
| /tools/testing/selftests/amd-pstate/ |
| D | Makefile | 16 TEST_FILES += basic.sh tbench.sh gitsource.sh
|
| D | run.sh | 14 source $SCRIPTDIR/basic.sh
|
| /tools/net/sunrpc/xdrgen/templates/C/typedef/encoder/ |
| D | basic.j2 | 18 /* (basic) */
|
| /tools/testing/selftests/net/packetdrill/ |
| D | tcp_zerocopy_basic.pkt | 2 // basic zerocopy test:
|
| /tools/testing/selftests/cpufreq/ |
| D | main.sh | 13 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
|
| /tools/perf/tests/attr/ |
| D | README | 35 perf record kill (test-record-basic) 63 perf stat -e cycles kill (test-stat-basic)
|
| /tools/net/sunrpc/xdrgen/grammars/ |
| D | xdr.lark | 10 | type_specifier identifier -> 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/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.
|
123