tools/objtool/include/objtool/trace.h

Source file repositories/reference/linux-study-clean/tools/objtool/include/objtool/trace.h

File Facts

System
Linux kernel
Corpus path
tools/objtool/include/objtool/trace.h
Extension
.h
Size
3391 bytes
Lines
142
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

static inline void trace_enable(void) {}
static inline void trace_disable(void) {}
static inline void trace_depth_inc(void) {}
static inline void trace_depth_dec(void) {}
static inline void trace_alt_begin(struct instruction *orig_insn,
				   struct alternative *alt,
				   char *alt_name) {};
static inline void trace_alt_end(struct instruction *orig_insn,
				 struct alternative *alt,
				 char *alt_name) {};

#endif

#endif /* _TRACE_H */

Annotation

Implementation Notes