arch/s390/include/asm/trace_clock.h

Source file repositories/reference/linux-study-clean/arch/s390/include/asm/trace_clock.h

File Facts

System
Linux kernel
Corpus path
arch/s390/include/asm/trace_clock.h
Extension
.h
Size
316 bytes
Lines
14
Domain
Architecture Layer
Bucket
arch/s390
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _ASM_S390_TRACE_CLOCK_H
#define _ASM_S390_TRACE_CLOCK_H

#include <linux/compiler.h>
#include <linux/types.h>

u64 notrace trace_clock_s390_tod(void);

#define ARCH_TRACE_CLOCKS \
	{ trace_clock_s390_tod, "s390-tod", .in_ns = 0 },

#endif /* _ASM_S390_TRACE_CLOCK_H */

Annotation

Implementation Notes