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

/linux-master/tools/perf/util/
H A Dsort.h29 extern struct sort_entry sort_comm;
30 extern struct sort_entry sort_dso;
31 extern struct sort_entry sort_sym;
32 extern struct sort_entry sort_parent;
33 extern struct sort_entry sort_dso_from;
34 extern struct sort_entry sort_dso_to;
35 extern struct sort_entry sort_sym_from;
36 extern struct sort_entry sort_sym_to;
37 extern struct sort_entry sort_srcline;
38 extern struct sort_entry sort_typ
289 struct sort_entry { struct
[all...]
H A Dsort.c135 struct sort_entry sort_thread = {
182 struct sort_entry sort_simd = {
220 struct sort_entry sort_comm = {
286 struct sort_entry sort_dso = {
413 struct sort_entry sort_sym = {
459 struct sort_entry sort_sym_offset = {
517 struct sort_entry sort_srcline = {
570 struct sort_entry sort_srcline_from = {
618 struct sort_entry sort_srcline_to = {
654 struct sort_entry sort_sym_ip
[all...]
/linux-master/kernel/trace/
H A Dtracing_map.c954 struct tracing_map_sort_entry *sort_entry; local
956 sort_entry = kzalloc(sizeof(*sort_entry), GFP_KERNEL);
957 if (!sort_entry)
960 sort_entry->key = key;
961 sort_entry->elt = elt;
963 return sort_entry;
1080 struct tracing_map_sort_entry *sort_entry, **entries; local
1083 entries = vmalloc(array_size(sizeof(sort_entry), map->max_elts));
/linux-master/tools/perf/
H A Dbuiltin-c2c.c430 struct sort_entry *se;
450 static int symbol_width(struct hists *hists, struct sort_entry *se)
491 /* Use the last line from sort_entry if not defined. */

Completed in 141 milliseconds