| /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 | svghelper.c | 221 void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_blocked() argument 229 if (backtrace) in svg_blocked() 230 fprintf(svgfile, "<desc>Blocked on:\n%s</desc>\n", backtrace); in svg_blocked() 235 void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_running() argument 251 if (backtrace) in svg_running() 252 fprintf(svgfile, "<desc>Switched because:\n%s</desc>\n", backtrace); in svg_running() 289 void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_waiting() argument 314 if (backtrace) in svg_waiting() 315 fprintf(svgfile, "<desc>Waiting on:\n%s</desc>\n", backtrace); in svg_waiting() 383 void svg_process(int cpu, u64 start, u64 end, int pid, const char *name, const char *backtrace) in svg_process() argument [all …]
|
| H A D | debug.c | 366 size_t size = backtrace(stackdump, ARRAY_SIZE(stackdump)); in dump_stack()
|
| /linux/kernel/ |
| H A D | latencytop.c | 125 if (!latency_record[i].backtrace[0]) { in account_global_scheduler_latency() 131 unsigned long record = lat->backtrace[q]; in account_global_scheduler_latency() 133 if (latency_record[i].backtrace[q] != record) { in account_global_scheduler_latency() 196 stack_trace_save_tsk(tsk, lat.backtrace, LT_BACKTRACEDEPTH, 0); in __account_scheduler_latency() 208 unsigned long record = lat.backtrace[q]; in __account_scheduler_latency() 210 if (mylat->backtrace[q] != record) { in __account_scheduler_latency() 251 if (lr->backtrace[0]) { in lstats_show() 256 unsigned long bt = lr->backtrace[q]; in lstats_show()
|
| /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 | 32 bool backtrace; member
|
| H A D | warn.h | 89 if (opts.verbose || opts.backtrace) { \
|
| /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 | 94 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:
|
| /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()
|