OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:perf_top
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/util/
top.h
35
struct
perf_top
{
struct
57
size_t perf_top__header_snprintf(struct
perf_top
*top, char *bf, size_t size);
58
void perf_top__reset_sample_counters(struct
perf_top
*top);
59
float perf_top__decay_samples(struct
perf_top
*top, struct rb_root *root);
60
void perf_top__find_widths(struct
perf_top
*top, struct rb_root *root,
64
static inline int perf_top__tui_browser(struct
perf_top
*top __used)
69
int perf_top__tui_browser(struct
perf_top
*top);
top.c
21
static double sym_weight(const struct sym_entry *sym, struct
perf_top
*top)
37
static void perf_top__remove_active_sym(struct
perf_top
*top, struct sym_entry *syme)
70
size_t perf_top__header_snprintf(struct
perf_top
*top, char *bf, size_t size)
163
void perf_top__reset_sample_counters(struct
perf_top
*top)
170
float perf_top__decay_samples(struct
perf_top
*top, struct rb_root *root)
213
void perf_top__find_widths(struct
perf_top
*top, struct rb_root *root,
/external/linux-tools-perf/util/ui/browsers/
top.c
36
struct
perf_top
*top = browser->priv;
73
struct
perf_top
*top = browser->b.priv;
123
struct
perf_top
*top = browser->b.priv;
150
struct
perf_top
*top = browser->b.priv;
199
int perf_top__tui_browser(struct
perf_top
*top)
/external/linux-tools-perf/
builtin-top.c
83
static struct
perf_top
top = {
Completed in 129 milliseconds