/tools/perf/tests/ |
D | kmod-path.c | 47 #define M(path, c, e) \ macro 57 M("/xxxx/xxxx/x-x.ko", PERF_RECORD_MISC_CPUMODE_UNKNOWN, true); in test__kmod_path__parse() 58 M("/xxxx/xxxx/x-x.ko", PERF_RECORD_MISC_KERNEL, true); in test__kmod_path__parse() 59 M("/xxxx/xxxx/x-x.ko", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse() 67 M("/xxxx/xxxx/x.ko.gz", PERF_RECORD_MISC_CPUMODE_UNKNOWN, true); in test__kmod_path__parse() 68 M("/xxxx/xxxx/x.ko.gz", PERF_RECORD_MISC_KERNEL, true); in test__kmod_path__parse() 69 M("/xxxx/xxxx/x.ko.gz", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse() 76 M("/xxxx/xxxx/x.gz", PERF_RECORD_MISC_CPUMODE_UNKNOWN, false); in test__kmod_path__parse() 77 M("/xxxx/xxxx/x.gz", PERF_RECORD_MISC_KERNEL, false); in test__kmod_path__parse() 78 M("/xxxx/xxxx/x.gz", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse() [all …]
|
/tools/perf/util/c++/ |
D | clang-test.cpp | 30 std::unique_ptr<llvm::Module> M = in __test__clang_to_IR() local 34 return M; in __test__clang_to_IR() 42 auto M = __test__clang_to_IR(); in test__clang_to_IR() local 43 if (!M) in test__clang_to_IR() 45 for (llvm::Function& F : *M) in test__clang_to_IR() 55 auto M = __test__clang_to_IR(); in test__clang_to_obj() local 56 if (!M) in test__clang_to_obj() 59 auto Buffer = perf::getBPFObjectFromModule(&*M); in test__clang_to_obj()
|
D | clang.cpp | 194 auto M = getModuleFromSource(std::move(CFlags), filename); in perf_clang__compile_bpf() local 195 if (!M) in perf_clang__compile_bpf() 197 auto O = getBPFObjectFromModule(&*M); in perf_clang__compile_bpf()
|
/tools/testing/nvdimm/ |
D | Makefile | 5 $(MAKE) -C $(KDIR) M=$$PWD 8 $(MAKE) -C $(KDIR) M=$$PWD modules_install
|
/tools/memory-model/ |
D | linux-kernel.cat | 28 let acq-po = [Acquire] ; po ; [M] 29 let po-rel = [M] ; po ; [Release] 36 let mb = ([M] ; fencerel(Mb) ; [M]) | 37 ([M] ; fencerel(Before-atomic) ; [RMW] ; po? ; [M]) | 38 ([M] ; po? ; [RMW] ; fencerel(After-atomic) ; [M]) | 39 ([M] ; po? ; [LKW] ; fencerel(After-spinlock) ; [M]) | 40 ([M] ; po ; [UL] ; (co | po) ; [LKW] ; 41 fencerel(After-unlock-lock) ; [M]) 189 let pre-race = ext & ((Plain * M) | ((M \ IW) * Plain))
|
D | linux-kernel.bell | 82 let Marked = (~M) | IW | Once | Release | Acquire | domain(rmw) | range(rmw) | 84 let Plain = M \ Marked
|
D | lock.cat | 41 flag ~empty [M \ IW] ; loc ; [ALL-LOCKS] as mixed-lock-accesses 127 let M = R | W
|
/tools/power/cpupower/debug/kernel/ |
D | Makefile | 12 $(MAKE) -C $(KDIR) M=$(CURDIR)
|
/tools/virtio/ |
D | Makefile | 10 ${MAKE} -C `pwd`/../.. M=`pwd`/vhost_test V=${V}
|
/tools/testing/selftests/pstore/ |
D | common_tests | 60 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`_${UUID}/
|
/tools/bpf/ |
D | bpf_dbg.c | 125 uint32_t M[BPF_MEMWORDS]; member 461 if (r->M[i]) { in bpf_dump_curr() 463 rl_printf("M[%d]: [%#08x][%u]\n", i, r->M[i], r->M[i]); in bpf_dump_curr() 659 r->M[K] = r->A; in bpf_single_step() 662 r->M[K] = r->X; in bpf_single_step() 725 r->A = r->M[K]; in bpf_single_step() 728 r->X = r->M[K]; in bpf_single_step()
|
/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 10 dd if=/dev/zero of=rcu-test-image bs=400M count=1
|
/tools/perf/Documentation/ |
D | perf-stat.txt | 54 - a symbolically formed event like 'pmu/config=M,config1=N,config2=K/' 55 where M, N, K are numbers (in decimal, hex, octal format). 259 -M:: 340 3,228,188 page-faults:u # 0.039 M/sec 343 69,704,684,856 branches:u # 832.559 M/sec
|
D | perf-buildid-cache.txt | 54 -M::
|
D | tips.txt | 30 If you prefer Intel style assembly, try: perf annotate -M intel
|
D | perf-annotate.txt | 109 -M::
|
D | perf-record.txt | 44 - a symbolically formed event like 'pmu/config=M,config1=N,config3=K/' 46 where M, N, K are numbers (in decimal, hex, octal format). Acceptable 231 specification with appended unit character - B/K/M/G. The 477 processed for output. One can specify the number using B/K/M/G suffixes. 526 be a number with appended unit character - B/K/M/G 533 (like >5M), for lower values expect different sizes.
|
D | perf-sched.txt | 143 -M::
|
D | perf-script.txt | 216 …M/P/-: M=branch target mispredicted or branch direction was mispredicted, P=target predicted or di… 245 PERF_RECORD_MISC_MMAP_DATA* M
|
D | perf-top.txt | 79 specification with appended unit character - B/K/M/G. The 158 -M::
|
/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 40 ds=`date +%Y.%m.%d-%H:%M:%S`
|
/tools/testing/selftests/ftrace/ |
D | ftracetest | 187 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`/
|
/tools/build/ |
D | Build.include | 60 # - gcc -M dependency info
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-map.rst | 33 | **bpftool** **map event_pipe** *MAP* [**cpu** *N* **index** *M*] 100 **bpftool** **map event_pipe** *MAP* [**cpu** *N* **index** *M*]
|
D | bpftool-prog.rst | 32 …a_size_out** *L*]] [**ctx_in** *FILE* [**ctx_out** *FILE* [**ctx_size_out** *M*]]] [**repeat** *N*] 150 …a_size_out** *L*]] [**ctx_in** *FILE* [**ctx_out** *FILE* [**ctx_size_out** *M*]]] [**repeat** *N*]
|