Linux Perf
|
#include <sort.h>
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 |
int64_t(* sort_entry::se_cmp) (struct hist_entry *, struct hist_entry *) |
int64_t(* sort_entry::se_collapse) (struct hist_entry *, struct hist_entry *) |
int(* sort_entry::se_filter) (struct hist_entry *he, int type, const void *arg) |
int(* sort_entry::se_snprintf) (struct hist_entry *he, char *bf, size_t size, unsigned int width) |
int64_t(* sort_entry::se_sort) (struct hist_entry *, struct hist_entry *) |