/linux-4.1.27/tools/perf/util/ |
D | svghelper.h | 11 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);
|
D | svghelper.c | 221 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 …]
|
D | util.c | 257 size_t size = backtrace(array, ARRAY_SIZE(array)); in dump_stack()
|
/linux-4.1.27/kernel/ |
D | latencytop.c | 108 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/ |
D | cpu_buffer.c | 182 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()
|
D | oprofile_files.c | 83 if (!oprofile_ops.backtrace) in depth_write()
|
/linux-4.1.27/arch/metag/oprofile/ |
D | common.c | 40 ops->backtrace = metag_backtrace; in oprofile_arch_init() 61 ops->backtrace = metag_backtrace; in oprofile_arch_init()
|
D | Makefile | 13 oprofile-y += backtrace.o
|
/linux-4.1.27/tools/lib/lockdep/uinclude/linux/ |
D | stacktrace.h | 19 backtrace((void **)(trace)->entries, (trace)->max_entries)) 26 size = backtrace(array, 64); in dump_stack()
|
/linux-4.1.27/tools/perf/ |
D | builtin-timechart.c | 144 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/ |
D | common.c | 39 ops->backtrace = sh_backtrace; in oprofile_arch_init() 60 ops->backtrace = sh_backtrace; in oprofile_arch_init()
|
D | Makefile | 15 oprofile-y := $(DRIVER_OBJS) common.o backtrace.o
|
/linux-4.1.27/tools/build/feature/ |
D | test-backtrace.c | 9 entries = backtrace(backtrace_fns, 10); in main()
|
D | Makefile | 4 test-backtrace.bin \ 132 test-backtrace.bin:
|
/linux-4.1.27/arch/xtensa/oprofile/ |
D | init.c | 19 ops->backtrace = xtensa_backtrace; in oprofile_arch_init()
|
D | Makefile | 9 oprofile-y := $(DRIVER_OBJS) init.o backtrace.o
|
/linux-4.1.27/arch/x86/oprofile/ |
D | init.c | 31 ops->backtrace = x86_backtrace; in oprofile_arch_init()
|
D | Makefile | 9 oprofile-y := $(DRIVER_OBJS) init.o backtrace.o
|
/linux-4.1.27/arch/ia64/oprofile/ |
D | init.c | 27 ops->backtrace = ia64_backtrace; in oprofile_arch_init()
|
D | Makefile | 9 oprofile-y := $(DRIVER_OBJS) init.o backtrace.o
|
/linux-4.1.27/arch/avr32/oprofile/ |
D | Makefile | 8 oprofile-y += op_model_avr32.o backtrace.o
|
D | op_model_avr32.c | 226 ops->backtrace = avr32_backtrace; in oprofile_arch_init()
|
/linux-4.1.27/arch/s390/oprofile/ |
D | Makefile | 9 oprofile-y := $(DRIVER_OBJS) init.o backtrace.o
|
D | init.c | 498 ops->backtrace = s390_backtrace; in oprofile_arch_init()
|
/linux-4.1.27/include/linux/ |
D | latencytop.h | 21 unsigned long backtrace[LT_BACKTRACEDEPTH]; member
|
D | oprofile.h | 71 void (*backtrace)(struct pt_regs * const regs, unsigned int depth); member
|
/linux-4.1.27/arch/mips/oprofile/ |
D | Makefile | 9 oprofile-y := $(DRIVER_OBJS) common.o backtrace.o
|
D | common.c | 118 ops->backtrace = op_mips_backtrace; in oprofile_arch_init()
|
/linux-4.1.27/arch/powerpc/oprofile/ |
D | Makefile | 13 oprofile-y := $(DRIVER_OBJS) common.o backtrace.o
|
D | common.c | 237 ops->backtrace = op_powerpc_backtrace; in oprofile_arch_init()
|
/linux-4.1.27/arch/sh/kernel/cpu/sh5/ |
D | switchto.S | 47 ! 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/ |
D | Makefile | 7 lib-y := backtrace.o delay.o findbit.o
|
/linux-4.1.27/arch/arm/oprofile/ |
D | common.c | 124 ops->backtrace = arm_backtrace; in oprofile_arch_init()
|
/linux-4.1.27/arch/tile/kernel/ |
D | Makefile | 6 obj-y := backtrace.o entry.o hvglue.o irq.o messaging.o \
|
/linux-4.1.27/arch/arm/lib/ |
D | Makefile | 7 lib-y := backtrace.o changebit.o csumipv6.o csumpartial.o \
|
/linux-4.1.27/Documentation/ia64/ |
D | mca.txt | 76 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/ |
D | setup.c | 105 size = backtrace(stackdump, ARRAY_SIZE(stackdump)); in ui__signal_backtrace()
|
/linux-4.1.27/tools/build/ |
D | Makefile.feature | 31 backtrace \
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-top.txt | 161 Enables call-graph (stack chain/backtrace) recording. 164 Setup and enable call-graph (stack chain/backtrace) recording,
|
D | perf-timechart.txt | 94 Do call-graph (stack chain/backtrace) recording
|
D | perf-record.txt | 117 Enables call-graph (stack chain/backtrace) recording. 120 Setup and enable call-graph (stack chain/backtrace) recording,
|
/linux-4.1.27/Documentation/RCU/ |
D | lockdep-splat.txt | 34 stack backtrace:
|
/linux-4.1.27/lib/ |
D | Kconfig.kgdb | 91 0x0020 - allow passive inspection (backtrace, process list, lsmod)
|
D | Kconfig.debug | 1093 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/ |
D | gdbmacros.txt | 141 backtrace of pid
|
/linux-4.1.27/net/ipv4/ |
D | fib_trie.c | 1319 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/ |
D | earlyprintk.txt | 126 …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/ |
D | xmon.c | 122 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/ |
D | UserModeLinux-HOWTO.txt | 2506 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/ |
D | Kconfig.debug | 86 xmon will print a backtrace on the very first invocation.
|
/linux-4.1.27/tools/perf/config/ |
D | Makefile | 556 ifeq ($(feature-backtrace), 1)
|
/linux-4.1.27/Documentation/ |
D | sysrq.txt | 92 'l' - Shows a stack backtrace for all active CPUs.
|
/linux-4.1.27/fs/proc/ |
D | base.c | 333 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/ |
D | Debugging390.txt | 840 suffix them with the run prefix so you would have a backtrace on screen 1208 A basic backtrace
|