/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-trace.c | 4872 * foo:bar was used, the user is interested _just_ in those, say,
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/powerpc/power9/ |
H A D | other.json | 620 "BriefDescription": "addrs only req to L2 only on the first one,Indication that Load footprint is not expanding" 1610 "BriefDescription": "TM Footprint Capacity Overflow"
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/broadwell/ |
H A D | pipeline.json | 888 "PublicDescription": "Counts number of cycles nothing is executed on any execution port, while there was at least one pending demand* load request missing the L2 cache.(as a footprint) * includes also L1 HW prefetch requests that may or may not be required by demands.",
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/broadwellx/ |
H A D | pipeline.json | 894 "PublicDescription": "Counts number of cycles nothing is executed on any execution port, while there was at least one pending demand* load request missing the L2 cache.(as a footprint) * includes also L1 HW prefetch requests that may or may not be required by demands.",
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-map.rst | 231 | **# bpftool prog loadall tail_calls.o /sys/fs/bpf/foo type xdp** 239 pinned /sys/fs/bpf/foo/xdp 243 pinned /sys/fs/bpf/foo/process 247 pinned /sys/fs/bpf/foo/debug 266 | **# bpftool map update pinned /sys/fs/bpf/bar key 0 0 0 0 value pinned /sys/fs/bpf/foo/debug**
|
/kernel/linux/linux-5.10/tools/bootconfig/ |
H A D | main.c | 412 /* Add a footer */ in apply_xbc()
|
H A D | test-bootconfig.sh | 150 foo 152 foo { buz } 163 foo = val # comment
|
/kernel/linux/linux-5.10/tools/bpf/ |
H A D | bpf_dbg.c | 22 * 3) > load pcap foo.pcap
|
/kernel/linux/linux-5.10/tools/firewire/ |
H A D | decode-fcp.c | 75 { "foo", 0, 8 },
|
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | rbtree.h | 112 * We do not cache the rightmost node based on footprint
|
/kernel/linux/linux-5.10/sound/usb/ |
H A D | pcm.c | 439 * descriptors which fool us. if it has only one EP, in set_sync_endpoint()
|
/kernel/linux/linux-5.10/tools/bootconfig/samples/ |
H A D | bad-samekey.bconf | 3 foo = value 6 key.foo = value
|
/kernel/linux/linux-5.10/tools/build/ |
H A D | Build.include | 18 # Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o
|
/kernel/linux/linux-5.10/tools/kvm/kvm_stat/ |
H A D | kvm_stat | 1098 # commas are escaped (i.e. ',,'), hence e.g. 'foo,bar' results 1099 # in # ['foo', '', 'bar'], which we revert here
|
/kernel/linux/linux-5.10/tools/perf/trace/beauty/ |
H A D | fadvise.sh | 21 # reliably process on arch FOO a perf.data file collected by 'perf trace
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | parse-sublevel-options.c | 45 /* parse options like --foo a=<n>,b,c... */
|
H A D | dwarf-aux.c | 1349 * void foo() { printf("hello\n"); } in die_get_postprologue_addr()
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | bootgraph.py | 694 # write the footer and close
|
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 286 /*The MSR footprint recorded in last timer*/
|
/kernel/linux/linux-5.10/tools/testing/ktest/ |
H A D | sample.conf | 428 # it sends the mail if "$FOO" format is used. If "${FOO}" format is used,
|
/kernel/linux/linux-5.10/tools/testing/ktest/examples/ |
H A D | test.conf | 6 MACHINE = foo 8 # BOX can be different than foo, if the machine BOX has
|
/kernel/linux/linux-5.10/tools/testing/kunit/test_data/ |
H A D | test_pound_sign.log | 10 [ 0.060000] foo bar # 14 [ 0.060000] foo bar # non-kunit output
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | expr.c | 28 expr__add_id_val(&ctx, strdup("FOO"), 1); in test__expr() 32 ret |= test(&ctx, "FOO+BAR", 3); in test__expr() 35 ret |= test(&ctx, "(FOO-1)*2 + (BAR/2)%2 - -4", 5); in test__expr() 55 p = "FOO/0"; in test__expr() 65 expr__find_other("FOO + BAR + BAZ + BOZO", "FOO", in test__expr()
|
H A D | mmap-basic.c | 112 int foo = syscalls[i](); in test__basic_mmap() local 113 ++foo; in test__basic_mmap()
|
/kernel/linux/linux-5.10/tools/perf/tests/shell/ |
H A D | test_uprobe_from_different_cu.sh | 20 perf probe -x ${temp_dir}/testfile -d foo || true 34 cat > ${temp_dir}/testfile-foo.h << EOF 41 extern int foo (int i, struct t *t); 44 cat > ${temp_dir}/testfile-foo.c << EOF 45 #include "testfile-foo.h" 48 foo (int i, struct t *t) 59 #include "testfile-foo.h" 72 return foo (3, &g); 76 gcc -g -Og -flto -c ${temp_dir}/testfile-foo.c -o ${temp_dir}/testfile-foo [all...] |