kernel/trace/rv/monitors/opid/opid_trace.h

Source file repositories/reference/linux-study-clean/kernel/trace/rv/monitors/opid/opid_trace.h

File Facts

System
Linux kernel
Corpus path
kernel/trace/rv/monitors/opid/opid_trace.h
Extension
.h
Size
578 bytes
Lines
20
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_OPID
DEFINE_EVENT(event_da_monitor, event_opid,
	     TP_PROTO(char *state, char *event, char *next_state, bool final_state),
	     TP_ARGS(state, event, next_state, final_state));

DEFINE_EVENT(error_da_monitor, error_opid,
	     TP_PROTO(char *state, char *event),
	     TP_ARGS(state, event));

DEFINE_EVENT(error_env_da_monitor, error_env_opid,
	     TP_PROTO(char *state, char *event, char *env),
	     TP_ARGS(state, event, env));
#endif /* CONFIG_RV_MON_OPID */

Annotation

Implementation Notes