• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/

Lines Matching refs:self

20 void objdump_line__free(struct objdump_line *self);
80 struct hist_entry *__hists__add_entry(struct hists *self,
85 int hist_entry__fprintf(struct hist_entry *self, struct hists *hists,
88 int hist_entry__snprintf(struct hist_entry *self, char *bf, size_t size,
94 void hists__output_resort(struct hists *self);
95 void hists__collapse_resort(struct hists *self);
97 void hists__inc_nr_events(struct hists *self, u32 type);
98 size_t hists__fprintf_nr_events(struct hists *self, FILE *fp);
100 size_t hists__fprintf(struct hists *self, struct hists *pair,
103 int hist_entry__inc_addr_samples(struct hist_entry *self, u64 ip);
104 int hist_entry__annotate(struct hist_entry *self, struct list_head *head,
107 void hists__filter_by_dso(struct hists *self, const struct dso *dso);
108 void hists__filter_by_thread(struct hists *self, const struct thread *thread);
110 u16 hists__col_len(struct hists *self, enum hist_column col);
111 void hists__set_col_len(struct hists *self, enum hist_column col, u16 len);
112 bool hists__new_col_len(struct hists *self, enum hist_column col, u16 len);
115 static inline int hists__browse(struct hists *self __used,
122 static inline int hists__tui_browse_tree(struct rb_root *self __used,
128 static inline int hist_entry__tui_annotate(struct hist_entry *self __used)
136 int hists__browse(struct hists *self, const char *helpline,
138 int hist_entry__tui_annotate(struct hist_entry *self);
143 int hists__tui_browse_tree(struct rb_root *self, const char *help);
146 unsigned int hists__sort_list_width(struct hists *self);