Home
last modified time | relevance | path

Searched refs:debug_print (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/android/binder/
H A Drust_binder_main.rs154 fn debug_print(&self, m: &SeqFile, prefix: &str, transaction_prefix: &str) -> Result<()>; in debug_print() method
260 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
539 proc.debug_print(m, &ctx, false)?; in rust_binder_transactions_show_impl()
548 stats::GLOBAL_STATS.debug_print("", m); in rust_binder_stats_show_impl()
566 proc.debug_print(m, &ctx, true)?; in rust_binder_state_show_impl()
579 proc.debug_print(m, &ctx, true)?; in rust_binder_proc_show_impl()
H A Dstats.rs46 pub(crate) fn debug_print(&self, prefix: &str, m: &SeqFile) { in debug_print() method
H A Dprocess.rs568 self.stats.debug_print(" ", m); in debug_print_stats()
574 pub(crate) fn debug_print(&self, m: &SeqFile, ctx: &Context, print_all: bool) -> Result<()> { in debug_print() method
606 thread.debug_print(m, print_all)?; in debug_print()
637 work.debug_print(m, " ", " pending transaction ")?; in debug_print()
643 mapping.alloc.debug_print(m)?; in debug_print()
H A Dnode.rs733 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
1114 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
H A Dfreeze.rs150 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
H A Dthread.rs457 pub(crate) fn debug_print(self: &Arc<Self>, m: &SeqFile, print_all: bool) -> Result<()> { in debug_print() method
485 work.debug_print(m, " ", " pending transaction ")?; in debug_print()
1581 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
H A Dtransaction.rs445 fn debug_print(&self, m: &SeqFile, _prefix: &str, tprefix: &str) -> Result<()> { in debug_print() method
/linux/tools/testing/selftests/sparc64/drivers/
H A Dadi-test.c30 #define DEBUG_PRINT_L1(...) debug_print(DEBUG_LEVEL_1_BIT, __VA_ARGS__)
31 #define DEBUG_PRINT_L2(...) debug_print(DEBUG_LEVEL_2_BIT, __VA_ARGS__)
32 #define DEBUG_PRINT_L3(...) debug_print(DEBUG_LEVEL_3_BIT, __VA_ARGS__)
33 #define DEBUG_PRINT_L4(...) debug_print(DEBUG_LEVEL_4_BIT, __VA_ARGS__)
34 #define DEBUG_PRINT_T(...) debug_print(DEBUG_TIMING_BIT, __VA_ARGS__)
36 static void debug_print(int level, const char *s, ...) in debug_print() function
/linux/tools/docs/
H A Dparse-headers.py55 parser.debug_print()
/linux/tools/lib/python/kdoc/
H A Dparse_data_structs.py385 def debug_print(self): member in ParseDataStructs
/linux/drivers/android/binder/range_alloc/
H A Dtree.rs114 pub(crate) fn debug_print(&self, m: &SeqFile) -> Result<()> { in debug_print() method