Linux Perf
hist_entry_iter Struct Reference

#include <hist.h>

Collaboration diagram for hist_entry_iter:
Collaboration graph

Public Attributes

int total
 
int curr
 
bool hide_unresolved
 
struct perf_evselevsel
 
struct perf_samplesample
 
struct hist_entryhe
 
struct symbolparent
 
void * priv
 
const struct hist_iter_opsops
 
int(* add_entry_cb )(struct hist_entry_iter *iter, struct addr_location *al, bool single, void *arg)
 

Detailed Description

Definition at line 106 of file hist.h.

Member Data Documentation

◆ add_entry_cb

int(* hist_entry_iter::add_entry_cb) (struct hist_entry_iter *iter, struct addr_location *al, bool single, void *arg)

Definition at line 120 of file hist.h.

◆ curr

int hist_entry_iter::curr

Definition at line 108 of file hist.h.

◆ evsel

struct perf_evsel* hist_entry_iter::evsel

Definition at line 112 of file hist.h.

◆ he

struct hist_entry* hist_entry_iter::he

Definition at line 114 of file hist.h.

◆ hide_unresolved

bool hist_entry_iter::hide_unresolved

Definition at line 110 of file hist.h.

◆ ops

const struct hist_iter_ops* hist_entry_iter::ops

Definition at line 118 of file hist.h.

◆ parent

struct symbol* hist_entry_iter::parent

Definition at line 115 of file hist.h.

◆ priv

void* hist_entry_iter::priv

Definition at line 116 of file hist.h.

◆ sample

struct perf_sample* hist_entry_iter::sample

Definition at line 113 of file hist.h.

◆ total

int hist_entry_iter::total

Definition at line 107 of file hist.h.


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