Home
last modified time | relevance | path

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

/linux-3.4.99/tools/perf/util/
Dsort.h36 extern struct sort_entry sort_comm;
37 extern struct sort_entry sort_dso;
38 extern struct sort_entry sort_sym;
39 extern struct sort_entry sort_parent;
40 extern struct sort_entry sort_dso_from;
41 extern struct sort_entry sort_dso_to;
42 extern struct sort_entry sort_sym_from;
43 extern struct sort_entry sort_sym_to;
102 struct sort_entry { struct
115 extern struct sort_entry sort_thread; argument
[all …]
Dsort.c68 struct sort_entry sort_thread = {
121 struct sort_entry sort_comm = {
202 struct sort_entry sort_dso = {
237 struct sort_entry sort_sym = {
265 struct sort_entry sort_parent = {
286 struct sort_entry sort_cpu = {
307 struct sort_entry sort_dso_from = {
371 struct sort_entry sort_dso_to = {
378 struct sort_entry sort_sym_from = {
385 struct sort_entry sort_sym_to = {
[all …]
Dhist.c341 struct sort_entry *se; in hist_entry__cmp()
356 struct sort_entry *se; in hist_entry__collapse()
964 struct sort_entry *se; in hist_entry__snprintf()
1004 struct sort_entry *se = list_first_entry(&hist_entry__sort_list, in hist_entry__fprintf_callchain()
1017 struct sort_entry *se; in hists__fprintf()
1186 struct sort_entry *se; in hists__sort_list_width()
/linux-3.4.99/tools/perf/util/gtk/
Dbrowser.c53 struct sort_entry *se; in perf_gtk_show_hists()