Searched refs:print_tickdevice (Results 1 – 4 of 4) sorted by relevance
/linux/kernel/time/ |
A D | timer_list.c | 178 print_tickdevice(struct seq_file *m, struct tick_device *td, int cpu) in print_tickdevice() function 245 print_tickdevice(m, tick_get_broadcast_device(), -1); in timer_list_show_tickdevices_header() 278 print_tickdevice(NULL, tick_get_device(cpu), cpu); in sysrq_timer_list_show() 296 print_tickdevice(m, tick_get_device(iter->cpu), iter->cpu); in timer_list_show()
|
/linux/scripts/gdb/linux/ |
A D | timerlist.py | 113 def print_tickdevice(td, cpu): function 199 text += print_tickdevice(bc_dev, -1) 213 text += print_tickdevice(tick_dev, cpu)
|
/linux/ |
A D | System.map | 4691 ffff80001011df60 t print_tickdevice.isra.0
|
A D | .tmp_System.map | 4691 ffff80001011df60 t print_tickdevice.isra.0
|
Completed in 3497 milliseconds