/linux-4.1.27/kernel/trace/ |
D | Makefile | 58 obj-$(CONFIG_TRACEPOINTS) += power-traces.o 60 obj-$(CONFIG_TRACEPOINTS) += rpm-traces.o
|
D | Kconfig | 342 This traces the events of likely and unlikely condition 523 Mmiotrace traces Memory Mapped I/O access and is meant for
|
/linux-4.1.27/drivers/input/mouse/ |
D | elantech.c | 590 int pres, traces; in process_packet_head_v4() local 598 traces = (packet[0] & 0xf0) >> 4; in process_packet_head_v4() 606 input_report_abs(dev, ABS_MT_TOUCH_MAJOR, traces * etd->width); in process_packet_head_v4() 608 input_report_abs(dev, ABS_TOOL_WIDTH, traces); in process_packet_head_v4() 1002 unsigned char traces; in elantech_set_range() local 1065 traces = etd->capabilities[1]; in elantech_set_range() 1066 if ((traces < 2) || (traces > *x_max)) in elantech_set_range() 1069 *width = *x_max / (traces - 1); in elantech_set_range()
|
/linux-4.1.27/drivers/misc/genwqe/ |
D | card_utils.c | 846 int entries = 0, ring, traps, traces, trace_entries; in genwqe_ffdc_buff_size() local 886 traces = (val >> 16) & 0xff; in genwqe_ffdc_buff_size() 889 entries += traps + (traces * trace_entries); in genwqe_ffdc_buff_size() 900 int i, traps, traces, trace, trace_entries, trace_entry, ring; in genwqe_ffdc_buff_read() local 951 traces = (val >> 16) & 0xff; /* Number of Traces */ in genwqe_ffdc_buff_read() 957 for (trace = 0; trace <= traces; trace++) { in genwqe_ffdc_buff_read()
|
/linux-4.1.27/net/core/ |
D | Makefile | 20 obj-$(CONFIG_TRACEPOINTS) += net-traces.o
|
/linux-4.1.27/Documentation/kdump/ |
D | gdbmacros.txt | 3 # useful information from kernel crashdump (kdump) like stack traces of 54 dump all thread stack traces on a kernel compiled with !CONFIG_FRAME_POINTER 98 dump all thread stack traces on a kernel compiled with CONFIG_FRAME_POINTER
|
/linux-4.1.27/drivers/iommu/ |
D | Makefile | 2 obj-$(CONFIG_IOMMU_API) += iommu-traces.o
|
/linux-4.1.27/drivers/md/persistent-data/ |
D | dm-block-manager.c | 44 struct stack_trace traces[MAX_HOLDERS]; member 80 t = lock->traces + h; in __add_holder() 110 print_stack_trace(lock->traces + i, 4); in __check_holder()
|
/linux-4.1.27/Documentation/trace/ |
D | function-graph-fold.vim | 1 " Enable folding for ftrace function_graph traces.
|
D | ftrace.txt | 119 or events work (stack traces, timestamps, etc). 495 whereas the function graph tracer traces on both entry 510 Similar to irqsoff but traces and records the amount of 515 Similar to irqsoff and preemptoff, but traces and 745 print-parent - On function traces, display the calling (parent) 788 of functions. This allows for back traces of 1058 The preemptoff tracer traces the places that disable preemption. 1412 The tracer only traces the highest priority task in the system
|
/linux-4.1.27/drivers/isdn/capi/ |
D | Kconfig | 5 If you say Y here, the kernelcapi driver can make verbose traces
|
/linux-4.1.27/include/linux/ |
D | remoteproc.h | 422 struct list_head traces; member
|
/linux-4.1.27/Documentation/usb/ |
D | usbmon.txt | 4 used to collect traces of I/O on the USB bus. This function is analogous 7 USBMon (with uppercase letters) is used to examine raw traces produced 11 Controller Drivers (HCD). So, if HCD is buggy, the traces reported by 19 * How to use usbmon to collect raw text traces 21 Unlike the packet socket, usbmon has an interface which provides traces
|
/linux-4.1.27/fs/pstore/ |
D | Kconfig | 40 With this option kernel traces function calls into a persistent
|
/linux-4.1.27/Documentation/networking/ |
D | iphase.txt | 111 IADebugFlag, which controls the output of the traces. You can find the bit 115 traces together with loading the driver.
|
/linux-4.1.27/drivers/hwtracing/coresight/ |
D | Kconfig | 41 connected to an external host for use case capturing more traces than
|
/linux-4.1.27/Documentation/ |
D | irqflags-tracing.txt | 5 the "irq-flags tracing" feature "traces" hardirq and softirq state, in
|
/linux-4.1.27/drivers/remoteproc/ |
D | remoteproc_core.c | 434 list_add_tail(&trace->node, &rproc->traces); in rproc_handle_trace() 747 list_for_each_entry_safe(entry, tmp, &rproc->traces, node) { in rproc_resource_cleanup() 1313 INIT_LIST_HEAD(&rproc->traces); in rproc_alloc()
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.h_shipped | 35 /* Enabling traces. */
|
D | dtc-parser.tab.c_shipped | 108 /* Enabling traces. */
|
/linux-4.1.27/Documentation/RCU/ |
D | stallwarn.txt | 46 own warnings, as this often gives better-quality stack traces. 240 To diagnose the cause of the stall, inspect the stack traces. 243 comparing the stack traces can often help determine where the stall
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig.debug | 27 prints in stack traces. This can be useful if your display is 28 too small and stack traces cause important information to
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio.txt | 602 `hda:hda_send_cmd` traces each CORB write while `hda:hda_get_response` 603 traces the response from RIRB (only when read from the codec driver). 604 `hda:hda_bus_reset` traces the bus-reset due to fatal error, etc, 605 `hda:hda_unsol_event` traces the unsolicited events, and 613 then after some commands, you can traces from
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | dcsr.txt | 198 functionalty to trigger event notifications and debug traces.
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | philips.txt | 197 2 0x2 probe() and disconnect() traces On
|
/linux-4.1.27/Documentation/sysctl/ |
D | net.txt | 44 2 - enable the JIT and ask the compiler to emit traces on kernel log.
|
/linux-4.1.27/Documentation/hwmon/ |
D | lm85 | 105 measurement. This offset can be used to zero out any errors due to traces
|
/linux-4.1.27/Documentation/input/ |
D | input.txt | 123 of hid-core.c and send me the syslog traces.
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 728 stack traces compile without optimisation i.e make sure 799 to list the current active traces do 803 To stop traces issue a 839 if you were inclined you could add traces for all branch instructions & 910 copy of traces.
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 128 /* Enabling traces. */
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c_shipped | 111 /* Enabling traces. */
|
/linux-4.1.27/arch/arm/ |
D | Kconfig.debug | 33 # traces, you can get a slightly smaller kernel by setting this option to
|