Linux Perf
hist_iter_ops Struct Reference

#include <hist.h>

Collaboration diagram for hist_iter_ops:
Collaboration graph

Public Attributes

int(* prepare_entry )(struct hist_entry_iter *, struct addr_location *)
 
int(* add_single_entry )(struct hist_entry_iter *, struct addr_location *)
 
int(* next_entry )(struct hist_entry_iter *, struct addr_location *)
 
int(* add_next_entry )(struct hist_entry_iter *, struct addr_location *)
 
int(* finish_entry )(struct hist_entry_iter *, struct addr_location *)
 

Detailed Description

Definition at line 98 of file hist.h.

Member Data Documentation

◆ add_next_entry

int(* hist_iter_ops::add_next_entry) (struct hist_entry_iter *, struct addr_location *)

Definition at line 102 of file hist.h.

◆ add_single_entry

int(* hist_iter_ops::add_single_entry) (struct hist_entry_iter *, struct addr_location *)

Definition at line 100 of file hist.h.

◆ finish_entry

int(* hist_iter_ops::finish_entry) (struct hist_entry_iter *, struct addr_location *)

Definition at line 103 of file hist.h.

◆ next_entry

int(* hist_iter_ops::next_entry) (struct hist_entry_iter *, struct addr_location *)

Definition at line 101 of file hist.h.

◆ prepare_entry

int(* hist_iter_ops::prepare_entry) (struct hist_entry_iter *, struct addr_location *)

Definition at line 99 of file hist.h.


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