| /linux-6.15/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 | 229 if (backtrace) in svg_blocked() 251 if (backtrace) in svg_running() 314 if (backtrace) in svg_waiting() 400 if (backtrace) in svg_process() 509 if (backtrace) in svg_partial_wakeline() 510 fprintf(svgfile, "<desc>%s</desc>\n", backtrace); in svg_partial_wakeline() 563 if (backtrace) in svg_wakeline() 564 fprintf(svgfile, "<desc>%s</desc>\n", backtrace); in svg_wakeline() 582 void svg_interrupt(u64 start, int row, const char *backtrace) in svg_interrupt() argument 591 if (backtrace) in svg_interrupt() [all …]
|
| H A D | debug.c | 306 size_t size = backtrace(array, ARRAY_SIZE(array)); in dump_stack()
|
| /linux-6.15/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-6.15/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() 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); 631 const char *backtrace) in process_sample_sched_wakeup() argument [all …]
|
| /linux-6.15/arch/arm/lib/ |
| H A D | Makefile | 23 lib-y += backtrace-clang.o 25 lib-y += backtrace.o
|
| /linux-6.15/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 \ 309 $(OUTPUT)test-backtrace.bin:
|
| /linux-6.15/include/linux/ |
| H A D | latencytop.h | 22 unsigned long backtrace[LT_BACKTRACEDEPTH]; member
|
| /linux-6.15/tools/objtool/include/objtool/ |
| H A D | builtin.h | 31 bool backtrace; member
|
| H A D | warn.h | 89 if (opts.verbose || opts.backtrace) { \
|
| /linux-6.15/tools/testing/selftests/kvm/lib/ |
| H A D | assert.c | 38 n = backtrace(stack, n); in test_dump_stack()
|
| /linux-6.15/tools/perf/ui/tui/ |
| H A D | setup.c | 110 size = backtrace(stackdump, ARRAY_SIZE(stackdump)); in ui__signal_backtrace()
|
| /linux-6.15/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-6.15/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kmemleak.rst | 218 backtrace:
|
| /linux-6.15/tools/objtool/ |
| H A D | builtin-check.c | 93 OPT_BOOLEAN(0, "backtrace", &opts.backtrace, "unwind on error"),
|
| /linux-6.15/tools/build/ |
| H A D | Makefile.feature | 67 backtrace \
|
| /linux-6.15/Documentation/arch/arm64/ |
| H A D | tagged-pointers.rst | 36 them to generate a backtrace or call graph.
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | Kconfig | 188 bool "Enable refcount backtrace history in the DP MST helpers" 203 bool "Enable backtrace history for lock contention" 212 will be saved until gracefully handled, and the backtrace will be
|
| /linux-6.15/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 | 175 Setup and enable call-graph (stack chain/backtrace) recording. 336 with a backtrace of at most 16 entries, system wide:
|
| /linux-6.15/Documentation/RCU/ |
| H A D | lockdep-splat.rst | 39 stack backtrace:
|
| /linux-6.15/lib/ |
| H A D | Kconfig.kgdb | 112 0x0020 - allow passive inspection (backtrace, process list, lsmod)
|
| /linux-6.15/include/drm/display/ |
| H A D | drm_dp_mst_helper.h | 44 depot_stack_handle_t backtrace; member
|