/openbmc/linux/kernel/trace/ |
H A D | tracing_map.c | 713 struct tracing_map_sort_key *sort_key) in set_sort_key() argument 715 map->sort_key = *sort_key; in set_sort_key() 859 struct tracing_map_sort_key *sort_key; in cmp_entries_sum() local 871 sort_key = &elt_a->map->sort_key; in cmp_entries_sum() 873 field = &elt_a->fields[sort_key->field_idx]; in cmp_entries_sum() 876 val_a = &elt_a->fields[sort_key->field_idx].sum; in cmp_entries_sum() 877 val_b = &elt_b->fields[sort_key->field_idx].sum; in cmp_entries_sum() 880 if (sort_key->descending) in cmp_entries_sum() 890 struct tracing_map_sort_key *sort_key; in cmp_entries_key() local 902 sort_key = &elt_a->map->sort_key; in cmp_entries_key() [all …]
|
H A D | tracing_map.h | 197 struct tracing_map_sort_key sort_key; member
|
H A D | trace_events_hist.c | 4705 struct tracing_map_sort_key *sort_key; in create_sort_keys() local 4719 sort_key = &hist_data->sort_keys[i]; in create_sort_keys() 4750 sort_key->descending = descending; in create_sort_keys() 4766 sort_key->field_idx = idx; in create_sort_keys() 4772 sort_key->descending = descending; in create_sort_keys() 6033 struct tracing_map_sort_key *sort_key; in event_hist_trigger_print() local 6039 sort_key = &hist_data->sort_keys[i]; in event_hist_trigger_print() 6040 idx = sort_key->field_idx; in event_hist_trigger_print() 6056 if (sort_key->descending) in event_hist_trigger_print() 6214 struct tracing_map_sort_key *sort_key, *sort_key_test; in hist_trigger_match() local [all …]
|
/openbmc/linux/tools/perf/arch/powerpc/util/ |
H A D | event.c | 53 int arch_support_sort_key(const char *sort_key) in arch_support_sort_key() argument 55 if (!strcmp(sort_key, "p_stage_cyc")) in arch_support_sort_key() 57 if (!strcmp(sort_key, "local_p_stage_cyc")) in arch_support_sort_key()
|
/openbmc/linux/tools/perf/arch/x86/util/ |
H A D | event.c | 119 int arch_support_sort_key(const char *sort_key) in arch_support_sort_key() argument 121 if (!strcmp(sort_key, "p_stage_cyc")) in arch_support_sort_key() 123 if (!strcmp(sort_key, "local_p_stage_cyc")) in arch_support_sort_key()
|
/openbmc/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()
|
/openbmc/linux/tools/perf/util/ |
H A D | kvm-stat.h | 88 const char *sort_key; member
|
H A D | event.h | 381 int arch_support_sort_key(const char *sort_key);
|
H A D | sort.c | 2141 int __weak arch_support_sort_key(const char *sort_key __maybe_unused) in arch_support_sort_key()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-kvm.c | 1037 if (!strcmp(key_array[i], kvm->sort_key)) in is_valid_key() 1040 pr_err("Unsupported sort key: %s\n", kvm->sort_key); in is_valid_key() 1069 kvm_hists__reinit(output_columns, kvm->sort_key); in sort_result() 1795 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_report() 1901 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_live() 2031 .sort_key = "sample", in kvm_cmd_stat()
|
H A D | builtin-lock.c | 280 static const char *sort_key = "acquired"; variable 324 if (!strcmp(keys[i].name, sort_key)) { in select_key() 335 pr_err("Unknown compare key: %s\n", sort_key); in select_key() 2509 OPT_STRING('k', "key", &sort_key, "acquired", in cmd_lock() 2523 OPT_STRING('k', "key", &sort_key, "wait_total", in cmd_lock() 2620 sort_key = "wait_total"; in cmd_lock()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-report.txt | 237 --call-graph=<print_type,threshold[,print_limit],order,sort_key[,branch],value>:: 264 sort_key can be:
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | spdx30.py | 884 def sort_key(obj): function 894 return sort_key(self) < sort_key(other)
|