We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1614b2b commit 1e5428bCopy full SHA for 1e5428b
arch/arm64/include/asm/stacktrace.h
@@ -47,6 +47,10 @@ struct stack_info {
47
* @prev_type: The type of stack this frame record was on, or a synthetic
48
* value of STACK_TYPE_UNKNOWN. This is used to detect a
49
* transition from one stack to another.
50
+ *
51
+ * @kr_cur: When KRETPROBES is selected, holds the kretprobe instance
52
+ * associated with the most recently encountered replacement lr
53
+ * value.
54
*/
55
struct stackframe {
56
unsigned long fp;
0 commit comments