sort_entry
struct tracing_map_sort_entry *sort_entry, **entries;
entries = vmalloc_array(map->max_elts, sizeof(sort_entry));
struct tracing_map_sort_entry *sort_entry;
sort_entry = kzalloc_obj(*sort_entry);
if (!sort_entry)
sort_entry->key = key;
sort_entry->elt = elt;
return sort_entry;
struct sort_entry *se;
static int symbol_width(struct hists *hists, struct sort_entry *se)
struct sort_entry sort_cgroup = {
struct sort_entry sort_socket = {
struct sort_entry sort_time = {
struct sort_entry sort_trace = {
struct sort_entry sort_dso_from = {
struct sort_entry sort_dso_to = {
struct sort_entry sort_sym_from = {
struct sort_entry sort_sym_to = {
struct sort_entry sort_thread = {
struct sort_entry sort_addr_from = {
struct sort_entry sort_addr_to = {
struct sort_entry sort_cycles = {
struct sort_entry sort_tgid = {
struct sort_entry sort_mispredict = {
struct sort_entry sort_local_weight = {
struct sort_entry sort_global_weight = {
struct sort_entry sort_local_ins_lat = {
struct sort_entry sort_global_ins_lat = {
struct sort_entry sort_local_p_stage_cyc = {
struct sort_entry sort_global_p_stage_cyc = {
struct sort_entry sort_mem_daddr_sym = {
struct sort_entry sort_mem_iaddr_sym = {
struct sort_entry sort_mem_daddr_dso = {
struct sort_entry sort_mem_locked = {
struct sort_entry sort_mem_tlb = {
struct sort_entry sort_mem_lvl = {
struct sort_entry sort_mem_snoop = {
struct sort_entry sort_mem_dcacheline = {
struct sort_entry sort_mem_blocked = {
struct sort_entry sort_mem_phys_daddr = {
struct sort_entry sort_mem_data_page_size = {
struct sort_entry sort_code_page_size = {
struct sort_entry sort_abort = {
struct sort_entry sort_in_tx = {
struct sort_entry sort_simd = {
struct sort_entry sort_transaction = {
struct sort_entry sort_sym_size = {
struct sort_entry sort_dso_size = {
struct sort_entry sort_addr = {
struct sort_entry sort_type = {
struct sort_entry sort_type_offset = {
struct sort_entry sort_type_cacheline = {
struct sort_entry *entry;
struct sort_entry sort_comm = {
struct sort_entry *se;
struct sort_entry sort_dso = {
struct sort_entry sort_sym = {
struct sort_entry sort_sym_offset = {
struct sort_entry sort_srcline = {
struct sort_entry sort_srcline_from = {
struct sort_entry sort_srcline_to = {
struct sort_entry sort_sym_ipc = {
struct sort_entry sort_sym_ipc_null = {
struct sort_entry sort_callchain_branch_predicted = {
struct sort_entry sort_callchain_branch_abort = {
struct sort_entry sort_callchain_branch_cycles = {
struct sort_entry sort_srcfile = {
struct sort_entry sort_parent = {
struct sort_entry sort_cpu = {
struct sort_entry sort_parallelism = {
struct sort_entry sort_cgroup_id = {
extern struct sort_entry sort_thread;
extern struct sort_entry sort_comm;
extern struct sort_entry sort_dso;
extern struct sort_entry sort_sym;
extern struct sort_entry sort_parent;
extern struct sort_entry sort_dso_from;
extern struct sort_entry sort_dso_to;
extern struct sort_entry sort_sym_from;
extern struct sort_entry sort_sym_to;
extern struct sort_entry sort_srcline;
extern struct sort_entry sort_type;