Home
last modified time | relevance | path

Searched refs:print_all (Results 1 – 7 of 7) sorted by relevance

/linux/sound/soc/sof/
H A Ddebug.c423 bool print_all = sof_debug_check_flag(SOF_DBG_PRINT_ALL_DUMPS); in snd_sof_dsp_dbg_dump()
425 if (flags & SOF_DBG_DUMP_OPTIONAL && !print_all) in snd_sof_dsp_dbg_dump()
437 if (!print_all) in snd_sof_dsp_dbg_dump()
418 bool print_all = sof_debug_check_flag(SOF_DBG_PRINT_ALL_DUMPS); snd_sof_dsp_dbg_dump() local
/linux/scripts/
H A Dbpf_doc.py388 def print_all(self): member in Printer
930 def print_all(self): member in PrinterHelpersJSON
946 def print_all(self): member in PrinterSyscallJSON
1014 printer.print_all()
/linux/drivers/android/binder/
H A Dprocess.rs581 pub(crate) fn debug_print(&self, m: &SeqFile, ctx: &Context, print_all: bool) -> Result<()> { in debug_print()
613 thread.debug_print(m, print_all)?; in debug_print()
618 if print_all || node.has_oneway_transaction(&mut inner) { in debug_print()
624 if print_all { in debug_print()
H A Dthread.rs465 pub(crate) fn debug_print(self: &Arc<Self>, m: &SeqFile, print_all: bool) -> Result<()> { in debug_print()
468 if print_all || inner.current_transaction.is_some() || !inner.work_list.is_empty() { in debug_print()
/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c644 if (mca_cfg.print_all || !(err->m.kflags)) in mce_default_notifier()
2319 * mce=print_all Print all machine check logs to console
2348 else if (!strcmp(str, "print_all")) in mcheck_enable()
2349 cfg->print_all = true; in mcheck_enable()
2621 static DEVICE_BOOL_ATTR(print_all, 0644, mca_cfg.print_all);
/linux/include/linux/
H A Dbpf_verifier.h1398 u32 frameno, bool print_all);
/linux/drivers/android/
H A Dbinder.c6619 bool print_all, bool hash_ptrs)
6634 rb_node), print_all, hash_ptrs); in print_binder_proc()
6639 if (!print_all && !node->has_async_transaction) in print_binder_proc()
6650 if (print_all) { in print_binder_proc()
6673 if (!print_all && m->count == header_pos) in print_binder_proc()
6621 print_binder_proc(struct seq_file * m,struct binder_proc * proc,bool print_all,bool hash_ptrs) print_binder_proc() argument