Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsort.h20 extern struct sort_entry sort_comm;
21 extern struct sort_entry sort_dso;
22 extern struct sort_entry sort_sym;
23 extern struct sort_entry sort_parent;
24 extern struct sort_entry sort_dso_from;
25 extern struct sort_entry sort_dso_to;
26 extern struct sort_entry sort_sym_from;
27 extern struct sort_entry sort_sym_to;
28 extern struct sort_entry sort_srcline;
29 extern struct sort_entry sort_typ
117 struct sort_entry { global() struct
130 se_width_idxsort_entry global() argument
[all...]
H A Dsort.c138 struct sort_entry sort_thread = {
176 static struct sort_entry sort_tgid = {
231 static struct sort_entry sort_simd = {
269 struct sort_entry sort_comm = {
378 struct sort_entry sort_comm_nodigit = { in sort__sym_cmp()
444 struct sort_entry sort_dso = { in hist_entry__sym_filter()
571 struct sort_entry sort_sym = {
617 static struct sort_entry sort_sym_offset = {
675 struct sort_entry sort_srcline = { in hist_entry__sym_ipc_snprintf()
728 static struct sort_entry sort_srcline_fro in hist_entry__callchain_branch_predicted_snprintf()
[all...]
/linux/kernel/trace/
H A Dtracing_map.c950 struct tracing_map_sort_entry *sort_entry; in create_sort_entry() local
952 sort_entry = kzalloc_obj(*sort_entry); in create_sort_entry()
953 if (!sort_entry) in create_sort_entry()
956 sort_entry->key = key; in create_sort_entry()
957 sort_entry->elt = elt; in create_sort_entry()
959 return sort_entry; in create_sort_entry()
1076 struct tracing_map_sort_entry *sort_entry, **entries; in tracing_map_sort_entries() local
1079 entries = vmalloc_array(map->max_elts, sizeof(sort_entry)); in tracing_map_sort_entries()
/linux/tools/perf/
H A Dbuiltin-c2c.c451 struct sort_entry *se;
471 static int symbol_width(struct hists *hists, struct sort_entry *se) in symbol_width()
512 /* Use the last line from sort_entry if not defined. */ in c2c_header()