Home
last modified time | relevance | path

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

1234

/openbmc/linux/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 …]
/openbmc/openbmc/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
/openbmc/linux/kernel/
H A Dlatencytop.c126 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()
/openbmc/openbmc/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
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/sysprof/sysprof/
H A D0003-libsysprof-Check-for-unw_set_caching_policy-before-u.patch16 src/preload/backtrace-helper.h | 2 ++
19 diff --git a/src/preload/backtrace-helper.h b/src/preload/backtrace-helper.h
21 --- a/src/preload/backtrace-helper.h
22 +++ b/src/preload/backtrace-helper.h
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/files/
H A Dcrosscompile.patch3 libmemcached/backtrace.cc | 3 ++-
6 --- libmemcached-1.0.15.orig/libmemcached/backtrace.cc
7 +++ libmemcached-1.0.15/libmemcached/backtrace.cc
/openbmc/linux/tools/perf/
H A Dbuiltin-timechart.c149 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 …]
/openbmc/openbmc/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
24 +AC_CHECK_LIB([execinfo], [backtrace])
/openbmc/openbmc/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 \
/openbmc/linux/arch/arm/lib/
H A DMakefile23 lib-y += backtrace-clang.o
25 lib-y += backtrace.o
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/
H A Dopenflow_git.bb24 file://0001-Link-in-libexecinfo-if-it-has-backtrace-API.patch \
73 # lib/backtrace.c:126:32: error: passing argument 1 of 'backtrace' from incompatible pointer type […
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/
H A D0001-Link-in-libexecinfo-if-it-has-backtrace-API.patch4 Subject: [PATCH] Link in libexecinfo if it has backtrace() API
24 + [AC_CHECK_LIB([execinfo], [backtrace], [FAULT_LIBS=-lexecinfo])
/openbmc/linux/tools/build/feature/
H A Dtest-backtrace.c10 entries = backtrace(backtrace_fns, 10); in main()
/openbmc/linux/tools/objtool/include/objtool/
H A Dbuiltin.h31 bool backtrace; member
H A Dwarn.h68 if (opts.verbose || opts.backtrace) { \
/openbmc/linux/include/linux/
H A Dlatencytop.h22 unsigned long backtrace[LT_BACKTRACEDEPTH]; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0005-check-for-libexecinfo-during-configure.patch23 +AC_SEARCH_LIBS([backtrace], [execinfo], [], [
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/
H A D0001-disbale-heap-checkers-and-debug-allocator-on-musl.patch26 # Currently only backtrace works on s390 and OSX.
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dassert.c41 n = backtrace(stack, n); in test_dump_stack()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/
H A D0001-sip-Conditionally-use-GetAssertStackTrace-under-USE_.patch7 Musl eg. does not implement stack walker ( backtrace ) therefore it gets
/openbmc/linux/Documentation/arch/ia64/
H A Dmca.rst79 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
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0001-libmissing.h-fix-klibc-build-when-using-glibc-toolch.patch37 int backtrace(void **buffer, int size);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/
H A Dhddtemp_0.3-beta15.bb10 file://0001-backtrace-Replace-struct-ucontext-with-ucontext_t.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A DAdded-missing-headers.patch45 #include <backtrace/BacktraceMap.h>

1234