| /Linux-v6.1/tools/perf/util/ |
| 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);
|
| D | svghelper.c | 220 void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_blocked() argument 228 if (backtrace) in svg_blocked() 229 fprintf(svgfile, "<desc>Blocked on:\n%s</desc>\n", backtrace); in svg_blocked() 234 void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_running() argument 250 if (backtrace) in svg_running() 251 fprintf(svgfile, "<desc>Switched because:\n%s</desc>\n", backtrace); in svg_running() 288 void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_waiting() argument 313 if (backtrace) in svg_waiting() 314 fprintf(svgfile, "<desc>Waiting on:\n%s</desc>\n", backtrace); in svg_waiting() 382 void svg_process(int cpu, u64 start, u64 end, int pid, const char *name, const char *backtrace) in svg_process() argument [all …]
|
| D | debug.c | 273 size_t size = backtrace(array, ARRAY_SIZE(array)); in dump_stack()
|
| /Linux-v6.1/kernel/ |
| D | latencytop.c | 126 if (!latency_record[i].backtrace[0]) { in account_global_scheduler_latency() 132 unsigned long record = lat->backtrace[q]; in account_global_scheduler_latency() 134 if (latency_record[i].backtrace[q] != record) { in account_global_scheduler_latency() 197 stack_trace_save_tsk(tsk, lat.backtrace, LT_BACKTRACEDEPTH, 0); in __account_scheduler_latency() 209 unsigned long record = lat.backtrace[q]; in __account_scheduler_latency() 211 if (mylat->backtrace[q] != record) { in __account_scheduler_latency() 252 if (lr->backtrace[0]) { in lstats_show() 257 unsigned long bt = lr->backtrace[q]; in lstats_show()
|
| /Linux-v6.1/tools/perf/ |
| D | builtin-timechart.c | 148 const char *backtrace; member 189 const char *backtrace; member 281 const char *backtrace) in pid_put_sample() argument 301 sample->backtrace = backtrace; in pid_put_sample() 425 int waker, int wakee, u8 flags, const char *backtrace) in sched_wakeup() argument 435 we->backtrace = backtrace; in sched_wakeup() 459 const char *backtrace) in sched_switch() argument 470 backtrace); in sched_switch() 475 backtrace); in sched_switch() 568 const char *backtrace); [all …]
|
| /Linux-v6.1/arch/arm/lib/ |
| D | Makefile | 23 lib-y += backtrace-clang.o 25 lib-y += backtrace.o
|
| /Linux-v6.1/tools/build/feature/ |
| D | test-backtrace.c | 10 entries = backtrace(backtrace_fns, 10); in main()
|
| D | Makefile | 6 test-backtrace.bin \ 272 $(OUTPUT)test-backtrace.bin:
|
| /Linux-v6.1/tools/objtool/include/objtool/ |
| D | builtin.h | 30 bool backtrace; member
|
| /Linux-v6.1/include/linux/ |
| D | latencytop.h | 22 unsigned long backtrace[LT_BACKTRACEDEPTH]; member
|
| /Linux-v6.1/tools/testing/selftests/kvm/lib/ |
| D | assert.c | 41 n = backtrace(stack, n); in test_dump_stack()
|
| /Linux-v6.1/Documentation/ia64/ |
| D | mca.rst | 79 getting a valid backtrace of the _original_ task. 144 * i386 backtrace is not very sensitive to whether a process is running 157 MCA/INIT never tries to backtrace user space. Which means that the OS 166 How do we get a backtrace on the tasks that were running when MCA/INIT 176 sleeping. To get a backtrace, just start with thread.ksp for the
|
| /Linux-v6.1/tools/perf/ui/tui/ |
| D | setup.c | 109 size = backtrace(stackdump, ARRAY_SIZE(stackdump)); in ui__signal_backtrace()
|
| /Linux-v6.1/tools/objtool/ |
| D | builtin-check.c | 80 OPT_BOOLEAN(0, "backtrace", &opts.backtrace, "unwind on error"),
|
| D | check.c | 3424 if (opts.backtrace) in validate_branch() 3471 if (opts.backtrace) in validate_branch() 3587 if (ret && opts.backtrace) in validate_unwind_hints() 3627 if (opts.backtrace) in validate_entry() 3655 if (opts.backtrace) { in validate_entry() 3680 if (opts.backtrace) in validate_entry() 3922 if (ret && opts.backtrace) in validate_symbol()
|
| /Linux-v6.1/arch/s390/lib/ |
| D | test_unwind.c | 25 module_param_named(backtrace, force_bt, bool, 0444); 26 MODULE_PARM_DESC(backtrace, "print backtraces for all tests");
|
| /Linux-v6.1/tools/build/ |
| D | Makefile.feature | 32 backtrace \
|
| /Linux-v6.1/Documentation/arm64/ |
| D | tagged-pointers.rst | 36 them to generate a backtrace or call graph.
|
| /Linux-v6.1/tools/perf/Documentation/ |
| D | perf-timechart.txt | 96 Do call-graph (stack chain/backtrace) recording
|
| D | perf-kwork.txt | 166 Maximum number of functions to display in backtrace, default 5.
|
| D | perf-sched.txt | 111 Maximum number of functions to display in backtrace, default 5.
|
| /Linux-v6.1/drivers/gpu/drm/ |
| D | Kconfig | 95 bool "Enable refcount backtrace history in the DP MST helpers" 110 bool "Enable backtrace history for lock contention" 119 will be saved until gracefully handled, and the backtrace will be
|
| /Linux-v6.1/Documentation/RCU/ |
| D | lockdep-splat.rst | 39 stack backtrace:
|
| /Linux-v6.1/lib/ |
| D | Kconfig.kgdb | 112 0x0020 - allow passive inspection (backtrace, process list, lsmod)
|
| /Linux-v6.1/include/drm/display/ |
| D | drm_dp_mst_helper.h | 43 depot_stack_handle_t backtrace; member
|