Home
last modified time | relevance | path

Searched refs:M (Results 1 – 25 of 32) sorted by relevance

12

/tools/perf/tests/
Dkmod-path.c47 #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++/
Dclang-test.cpp30 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()
Dclang.cpp194 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/
DMakefile5 $(MAKE) -C $(KDIR) M=$$PWD
8 $(MAKE) -C $(KDIR) M=$$PWD modules_install
/tools/memory-model/
Dlinux-kernel.cat28 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))
Dlinux-kernel.bell82 let Marked = (~M) | IW | Once | Release | Acquire | domain(rmw) | range(rmw) |
84 let Plain = M \ Marked
Dlock.cat41 flag ~empty [M \ IW] ; loc ; [ALL-LOCKS] as mixed-lock-accesses
127 let M = R | W
/tools/power/cpupower/debug/kernel/
DMakefile12 $(MAKE) -C $(KDIR) M=$(CURDIR)
/tools/virtio/
DMakefile10 ${MAKE} -C `pwd`/../.. M=`pwd`/vhost_test V=${V}
/tools/testing/selftests/pstore/
Dcommon_tests60 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`_${UUID}/
/tools/bpf/
Dbpf_dbg.c125 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/
Drcu-test-image.txt10 dd if=/dev/zero of=rcu-test-image bs=400M count=1
/tools/perf/Documentation/
Dperf-stat.txt54 - 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
Dperf-buildid-cache.txt54 -M::
Dtips.txt30 If you prefer Intel style assembly, try: perf annotate -M intel
Dperf-annotate.txt109 -M::
Dperf-record.txt44 - 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.
Dperf-sched.txt143 -M::
Dperf-script.txt216M/P/-: M=branch target mispredicted or branch direction was mispredicted, P=target predicted or di…
245 PERF_RECORD_MISC_MMAP_DATA* M
Dperf-top.txt79 specification with appended unit character - B/K/M/G. The
158 -M::
/tools/testing/selftests/rcutorture/bin/
Dkvm.sh40 ds=`date +%Y.%m.%d-%H:%M:%S`
/tools/testing/selftests/ftrace/
Dftracetest187 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`/
/tools/build/
DBuild.include60 # - gcc -M dependency info
/tools/bpf/bpftool/Documentation/
Dbpftool-map.rst33 | **bpftool** **map event_pipe** *MAP* [**cpu** *N* **index** *M*]
100 **bpftool** **map event_pipe** *MAP* [**cpu** *N* **index** *M*]
Dbpftool-prog.rst32 …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*]

12