Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dsort.h39 extern struct sort_entry sort_comm;
40 extern struct sort_entry sort_dso;
41 extern struct sort_entry sort_sym;
42 extern struct sort_entry sort_parent;
43 extern struct sort_entry sort_dso_from;
44 extern struct sort_entry sort_dso_to;
45 extern struct sort_entry sort_sym_from;
46 extern struct sort_entry sort_sym_to;
211 struct sort_entry { struct
224 extern struct sort_entry sort_thread; argument
Dsort.c80 struct sort_entry sort_thread = {
115 struct sort_entry sort_comm = {
170 struct sort_entry sort_dso = {
274 struct sort_entry sort_sym = {
316 struct sort_entry sort_srcline = {
369 struct sort_entry sort_srcfile = {
397 struct sort_entry sort_parent = {
418 struct sort_entry sort_cpu = {
439 struct sort_entry sort_socket = {
549 struct sort_entry sort_dso_from = {
[all …]