tools/perf/util/powerpc-vpadtl.h

Source file repositories/reference/linux-study-clean/tools/perf/util/powerpc-vpadtl.h

File Facts

System
Linux kernel
Corpus path
tools/perf/util/powerpc-vpadtl.h
Extension
.h
Size
457 bytes
Lines
24
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 INCLUDE__PERF_POWERPC_VPADTL_H__
#define INCLUDE__PERF_POWERPC_VPADTL_H__

enum {
	POWERPC_VPADTL_TYPE,
	VPADTL_AUXTRACE_PRIV_MAX,
};

#define VPADTL_AUXTRACE_PRIV_SIZE (VPADTL_AUXTRACE_PRIV_MAX * sizeof(u64))

union perf_event;
struct perf_session;
struct perf_pmu;

int powerpc_vpadtl_process_auxtrace_info(union perf_event *event,
				  struct perf_session *session);

#endif

Annotation

Implementation Notes