Function report |
Source Code:kernel\rcu\tree_stall.h |
Create Date:2022-07-28 10:27:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Print out diagnostic information for the specified stalled CPU.* If the specified CPU is aware of the current RCU grace period, then* print the number of scheduling clock interrupts the CPU has taken* during the time that it has been aware
Proto:static void print_cpu_stall_info(int cpu)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
int | cpu |
297 | rdp = per_cpu_ptr( & rcu_data, cpu) |
307 | ticks_value = Return the counter portion of a sequence number previously returned* by rcu_seq_snap() or rcu_seq_current(). |
308 | If ticks_value Then |
309 | ticks_title = "GPs behind" |
310 | Else |
311 | ticks_title = "ticks this GP" |
315 | delta = Return the counter portion of a sequence number previously returned* by rcu_seq_snap() or rcu_seq_current(). |
316 | pr_err("\t%d-%c%c%c%c: (%lu %s) idle=%03x/%ld/%#lx softirq=%u/%u fqs=%ld %s\n", cpu, "O."[!!cpu_online(cpu)], "o."[!!(Mask to apply to leaf qsmask. & qsmaskinit)], "N."[!!(Mask to apply to leaf qsmask. & ginning of each grace period. )], !IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_IRQ_WORK) ? '?' : Is ->rcu_iw pending? ? (int)min - return minimum of two values of the same or compatible types*@x: first value*@y: second value(delta, 9UL) + '0' : "!."[!delta], ticks_value, ticks_title, Snapshot the ->dynticks counter with full ordering so as to allow* stable comparison of this counter with past and future snapshots. & 0xfff, Track process nesting level. , Track irq/NMI nesting level. , Snapshot of softirq activity. , kstat_softirqs_cpu(RCU_SOFTIRQ, cpu), READ_ONCE(Number of calls to ) - Snapshot of n_force_qs at , fast_no_hz) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |