| /tools/perf/Documentation/ |
| A D | tips.txt | 1 For a higher level overview, try: perf report --sort comm,dso 26 If you have debuginfo enabled, try: perf report -s sym,srcline 27 For memory address profiling, try: perf mem record / perf mem report 28 For tracepoint events, try: perf report -s trace_fields 30 If call chains don't work try perf record --call-graph dwarf or --call-graph lbr 42 If you prefer Intel style assembly, try: perf annotate -M intel 44 For hierarchical output, try: perf report --hierarchy 65 For latency profiling, try: perf record/report --latency 66 For parallelism histogram, try: perf report --hierarchy --sort latency,parallelism,comm,symbol 67 To analyze particular parallelism levels, try: perf report --latency --parallelism=32-64 [all …]
|
| A D | cpu-and-latency-overheads.txt | 21 While the latency overhead is: 'foo' - 90%, 'bar' - 10%. If we try to optimize
|
| A D | Makefile | 210 try-install-man: $(DO_INSTALL_MAN)
|
| A D | perf-trace.txt | 76 remove the /sys/fs/cgroup/perf_event/ part and try: 179 are 'dwarf' and 'lbr', where available, try: 'perf trace --call-graph dwarf'.
|
| /tools/testing/kunit/test_data/ |
| A D | test_kernel_panic_interrupt.log | 13 [ 0.060000] # Subtest: kunit-try-catch-test 17 [ 0.060000] ok 2 - kunit-try-catch-test
|
| A D | test_config_printk_time.log | 13 [ 0.060000] # Subtest: kunit-try-catch-test 17 [ 0.060000] ok 2 - kunit-try-catch-test
|
| A D | test_output_with_prefix_isolated_correctly.log | 14 [ 0.060000] # Subtest: kunit-try-catch-test 18 [ 0.060000] ok 2 - kunit-try-catch-test
|
| A D | test_pound_no_prefix.log | 15 # Subtest: kunit-try-catch-test 19 ok 2 - kunit-try-catch-test
|
| A D | test_pound_sign.log | 15 [ 0.060000] # Subtest: kunit-try-catch-test 19 [ 0.060000] ok 2 - kunit-try-catch-test
|
| A D | test_multiple_prefixes.log | 13 [ 0.060000][ T1] # Subtest: kunit-try-catch-test 17 [ 0.060000][ T1] ok 2 - kunit-try-catch-test
|
| A D | test_interrupted_tap_output.log | 19 [ 0.060000] # Subtest: kunit-try-catch-test 23 [ 0.060000] ok 2 - kunit-try-catch-test
|
| /tools/perf/util/ |
| A D | perf_api_probe.c | 62 const char *try[] = {"cycles:u", "instructions:u", "cpu-clock:u", NULL}; in perf_probe_api() local 74 ret = perf_do_probe_api(fn, cpu, try[i++]); in perf_probe_api() 77 } while (ret == -EAGAIN && try[i]); in perf_probe_api()
|
| /tools/virtio/ |
| A D | Makefile | 8 try-run = $(shell set -e; \ 14 __cc-option = $(call try-run,\
|
| /tools/build/ |
| A D | Build.include | 109 # try-run 110 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise) 113 try-run = $(shell set -e; \ 124 cc-option = $(call try-run, \
|
| /tools/testing/selftests/nolibc/ |
| A D | Makefile.include | 4 _CFLAGS_STACKPROTECTOR ?= $(call try-run, \
|
| /tools/testing/selftests/powerpc/pmu/ebb/ |
| A D | Makefile | 28 no-pie-option := $(call try-run, echo 'int main() { return 0; }' | \
|
| /tools/memory-model/ |
| A D | lock.cat | 33 let RL = try RL with emptyset 34 let RU = try RU with emptyset
|
| A D | README | 38 please try using the exact version called out above.
|
| /tools/testing/selftests/kvm/ |
| A D | Makefile.kvm | 269 no-pie-option := $(call try-run, echo 'int main(void) { return 0; }' | \ 273 pgste-option = $(call try-run, echo 'int main(void) { return 0; }' | \
|
| /tools/testing/selftests/arm64/fp/ |
| A D | README | 67 To try to reproduce the bugs that we have been observing, sve-stress
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-net.rst | 68 **xdp** - try native XDP and fallback to generic XDP if NIC driver does not support it;
|
| /tools/testing/selftests/ftrace/test.d/ |
| A D | functions | 207 # If stat -c '%m' does not work (e.g. busybox) or failed, try to use the
|
| /tools/usb/usbip/ |
| A D | INSTALL | 33 If you need to do unusual things to compile the package, please try
|
| /tools/sched_ext/ |
| A D | README.md | 44 work, try using the rustup nightly build.
|
| /tools/memory-model/Documentation/ |
| A D | control-dependencies.txt | 59 It is tempting to try use control dependencies to enforce ordering on
|