kernel/trace/rv/monitors/sts/sts_trace.h

Source file repositories/reference/linux-study-clean/kernel/trace/rv/monitors/sts/sts_trace.h

File Facts

System
Linux kernel
Corpus path
kernel/trace/rv/monitors/sts/sts_trace.h
Extension
.h
Size
434 bytes
Lines
16
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_STS
DEFINE_EVENT(event_da_monitor, event_sts,
	     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_sts,
	     TP_PROTO(char *state, char *event),
	     TP_ARGS(state, event));
#endif /* CONFIG_RV_MON_STS */

Annotation

Implementation Notes