Home
last modified time | relevance | path

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

/tools/perf/util/
Dsort.h28 extern struct sort_entry sort_comm;
29 extern struct sort_entry sort_dso;
30 extern struct sort_entry sort_sym;
31 extern struct sort_entry sort_parent;
32 extern struct sort_entry sort_dso_from;
33 extern struct sort_entry sort_dso_to;
34 extern struct sort_entry sort_sym_from;
35 extern struct sort_entry sort_sym_to;
36 extern struct sort_entry sort_srcline;
264 struct sort_entry { struct
[all …]
Dsort.c120 struct sort_entry sort_thread = {
159 struct sort_entry sort_comm = {
225 struct sort_entry sort_dso = {
352 struct sort_entry sort_sym = {
388 struct sort_entry sort_srcline = {
420 struct sort_entry sort_srcline_from = {
447 struct sort_entry sort_srcline_to = {
480 struct sort_entry sort_sym_ipc = {
498 struct sort_entry sort_sym_ipc_null = {
550 struct sort_entry sort_srcfile = {
[all …]
/tools/perf/
Dbuiltin-c2c.c402 struct sort_entry *se;
422 static int symbol_width(struct hists *hists, struct sort_entry *se) in symbol_width()