Symbol: sort_entry
kernel/trace/tracing_map.c
1077
struct tracing_map_sort_entry *sort_entry, **entries;
kernel/trace/tracing_map.c
1080
entries = vmalloc_array(map->max_elts, sizeof(sort_entry));
kernel/trace/tracing_map.c
951
struct tracing_map_sort_entry *sort_entry;
kernel/trace/tracing_map.c
953
sort_entry = kzalloc_obj(*sort_entry);
kernel/trace/tracing_map.c
954
if (!sort_entry)
kernel/trace/tracing_map.c
957
sort_entry->key = key;
kernel/trace/tracing_map.c
958
sort_entry->elt = elt;
kernel/trace/tracing_map.c
960
return sort_entry;
tools/perf/builtin-c2c.c
474
struct sort_entry *se;
tools/perf/builtin-c2c.c
494
static int symbol_width(struct hists *hists, struct sort_entry *se)
tools/perf/util/sort.c
1029
struct sort_entry sort_parent = {
tools/perf/util/sort.c
1050
static struct sort_entry sort_cpu = {
tools/perf/util/sort.c
1081
static struct sort_entry sort_parallelism = {
tools/perf/util/sort.c
1122
static struct sort_entry sort_cgroup_id = {
tools/perf/util/sort.c
1155
static struct sort_entry sort_cgroup = {
tools/perf/util/sort.c
1186
static struct sort_entry sort_socket = {
tools/perf/util/sort.c
1217
static struct sort_entry sort_time = {
tools/perf/util/sort.c
1286
static struct sort_entry sort_trace = {
tools/perf/util/sort.c
143
struct sort_entry sort_thread = {
tools/perf/util/sort.c
1444
struct sort_entry sort_dso_from = {
tools/perf/util/sort.c
1452
struct sort_entry sort_dso_to = {
tools/perf/util/sort.c
1460
struct sort_entry sort_sym_from = {
tools/perf/util/sort.c
1468
struct sort_entry sort_sym_to = {
tools/perf/util/sort.c
1581
static struct sort_entry sort_addr_from = {
tools/perf/util/sort.c
1589
static struct sort_entry sort_addr_to = {
tools/perf/util/sort.c
1646
static struct sort_entry sort_cycles = {
tools/perf/util/sort.c
181
static struct sort_entry sort_tgid = {
tools/perf/util/sort.c
1936
static struct sort_entry sort_mispredict = {
tools/perf/util/sort.c
1955
static struct sort_entry sort_local_weight = {
tools/perf/util/sort.c
1969
static struct sort_entry sort_global_weight = {
tools/perf/util/sort.c
1988
static struct sort_entry sort_local_ins_lat = {
tools/perf/util/sort.c
2002
static struct sort_entry sort_global_ins_lat = {
tools/perf/util/sort.c
2028
static struct sort_entry sort_local_p_stage_cyc = {
tools/perf/util/sort.c
2035
static struct sort_entry sort_global_p_stage_cyc = {
tools/perf/util/sort.c
2042
static struct sort_entry sort_mem_daddr_sym = {
tools/perf/util/sort.c
2049
static struct sort_entry sort_mem_iaddr_sym = {
tools/perf/util/sort.c
2056
static struct sort_entry sort_mem_daddr_dso = {
tools/perf/util/sort.c
2063
static struct sort_entry sort_mem_locked = {
tools/perf/util/sort.c
2070
static struct sort_entry sort_mem_tlb = {
tools/perf/util/sort.c
2077
static struct sort_entry sort_mem_lvl = {
tools/perf/util/sort.c
2084
static struct sort_entry sort_mem_snoop = {
tools/perf/util/sort.c
2091
static struct sort_entry sort_mem_dcacheline = {
tools/perf/util/sort.c
2126
static struct sort_entry sort_mem_blocked = {
tools/perf/util/sort.c
2167
static struct sort_entry sort_mem_phys_daddr = {
tools/perf/util/sort.c
2196
static struct sort_entry sort_mem_data_page_size = {
tools/perf/util/sort.c
2221
static struct sort_entry sort_code_page_size = {
tools/perf/util/sort.c
2253
static struct sort_entry sort_abort = {
tools/perf/util/sort.c
2285
static struct sort_entry sort_in_tx = {
tools/perf/util/sort.c
2357
static struct sort_entry sort_transaction = {
tools/perf/util/sort.c
236
static struct sort_entry sort_simd = {
tools/perf/util/sort.c
2396
static struct sort_entry sort_sym_size = {
tools/perf/util/sort.c
2435
static struct sort_entry sort_dso_size = {
tools/perf/util/sort.c
2472
static struct sort_entry sort_addr = {
tools/perf/util/sort.c
2537
struct sort_entry sort_type = {
tools/perf/util/sort.c
2590
static struct sort_entry sort_type_offset = {
tools/perf/util/sort.c
2662
static struct sort_entry sort_type_cacheline = {
tools/perf/util/sort.c
2675
struct sort_entry *entry;
tools/perf/util/sort.c
274
struct sort_entry sort_comm = {
tools/perf/util/sort.c
2853
struct sort_entry *se;
tools/perf/util/sort.c
383
struct sort_entry sort_comm_nodigit = {
tools/perf/util/sort.c
449
struct sort_entry sort_dso = {
tools/perf/util/sort.c
576
struct sort_entry sort_sym = {
tools/perf/util/sort.c
622
static struct sort_entry sort_sym_offset = {
tools/perf/util/sort.c
680
struct sort_entry sort_srcline = {
tools/perf/util/sort.c
733
static struct sort_entry sort_srcline_from = {
tools/perf/util/sort.c
781
static struct sort_entry sort_srcline_to = {
tools/perf/util/sort.c
817
static struct sort_entry sort_sym_ipc = {
tools/perf/util/sort.c
835
static struct sort_entry sort_sym_ipc_null = {
tools/perf/util/sort.c
868
static struct sort_entry sort_callchain_branch_predicted = {
tools/perf/util/sort.c
898
static struct sort_entry sort_callchain_branch_abort = {
tools/perf/util/sort.c
931
static struct sort_entry sort_callchain_branch_cycles = {
tools/perf/util/sort.c
998
static struct sort_entry sort_srcfile = {
tools/perf/util/sort.h
131
extern struct sort_entry sort_thread;
tools/perf/util/sort.h
20
extern struct sort_entry sort_comm;
tools/perf/util/sort.h
21
extern struct sort_entry sort_dso;
tools/perf/util/sort.h
22
extern struct sort_entry sort_sym;
tools/perf/util/sort.h
23
extern struct sort_entry sort_parent;
tools/perf/util/sort.h
24
extern struct sort_entry sort_dso_from;
tools/perf/util/sort.h
25
extern struct sort_entry sort_dso_to;
tools/perf/util/sort.h
26
extern struct sort_entry sort_sym_from;
tools/perf/util/sort.h
27
extern struct sort_entry sort_sym_to;
tools/perf/util/sort.h
28
extern struct sort_entry sort_srcline;
tools/perf/util/sort.h
29
extern struct sort_entry sort_type;