Searched refs:dbg (Results 51 - 75 of 263) sorted by last modified time

1234567891011

/linux-master/scripts/package/debian/
H A Drules28 binary-targets := $(addprefix binary-, image image-dbg headers libc-dev)
31 image-package = $(filter linux-image-% user-%, $(filter-out %-dbg, $(all-packages)))
32 image-dbg-package = $(filter %-dbg, $(all-packages))
/linux-master/fs/ubifs/
H A Dubifs.h1276 * @dbg: debugging-related information
1527 struct ubifs_debug_info *dbg; member in struct:ubifs_info
H A Dlpt_commit.c1745 struct ubifs_debug_info *d = c->dbg;
H A Ddebug.c991 struct ubifs_debug_info *d = c->dbg;
1041 struct ubifs_debug_info *d = c->dbg;
2481 struct ubifs_debug_info *d = c->dbg;
2709 struct ubifs_debug_info *d = c->dbg;
2762 struct ubifs_debug_info *d = c->dbg;
2828 struct ubifs_debug_info *d = c->dbg;
2887 debugfs_remove_recursive(c->dbg->dfs_dir);
3037 c->dbg = kzalloc(sizeof(struct ubifs_debug_info), GFP_KERNEL);
3038 if (!c->dbg)
3050 kfree(c->dbg);
[all...]
/linux-master/drivers/mtd/ubi/
H A Dubi.h553 * @dbg: debugging information for this UBI device
655 struct ubi_debug_info dbg; member in struct:ubi_device
/linux-master/arch/loongarch/vdso/
H A DMakefile59 include/generated/vdso-offsets.h: $(obj)/vdso.so.dbg FORCE
69 targets += vdso.lds vdso.so.dbg vdso.so
78 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(obj-vdso) FORCE
82 $(obj)/vdso.so: $(obj)/vdso.so.dbg FORCE
/linux-master/arch/loongarch/
H A DMakefile166 vdso-install-y += arch/loongarch/vdso/vdso.so.dbg
/linux-master/include/linux/mtd/
H A Dmtd.h383 struct mtd_debug_info dbg; member in struct:mtd_info
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-reg.c110 dbg("w= %d, h= %d color: %d", frame->width,
318 dbg("main_hratio= 0x%X main_vratio= 0x%X",
551 dbg("dst_buf[%d]: 0x%X, cb: 0x%X, cr: 0x%X",
H A Dfimc-m2m.c479 dbg("l:%d, t:%d, w:%d, h:%d, f_w: %d, f_h: %d",
683 dbg("pid: %d, state: 0x%lx, refcnt= %d",
H A Dfimc-core.h29 #define dbg(fmt, args...) \ macro
H A Dfimc-core.c339 dbg("memplanes= %d, colplanes= %d, pix_size= %d",
374 dbg("DMA ADDR: y= 0x%X cb= 0x%X cr= 0x%X ret= %d",
403 dbg("ctx->in_order_1p= %d", ctx->in_order_1p);
420 dbg("ctx->out_order_1p= %d", ctx->out_order_1p);
454 dbg("in_offset: color= %d, y_h= %d, y_v= %d",
1024 dbg("fimc%d: state: 0x%lx", fimc->id, fimc->state);
1049 dbg("fimc%d: state: 0x%lx", fimc->id, fimc->state);
1060 dbg("fimc%d: state: 0x%lx", fimc->id, fimc->state);
1082 dbg("fimc%d: state: 0x%lx", fimc->id, fimc->state);
H A Dfimc-capture.c210 dbg("next frame: %d, done frame: %d",
254 dbg("frame: %d, active_buf_cnt: %d",
473 dbg("pid: %d, state: 0x%lx", task_pid_nr(current), fimc->state);
522 dbg("pid: %d, state: 0x%lx", task_pid_nr(current), fimc->state);
632 dbg("pad%d: code: 0x%x, %dx%d. dst fmt: %dx%d",
705 dbg("target %#x: (%d,%d)/%dx%d, sink fmt: %dx%d",
1380 dbg("%s --> %s, flags: 0x%x. input: 0x%x",
1524 dbg("pad%d: code: 0x%x, %dx%d",
1627 dbg("target %#x: l:%d, t:%d, %dx%d, f_w: %d, f_h: %d",
1676 dbg("targe
[all...]
/linux-master/drivers/acpi/apei/
H A DMakefile7 obj-$(CONFIG_ACPI_APEI_ERST_DEBUG) += erst-dbg.o
/linux-master/arch/arm64/kvm/
H A Dguest.c909 * @dbg: the ioctl data buffer
917 struct kvm_guest_debug *dbg)
921 trace_kvm_set_guest_debug(vcpu, dbg->control);
923 if (dbg->control & ~KVM_GUESTDBG_VALID_MASK) {
928 if (dbg->control & KVM_GUESTDBG_ENABLE) {
929 vcpu->guest_debug = dbg->control;
933 vcpu->arch.external_debug_state = dbg->arch;
916 kvm_arch_vcpu_ioctl_set_guest_debug(struct kvm_vcpu *vcpu, struct kvm_guest_debug *dbg) argument
/linux-master/tools/perf/util/
H A Dannotate-data.c176 if (dwarf_addrdie(di->dbg, pc, cu_die) != NULL)
185 while (dwarf_nextcu(di->dbg, off, &next_off, &header_size,
187 if (dwarf_offdie(di->dbg, off + header_size, cu_die) &&
297 if (die_get_cfa(di->dbg, pc, &fbreg,
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gt_printk.h29 xe_gt_printk((_gt), dbg, _fmt, ##__VA_ARGS__)
H A Dxe_gt_sriov_printk.h25 __xe_gt_sriov_printk(_gt, dbg, _fmt, ##__VA_ARGS__)
/linux-master/arch/arm64/include/asm/
H A Dhw_breakpoint.h99 VAL = read_sysreg(dbg##REG##N##_el1);\
103 write_sysreg(VAL, dbg##REG##N##_el1);\
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.c1380 adapter->dbg.num_tx_host_to_card_failure++;
H A Dmain.h973 struct mwifiex_dbg dbg; member in struct:mwifiex_adapter
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h22 #include "fw/api/dbg-tlv.h"
23 #include "iwl-dbg-tlv.h"
1096 * @dbg: additional debug data, see &struct iwl_trans_debug
1166 struct iwl_trans_debug dbg; member in struct:iwl_trans
1633 return trans->dbg.internal_ini_cfg != IWL_INI_CFG_STATE_NOT_LOADED ||
1634 trans->dbg.external_ini_cfg != IWL_INI_CFG_STATE_NOT_LOADED;
H A Diwl-dbg-tlv.c8 #include "iwl-dbg-tlv.h"
9 #include "fw/dbg.h"
116 if (!iwl_dbg_tlv_add(tlv, &trans->dbg.debug_info_tlv_list))
156 trans->dbg.fw_mon_cfg[alloc_id] = *alloc;
187 if (!iwl_dbg_tlv_add(tlv, &trans->dbg.time_point[tp].hcmd_list))
233 trans->dbg.imr_data.sram_addr =
235 trans->dbg.imr_data.sram_size =
240 active_reg = &trans->dbg.active_regions[id];
278 trans->dbg.last_tp_resetfw = 0xFF;
280 new_tlv = iwl_dbg_tlv_add(tlv, &trans->dbg
[all...]
H A DMakefile15 iwlwifi-objs += iwl-dbg-tlv.o
20 iwlwifi-objs += fw/dbg.o fw/pnvm.o fw/dump.o
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.h17 #include "api/dbg-tlv.h"
60 void *__dbg_trigger = (fw)->dbg.trigger_tlv[(id)]; \
67 return fw->dbg.trigger_tlv[id];
182 (fwrt->fw->dbg.dest_tlv ||
183 fwrt->trans->dbg.ini_dest != IWL_FW_INI_LOCATION_INVALID))
184 fwrt->trans->dbg.rec_on = true;
197 return (fwrt->fw->dbg.dump_mask & BIT(type));
273 if (!(trans->dbg.error_event_table_tlv_status &
275 WARN_ON(trans->dbg.lmac_error_event_table[0] !=
277 trans->dbg
[all...]

Completed in 325 milliseconds

1234567891011