Home
last modified time | relevance | path

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

/linux-4.1.27/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.c257 size_t size = backtrace(array, ARRAY_SIZE(array)); in dump_stack()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/tools/lib/lockdep/uinclude/linux/
Dstacktrace.h19 backtrace((void **)(trace)->entries, (trace)->max_entries))
26 size = backtrace(array, 64); in dump_stack()
/linux-4.1.27/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()
551 const char *backtrace);
[all …]
/linux-4.1.27/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.1.27/tools/build/feature/
Dtest-backtrace.c9 entries = backtrace(backtrace_fns, 10); in main()
DMakefile4 test-backtrace.bin \
132 test-backtrace.bin:
/linux-4.1.27/arch/xtensa/oprofile/
Dinit.c19 ops->backtrace = xtensa_backtrace; in oprofile_arch_init()
DMakefile9 oprofile-y := $(DRIVER_OBJS) init.o backtrace.o
/linux-4.1.27/arch/x86/oprofile/
Dinit.c31 ops->backtrace = x86_backtrace; in oprofile_arch_init()
DMakefile9 oprofile-y := $(DRIVER_OBJS) init.o backtrace.o
/linux-4.1.27/arch/ia64/oprofile/
Dinit.c27 ops->backtrace = ia64_backtrace; in oprofile_arch_init()
DMakefile9 oprofile-y := $(DRIVER_OBJS) init.o backtrace.o
/linux-4.1.27/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.1.27/arch/s390/oprofile/
DMakefile9 oprofile-y := $(DRIVER_OBJS) init.o backtrace.o
Dinit.c498 ops->backtrace = s390_backtrace; in oprofile_arch_init()
/linux-4.1.27/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.1.27/arch/mips/oprofile/
DMakefile9 oprofile-y := $(DRIVER_OBJS) common.o backtrace.o
Dcommon.c118 ops->backtrace = op_mips_backtrace; in oprofile_arch_init()
/linux-4.1.27/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.1.27/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.1.27/arch/unicore32/lib/
DMakefile7 lib-y := backtrace.o delay.o findbit.o
/linux-4.1.27/arch/arm/oprofile/
Dcommon.c124 ops->backtrace = arm_backtrace; in oprofile_arch_init()
/linux-4.1.27/arch/tile/kernel/
DMakefile6 obj-y := backtrace.o entry.o hvglue.o irq.o messaging.o \
/linux-4.1.27/arch/arm/lib/
DMakefile7 lib-y := backtrace.o changebit.o csumipv6.o csumpartial.o \
/linux-4.1.27/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.1.27/tools/perf/ui/tui/
Dsetup.c105 size = backtrace(stackdump, ARRAY_SIZE(stackdump)); in ui__signal_backtrace()
/linux-4.1.27/tools/build/
DMakefile.feature31 backtrace \
/linux-4.1.27/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.txt117 Enables call-graph (stack chain/backtrace) recording.
120 Setup and enable call-graph (stack chain/backtrace) recording,
/linux-4.1.27/Documentation/RCU/
Dlockdep-splat.txt34 stack backtrace:
/linux-4.1.27/lib/
DKconfig.kgdb91 0x0020 - allow passive inspection (backtrace, process list, lsmod)
DKconfig.debug1093 bool "Stack backtrace support"
1568 tristate "Self test for the backtrace code"
1573 the kernel stack backtrace code. This option is not useful
/linux-4.1.27/Documentation/kdump/
Dgdbmacros.txt141 backtrace of pid
/linux-4.1.27/net/ipv4/
Dfib_trie.c1319 goto backtrace; in fib_table_lookup()
1332 goto backtrace; in fib_table_lookup()
1344 backtrace: in fib_table_lookup()
1434 goto backtrace; in fib_table_lookup()
/linux-4.1.27/Documentation/x86/
Dearlyprintk.txt126 …rminate-all-tasks(E) memory-full-oom-kill(F) kill-all-tasks(I) saK show-backtrace-all-active-cpus(…
/linux-4.1.27/arch/powerpc/xmon/
Dxmon.c122 static void backtrace(struct pt_regs *);
906 backtrace(excp); in cmds()
1437 static void backtrace(struct pt_regs *excp) in backtrace() function
/linux-4.1.27/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.1.27/arch/powerpc/
DKconfig.debug86 xmon will print a backtrace on the very first invocation.
/linux-4.1.27/tools/perf/config/
DMakefile556 ifeq ($(feature-backtrace), 1)
/linux-4.1.27/Documentation/
Dsysrq.txt92 'l' - Shows a stack backtrace for all active CPUs.
/linux-4.1.27/fs/proc/
Dbase.c333 if (lr->backtrace[0]) { in lstats_show_proc()
338 unsigned long bt = lr->backtrace[q]; in lstats_show_proc()
/linux-4.1.27/Documentation/s390/
DDebugging390.txt840 suffix them with the run prefix so you would have a backtrace on screen
1208 A basic backtrace