kernel/trace/error_report-traces.c

Source file repositories/reference/linux-study-clean/kernel/trace/error_report-traces.c

File Facts

System
Linux kernel
Corpus path
kernel/trace/error_report-traces.c
Extension
.c
Size
231 bytes
Lines
12
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

// SPDX-License-Identifier: GPL-2.0
/*
 * Error reporting trace points.
 *
 * Copyright (C) 2021, Google LLC.
 */

#define CREATE_TRACE_POINTS
#include <trace/events/error_report.h>

EXPORT_TRACEPOINT_SYMBOL_GPL(error_report_end);

Annotation

Implementation Notes