Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dsvghelper.h11 extern void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
12 extern void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
13 extern void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
17 …rn void svg_process(int cpu, u64 start, u64 end, int pid, const char *name, const char *backtrace);
25 extern void svg_wakeline(u64 start, int row1, int row2, const char *backtrace);
26 …g_partial_wakeline(u64 start, int row1, char *desc1, int row2, char *desc2, const char *backtrace);
27 extern void svg_interrupt(u64 start, int row, const char *backtrace);
Dsvghelper.c221 void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_blocked() argument
229 if (backtrace) in svg_blocked()
230 fprintf(svgfile, "<desc>Blocked on:\n%s</desc>\n", backtrace); in svg_blocked()
235 void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_running() argument
251 if (backtrace) in svg_running()
252 fprintf(svgfile, "<desc>Switched because:\n%s</desc>\n", backtrace); in svg_running()
289 void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_waiting() argument
314 if (backtrace) in svg_waiting()
315 fprintf(svgfile, "<desc>Waiting on:\n%s</desc>\n", backtrace); in svg_waiting()
383 void svg_process(int cpu, u64 start, u64 end, int pid, const char *name, const char *backtrace) in svg_process() argument
[all …]
Dutil.c335 size_t size = backtrace(array, ARRAY_SIZE(array)); in dump_stack()
/linux-4.4.14/kernel/
Dlatencytop.c108 if (!latency_record[i].backtrace[0]) { in account_global_scheduler_latency()
114 unsigned long record = lat->backtrace[q]; in account_global_scheduler_latency()
116 if (latency_record[i].backtrace[q] != record) { in account_global_scheduler_latency()
152 trace.entries = &lat->backtrace[0]; in store_stacktrace()
204 unsigned long record = lat.backtrace[q]; in __account_scheduler_latency()
206 if (mylat->backtrace[q] != record) { in __account_scheduler_latency()
247 if (lr->backtrace[0]) { in lstats_show()
252 unsigned long bt = lr->backtrace[q]; in lstats_show()
/linux-4.4.14/drivers/oprofile/
Dcpu_buffer.c182 op_add_code(struct oprofile_cpu_buffer *cpu_buf, unsigned long backtrace, in op_add_code() argument
192 if (backtrace) in op_add_code()
261 unsigned long backtrace, int is_kernel, unsigned long event, in log_sample() argument
272 if (op_add_code(cpu_buf, backtrace, is_kernel, tsk)) in log_sample()
301 unsigned long backtrace = oprofile_backtrace_depth; in __oprofile_add_ext_sample() local
307 if (!log_sample(cpu_buf, pc, backtrace, is_kernel, event, task)) in __oprofile_add_ext_sample()
311 if (!backtrace) in __oprofile_add_ext_sample()
315 oprofile_ops.backtrace(regs, backtrace); in __oprofile_add_ext_sample()
Doprofile_files.c83 if (!oprofile_ops.backtrace) in depth_write()
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/
Dstacktrace.h19 backtrace((void **)(trace)->entries, (trace)->max_entries))
26 size = backtrace(array, 64); in dump_stack()
/linux-4.4.14/arch/metag/oprofile/
Dcommon.c40 ops->backtrace = metag_backtrace; in oprofile_arch_init()
61 ops->backtrace = metag_backtrace; in oprofile_arch_init()
DMakefile13 oprofile-y += backtrace.o
/linux-4.4.14/tools/perf/
Dbuiltin-timechart.c144 const char *backtrace; member
185 const char *backtrace; member
267 const char *backtrace) in pid_put_sample() argument
290 sample->backtrace = backtrace; in pid_put_sample()
405 int waker, int wakee, u8 flags, const char *backtrace) in sched_wakeup() argument
415 we->backtrace = backtrace; in sched_wakeup()
439 const char *backtrace) in sched_switch() argument
450 backtrace); in sched_switch()
455 backtrace); in sched_switch()
552 const char *backtrace);
[all …]
/linux-4.4.14/arch/sh/oprofile/
Dcommon.c39 ops->backtrace = sh_backtrace; in oprofile_arch_init()
60 ops->backtrace = sh_backtrace; in oprofile_arch_init()
DMakefile15 oprofile-y := $(DRIVER_OBJS) common.o backtrace.o
/linux-4.4.14/tools/build/feature/
Dtest-backtrace.c9 entries = backtrace(backtrace_fns, 10); in main()
DMakefile4 test-backtrace.bin \
143 test-backtrace.bin:
/linux-4.4.14/arch/xtensa/oprofile/
Dinit.c19 ops->backtrace = xtensa_backtrace; in oprofile_arch_init()
DMakefile9 oprofile-y := $(DRIVER_OBJS) init.o backtrace.o
/linux-4.4.14/arch/ia64/oprofile/
Dinit.c27 ops->backtrace = ia64_backtrace; in oprofile_arch_init()
DMakefile9 oprofile-y := $(DRIVER_OBJS) init.o backtrace.o
/linux-4.4.14/arch/x86/oprofile/
Dinit.c31 ops->backtrace = x86_backtrace; in oprofile_arch_init()
DMakefile9 oprofile-y := $(DRIVER_OBJS) init.o backtrace.o
/linux-4.4.14/arch/avr32/oprofile/
DMakefile8 oprofile-y += op_model_avr32.o backtrace.o
Dop_model_avr32.c226 ops->backtrace = avr32_backtrace; in oprofile_arch_init()
/linux-4.4.14/arch/s390/oprofile/
DMakefile9 oprofile-y := $(DRIVER_OBJS) init.o backtrace.o
Dinit.c499 ops->backtrace = s390_backtrace; in oprofile_arch_init()
/linux-4.4.14/include/linux/
Dlatencytop.h21 unsigned long backtrace[LT_BACKTRACEDEPTH]; member
Doprofile.h71 void (*backtrace)(struct pt_regs * const regs, unsigned int depth); member
/linux-4.4.14/arch/mips/oprofile/
DMakefile9 oprofile-y := $(DRIVER_OBJS) common.o backtrace.o
Dcommon.c119 ops->backtrace = op_mips_backtrace; in oprofile_arch_init()
/linux-4.4.14/arch/powerpc/oprofile/
DMakefile13 oprofile-y := $(DRIVER_OBJS) common.o backtrace.o
Dcommon.c237 ops->backtrace = op_powerpc_backtrace; in oprofile_arch_init()
/linux-4.4.14/arch/sh/kernel/cpu/sh5/
Dswitchto.S47 ! Do normal-style register save to support backtrace
53 ! hopefully this looks normal to the backtrace now.
108 ! backtrace
/linux-4.4.14/arch/unicore32/lib/
DMakefile7 lib-y := backtrace.o delay.o findbit.o
/linux-4.4.14/arch/arm/oprofile/
Dcommon.c124 ops->backtrace = arm_backtrace; in oprofile_arch_init()
/linux-4.4.14/arch/tile/kernel/
DMakefile6 obj-y := backtrace.o entry.o hvglue.o irq.o messaging.o \
/linux-4.4.14/arch/arm/lib/
DMakefile7 lib-y := backtrace.o changebit.o csumipv6.o csumpartial.o \
/linux-4.4.14/Documentation/ia64/
Dmca.txt76 getting a valid backtrace of the _original_ task.
140 * i386 backtrace is not very sensitive to whether a process is running
153 MCA/INIT never tries to backtrace user space. Which means that the OS
162 How do we get a backtrace on the tasks that were running when MCA/INIT
172 sleeping. To get a backtrace, just start with thread.ksp for the
/linux-4.4.14/tools/perf/ui/tui/
Dsetup.c105 size = backtrace(stackdump, ARRAY_SIZE(stackdump)); in ui__signal_backtrace()
/linux-4.4.14/tools/build/
DMakefile.feature31 backtrace \
/linux-4.4.14/tools/perf/Documentation/
Dperf-top.txt161 Enables call-graph (stack chain/backtrace) recording.
164 Setup and enable call-graph (stack chain/backtrace) recording,
Dperf-timechart.txt94 Do call-graph (stack chain/backtrace) recording
Dperf-record.txt143 Enables call-graph (stack chain/backtrace) recording.
146 Setup and enable call-graph (stack chain/backtrace) recording,
/linux-4.4.14/lib/
DKconfig.kgdb91 0x0020 - allow passive inspection (backtrace, process list, lsmod)
DKconfig.debug1102 bool "Stack backtrace support"
1632 tristate "Self test for the backtrace code"
1637 the kernel stack backtrace code. This option is not useful
/linux-4.4.14/Documentation/RCU/
Dlockdep-splat.txt34 stack backtrace:
/linux-4.4.14/Documentation/kdump/
Dgdbmacros.txt141 backtrace of pid
/linux-4.4.14/net/ipv4/
Dfib_trie.c1330 goto backtrace; in fib_table_lookup()
1343 goto backtrace; in fib_table_lookup()
1355 backtrace: in fib_table_lookup()
1456 goto backtrace; in fib_table_lookup()
/linux-4.4.14/Documentation/x86/
Dearlyprintk.txt126 …rminate-all-tasks(E) memory-full-oom-kill(F) kill-all-tasks(I) saK show-backtrace-all-active-cpus(…
Dkernel-stacks115 mark, knowing that it's part of the real backtrace.
/linux-4.4.14/arch/powerpc/xmon/
Dxmon.c122 static void backtrace(struct pt_regs *);
917 backtrace(excp); in cmds()
1451 static void backtrace(struct pt_regs *excp) in backtrace() function
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2506 you ^C gdb and get a backtrace, you will see the idle thread, which
3507 The backtrace shows that it was in a write and that the fault address
4094 (UML gdb) backtrace
4136 do is get a backtrace from the tracing thread. This is done by
4161 backtrace in and wait for our crack debugging team to fix the problem.
4175 In this case, you'll need to get a backtrace from the process men-
4221 And then get the backtrace:
4224 (host gdb) backtrace
4233 happens, we need a backtrace from the offending process. Run the
4234 kernel debugger as described in case 1 and get a backtrace. If the
[all …]
/linux-4.4.14/arch/powerpc/
DKconfig.debug94 xmon will print a backtrace on the very first invocation.
/linux-4.4.14/tools/perf/config/
DMakefile587 ifeq ($(feature-backtrace), 1)
/linux-4.4.14/Documentation/
Dsysrq.txt93 'l' - Shows a stack backtrace for all active CPUs.
/linux-4.4.14/fs/proc/
Dbase.c528 if (lr->backtrace[0]) { in lstats_show_proc()
533 unsigned long bt = lr->backtrace[q]; in lstats_show_proc()
/linux-4.4.14/Documentation/s390/
DDebugging390.txt840 suffix them with the run prefix so you would have a backtrace on screen
1208 A basic backtrace