|
#define | hpp__call_print_fn(hpp, fn, fmt, ...) |
|
#define | __HPP_COLOR_PERCENT_FN(_type, _field) |
|
#define | __HPP_ENTRY_PERCENT_FN(_type, _field) |
|
#define | __HPP_SORT_FN(_type, _field) |
|
#define | __HPP_COLOR_ACC_PERCENT_FN(_type, _field) |
|
#define | __HPP_ENTRY_ACC_PERCENT_FN(_type, _field) |
|
#define | __HPP_SORT_ACC_FN(_type, _field) |
|
#define | __HPP_ENTRY_RAW_FN(_type, _field) |
|
#define | __HPP_SORT_RAW_FN(_type, _field) |
|
#define | HPP_PERCENT_FNS(_type, _field) |
|
#define | HPP_PERCENT_ACC_FNS(_type, _field) |
|
#define | HPP_RAW_FNS(_type, _field) |
|
#define | HPP__COLOR_PRINT_FNS(_name, _fn, _idx) |
|
#define | HPP__COLOR_ACC_PRINT_FNS(_name, _fn, _idx) |
|
#define | HPP__PRINT_FNS(_name, _fn, _idx) |
|
|
static int | __hpp__fmt (struct perf_hpp *hpp, struct hist_entry *he, hpp_field_fn get_field, const char *fmt, int len, hpp_snprint_fn print_fn, bool fmt_percent) |
|
int | hpp__fmt (struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, hpp_field_fn get_field, const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) |
|
int | hpp__fmt_acc (struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, hpp_field_fn get_field, const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) |
|
static int | field_cmp (u64 field_a, u64 field_b) |
|
static int | __hpp__sort (struct hist_entry *a, struct hist_entry *b, hpp_field_fn get_field) |
|
static int | __hpp__sort_acc (struct hist_entry *a, struct hist_entry *b, hpp_field_fn get_field) |
|
static int | hpp__width_fn (struct perf_hpp_fmt *fmt, struct perf_hpp *hpp __maybe_unused, struct hists *hists) |
|
static int | hpp__header_fn (struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hists *hists, int line __maybe_unused, int *span __maybe_unused) |
|
int | hpp_color_scnprintf (struct perf_hpp *hpp, const char *fmt,...) |
|
static int | hpp_entry_scnprintf (struct perf_hpp *hpp, const char *fmt,...) |
|
static int64_t | hpp__nop_cmp (struct perf_hpp_fmt *fmt __maybe_unused, struct hist_entry *a __maybe_unused, struct hist_entry *b __maybe_unused) |
|
static bool | perf_hpp__is_hpp_entry (struct perf_hpp_fmt *a) |
|
static bool | hpp__equal (struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) |
|
void | perf_hpp__init (void) |
|
void | perf_hpp_list__column_register (struct perf_hpp_list *list, struct perf_hpp_fmt *format) |
|
void | perf_hpp_list__register_sort_field (struct perf_hpp_list *list, struct perf_hpp_fmt *format) |
|
void | perf_hpp_list__prepend_sort_field (struct perf_hpp_list *list, struct perf_hpp_fmt *format) |
|
void | perf_hpp__column_unregister (struct perf_hpp_fmt *format) |
|
void | perf_hpp__cancel_cumulate (void) |
|
static bool | fmt_equal (struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) |
|
void | perf_hpp__setup_output_field (struct perf_hpp_list *list) |
|
void | perf_hpp__append_sort_keys (struct perf_hpp_list *list) |
|
static void | fmt_free (struct perf_hpp_fmt *fmt) |
|
void | perf_hpp__reset_output_field (struct perf_hpp_list *list) |
|
unsigned int | hists__sort_list_width (struct hists *hists) |
|
unsigned int | hists__overhead_width (struct hists *hists) |
|
void | perf_hpp__reset_width (struct perf_hpp_fmt *fmt, struct hists *hists) |
|
void | hists__reset_column_width (struct hists *hists) |
|
void | perf_hpp__set_user_width (const char *width_list_str) |
|
static int | add_hierarchy_fmt (struct hists *hists, struct perf_hpp_fmt *fmt) |
|
int | perf_hpp__setup_hists_formats (struct perf_hpp_list *list, struct perf_evlist *evlist) |
|