Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dsort.h38 extern struct sort_entry sort_comm;
39 extern struct sort_entry sort_dso;
40 extern struct sort_entry sort_sym;
41 extern struct sort_entry sort_parent;
42 extern struct sort_entry sort_dso_from;
43 extern struct sort_entry sort_dso_to;
44 extern struct sort_entry sort_sym_from;
45 extern struct sort_entry sort_sym_to;
196 struct sort_entry { struct
209 extern struct sort_entry sort_thread; argument
Dsort.c79 struct sort_entry sort_thread = {
114 struct sort_entry sort_comm = {
169 struct sort_entry sort_dso = {
275 struct sort_entry sort_sym = {
317 struct sort_entry sort_srcline = {
345 struct sort_entry sort_parent = {
366 struct sort_entry sort_cpu = {
476 struct sort_entry sort_dso_from = {
483 struct sort_entry sort_dso_to = {
490 struct sort_entry sort_sym_from = {
[all …]