Home
last modified time | relevance | path

Searched refs:sort_entry (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/tools/perf/util/
Dsort.h35 extern struct sort_entry sort_comm;
36 extern struct sort_entry sort_dso;
37 extern struct sort_entry sort_sym;
38 extern struct sort_entry sort_parent;
89 struct sort_entry { struct
102 extern struct sort_entry sort_thread; argument
121 void sort_entry__setup_elide(struct sort_entry *self, struct strlist *list,
Dsort.c31 struct sort_entry sort_thread = {
38 struct sort_entry sort_comm = {
46 struct sort_entry sort_dso = {
53 struct sort_entry sort_sym = {
60 struct sort_entry sort_parent = {
67 struct sort_entry sort_cpu = {
76 struct sort_entry *entry;
336 void sort_entry__setup_elide(struct sort_entry *self, struct strlist *list, in sort_entry__setup_elide()
Dhist.c184 struct sort_entry *se; in hist_entry__cmp()
199 struct sort_entry *se; in hist_entry__collapse()
601 struct sort_entry *se; in hist_entry__snprintf()
730 struct sort_entry *se = list_first_entry(&hist_entry__sort_list, in hist_entry__fprintf_callchain()
743 struct sort_entry *se; in hists__fprintf()
880 struct sort_entry *se; in hists__sort_list_width()