Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
feature_ops Struct Reference

Data Fields

int(* write )(int fd, struct perf_header *h, struct perf_evlist *evlist)
 
void(* print )(struct perf_header *h, int fd, FILE *fp)
 
int(* process )(struct perf_file_section *section, struct perf_header *h, int fd, void *data)
 
const charname
 
bool full_only
 

Detailed Description

Definition at line 1951 of file header.c.

Field Documentation

bool full_only

Definition at line 1957 of file header.c.

const char* name

Definition at line 1956 of file header.c.

void(* print)(struct perf_header *h, int fd, FILE *fp)

Definition at line 1953 of file header.c.

Definition at line 1954 of file header.c.

int(* write)(int fd, struct perf_header *h, struct perf_evlist *evlist)

Definition at line 1952 of file header.c.


The documentation for this struct was generated from the following file: