Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dsort.h19 extern struct sort_entry sort_comm;
20 extern struct sort_entry sort_dso;
21 extern struct sort_entry sort_sym;
22 extern struct sort_entry sort_parent;
23 extern struct sort_entry sort_dso_from;
24 extern struct sort_entry sort_dso_to;
25 extern struct sort_entry sort_sym_from;
26 extern struct sort_entry sort_sym_to;
27 extern struct sort_entry sort_srcline;
28 extern struct sort_entry sort_type;
[all …]
A Dsort.c136 struct sort_entry sort_thread = {
183 struct sort_entry sort_simd = {
221 struct sort_entry sort_comm = {
287 struct sort_entry sort_dso = {
414 struct sort_entry sort_sym = {
792 struct sort_entry sort_cpu = {
927 struct sort_entry sort_time = {
994 struct sort_entry sort_trace = {
2176 struct sort_entry sort_addr = {
2383 struct sort_entry *entry;
[all …]
/linux/kernel/trace/
A Dtracing_map.c954 struct tracing_map_sort_entry *sort_entry; in create_sort_entry() local
956 sort_entry = kzalloc(sizeof(*sort_entry), GFP_KERNEL); in create_sort_entry()
957 if (!sort_entry) in create_sort_entry()
960 sort_entry->key = key; in create_sort_entry()
961 sort_entry->elt = elt; in create_sort_entry()
963 return sort_entry; in create_sort_entry()
1080 struct tracing_map_sort_entry *sort_entry, **entries; in tracing_map_sort_entries() local
1083 entries = vmalloc(array_size(sizeof(sort_entry), map->max_elts)); in tracing_map_sort_entries()
/linux/tools/perf/
A Dbuiltin-c2c.c413 struct sort_entry *se;
433 static int symbol_width(struct hists *hists, struct sort_entry *se) in symbol_width()

Completed in 28 milliseconds