Home
last modified time | relevance | path

Searched refs:debug (Results 1 - 25 of 2429) sorted by relevance

12345678910>>...98

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Ddebug_regs.c3 * KVM guest debug register tests
18 /* For testing data access debug BP */
80 struct kvm_guest_debug debug; in main() local
104 memset(&debug, 0, sizeof(debug)); in main()
105 debug.control = KVM_GUESTDBG_ENABLE | KVM_GUESTDBG_USE_SW_BP; in main()
106 vcpu_guest_debug_set(vcpu, &debug); in main()
109 run->debug.arch.exception == BP_VECTOR && in main()
110 run->debug.arch.pc == CAST_TO_RIP(sw_bp), in main()
112 run->exit_reason, run->debug in main()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/
H A Ddp_debug.c35 struct dp_debug_private *debug = seq->private; in dp_debug_show() local
40 if (!debug) in dp_debug_show()
43 drm_mode = &debug->panel->dp_mode.drm_mode; in dp_debug_show()
47 debug->panel->link_info.rate); in dp_debug_show()
49 debug->panel->link_info.num_lanes); in dp_debug_show()
51 debug->panel->link_info.capabilities); in dp_debug_show()
65 debug->panel->dp_mode.h_active_low, in dp_debug_show()
66 debug->panel->dp_mode.v_active_low); in dp_debug_show()
74 debug->panel->dp_mode.bpp); in dp_debug_show()
78 debug in dp_debug_show()
97 const struct dp_debug_private *debug = m->private; dp_test_data_show() local
119 const struct dp_debug_private *debug = m->private; dp_test_type_show() local
137 const struct dp_debug_private *debug; dp_test_active_write() local
176 struct dp_debug_private *debug = m->private; dp_test_active_show() local
210 struct dp_debug_private *debug = container_of(dp_debug, dp_debug_init() local
237 struct dp_debug_private *debug; dp_debug_get() local
274 struct dp_debug_private *debug; dp_debug_deinit() local
288 struct dp_debug_private *debug; dp_debug_put() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/
H A Ddebug_regs.c3 * KVM guest debug register tests
17 /* For testing data access debug BP */
54 #define CLEAR_DEBUG() memset(&debug, 0, sizeof(debug))
55 #define APPLY_DEBUG() vcpu_set_guest_debug(vm, VCPU_ID, &debug)
66 struct kvm_guest_debug debug; in main() local
93 debug.control = KVM_GUESTDBG_ENABLE | KVM_GUESTDBG_USE_SW_BP; in main()
97 run->debug.arch.exception == BP_VECTOR && in main()
98 run->debug.arch.pc == CAST_TO_RIP(sw_bp), in main()
100 run->exit_reason, run->debug in main()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
H A Dptrace-adv.c13 task->thread.debug.dbcr0 &= ~DBCR0_BT; in user_enable_single_step()
14 task->thread.debug.dbcr0 |= DBCR0_IDM | DBCR0_IC; in user_enable_single_step()
25 task->thread.debug.dbcr0 &= ~DBCR0_IC; in user_enable_block_step()
26 task->thread.debug.dbcr0 = DBCR0_IDM | DBCR0_BT; in user_enable_block_step()
40 * And, after doing so, if all debug flags are off, turn in user_disable_single_step()
43 task->thread.debug.dbcr0 &= ~(DBCR0_IC | DBCR0_BT); in user_disable_single_step()
47 if (!DBCR_ACTIVE_EVENTS(task->thread.debug.dbcr0, in user_disable_single_step()
48 task->thread.debug.dbcr1)) { in user_disable_single_step()
50 * All debug events were off..... in user_disable_single_step()
52 task->thread.debug in user_disable_single_step()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/
H A Dptrace-adv.c13 task->thread.debug.dbcr0 &= ~DBCR0_BT; in user_enable_single_step()
14 task->thread.debug.dbcr0 |= DBCR0_IDM | DBCR0_IC; in user_enable_single_step()
25 task->thread.debug.dbcr0 &= ~DBCR0_IC; in user_enable_block_step()
26 task->thread.debug.dbcr0 = DBCR0_IDM | DBCR0_BT; in user_enable_block_step()
40 * And, after doing so, if all debug flags are off, turn in user_disable_single_step()
43 task->thread.debug.dbcr0 &= ~(DBCR0_IC | DBCR0_BT); in user_disable_single_step()
47 if (!DBCR_ACTIVE_EVENTS(task->thread.debug.dbcr0, in user_disable_single_step()
48 task->thread.debug.dbcr1)) { in user_disable_single_step()
50 * All debug events were off..... in user_disable_single_step()
52 task->thread.debug in user_disable_single_step()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
H A Ddp_debug.c49 struct dp_debug_private *debug = file->private_data; in dp_debug_read_info() local
57 if (!debug) in dp_debug_read_info()
67 drm_mode = &debug->panel->dp_mode.drm_mode; in dp_debug_read_info()
75 debug->panel->max_pclk_khz); in dp_debug_read_info()
81 debug->panel->link_info.rate); in dp_debug_read_info()
87 debug->panel->link_info.num_lanes); in dp_debug_read_info()
93 debug->panel->link_info.capabilities); in dp_debug_read_info()
127 debug->panel->dp_mode.h_active_low, in dp_debug_read_info()
128 debug->panel->dp_mode.v_active_low); in dp_debug_read_info()
152 debug in dp_debug_read_info()
209 struct dp_debug_private *debug; dp_test_data_show() local
243 struct dp_debug_private *debug = m->private; dp_test_type_show() local
272 struct dp_debug_private *debug; dp_test_active_write() local
321 struct dp_debug_private *debug = m->private; dp_test_active_show() local
369 struct dp_debug_private *debug = container_of(dp_debug, dp_debug_init() local
420 struct dp_debug_private *debug; dp_debug_get() local
461 struct dp_debug_private *debug; dp_debug_deinit() local
475 struct dp_debug_private *debug; dp_debug_put() local
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-debug.c192 struct rkisp1_debug *debug = &rkisp1->debug; in rkisp1_debug_init() local
195 debug->debugfs_dir = debugfs_create_dir(dev_name(rkisp1->dev), NULL); in rkisp1_debug_init()
197 debugfs_create_ulong("data_loss", 0444, debug->debugfs_dir, in rkisp1_debug_init()
198 &debug->data_loss); in rkisp1_debug_init()
199 debugfs_create_ulong("outform_size_err", 0444, debug->debugfs_dir, in rkisp1_debug_init()
200 &debug->outform_size_error); in rkisp1_debug_init()
202 debug->debugfs_dir, in rkisp1_debug_init()
203 &debug->img_stabilization_size_error); in rkisp1_debug_init()
204 debugfs_create_ulong("inform_size_error", 0444, debug in rkisp1_debug_init()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H A Ddebug.h35 ++priv->debug->tx; in cw1200_debug_txed()
40 ++priv->debug->tx_agg; in cw1200_debug_txed_agg()
46 ++priv->debug->tx_multi; in cw1200_debug_txed_multi()
47 priv->debug->tx_multi_frames += count; in cw1200_debug_txed_multi()
52 ++priv->debug->rx; in cw1200_debug_rxed()
57 ++priv->debug->rx_agg; in cw1200_debug_rxed_agg()
62 ++priv->debug->tx_cache_miss; in cw1200_debug_tx_cache_miss()
67 ++priv->debug->tx_align; in cw1200_debug_tx_align()
72 ++priv->debug->tx_ttl; in cw1200_debug_tx_ttl()
77 ++priv->debug in cw1200_debug_tx_burst()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H A Ddebug.h35 ++priv->debug->tx; in cw1200_debug_txed()
40 ++priv->debug->tx_agg; in cw1200_debug_txed_agg()
46 ++priv->debug->tx_multi; in cw1200_debug_txed_multi()
47 priv->debug->tx_multi_frames += count; in cw1200_debug_txed_multi()
52 ++priv->debug->rx; in cw1200_debug_rxed()
57 ++priv->debug->rx_agg; in cw1200_debug_rxed_agg()
62 ++priv->debug->tx_cache_miss; in cw1200_debug_tx_cache_miss()
67 ++priv->debug->tx_align; in cw1200_debug_tx_align()
72 ++priv->debug->tx_ttl; in cw1200_debug_tx_ttl()
77 ++priv->debug in cw1200_debug_tx_burst()
[all...]
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dibmphp_core.c39 static bool debug; variable
40 module_param(debug, bool, S_IRUGO | S_IWUSR);
41 MODULE_PARM_DESC(debug, "Debugging mode enabled or not");
66 debug("options = %x\n", slot_cur->ctrl->options); in get_cur_bus_info()
67 debug("revision = %x\n", slot_cur->ctrl->revision); in get_cur_bus_info()
82 debug("busstatus = %x, bus_speed = %x, bus_mode = %x\n", in get_cur_bus_info()
148 debug("(*cur_slot)->irq[0] = %x\n", in ibmphp_init_devno()
150 debug("(*cur_slot)->irq[1] = %x\n", in ibmphp_init_devno()
152 debug("(*cur_slot)->irq[2] = %x\n", in ibmphp_init_devno()
154 debug("(*cur_slo in ibmphp_init_devno()
[all...]
H A Dibmphp_ebda.c114 debug("%s - slot_min = %x\n", __func__, ptr->slot_min); in print_bus_info()
115 debug("%s - slot_max = %x\n", __func__, ptr->slot_max); in print_bus_info()
116 debug("%s - slot_count = %x\n", __func__, ptr->slot_count); in print_bus_info()
117 debug("%s - bus# = %x\n", __func__, ptr->busno); in print_bus_info()
118 debug("%s - current_speed = %x\n", __func__, ptr->current_speed); in print_bus_info()
119 debug("%s - controller_id = %x\n", __func__, ptr->controller_id); in print_bus_info()
121 debug("%s - slots_at_33_conv = %x\n", __func__, ptr->slots_at_33_conv); in print_bus_info()
122 debug("%s - slots_at_66_conv = %x\n", __func__, ptr->slots_at_66_conv); in print_bus_info()
123 debug("%s - slots_at_66_pcix = %x\n", __func__, ptr->slots_at_66_pcix); in print_bus_info()
124 debug(" in print_bus_info()
[all...]
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dibmphp_core.c39 static bool debug; variable
40 module_param(debug, bool, S_IRUGO | S_IWUSR);
41 MODULE_PARM_DESC(debug, "Debugging mode enabled or not");
58 debug("options = %x\n", slot_cur->ctrl->options); in get_cur_bus_info()
59 debug("revision = %x\n", slot_cur->ctrl->revision); in get_cur_bus_info()
74 debug("busstatus = %x, bus_speed = %x, bus_mode = %x\n", in get_cur_bus_info()
140 debug("(*cur_slot)->irq[0] = %x\n", in ibmphp_init_devno()
142 debug("(*cur_slot)->irq[1] = %x\n", in ibmphp_init_devno()
144 debug("(*cur_slot)->irq[2] = %x\n", in ibmphp_init_devno()
146 debug("(*cur_slo in ibmphp_init_devno()
[all...]
H A Dibmphp_ebda.c114 debug("%s - slot_min = %x\n", __func__, ptr->slot_min); in print_bus_info()
115 debug("%s - slot_max = %x\n", __func__, ptr->slot_max); in print_bus_info()
116 debug("%s - slot_count = %x\n", __func__, ptr->slot_count); in print_bus_info()
117 debug("%s - bus# = %x\n", __func__, ptr->busno); in print_bus_info()
118 debug("%s - current_speed = %x\n", __func__, ptr->current_speed); in print_bus_info()
119 debug("%s - controller_id = %x\n", __func__, ptr->controller_id); in print_bus_info()
121 debug("%s - slots_at_33_conv = %x\n", __func__, ptr->slots_at_33_conv); in print_bus_info()
122 debug("%s - slots_at_66_conv = %x\n", __func__, ptr->slots_at_66_conv); in print_bus_info()
123 debug("%s - slots_at_66_pcix = %x\n", __func__, ptr->slots_at_66_pcix); in print_bus_info()
124 debug(" in print_bus_info()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Dintel_runtime_pm.c80 spin_lock_init(&rpm->debug.lock); in init_intel_runtime_pm_wakeref()
96 spin_lock_irqsave(&rpm->debug.lock, flags); in track_intel_runtime_pm_wakeref()
98 if (!rpm->debug.count) in track_intel_runtime_pm_wakeref()
99 rpm->debug.last_acquire = stack; in track_intel_runtime_pm_wakeref()
101 stacks = krealloc(rpm->debug.owners, in track_intel_runtime_pm_wakeref()
102 (rpm->debug.count + 1) * sizeof(*stacks), in track_intel_runtime_pm_wakeref()
105 stacks[rpm->debug.count++] = stack; in track_intel_runtime_pm_wakeref()
106 rpm->debug.owners = stacks; in track_intel_runtime_pm_wakeref()
111 spin_unlock_irqrestore(&rpm->debug.lock, flags); in track_intel_runtime_pm_wakeref()
128 spin_lock_irqsave(&rpm->debug in untrack_intel_runtime_pm_wakeref()
214 __untrack_all_wakerefs(struct intel_runtime_pm_debug *debug, struct intel_runtime_pm_debug *saved) __untrack_all_wakerefs() argument
225 dump_and_free_wakeref_tracking(struct intel_runtime_pm_debug *debug) dump_and_free_wakeref_tracking() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Dintel_runtime_pm.c70 spin_lock_init(&rpm->debug.lock); in init_intel_runtime_pm_wakeref()
87 spin_lock_irqsave(&rpm->debug.lock, flags); in track_intel_runtime_pm_wakeref()
89 if (!rpm->debug.count) in track_intel_runtime_pm_wakeref()
90 rpm->debug.last_acquire = stack; in track_intel_runtime_pm_wakeref()
92 stacks = krealloc(rpm->debug.owners, in track_intel_runtime_pm_wakeref()
93 (rpm->debug.count + 1) * sizeof(*stacks), in track_intel_runtime_pm_wakeref()
96 stacks[rpm->debug.count++] = stack; in track_intel_runtime_pm_wakeref()
97 rpm->debug.owners = stacks; in track_intel_runtime_pm_wakeref()
102 spin_unlock_irqrestore(&rpm->debug.lock, flags); in track_intel_runtime_pm_wakeref()
119 spin_lock_irqsave(&rpm->debug in untrack_intel_runtime_pm_wakeref()
205 __untrack_all_wakerefs(struct intel_runtime_pm_debug *debug, struct intel_runtime_pm_debug *saved) __untrack_all_wakerefs() argument
216 dump_and_free_wakeref_tracking(struct intel_runtime_pm_debug *debug) dump_and_free_wakeref_tracking() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H A Dmegaraid_sas_debugfs.c51 struct megasas_debugfs_buffer *debug = filp->private_data; in megasas_debugfs_read() local
53 if (!debug || !debug->buf) in megasas_debugfs_read()
56 return simple_read_from_buffer(ubuf, cnt, ppos, debug->buf, debug->len); in megasas_debugfs_read()
63 struct megasas_debugfs_buffer *debug; in megasas_debugfs_raidmap_open() local
68 debug = kzalloc(sizeof(struct megasas_debugfs_buffer), GFP_KERNEL); in megasas_debugfs_raidmap_open()
69 if (!debug) in megasas_debugfs_raidmap_open()
72 debug->buf = (void *)fusion->ld_drv_map[(instance->map_id & 1)]; in megasas_debugfs_raidmap_open()
73 debug in megasas_debugfs_raidmap_open()
82 struct megasas_debug_buffer *debug = file->private_data; megasas_debugfs_release() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H A Dmpt3sas_debugfs.c44 struct mpt3sas_debugfs_buffer *debug = filp->private_data; in _debugfs_iocdump_read() local
46 if (!debug || !debug->buf) in _debugfs_iocdump_read()
49 return simple_read_from_buffer(ubuf, cnt, ppos, debug->buf, debug->len); in _debugfs_iocdump_read()
59 struct mpt3sas_debugfs_buffer *debug; in _debugfs_iocdump_open() local
61 debug = kzalloc(sizeof(struct mpt3sas_debugfs_buffer), GFP_KERNEL); in _debugfs_iocdump_open()
62 if (!debug) in _debugfs_iocdump_open()
65 debug->buf = (void *)ioc; in _debugfs_iocdump_open()
66 debug in _debugfs_iocdump_open()
79 struct mpt3sas_debugfs_buffer *debug = file->private_data; _debugfs_iocdump_release() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_debugfs.c44 struct mpt3sas_debugfs_buffer *debug = filp->private_data; in _debugfs_iocdump_read() local
46 if (!debug || !debug->buf) in _debugfs_iocdump_read()
49 return simple_read_from_buffer(ubuf, cnt, ppos, debug->buf, debug->len); in _debugfs_iocdump_read()
59 struct mpt3sas_debugfs_buffer *debug; in _debugfs_iocdump_open() local
61 debug = kzalloc(sizeof(struct mpt3sas_debugfs_buffer), GFP_KERNEL); in _debugfs_iocdump_open()
62 if (!debug) in _debugfs_iocdump_open()
65 debug->buf = (void *)ioc; in _debugfs_iocdump_open()
66 debug in _debugfs_iocdump_open()
79 struct mpt3sas_debugfs_buffer *debug = file->private_data; _debugfs_iocdump_release() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A Dmegaraid_sas_debugfs.c51 struct megasas_debugfs_buffer *debug = filp->private_data; in megasas_debugfs_read() local
53 if (!debug || !debug->buf) in megasas_debugfs_read()
56 return simple_read_from_buffer(ubuf, cnt, ppos, debug->buf, debug->len); in megasas_debugfs_read()
63 struct megasas_debugfs_buffer *debug; in megasas_debugfs_raidmap_open() local
68 debug = kzalloc(sizeof(struct megasas_debugfs_buffer), GFP_KERNEL); in megasas_debugfs_raidmap_open()
69 if (!debug) in megasas_debugfs_raidmap_open()
72 debug->buf = (void *)fusion->ld_drv_map[(instance->map_id & 1)]; in megasas_debugfs_raidmap_open()
73 debug in megasas_debugfs_raidmap_open()
82 struct megasas_debug_buffer *debug = file->private_data; megasas_debugfs_release() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c64 * # mount -t debugfs none /sys/kernel/debug
67 * /sys/kernel/debug/lpfc/fnX/vportY
1942 struct lpfc_debug *debug; in lpfc_debugfs_disc_trc_open() local
1951 debug = kmalloc(sizeof(*debug), GFP_KERNEL); in lpfc_debugfs_disc_trc_open()
1952 if (!debug) in lpfc_debugfs_disc_trc_open()
1959 debug->buffer = kmalloc(size, GFP_KERNEL); in lpfc_debugfs_disc_trc_open()
1960 if (!debug->buffer) { in lpfc_debugfs_disc_trc_open()
1961 kfree(debug); in lpfc_debugfs_disc_trc_open()
1965 debug in lpfc_debugfs_disc_trc_open()
1992 struct lpfc_debug *debug; lpfc_debugfs_slow_ring_trc_open() local
2042 struct lpfc_debug *debug; lpfc_debugfs_hbqinfo_open() local
2084 struct lpfc_debug *debug; lpfc_debugfs_multixripools_open() local
2129 struct lpfc_debug *debug; lpfc_debugfs_lockstat_open() local
2156 struct lpfc_debug *debug = file->private_data; lpfc_debugfs_lockstat_write() local
2226 struct lpfc_debug *debug = file->private_data; lpfc_debugfs_ras_log_release() local
2253 struct lpfc_debug *debug; lpfc_debugfs_ras_log_open() local
2309 struct lpfc_debug *debug; lpfc_debugfs_dumpHBASlim_open() local
2351 struct lpfc_debug *debug; lpfc_debugfs_dumpHostSlim_open() local
2491 struct lpfc_debug *debug; lpfc_debugfs_nodelist_open() local
2534 struct lpfc_debug *debug = file->private_data; lpfc_debugfs_lseek() local
2558 struct lpfc_debug *debug = file->private_data; lpfc_debugfs_read() local
2579 struct lpfc_debug *debug = file->private_data; lpfc_debugfs_release() local
2606 struct lpfc_debug *debug = file->private_data; lpfc_debugfs_multixripools_write() local
2657 struct lpfc_debug *debug; lpfc_debugfs_nvmestat_open() local
2686 struct lpfc_debug *debug = file->private_data; lpfc_debugfs_nvmestat_write() local
2745 struct lpfc_debug *debug; lpfc_debugfs_scsistat_open() local
2774 struct lpfc_debug *debug = file->private_data; lpfc_debugfs_scsistat_write() local
2799 struct lpfc_debug *debug; lpfc_debugfs_ioktime_open() local
2828 struct lpfc_debug *debug = file->private_data; lpfc_debugfs_ioktime_write() local
2926 struct lpfc_debug *debug; lpfc_debugfs_nvmeio_trc_open() local
2955 struct lpfc_debug *debug = file->private_data; lpfc_debugfs_nvmeio_trc_write() local
3031 struct lpfc_debug *debug; lpfc_debugfs_hdwqstat_open() local
3060 struct lpfc_debug *debug = file->private_data; lpfc_debugfs_hdwqstat_write() local
3196 struct lpfc_debug *debug; lpfc_idiag_open() local
3225 struct lpfc_debug *debug = file->private_data; lpfc_idiag_release() local
3250 struct lpfc_debug *debug = file->private_data; lpfc_idiag_cmd_release() local
3296 struct lpfc_debug *debug = file->private_data; lpfc_idiag_pcicfg_read() local
3418 struct lpfc_debug *debug = file->private_data; lpfc_idiag_pcicfg_write() local
3592 struct lpfc_debug *debug = file->private_data; lpfc_idiag_baracc_read() local
3743 struct lpfc_debug *debug = file->private_data; lpfc_idiag_baracc_write() local
4048 struct lpfc_debug *debug = file->private_data; lpfc_idiag_queinfo_read() local
4256 struct lpfc_debug *debug = file->private_data; lpfc_idiag_queacc_read() local
4333 struct lpfc_debug *debug = file->private_data; lpfc_idiag_queacc_write() local
4633 struct lpfc_debug *debug = file->private_data; lpfc_idiag_drbacc_read() local
4689 struct lpfc_debug *debug = file->private_data; lpfc_idiag_drbacc_write() local
4851 struct lpfc_debug *debug = file->private_data; lpfc_idiag_ctlacc_read() local
4904 struct lpfc_debug *debug = file->private_data; lpfc_idiag_ctlacc_write() local
5045 struct lpfc_debug *debug = file->private_data; lpfc_idiag_mbxacc_read() local
5090 struct lpfc_debug *debug = file->private_data; lpfc_idiag_mbxacc_write() local
5364 struct lpfc_debug *debug = file->private_data; lpfc_idiag_extacc_write() local
5410 struct lpfc_debug *debug = file->private_data; lpfc_idiag_extacc_read() local
[all...]
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
H A Dsmtinit.c28 /* define global debug variable */
30 struct smt_debug debug; variable
70 debug.d_smt = 0 ; in init_smt()
71 debug.d_smtf = 0 ; in init_smt()
72 debug.d_rmt = 0 ; in init_smt()
73 debug.d_ecm = 0 ; in init_smt()
74 debug.d_pcm = 0 ; in init_smt()
75 debug.d_cfm = 0 ; in init_smt()
77 debug.d_plc = 0 ; in init_smt()
79 debug in init_smt()
[all...]
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/
H A Dsmtinit.c24 /* define global debug variable */
26 struct smt_debug debug; variable
66 debug.d_smt = 0 ; in init_smt()
67 debug.d_smtf = 0 ; in init_smt()
68 debug.d_rmt = 0 ; in init_smt()
69 debug.d_ecm = 0 ; in init_smt()
70 debug.d_pcm = 0 ; in init_smt()
71 debug.d_cfm = 0 ; in init_smt()
73 debug.d_plc = 0 ; in init_smt()
75 debug in init_smt()
[all...]
/kernel/linux/build/test/moduletest/runtest/bin/cpuisolation_t/testcases/bin/
H A Dcpuisolation05.sh28 tracing_on=$(cat /sys/kernel/debug/tracing/tracing_on)
29 eval_need=$(cat /sys/kernel/debug/tracing/events/sched/core_ctl_eval_need/enable)
30 set_busy=$(cat /sys/kernel/debug/tracing/events/sched/core_ctl_set_busy/enable)
31 update_nr_need=$(cat /sys/kernel/debug/tracing/events/sched/core_ctl_update_nr_need/enable)
37 echo 1 > /sys/kernel/debug/tracing/tracing_on
38 echo 1 > /sys/kernel/debug/tracing/events/sched/core_ctl_eval_need/enable
39 echo 1 > /sys/kernel/debug/tracing/events/sched/core_ctl_set_busy/enable
40 echo 1 > /sys/kernel/debug/tracing/events/sched/core_ctl_update_nr_need/enable
70 echo $tracing_on > /sys/kernel/debug/tracing/tracing_on
71 echo $eval_need > /sys/kernel/debug/tracin
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Ddebug.c32 sc->debug.stats.istats.sync_cause_all++; in ath9k_debug_sync_cause()
34 sc->debug.stats.istats.sync_rtc_irq++; in ath9k_debug_sync_cause()
36 sc->debug.stats.istats.sync_mac_irq++; in ath9k_debug_sync_cause()
38 sc->debug.stats.istats.eeprom_illegal_access++; in ath9k_debug_sync_cause()
40 sc->debug.stats.istats.apb_timeout++; in ath9k_debug_sync_cause()
42 sc->debug.stats.istats.pci_mode_conflict++; in ath9k_debug_sync_cause()
44 sc->debug.stats.istats.host1_fatal++; in ath9k_debug_sync_cause()
46 sc->debug.stats.istats.host1_perr++; in ath9k_debug_sync_cause()
48 sc->debug.stats.istats.trcv_fifo_perr++; in ath9k_debug_sync_cause()
50 sc->debug in ath9k_debug_sync_cause()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Ddebug.c32 sc->debug.stats.istats.sync_cause_all++; in ath9k_debug_sync_cause()
34 sc->debug.stats.istats.sync_rtc_irq++; in ath9k_debug_sync_cause()
36 sc->debug.stats.istats.sync_mac_irq++; in ath9k_debug_sync_cause()
38 sc->debug.stats.istats.eeprom_illegal_access++; in ath9k_debug_sync_cause()
40 sc->debug.stats.istats.apb_timeout++; in ath9k_debug_sync_cause()
42 sc->debug.stats.istats.pci_mode_conflict++; in ath9k_debug_sync_cause()
44 sc->debug.stats.istats.host1_fatal++; in ath9k_debug_sync_cause()
46 sc->debug.stats.istats.host1_perr++; in ath9k_debug_sync_cause()
48 sc->debug.stats.istats.trcv_fifo_perr++; in ath9k_debug_sync_cause()
50 sc->debug in ath9k_debug_sync_cause()
[all...]

Completed in 16 milliseconds

12345678910>>...98