Home
last modified time | relevance | path

Searched refs:backtrace (Results 1 – 25 of 176) sorted by relevance

12345678

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsvghelper.h14 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 Dsvghelper.c220 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 D0001-thirdparty-libbacktrace-backtrace-h-include-config.h.patch4 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 D0001-backtrace-Replace-struct-ucontext-with-ucontext_t.patch4 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 Dlatencytop.c100 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 D0004-backtrace-Always-include-stdint.h.patch4 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 D0002-mbox-do-not-use-backtrace-if-using-uClibc-without-ba.patch4 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 Dcpu_buffer.c184 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 Dcrosscompile.patch1 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 Dbuiltin-timechart.c146 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 DCVE-2022-45873.patch4 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 D0023-compiler-rt-Do-not-use-backtrace-APIs-on-non-glibc-l.patch4 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 D0003-check-for-libexecinfo-providing-backtrace-APIs.patch4 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 Dstacktrace.h20 backtrace((void **)(trace)->entries, (trace)->max_entries))
27 size = backtrace(array, 64); in dump_stack()
/OK3568_Linux_fs/kernel/arch/sh/oprofile/
H A Dcommon.c39 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 Dlinux-tool-perf.mk.in57 # 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 Dbuiltin-check.c21 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 Dlibexecinfo.patch4 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 Dbtrfs-progs.mk11 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 D0002-bind-Makefile.in-disable-backtrace.patch4 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 DMakefile23 lib-y += backtrace-clang.o
25 lib-y += backtrace.o
/OK3568_Linux_fs/buildroot/package/webrtc-audio-processing/
H A D0001-Proper-detection-of-cxxabi.h-and-execinfo.h.patch17 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 DConfig.in124 bool "enable unit test, debug, backtrace"
127 Enable unit-test crypto-mdebug-backtrace
/OK3568_Linux_fs/kernel/tools/build/feature/
H A Dtest-backtrace.c10 entries = backtrace(backtrace_fns, 10); in main()
/OK3568_Linux_fs/kernel/arch/xtensa/oprofile/
H A Dinit.c19 ops->backtrace = xtensa_backtrace; in oprofile_arch_init()

12345678