kernel/trace/rv/monitors/pagefault/pagefault_trace.h

Source file repositories/reference/linux-study-clean/kernel/trace/rv/monitors/pagefault/pagefault_trace.h

File Facts

System
Linux kernel
Corpus path
kernel/trace/rv/monitors/pagefault/pagefault_trace.h
Extension
.h
Size
448 bytes
Lines
15
Domain
Core OS
Bucket
Scheduler, Processes, Timers, Sync, And Syscalls
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifdef CONFIG_RV_MON_PAGEFAULT
DEFINE_EVENT(event_ltl_monitor_id, event_pagefault,
	     TP_PROTO(struct task_struct *task, char *states, char *atoms, char *next),
	     TP_ARGS(task, states, atoms, next));
DEFINE_EVENT(error_ltl_monitor_id, error_pagefault,
	     TP_PROTO(struct task_struct *task),
	     TP_ARGS(task));
#endif /* CONFIG_RV_MON_PAGEFAULT */

Annotation

Implementation Notes