Home
last modified time | relevance | path

Searched refs:try (Results 1 – 25 of 38) sorted by relevance

12

/tools/perf/Documentation/
A Dtips.txt1 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 Dcpu-and-latency-overheads.txt21 While the latency overhead is: 'foo' - 90%, 'bar' - 10%. If we try to optimize
A DMakefile210 try-install-man: $(DO_INSTALL_MAN)
A Dperf-trace.txt76 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 Dtest_kernel_panic_interrupt.log13 [ 0.060000] # Subtest: kunit-try-catch-test
17 [ 0.060000] ok 2 - kunit-try-catch-test
A Dtest_config_printk_time.log13 [ 0.060000] # Subtest: kunit-try-catch-test
17 [ 0.060000] ok 2 - kunit-try-catch-test
A Dtest_output_with_prefix_isolated_correctly.log14 [ 0.060000] # Subtest: kunit-try-catch-test
18 [ 0.060000] ok 2 - kunit-try-catch-test
A Dtest_pound_no_prefix.log15 # Subtest: kunit-try-catch-test
19 ok 2 - kunit-try-catch-test
A Dtest_pound_sign.log15 [ 0.060000] # Subtest: kunit-try-catch-test
19 [ 0.060000] ok 2 - kunit-try-catch-test
A Dtest_multiple_prefixes.log13 [ 0.060000][ T1] # Subtest: kunit-try-catch-test
17 [ 0.060000][ T1] ok 2 - kunit-try-catch-test
A Dtest_interrupted_tap_output.log19 [ 0.060000] # Subtest: kunit-try-catch-test
23 [ 0.060000] ok 2 - kunit-try-catch-test
/tools/perf/util/
A Dperf_api_probe.c62 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 DMakefile8 try-run = $(shell set -e; \
14 __cc-option = $(call try-run,\
/tools/build/
A DBuild.include109 # 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 DMakefile.include4 _CFLAGS_STACKPROTECTOR ?= $(call try-run, \
/tools/testing/selftests/powerpc/pmu/ebb/
A DMakefile28 no-pie-option := $(call try-run, echo 'int main() { return 0; }' | \
/tools/memory-model/
A Dlock.cat33 let RL = try RL with emptyset
34 let RU = try RU with emptyset
A DREADME38 please try using the exact version called out above.
/tools/testing/selftests/kvm/
A DMakefile.kvm269 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 DREADME67 To try to reproduce the bugs that we have been observing, sve-stress
/tools/bpf/bpftool/Documentation/
A Dbpftool-net.rst68 **xdp** - try native XDP and fallback to generic XDP if NIC driver does not support it;
/tools/testing/selftests/ftrace/test.d/
A Dfunctions207 # If stat -c '%m' does not work (e.g. busybox) or failed, try to use the
/tools/usb/usbip/
A DINSTALL33 If you need to do unusual things to compile the package, please try
/tools/sched_ext/
A DREADME.md44 work, try using the rustup nightly build.
/tools/memory-model/Documentation/
A Dcontrol-dependencies.txt59 It is tempting to try use control dependencies to enforce ordering on

Completed in 23 milliseconds

12