| /linux/tools/perf/util/ |
| H A D | svghelper.h | 14 void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace); 15 void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace); 16 void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace); 20 void svg_process(int cpu, u64 start, u64 end, int pid, const char *name, const char *backtrace); 28 void svg_wakeline(u64 start, int row1, int row2, const char *backtrace); 29 …g_partial_wakeline(u64 start, int row1, char *desc1, int row2, char *desc2, const char *backtrace); 30 void svg_interrupt(u64 start, int row, const char *backtrace);
|
| H A D | debug.c | 366 size_t size = backtrace(stackdump, ARRAY_SIZE(stackdump)); in dump_stack()
|
| /linux/tools/perf/ |
| H A D | builtin-timechart.c | 149 const char *backtrace; member 190 const char *backtrace; member 282 const char *backtrace) in pid_put_sample() argument 302 sample->backtrace = backtrace; in pid_put_sample() 426 int waker, int wakee, u8 flags, const char *backtrace) in sched_wakeup() argument 436 we->backtrace = backtrace; in sched_wakeup() 460 const char *backtrace) in sched_switch() argument 471 backtrace); in sched_switch() 476 backtrace); in sched_switch() 572 const char *backtrace); [all …]
|
| /linux/arch/arm/lib/ |
| H A D | Makefile | 23 lib-y += backtrace-clang.o 25 lib-y += backtrace.o
|
| /linux/tools/build/feature/ |
| H A D | test-backtrace.c | 10 entries = backtrace(backtrace_fns, 10); in main()
|
| H A D | Makefile | 6 test-backtrace.bin \ 297 $(OUTPUT)test-backtrace.bin:
|
| /linux/include/linux/ |
| H A D | latencytop.h | 22 unsigned long backtrace[LT_BACKTRACEDEPTH]; member
|
| /linux/tools/objtool/include/objtool/ |
| H A D | builtin.h | 34 bool backtrace; 32 bool backtrace; global() member
|
| /linux/tools/testing/selftests/kvm/lib/ |
| H A D | assert.c | 38 n = backtrace(stack, n); in test_dump_stack()
|
| /linux/tools/perf/ui/tui/ |
| H A D | setup.c | 110 size = backtrace(stackdump, ARRAY_SIZE(stackdump)); in ui__signal_backtrace()
|
| /linux/arch/s390/lib/ |
| H A D | test_unwind.c | 25 module_param_named(backtrace, force_bt, bool, 0444); 26 MODULE_PARM_DESC(backtrace, "print backtraces for all tests");
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kmemleak.rst | 218 backtrace:
|
| /linux/drivers/gpu/drm/ |
| H A D | Kconfig | 134 bool "Enable refcount backtrace history in the DP MST helpers" 149 bool "Enable backtrace history for lock contention" 158 will be saved until gracefully handled, and the backtrace will be
|
| /linux/tools/build/ |
| H A D | Makefile.feature | 67 backtrace \
|
| /linux/tools/objtool/ |
| H A D | builtin-check.c | 96 OPT_BOOLEAN(0, "backtrace", &opts.backtrace, "unwind on error"),
|
| /linux/Documentation/arch/arm64/ |
| H A D | tagged-pointers.rst | 36 them to generate a backtrace or call graph.
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-timechart.txt | 96 Do call-graph (stack chain/backtrace) recording
|
| H A D | perf-kwork.txt | 170 Maximum number of functions to display in backtrace, default 5.
|
| H A D | perf-trace.txt | 176 Setup and enable call-graph (stack chain/backtrace) recording. 339 with a backtrace of at most 16 entries, system wide:
|
| H A D | perf-top.txt | 188 Enables call-graph (stack chain/backtrace) recording. 191 Setup and enable call-graph (stack chain/backtrace) recording,
|
| /linux/rust/proc-macro2/ |
| H A D | wrapper.rs | 51 let backtrace = std::backtrace::Backtrace::force_capture(); in mismatch() localVariable 52 panic!("compiler/fallback mismatch L{}\n\n{}", line, backtrace) in mismatch()
|
| /linux/Documentation/RCU/ |
| H A D | lockdep-splat.rst | 39 stack backtrace:
|
| /linux/lib/ |
| H A D | Kconfig.kgdb | 112 0x0020 - allow passive inspection (backtrace, process list, lsmod)
|
| /linux/net/ipv4/ |
| H A D | fib_trie.c | 1481 goto backtrace; in fib_table_lookup() 1494 goto backtrace; in fib_table_lookup() 1506 backtrace: in fib_table_lookup() 1622 goto backtrace; in fib_table_lookup()
|
| /linux/Documentation/arch/x86/ |
| H A D | earlyprintk.rst | 141 …rminate-all-tasks(E) memory-full-oom-kill(F) kill-all-tasks(I) saK show-backtrace-all-active-cpus(…
|