Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A 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;
273 struct sort_entry { struct
[all …]
A Dsort.c123 struct sort_entry sort_thread = {
162 struct sort_entry sort_comm = {
228 struct sort_entry sort_dso = {
355 struct sort_entry sort_sym = {
581 struct sort_entry sort_parent = {
602 struct sort_entry sort_cpu = {
675 struct sort_entry sort_cgroup = {
737 struct sort_entry sort_time = {
803 struct sort_entry sort_trace = {
1817 struct sort_entry *entry;
[all …]
/linux/kernel/trace/
A Dtracing_map.c949 struct tracing_map_sort_entry *sort_entry; in create_sort_entry() local
951 sort_entry = kzalloc(sizeof(*sort_entry), GFP_KERNEL); in create_sort_entry()
952 if (!sort_entry) in create_sort_entry()
955 sort_entry->key = key; in create_sort_entry()
956 sort_entry->elt = elt; in create_sort_entry()
958 return sort_entry; in create_sort_entry()
1075 struct tracing_map_sort_entry *sort_entry, **entries; in tracing_map_sort_entries() local
1078 entries = vmalloc(array_size(sizeof(sort_entry), map->max_elts)); in tracing_map_sort_entries()
/linux/tools/perf/
A Dbuiltin-c2c.c408 struct sort_entry *se;
428 static int symbol_width(struct hists *hists, struct sort_entry *se) in symbol_width()

Completed in 25 milliseconds