Home
last modified time | relevance | path

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

/tools/perf/util/
Dsort.h26 extern struct sort_entry sort_comm;
27 extern struct sort_entry sort_dso;
28 extern struct sort_entry sort_sym;
29 extern struct sort_entry sort_parent;
30 extern struct sort_entry sort_dso_from;
31 extern struct sort_entry sort_dso_to;
32 extern struct sort_entry sort_sym_from;
33 extern struct sort_entry sort_sym_to;
34 extern struct sort_entry sort_srcline;
256 struct sort_entry { struct
[all …]
Dsort.c117 struct sort_entry sort_thread = {
156 struct sort_entry sort_comm = {
222 struct sort_entry sort_dso = {
342 struct sort_entry sort_sym = {
378 struct sort_entry sort_srcline = {
410 struct sort_entry sort_srcline_from = {
437 struct sort_entry sort_srcline_to = {
470 struct sort_entry sort_sym_ipc = {
488 struct sort_entry sort_sym_ipc_null = {
540 struct sort_entry sort_srcfile = {
[all …]
/tools/perf/
Dbuiltin-c2c.c398 struct sort_entry *se;
418 static int symbol_width(struct hists *hists, struct sort_entry *se) in symbol_width()