Home
last modified time | relevance | path

Searched refs:sort_key (Results 1 – 10 of 10) sorted by relevance

/linux/kernel/trace/
A Dtracing_map.c708 struct tracing_map_sort_key *sort_key) in set_sort_key() argument
710 map->sort_key = *sort_key; in set_sort_key()
858 struct tracing_map_sort_key *sort_key; in cmp_entries_sum() local
870 sort_key = &elt_a->map->sort_key; in cmp_entries_sum()
872 field = &elt_a->fields[sort_key->field_idx]; in cmp_entries_sum()
875 val_a = &elt_a->fields[sort_key->field_idx].sum; in cmp_entries_sum()
879 if (sort_key->descending) in cmp_entries_sum()
889 struct tracing_map_sort_key *sort_key; in cmp_entries_key() local
901 sort_key = &elt_a->map->sort_key; in cmp_entries_key()
903 field = &elt_a->fields[sort_key->field_idx]; in cmp_entries_key()
[all …]
A Dtracing_map.h197 struct tracing_map_sort_key sort_key; member
A Dtrace_events_hist.c4452 struct tracing_map_sort_key *sort_key; in create_sort_keys() local
4466 sort_key = &hist_data->sort_keys[i]; in create_sort_keys()
4497 sort_key->descending = descending; in create_sort_keys()
4513 sort_key->field_idx = idx; in create_sort_keys()
4519 sort_key->descending = descending; in create_sort_keys()
5647 struct tracing_map_sort_key *sort_key; in event_hist_trigger_print() local
5653 sort_key = &hist_data->sort_keys[i]; in event_hist_trigger_print()
5654 idx = sort_key->field_idx; in event_hist_trigger_print()
5670 if (sort_key->descending) in event_hist_trigger_print()
5830 struct tracing_map_sort_key *sort_key, *sort_key_test; in hist_trigger_match() local
[all …]
/linux/tools/perf/arch/powerpc/util/
A Devent.c48 int arch_support_sort_key(const char *sort_key) in arch_support_sort_key() argument
50 if (!strcmp(sort_key, "p_stage_cyc")) in arch_support_sort_key()
/linux/tools/perf/
A Dbuiltin-lock.c245 static const char *sort_key = "acquired"; variable
271 if (!strcmp(keys[i].name, sort_key)) { in select_key()
277 pr_err("Unknown compare key: %s\n", sort_key); in select_key()
969 OPT_STRING('k', "key", &sort_key, "acquired", in cmd_lock()
A Dbuiltin-kvm.c497 if (!strcmp(keys[i].name, kvm->sort_key)) { in select_key()
503 pr_err("Unknown compare key:%s\n", kvm->sort_key); in select_key()
1263 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_report()
1364 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_live()
1494 .sort_key = "sample", in kvm_cmd_stat()
/linux/tools/perf/util/
A Dkvm-stat.h84 const char *sort_key; member
A Devent.h440 int arch_support_sort_key(const char *sort_key);
A Dsort.c1821 int __weak arch_support_sort_key(const char *sort_key __maybe_unused) in arch_support_sort_key()
/linux/tools/perf/Documentation/
A Dperf-report.txt233 --call-graph=<print_type,threshold[,print_limit],order,sort_key[,branch],value>::
260 sort_key can be:

Completed in 41 milliseconds