Searched refs:sort_key (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/perf/arch/powerpc/util/
H A Devent.c53 int arch_support_sort_key(const char *sort_key) argument
55 if (!strcmp(sort_key, "p_stage_cyc"))
57 if (!strcmp(sort_key, "local_p_stage_cyc"))
/linux-master/tools/perf/arch/x86/util/
H A Devent.c132 int arch_support_sort_key(const char *sort_key) argument
134 if (!strcmp(sort_key, "p_stage_cyc"))
136 if (!strcmp(sort_key, "local_p_stage_cyc"))
/linux-master/kernel/trace/
H A Dtracing_map.c713 struct tracing_map_sort_key *sort_key)
715 map->sort_key = *sort_key;
863 struct tracing_map_sort_key *sort_key; local
875 sort_key = &elt_a->map->sort_key;
877 field = &elt_a->fields[sort_key->field_idx];
880 val_a = &elt_a->fields[sort_key->field_idx].sum;
881 val_b = &elt_b->fields[sort_key->field_idx].sum;
884 if (sort_key
712 set_sort_key(struct tracing_map *map, struct tracing_map_sort_key *sort_key) argument
894 struct tracing_map_sort_key *sort_key; local
[all...]
H A Dtracing_map.h197 struct tracing_map_sort_key sort_key; member in struct:tracing_map
H A Dtrace_events_hist.c4698 struct tracing_map_sort_key *sort_key; local
4712 sort_key = &hist_data->sort_keys[i];
4743 sort_key->descending = descending;
4759 sort_key->field_idx = idx;
4765 sort_key->descending = descending;
6025 struct tracing_map_sort_key *sort_key; local
6031 sort_key = &hist_data->sort_keys[i];
6032 idx = sort_key->field_idx;
6048 if (sort_key->descending)
6206 struct tracing_map_sort_key *sort_key, *sort_key_tes local
[all...]
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_private.h29 u32 sort_key; /* defines the position in the VCAP */ member in struct:vcap_rule_internal
H A Dvcap_api.c2068 /* Entries are sorted with increasing values of sort_key.
2069 * I.e. Lowest numerical sort_key is first in list.
2107 ri->sort_key = vcap_sort_key(sw_count, ri->size, ri->data.user,
2116 if (ri->sort_key < iter->sort_key) {
/linux-master/tools/perf/util/
H A Dkvm-stat.h88 const char *sort_key; member in struct:perf_kvm_stat
H A Devent.h381 int arch_support_sort_key(const char *sort_key);
H A Dsort.c2334 int __weak arch_support_sort_key(const char *sort_key __maybe_unused)
/linux-master/tools/perf/
H A Dbuiltin-kvm.c1037 if (!strcmp(key_array[i], kvm->sort_key))
1040 pr_err("Unsupported sort key: %s\n", kvm->sort_key);
1069 kvm_hists__reinit(output_columns, kvm->sort_key);
1795 OPT_STRING('k', "key", &kvm->sort_key, "sort-key",
1901 OPT_STRING('k', "key", &kvm->sort_key, "sort-key",
2031 .sort_key = "sample",
H A Dbuiltin-lock.c282 static const char *sort_key = "acquired"; variable
326 if (!strcmp(keys[i].name, sort_key)) {
337 pr_err("Unknown compare key: %s\n", sort_key);
2588 OPT_STRING('k', "key", &sort_key, "acquired",
2602 OPT_STRING('k', "key", &sort_key, "wait_total",
2702 sort_key = "wait_total";

Completed in 269 milliseconds