tools/perf/util/s390-cpumsf.h

Source file repositories/reference/linux-study-clean/tools/perf/util/s390-cpumsf.h

File Facts

System
Linux kernel
Corpus path
tools/perf/util/s390-cpumsf.h
Extension
.h
Size
534 bytes
Lines
22
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_S390_CPUMSF_H
#define INCLUDE__PERF_S390_CPUMSF_H

union perf_event;
struct perf_session;
struct perf_pmu;

struct auxtrace_record *
s390_cpumsf_recording_init(int *err, struct perf_pmu *s390_cpumsf_pmu);

int s390_cpumsf_process_auxtrace_info(union perf_event *event,
				      struct perf_session *session);
#endif

Annotation

Implementation Notes