tools/perf/util/hisi-ptt.h

Source file repositories/reference/linux-study-clean/tools/perf/util/hisi-ptt.h

File Facts

System
Linux kernel
Corpus path
tools/perf/util/hisi-ptt.h
Extension
.h
Size
512 bytes
Lines
20
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_HISI_PTT_H__
#define INCLUDE__PERF_HISI_PTT_H__

#define HISI_PTT_PMU_NAME		"hisi_ptt"
#define HISI_PTT_AUXTRACE_PRIV_SIZE	sizeof(u64)

struct auxtrace_record *hisi_ptt_recording_init(int *err,
						struct perf_pmu *hisi_ptt_pmu);

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

#endif

Annotation

Implementation Notes