/openbmc/linux/drivers/media/platform/st/sti/hva/ |
H A D | hva-debugfs.c | 18 struct hva_ctx_dbg *dbg = &ctx->dbg; in format_ctx() local 101 dbg->cnt_duration, in format_ctx() 102 dbg->avg_duration, in format_ctx() 103 dbg->min_duration, in format_ctx() 104 dbg->max_duration, in format_ctx() 105 dbg->avg_period, in format_ctx() 106 dbg->min_period, in format_ctx() 107 dbg->max_period, in format_ctx() 108 dbg->avg_fps, in format_ctx() 109 dbg->max_fps, in format_ctx() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/conf/include/ |
H A D | non-repro-meta-oe.inc | 8 crash-dbg \ 11 dhrystone-dbg \ 15 directfb-dbg \ 21 fvwm-dbg \ 26 gosu-dbg \ 30 gphoto2-dbg \ 33 hdf5-dbg \ 42 libbotan-3-dbg \ 48 libjcat-dbg \ 54 libyui-ncurses-dbg \ [all …]
|
/openbmc/linux/drivers/hid/ |
H A D | hid-wiimote-debug.c | 26 struct wiimote_debug *dbg = f->private_data; in wiidebug_eeprom_read() local 27 struct wiimote_data *wdata = dbg->wdata; in wiidebug_eeprom_read() 100 struct wiimote_debug *dbg = f->private; in wiidebug_drm_show() local 105 spin_lock_irqsave(&dbg->wdata->state.lock, flags); in wiidebug_drm_show() 106 drm = dbg->wdata->state.drm; in wiidebug_drm_show() 107 spin_unlock_irqrestore(&dbg->wdata->state.lock, flags); in wiidebug_drm_show() 128 struct wiimote_debug *dbg = sf->private; in wiidebug_drm_write() local 153 spin_lock_irqsave(&dbg->wdata->state.lock, flags); in wiidebug_drm_write() 154 dbg->wdata->state.flags &= ~WIIPROTO_FLAG_DRM_LOCKED; in wiidebug_drm_write() 155 wiiproto_req_drm(dbg->wdata, (__u8) i); in wiidebug_drm_write() [all …]
|
/openbmc/linux/sound/soc/fsl/ |
H A D | fsl_ssi_dbg.c | 15 void fsl_ssi_dbg_isr(struct fsl_ssi_dbg *dbg, u32 sisr) in fsl_ssi_dbg_isr() argument 18 dbg->stats.rfrc++; in fsl_ssi_dbg_isr() 21 dbg->stats.tfrc++; in fsl_ssi_dbg_isr() 24 dbg->stats.cmdau++; in fsl_ssi_dbg_isr() 27 dbg->stats.cmddu++; in fsl_ssi_dbg_isr() 30 dbg->stats.rxt++; in fsl_ssi_dbg_isr() 33 dbg->stats.rdr1++; in fsl_ssi_dbg_isr() 36 dbg->stats.rdr0++; in fsl_ssi_dbg_isr() 39 dbg->stats.tde1++; in fsl_ssi_dbg_isr() 42 dbg->stats.tde0++; in fsl_ssi_dbg_isr() [all …]
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | signal32.c | 28 #define DBG(LEVEL, ...) \ macro 32 #define DBG(LEVEL, ...) macro 46 DBG(2,"restore_sigcontext32: PER_LINUX32 process\n"); in restore_sigcontext32() 47 DBG(2,"restore_sigcontext32: sc = 0x%p, rf = 0x%p, regs = 0x%p\n", sc, rf, regs); in restore_sigcontext32() 48 DBG(2,"restore_sigcontext32: compat_sigcontext is %#lx bytes\n", sizeof(*sc)); in restore_sigcontext32() 55 DBG(3,"restore_sigcontext32: gr%02d = %#lx (%#x / %#x)\n", in restore_sigcontext32() 58 DBG(2,"restore_sigcontext32: sc->sc_fr = 0x%p (%#lx)\n",sc->sc_fr, sizeof(sc->sc_fr)); in restore_sigcontext32() 69 DBG(2,"restore_sigcontext32: upper half of iaoq[0] = %#lx\n", compat_regt); in restore_sigcontext32() 70 DBG(2,"restore_sigcontext32: sc->sc_iaoq[0] = %p => %#x\n", in restore_sigcontext32() 77 DBG(2,"restore_sigcontext32: upper half of iaoq[1] = %#lx\n", compat_regt); in restore_sigcontext32() [all …]
|
H A D | signal.c | 42 #define DBG(LEVEL, ...) \ macro 46 #define DBG(LEVEL, ...) macro 70 DBG(2, "%s: iaoq is %#lx / %#lx\n", in restore_sigcontext() 72 DBG(2, "%s: r28 is %ld\n", __func__, regs->gr[28]); in restore_sigcontext() 95 DBG(2, "%s: frame is %p pid %d\n", __func__, frame, task_pid_nr(current)); in sys_rt_sigreturn() 117 DBG(1, "%s: compat_frame->uc.uc_mcontext 0x%p\n", in sys_rt_sigreturn() 123 DBG(1, "%s: usp %#08lx stack 0x%p\n", in sys_rt_sigreturn() 130 DBG(1, "%s: frame->uc.uc_mcontext 0x%p\n", in sys_rt_sigreturn() 134 DBG(1, "%s: usp %#08lx stack 0x%p\n", in sys_rt_sigreturn() 151 DBG(1, "%s: Sending SIGSEGV\n", __func__); in sys_rt_sigreturn() [all …]
|
/openbmc/linux/drivers/bluetooth/ |
H A D | btmrvl_debugfs.c | 142 struct btmrvl_debugfs_data *dbg; in btmrvl_debugfs_init() local 147 dbg = kzalloc(sizeof(*dbg), GFP_KERNEL); in btmrvl_debugfs_init() 148 priv->debugfs_data = dbg; in btmrvl_debugfs_init() 150 if (!dbg) { in btmrvl_debugfs_init() 155 dbg->config_dir = debugfs_create_dir("config", hdev->debugfs); in btmrvl_debugfs_init() 157 debugfs_create_u8("psmode", 0644, dbg->config_dir, in btmrvl_debugfs_init() 159 debugfs_create_file("pscmd", 0644, dbg->config_dir, in btmrvl_debugfs_init() 161 debugfs_create_x16("gpiogap", 0644, dbg->config_dir, in btmrvl_debugfs_init() 163 debugfs_create_u8("hsmode", 0644, dbg->config_dir, in btmrvl_debugfs_init() 165 debugfs_create_file("hscmd", 0644, dbg->config_dir, in btmrvl_debugfs_init() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/ |
H A D | dvb-apps_1.1.1.20140321.bb | 39 PACKAGES =+ "dvb-evtest dvb-evtest-dbg \ 40 dvbapp-tests dvbapp-tests-dbg \ 41 dvbdate dvbdate-dbg \ 42 dvbtraffic dvbtraffic-dbg \ 43 dvbnet dvbnet-dbg \ 44 dvb-scan dvb-scan-dbg dvb-scan-data \ 45 dvb-azap dvb-azap-dbg \ 46 dvb-czap dvb-czap-dbg \ 47 dvb-szap dvb-szap-dbg \ 48 dvb-tzap dvb-tzap-dbg \ [all …]
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_debugfs.c | 139 struct hinic_debug_priv *dbg; in hinic_dbg_cmd_read() local 146 dbg = container_of(desc, struct hinic_debug_priv, field_id[*desc]); in hinic_dbg_cmd_read() 148 switch (dbg->type) { in hinic_dbg_cmd_read() 150 out = hinic_dbg_get_sq_info(dbg->dev, dbg->object, *desc); in hinic_dbg_cmd_read() 154 out = hinic_dbg_get_rq_info(dbg->dev, dbg->object, *desc); in hinic_dbg_cmd_read() 158 out = hinic_dbg_get_func_table(dbg->dev, *desc); in hinic_dbg_cmd_read() 162 netif_warn(dbg->dev, drv, dbg->dev->netdev, "Invalid hinic debug cmd: %d\n", in hinic_dbg_cmd_read() 163 dbg->type); in hinic_dbg_cmd_read() 179 struct dentry *root, struct hinic_debug_priv **dbg, char **field, in create_dbg_files() argument 199 *dbg = tmp; in create_dbg_files() [all …]
|
/openbmc/u-boot/cmd/aspeed/ |
H A D | dptest.c | 49 #define DBG(Level, format, args...) if ((Level) & DBG_LEVEL) printf(format, ##args) macro 51 #define DBG(Level, format, args...) macro 391 DBG(DBG_A_EDID, "R EDID Offset %d\n", Offset); in Read_EDID_128() 406 DBG(DBG_A_EDID, "EDID read %d!\n", i); in Read_EDID_128() 426 DBG(DBG_STAGE, "Apply EDID Reading!\n"); in Apply_EDID_Reading() 442 …DBG(DBG_A_EDID, "EDID First 4 is 0x%X_0x%X_0x%X_0x%X\n", AUX_Data[0], AUX_Data[1], AUX_Data[2], AU… in Apply_EDID_Reading() 447 DBG(DBG_A_EDID, "Read 128!\n"); in Apply_EDID_Reading() 452 DBG(DBG_A_EDID, "Read 256!\n"); in Apply_EDID_Reading() 475 DBG(DBG_A_SUB, "1.A_C_E Set Link Pattern\n"); in Adjust_CR_EQ_Train() 485 DBG(DBG_A_SUB, "2.A_C_E W 0x102 set 0x%x\n", AUX_Data[0]); in Adjust_CR_EQ_Train() [all …]
|
/openbmc/linux/arch/powerpc/platforms/ps3/ |
H A D | mm.c | 24 #define DBG udbg_printf macro 26 #define DBG pr_devel macro 109 DBG("%s:%d: map.total = %llxh\n", func, line, m->total); in _debug_dump_map() 110 DBG("%s:%d: map.rm.size = %llxh\n", func, line, m->rm.size); in _debug_dump_map() 111 DBG("%s:%d: map.vas_id = %llu\n", func, line, m->vas_id); in _debug_dump_map() 112 DBG("%s:%d: map.htab_size = %llxh\n", func, line, m->htab_size); in _debug_dump_map() 113 DBG("%s:%d: map.r1.base = %llxh\n", func, line, m->r1.base); in _debug_dump_map() 114 DBG("%s:%d: map.r1.offset = %lxh\n", func, line, m->r1.offset); in _debug_dump_map() 115 DBG("%s:%d: map.r1.size = %llxh\n", func, line, m->r1.size); in _debug_dump_map() 152 DBG("%s:%d: lv1_query_logical_partition_address_region_info " in ps3_mm_vas_create() [all …]
|
H A D | smp.c | 18 #define DBG udbg_printf macro 20 #define DBG pr_debug macro 36 DBG("%s:%d: bad msg: %d\n", __func__, __LINE__, msg); in ps3_smp_message_pass() 44 DBG("%s:%d: ps3_send_event_locally(%d, %d) failed" in ps3_smp_message_pass() 57 DBG(" -> %s:%d: (%d)\n", __func__, __LINE__, cpu); in ps3_smp_probe() 76 DBG("%s:%d: (%d, %d) => virq %u\n", in ps3_smp_probe() 89 DBG(" <- %s:%d: (%d)\n", __func__, __LINE__, cpu); in ps3_smp_probe() 98 DBG(" -> %s:%d: (%d)\n", __func__, __LINE__, cpu); in ps3_smp_cleanup_cpu() 106 DBG(" <- %s:%d: (%d)\n", __func__, __LINE__, cpu); in ps3_smp_cleanup_cpu() 117 DBG(" -> %s\n", __func__); in smp_init_ps3() [all …]
|
H A D | gelic_udbg.c | 68 static __iomem struct debug_block dbg __attribute__((aligned(32))); variable 127 map_dma_mem(GELIC_BUS_ID, GELIC_DEVICE_ID, &dbg, sizeof(dbg), in gelic_debug_init() 130 memset(&dbg, 0, sizeof(dbg)); in gelic_debug_init() 132 dbg.descr.buf_addr = bus_addr + offsetof(struct debug_block, pkt); in gelic_debug_init() 144 h_eth = (struct ethhdr *)dbg.pkt; in gelic_debug_init() 188 bus_addr, sizeof(dbg)); in gelic_debug_shutdown() 198 dbg.descr.buf_size = header_size + msgsize; in gelic_sendbuf() 210 dbg.descr.dmac_cmd_status = GELIC_DESCR_DMA_CMD_NO_CHKSUM | in gelic_sendbuf() 212 dbg.descr.result_size = 0; in gelic_sendbuf() 213 dbg.descr.data_status = 0; in gelic_sendbuf() [all …]
|
/openbmc/linux/drivers/gpu/drm/msm/hdmi/ |
H A D | hdmi_phy_8996.c | 270 DBG("VCO freq: %llu", pd.vco_freq); in pll_calculate() 271 DBG("fdata: %llu", fdata); in pll_calculate() 272 DBG("pix_clk: %lu", pix_clk); in pll_calculate() 273 DBG("tmds clk: %llu", tmds_clk); in pll_calculate() 274 DBG("HSCLK_SEL: %d", pd.hsclk_divsel); in pll_calculate() 275 DBG("DEC_START: %llu", dec_start); in pll_calculate() 276 DBG("DIV_FRAC_START: %llu", frac_start); in pll_calculate() 277 DBG("PLL_CPCTRL: %u", cpctrl); in pll_calculate() 278 DBG("PLL_RCTRL: %u", rctrl); in pll_calculate() 279 DBG("PLL_CCTRL: %u", cctrl); in pll_calculate() [all …]
|
/openbmc/linux/rust/kernel/ |
H A D | std_vendor.rs | 8 /// [`std::dbg`], but using [`pr_info`] instead of [`eprintln`]. 18 /// let b = dbg!(a * 2) + 1; 31 /// to give up ownership, you can instead borrow with `dbg!(&expr)` 34 /// The `dbg!` macro works exactly the same in release builds. 39 /// used during development. Therefore, avoid committing `dbg!` macro 57 /// if dbg!(n.checked_sub(4)).is_some() { 77 /// if dbg!(n <= 1) { 78 /// dbg!(1) 80 /// dbg!(n * factorial(n - 1)) 84 /// dbg!(factorial(4)); [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | debugfs.c | 103 return dev->priv.dbg.dbg_root; in mlx5_debugfs_get_dev_root() 109 dev->priv.dbg.qp_debugfs = debugfs_create_dir("QPs", dev->priv.dbg.dbg_root); in mlx5_qp_debugfs_init() 115 debugfs_remove_recursive(dev->priv.dbg.qp_debugfs); in mlx5_qp_debugfs_cleanup() 121 dev->priv.dbg.eq_debugfs = debugfs_create_dir("EQs", dev->priv.dbg.dbg_root); in mlx5_eq_debugfs_init() 126 debugfs_remove_recursive(dev->priv.dbg.eq_debugfs); in mlx5_eq_debugfs_cleanup() 216 cmd = &dev->priv.dbg.cmdif_debugfs; in mlx5_cmdif_debugfs_init() 217 *cmd = debugfs_create_dir("commands", dev->priv.dbg.dbg_root); in mlx5_cmdif_debugfs_init() 252 debugfs_remove_recursive(dev->priv.dbg.cmdif_debugfs); in mlx5_cmdif_debugfs_cleanup() 260 dev->priv.dbg.cq_debugfs = debugfs_create_dir("CQs", dev->priv.dbg.dbg_root); in mlx5_cq_debugfs_init() 265 debugfs_remove_recursive(dev->priv.dbg.cq_debugfs); in mlx5_cq_debugfs_cleanup() [all …]
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | cpci_hotplug_core.c | 32 #define dbg(format, arg...) \ macro 76 dbg("%s - physical_slot = %s", __func__, slot_name(slot)); in enable_slot() 89 dbg("%s - physical_slot = %s", __func__, slot_name(slot)); in disable_slot() 94 dbg("%s - unconfiguring slot %s", __func__, slot_name(slot)); in disable_slot() 101 dbg("%s - finished unconfiguring slot %s", __func__, slot_name(slot)); in disable_slot() 219 dbg("registering slot %s", name); in cpci_hp_register_bus() 225 dbg("slot registered with name: %s", slot_name(slot)); in cpci_hp_register_bus() 258 dbg("deregistering slot %s", slot_name(slot)); in cpci_hp_unregister_bus() 272 dbg("entered cpci_hp_intr"); in cpci_hp_intr() 277 dbg("exited cpci_hp_intr, not our interrupt"); in cpci_hp_intr() [all …]
|
H A D | cpqphp_sysfs.c | 134 struct ctrl_dbg *dbg; in open() local 138 dbg = kmalloc(sizeof(*dbg), GFP_KERNEL); in open() 139 if (!dbg) in open() 141 dbg->data = kmalloc(MAX_OUTPUT, GFP_KERNEL); in open() 142 if (!dbg->data) { in open() 143 kfree(dbg); in open() 146 dbg->size = spew_debug_info(ctrl, dbg->data, MAX_OUTPUT); in open() 147 file->private_data = dbg; in open() 156 struct ctrl_dbg *dbg = file->private_data; in lseek() local 157 return fixed_size_llseek(file, off, whence, dbg->size); in lseek() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | intel_runtime_pm.c | 167 const struct intel_runtime_pm_debug *dbg) in __print_intel_runtime_pm_wakeref() argument 176 if (dbg->last_acquire) { in __print_intel_runtime_pm_wakeref() 177 stack_depot_snprint(dbg->last_acquire, buf, PAGE_SIZE, 2); in __print_intel_runtime_pm_wakeref() 181 if (dbg->last_release) { in __print_intel_runtime_pm_wakeref() 182 stack_depot_snprint(dbg->last_release, buf, PAGE_SIZE, 2); in __print_intel_runtime_pm_wakeref() 186 drm_printf(p, "Wakeref count: %lu\n", dbg->count); in __print_intel_runtime_pm_wakeref() 188 sort(dbg->owners, dbg->count, sizeof(*dbg->owners), cmphandle, NULL); in __print_intel_runtime_pm_wakeref() 190 for (i = 0; i < dbg->count; i++) { in __print_intel_runtime_pm_wakeref() 191 depot_stack_handle_t stack = dbg->owners[i]; in __print_intel_runtime_pm_wakeref() 195 while (i + 1 < dbg->count && dbg->owners[i + 1] == stack) in __print_intel_runtime_pm_wakeref() [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-dbg-tlv.c | 8 #include "iwl-dbg-tlv.h" 9 #include "fw/dbg.h" 115 return iwl_dbg_tlv_add(tlv, &trans->dbg.debug_info_tlv_list); in iwl_dbg_tlv_alloc_debug_info() 153 trans->dbg.fw_mon_cfg[alloc_id] = *alloc; in iwl_dbg_tlv_alloc_buf_alloc() 184 return iwl_dbg_tlv_add(tlv, &trans->dbg.time_point[tp].hcmd_list); in iwl_dbg_tlv_alloc_hcmd() 228 trans->dbg.imr_data.sram_addr = in iwl_dbg_tlv_alloc_region() 230 trans->dbg.imr_data.sram_size = in iwl_dbg_tlv_alloc_region() 235 active_reg = &trans->dbg.active_regions[id]; in iwl_dbg_tlv_alloc_region() 275 trans->dbg.last_tp_resetfw = 0xFF; in iwl_dbg_tlv_alloc_trigger() 286 ret = iwl_dbg_tlv_add(tlv, &trans->dbg.time_point[tp].trig_list); in iwl_dbg_tlv_alloc_trigger() [all …]
|
/openbmc/linux/net/caif/ |
H A D | cfdbgl.c | 22 struct cfsrvl *dbg = kzalloc(sizeof(struct cfsrvl), GFP_ATOMIC); in cfdbgl_create() local 23 if (!dbg) in cfdbgl_create() 26 cfsrvl_init(dbg, channel_id, dev_info, false); in cfdbgl_create() 27 dbg->layer.receive = cfdbgl_receive; in cfdbgl_create() 28 dbg->layer.transmit = cfdbgl_transmit; in cfdbgl_create() 29 snprintf(dbg->layer.name, CAIF_LAYER_NAME_SZ, "dbg%d", channel_id); in cfdbgl_create() 30 return &dbg->layer; in cfdbgl_create()
|
/openbmc/linux/drivers/usb/host/ |
H A D | isp1362-hcd.c | 149 DBG(1, "%s: PTD $%04x is on %s queue\n", __func__, offset, epq->name); in get_ptd_queue() 167 DBG(3, "%s: %s PTD[%02x] # %04x\n", __func__, epq->name, index, offset); in get_ptd_offset() 208 DBG(1, "%s: Found %d PTDs[%d] for %d/%d byte\n", __func__, in claim_ptd_buffers() 218 DBG(1, "%s: Done %s PTD[%d] $%04x, avail %d count %d claimed %d %08lx:%08lx\n", in claim_ptd_buffers() 244 DBG(1, "%s: Done %s PTDs $%04x released %d avail %d count %d\n", in release_ptd_buffers() 247 DBG(1, "%s: buf_map %08lx skip_map %08lx\n", __func__, in release_ptd_buffers() 270 DBG(3, "%s: %s ep %p\n", __func__, epq->name, ep); in prepare_ptd() 287 DBG(1, "%s: IN len %d/%d/%d from URB\n", __func__, len, ep->maxpacket, in prepare_ptd() 302 DBG(1, "%s: OUT len %d/%d/%d from URB\n", __func__, len, ep->maxpacket, in prepare_ptd() 309 DBG(1, "%s: SETUP len %d\n", __func__, len); in prepare_ptd() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
H A D | debugfs.c | 166 struct dentry *dbg; in mlx5_ldev_add_debugfs() local 168 dbg = debugfs_create_dir("lag", mlx5_debugfs_get_dev_root(dev)); in mlx5_ldev_add_debugfs() 169 dev->priv.dbg.lag_debugfs = dbg; in mlx5_ldev_add_debugfs() 171 debugfs_create_file("type", 0444, dbg, dev, &type_fops); in mlx5_ldev_add_debugfs() 172 debugfs_create_file("port_sel_mode", 0444, dbg, dev, &port_sel_mode_fops); in mlx5_ldev_add_debugfs() 173 debugfs_create_file("state", 0444, dbg, dev, &state_fops); in mlx5_ldev_add_debugfs() 174 debugfs_create_file("flags", 0444, dbg, dev, &flags_fops); in mlx5_ldev_add_debugfs() 175 debugfs_create_file("mapping", 0444, dbg, dev, &mapping_fops); in mlx5_ldev_add_debugfs() 176 debugfs_create_file("members", 0444, dbg, dev, &members_fops); in mlx5_ldev_add_debugfs() 179 void mlx5_ldev_remove_debugfs(struct dentry *dbg) in mlx5_ldev_remove_debugfs() argument [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/conf/include/ |
H A D | non-repro-meta-python.inc | 5 python3-evdev-dbg \ 8 python3-frozenlist-dbg \ 11 python3-pandas-dbg \ 17 python3-pynacl-dbg \ 20 python3-pyproj-dbg \ 24 python3-yarl-dbg \
|
/openbmc/linux/drivers/media/platform/st/sti/bdisp/ |
H A D | bdisp-debug.c | 16 bdisp->dbg.hw_start = ktime_get(); in bdisp_dbg_perf_begin() 23 time_us = ktime_us_delta(ktime_get(), bdisp->dbg.hw_start); in bdisp_dbg_perf_end() 25 if (!bdisp->dbg.min_duration) in bdisp_dbg_perf_end() 26 bdisp->dbg.min_duration = time_us; in bdisp_dbg_perf_end() 28 bdisp->dbg.min_duration = min(time_us, bdisp->dbg.min_duration); in bdisp_dbg_perf_end() 30 bdisp->dbg.last_duration = time_us; in bdisp_dbg_perf_end() 31 bdisp->dbg.max_duration = max(time_us, bdisp->dbg.max_duration); in bdisp_dbg_perf_end() 32 bdisp->dbg.tot_duration += time_us; in bdisp_dbg_perf_end() 325 if (!bdisp->dbg.copy_node[0]) { in last_nodes_show() 331 node = bdisp->dbg.copy_node[i]; in last_nodes_show() [all …]
|