Searched refs:sort_key (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-mem.c | 35 const char *sort_key; member 334 if (mem->sort_key) in get_sort_order() 335 scnprintf(sort, sizeof(sort), "--sort=%s", mem->sort_key); in get_sort_order() 516 OPT_STRING('s', "sort", &mem.sort_key, "key[,key2...]", in cmd_mem()
|
| H A D | builtin-kvm.c | 980 if (!strcmp(key_array[i], kvm->sort_key)) in is_valid_key() 983 pr_err("Unsupported sort key: %s\n", kvm->sort_key); in is_valid_key() 1012 kvm_hists__reinit(output_columns, kvm->sort_key); in sort_result() 1737 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_report() 1843 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_live() 1970 .sort_key = "sample", in kvm_cmd_stat()
|
| H A D | builtin-lock.c | 264 static const char *sort_key = "acquired"; variable 308 if (!strcmp(keys[i].name, sort_key)) { in select_key() 319 pr_err("Unknown compare key: %s\n", sort_key); in select_key() 2616 OPT_STRING('k', "key", &sort_key, "acquired", in cmd_lock() 2630 OPT_STRING('k', "key", &sort_key, "wait_total", in cmd_lock() 2739 sort_key = "wait_total"; in cmd_lock()
|
| /linux/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_api_private.h | 29 u32 sort_key; /* defines the position in the VCAP */ member
|
| H A D | vcap_api.c | 2107 ri->sort_key = vcap_sort_key(sw_count, ri->size, ri->data.user, in vcap_insert_rule() 2116 if (ri->sort_key < iter->sort_key) { in vcap_insert_rule()
|
| /linux/kernel/trace/ |
| H A D | tracing_map.h | 197 struct tracing_map_sort_key sort_key; member
|
| /linux/tools/perf/util/ |
| H A D | kvm-stat.h | 87 const char *sort_key; member
|
| H A D | sort.c | 2674 static int arch_support_sort_key(const char *sort_key, struct perf_env *env) 2679 if (!strcmp(sort_key, "p_stage_cyc")) 2681 if (!strcmp(sort_key, "local_p_stage_cyc")) 2540 arch_support_sort_key(const char * sort_key,struct perf_env * env) arch_support_sort_key() argument
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-report.txt | 270 --call-graph=<print_type,threshold[,print_limit],order,sort_key[,branch],value>:: 297 sort_key can be:
|