Linux Perf
sort_entry Struct Reference

#include <sort.h>

Collaboration diagram for sort_entry:
Collaboration graph

Public Attributes

const char * se_header
 
int64_t(* se_cmp )(struct hist_entry *, struct hist_entry *)
 
int64_t(* se_collapse )(struct hist_entry *, struct hist_entry *)
 
int64_t(* se_sort )(struct hist_entry *, struct hist_entry *)
 
int(* se_snprintf )(struct hist_entry *he, char *bf, size_t size, unsigned int width)
 
int(* se_filter )(struct hist_entry *he, int type, const void *arg)
 
u8 se_width_idx
 

Detailed Description

Definition at line 261 of file sort.h.

Member Data Documentation

◆ se_cmp

int64_t(* sort_entry::se_cmp) (struct hist_entry *, struct hist_entry *)

Definition at line 264 of file sort.h.

◆ se_collapse

int64_t(* sort_entry::se_collapse) (struct hist_entry *, struct hist_entry *)

Definition at line 265 of file sort.h.

◆ se_filter

int(* sort_entry::se_filter) (struct hist_entry *he, int type, const void *arg)

Definition at line 269 of file sort.h.

◆ se_header

const char* sort_entry::se_header

Definition at line 262 of file sort.h.

◆ se_snprintf

int(* sort_entry::se_snprintf) (struct hist_entry *he, char *bf, size_t size, unsigned int width)

Definition at line 267 of file sort.h.

◆ se_sort

int64_t(* sort_entry::se_sort) (struct hist_entry *, struct hist_entry *)

Definition at line 266 of file sort.h.

◆ se_width_idx

u8 sort_entry::se_width_idx

Definition at line 270 of file sort.h.


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