#include "annotate.h"
#include "util.h"
#include "build-id.h"
#include "hist.h"
#include "session.h"
#include "sort.h"
#include <math.h>
Go to the source code of this file.
|
| u16 | hists__col_len (struct hists *hists, enum hist_column col) |
| |
| void | hists__set_col_len (struct hists *hists, enum hist_column col, u16 len) |
| |
| bool | hists__new_col_len (struct hists *hists, enum hist_column col, u16 len) |
| |
| void | hists__reset_col_len (struct hists *hists) |
| |
| void | hists__calc_col_len (struct hists *hists, struct hist_entry *h) |
| |
| void | hists__output_recalc_col_len (struct hists *hists, int max_rows) |
| |
| void | hists__decay_entries (struct hists *hists, bool zap_user, bool zap_kernel) |
| |
| void | hists__decay_entries_threaded (struct hists *hists, bool zap_user, bool zap_kernel) |
| |
| struct hist_entry * | __hists__add_branch_entry (struct hists *self, struct addr_location *al, struct symbol *sym_parent, struct branch_info *bi, u64 period) |
| |
| struct hist_entry * | __hists__add_entry (struct hists *self, struct addr_location *al, struct symbol *sym_parent, u64 period) |
| |
| int64_t | hist_entry__cmp (struct hist_entry *left, struct hist_entry *right) |
| |
| int64_t | hist_entry__collapse (struct hist_entry *left, struct hist_entry *right) |
| |
| void | hist_entry__free (struct hist_entry *he) |
| |
| void | hists__collapse_resort (struct hists *hists) |
| |
| void | hists__collapse_resort_threaded (struct hists *hists) |
| |
| void | hists__output_resort (struct hists *hists) |
| |
| void | hists__output_resort_threaded (struct hists *hists) |
| |
| void | hists__filter_by_dso (struct hists *hists) |
| |
| void | hists__filter_by_thread (struct hists *hists) |
| |
| void | hists__filter_by_symbol (struct hists *hists) |
| |
| int | hist_entry__inc_addr_samples (struct hist_entry *he, int evidx, u64 ip) |
| |
| int | hist_entry__annotate (struct hist_entry *he, size_t privsize) |
| |
| void | hists__inc_nr_events (struct hists *hists, u32 type) |
| |
- Enumerator:
| HIST_FILTER__DSO |
|
| HIST_FILTER__THREAD |
|
| HIST_FILTER__PARENT |
|
| HIST_FILTER__SYMBOL |
|
Definition at line 16 of file hist.c.
Initial value:= {
.min_percent = 0.5,
}
Definition at line 23 of file hist.c.