| /OK3568_Linux_fs/kernel/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 | 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 …]
|
| /OK3568_Linux_fs/buildroot/package/apitrace/ |
| H A D | 0001-thirdparty-libbacktrace-backtrace-h-include-config.h.patch | 4 Subject: [PATCH] thirdparty/libbacktrace/backtrace/h: include config.h 11 /home/buildroot/autobuild/instance-3/output-1/build/apitrace-10.0/thirdparty/libbacktrace/backtrace… 22 thirdparty/libbacktrace/backtrace.h | 2 ++ 25 diff --git a/thirdparty/libbacktrace/backtrace.h b/thirdparty/libbacktrace/backtrace.h 27 --- a/thirdparty/libbacktrace/backtrace.h 28 +++ b/thirdparty/libbacktrace/backtrace.h
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
| H A D | 0001-backtrace-Replace-struct-ucontext-with-ucontext_t.patch | 4 Subject: [PATCH] backtrace: Replace struct ucontext with ucontext_t 10 src/backtrace.c | 4 ++-- 13 diff --git a/src/backtrace.c b/src/backtrace.c 15 --- a/src/backtrace.c 16 +++ b/src/backtrace.c
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | latencytop.c | 100 if (!latency_record[i].backtrace[0]) { in account_global_scheduler_latency() 106 unsigned long record = lat->backtrace[q]; in account_global_scheduler_latency() 108 if (latency_record[i].backtrace[q] != record) { in account_global_scheduler_latency() 171 stack_trace_save_tsk(tsk, lat.backtrace, LT_BACKTRACEDEPTH, 0); in __account_scheduler_latency() 183 unsigned long record = lat.backtrace[q]; in __account_scheduler_latency() 185 if (mylat->backtrace[q] != record) { in __account_scheduler_latency() 226 if (lr->backtrace[0]) { in lstats_show() 231 unsigned long bt = lr->backtrace[q]; in lstats_show()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/ |
| H A D | 0004-backtrace-Always-include-stdint.h.patch | 4 Subject: [PATCH] backtrace: Always include stdint.h 11 3rdparty/libbacktrace/backtrace.h | 16 ---------------- 14 diff --git a/3rdparty/libbacktrace/backtrace.h b/3rdparty/libbacktrace/backtrace.h 16 --- a/3rdparty/libbacktrace/backtrace.h 17 +++ b/3rdparty/libbacktrace/backtrace.h
|
| /OK3568_Linux_fs/buildroot/package/clamav/ |
| H A D | 0002-mbox-do-not-use-backtrace-if-using-uClibc-without-ba.patch | 4 Subject: [PATCH] mbox: do not use backtrace if using uClibc without backtrace 7 Since uClibc can be configured without support for backtrace, disable 8 the backtrace if we are building with a uClibc that was built without 9 backtrace.
|
| /OK3568_Linux_fs/kernel/drivers/oprofile/ |
| H A D | cpu_buffer.c | 184 op_add_code(struct oprofile_cpu_buffer *cpu_buf, unsigned long backtrace, in op_add_code() argument 194 if (backtrace) in op_add_code() 263 unsigned long backtrace, int is_kernel, unsigned long event, in log_sample() argument 274 if (op_add_code(cpu_buf, backtrace, is_kernel, tsk)) in log_sample() 303 unsigned long backtrace = oprofile_backtrace_depth; in __oprofile_add_ext_sample() local 309 if (!log_sample(cpu_buf, pc, backtrace, is_kernel, event, task)) in __oprofile_add_ext_sample() 313 if (!backtrace) in __oprofile_add_ext_sample() 317 oprofile_ops.backtrace(regs, backtrace); in __oprofile_add_ext_sample()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libmemcached/files/ |
| H A D | crosscompile.patch | 1 libmemcached/backtrace.cc | 3 ++- 4 --- libmemcached-1.0.15.orig/libmemcached/backtrace.cc 5 +++ libmemcached-1.0.15/libmemcached/backtrace.cc
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-timechart.c | 146 const char *backtrace; member 187 const char *backtrace; member 269 const char *backtrace) in pid_put_sample() argument 292 sample->backtrace = backtrace; in pid_put_sample() 407 int waker, int wakee, u8 flags, const char *backtrace) in sched_wakeup() argument 417 we->backtrace = backtrace; in sched_wakeup() 441 const char *backtrace) in sched_switch() argument 452 backtrace); in sched_switch() 457 backtrace); in sched_switch() 550 const char *backtrace); [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/ |
| H A D | CVE-2022-45873.patch | 4 Subject: [PATCH] coredump: avoid deadlock when passing processed backtrace 8 was doing backtrace generation back to the coredump parent. This is because we 26 backtrace information than nothing at all. 74 + /* This is iffy. A backtrace can be a few hundred kilobytes, but t… 76 … log_warning("Generated backtrace is %zu bytes (more than the limit of %u bytes… 87 + log_warning("Write failed, backtrace will be truncated.");
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0023-compiler-rt-Do-not-use-backtrace-APIs-on-non-glibc-l.patch | 4 Subject: [PATCH] compiler-rt: Do not use backtrace APIs on non-glibc linux 6 musl e.g. does not provide backtrace APIs 34 return backtrace(reinterpret_cast<void **>(TraceBuffer), Size); 40 // We don't need any custom handling for the Segv backtrace - the libc unwinder
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/ |
| H A D | 0003-check-for-libexecinfo-providing-backtrace-APIs.patch | 4 Subject: [PATCH] check for libexecinfo providing backtrace() APIs 6 on musl it depends on external library to provide backtrace APIs 22 +AC_CHECK_LIB([execinfo], [backtrace])
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | stacktrace.h | 20 backtrace((void **)(trace)->entries, (trace)->max_entries)) 27 size = backtrace(array, 64); in dump_stack()
|
| /OK3568_Linux_fs/kernel/arch/sh/oprofile/ |
| H A D | common.c | 39 ops->backtrace = sh_backtrace; in oprofile_arch_init() 60 ops->backtrace = sh_backtrace; in oprofile_arch_init()
|
| /OK3568_Linux_fs/buildroot/package/linux-tools/ |
| H A D | linux-tool-perf.mk.in | 57 # The call to backtrace() function fails for ARC, because for some 59 # backtrace() should be disabled in perf explicitly: at build time 60 # backtrace() appears to be available, but it fails at runtime: the 61 # backtrace will contain only several functions from the top of stack, 62 # instead of the complete backtrace.
|
| /OK3568_Linux_fs/kernel/tools/objtool/ |
| H A D | builtin-check.c | 21 bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess, stats, variable 36 OPT_BOOLEAN('b', "backtrace", &backtrace, "unwind on error"),
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/glog/glog/ |
| H A D | libexecinfo.patch | 4 ld: libglog.so.0.4.0: undefined reference to `backtrace' 15 +check_library_exists (execinfo backtrace "" HAVE_EXECINFO)
|
| /OK3568_Linux_fs/buildroot/package/btrfs-progs/ |
| H A D | btrfs-progs.mk | 11 BTRFS_PROGS_CONF_OPTS = --disable-backtrace --disable-zstd --disable-python 36 --disable-backtrace \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/ |
| H A D | 0002-bind-Makefile.in-disable-backtrace.patch | 4 Subject: [PATCH] bind/Makefile.in: disable backtrace 25 + --without-gssapi --disable-threads --without-lmdb --disable-backtrace \
|
| /OK3568_Linux_fs/kernel/arch/arm/lib/ |
| H A D | Makefile | 23 lib-y += backtrace-clang.o 25 lib-y += backtrace.o
|
| /OK3568_Linux_fs/buildroot/package/webrtc-audio-processing/ |
| H A D | 0001-Proper-detection-of-cxxabi.h-and-execinfo.h.patch | 17 autoconf checks for cxxabi.h and execinfo.h, and only use the backtrace 59 int size = backtrace(trace, sizeof(trace) / sizeof(*trace));
|
| /OK3568_Linux_fs/buildroot/package/libopenssl/ |
| H A D | Config.in | 124 bool "enable unit test, debug, backtrace" 127 Enable unit-test crypto-mdebug-backtrace
|
| /OK3568_Linux_fs/kernel/tools/build/feature/ |
| H A D | test-backtrace.c | 10 entries = backtrace(backtrace_fns, 10); in main()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/oprofile/ |
| H A D | init.c | 19 ops->backtrace = xtensa_backtrace; in oprofile_arch_init()
|