tools/bpf/bpftool/cfg.h

Source file repositories/reference/linux-study-clean/tools/bpf/bpftool/cfg.h

File Facts

System
Linux kernel
Corpus path
tools/bpf/bpftool/cfg.h
Extension
.h
Size
328 bytes
Lines
13
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

#ifndef __BPF_TOOL_CFG_H
#define __BPF_TOOL_CFG_H

#include "xlated_dumper.h"

void dump_xlated_cfg(struct dump_data *dd, void *buf, unsigned int len,
		     bool opcodes, bool linum);

#endif /* __BPF_TOOL_CFG_H */

Annotation

Implementation Notes