Linux Perf
feature_ops Struct Reference
Collaboration diagram for feature_ops:
Collaboration graph

Public Attributes

int(* write )(struct feat_fd *ff, struct perf_evlist *evlist)
 
void(* print )(struct feat_fd *ff, FILE *fp)
 
int(* process )(struct feat_fd *ff, void *data)
 
const char * name
 
bool full_only
 
bool synthesize
 

Detailed Description

Definition at line 2529 of file header.c.

Member Data Documentation

◆ full_only

bool feature_ops::full_only

Definition at line 2534 of file header.c.

◆ name

const char* feature_ops::name

Definition at line 2533 of file header.c.

◆ print

void(* feature_ops::print) (struct feat_fd *ff, FILE *fp)

Definition at line 2531 of file header.c.

◆ process

int(* feature_ops::process) (struct feat_fd *ff, void *data)

Definition at line 2532 of file header.c.

◆ synthesize

bool feature_ops::synthesize

Definition at line 2535 of file header.c.

◆ write

int(* feature_ops::write) (struct feat_fd *ff, struct perf_evlist *evlist)

Definition at line 2530 of file header.c.


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