Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/trace/
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()
876 val_b = &elt_b->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()
[all …]
Dtracing_map.h197 struct tracing_map_sort_key sort_key; member
Dtrace_events_hist.c4588 struct tracing_map_sort_key *sort_key; in create_sort_keys() local
4602 sort_key = &hist_data->sort_keys[i]; in create_sort_keys()
4633 sort_key->descending = descending; in create_sort_keys()
4649 sort_key->field_idx = idx; in create_sort_keys()
4655 sort_key->descending = descending; in create_sort_keys()
5786 struct tracing_map_sort_key *sort_key; in event_hist_trigger_print() local
5792 sort_key = &hist_data->sort_keys[i]; in event_hist_trigger_print()
5793 idx = sort_key->field_idx; in event_hist_trigger_print()
5809 if (sort_key->descending) in event_hist_trigger_print()
5965 struct tracing_map_sort_key *sort_key, *sort_key_test; in hist_trigger_match() local
[all …]
/Linux-v6.1/tools/perf/arch/powerpc/util/
Devent.c52 int arch_support_sort_key(const char *sort_key) in arch_support_sort_key() argument
54 if (!strcmp(sort_key, "p_stage_cyc")) in arch_support_sort_key()
56 if (!strcmp(sort_key, "local_p_stage_cyc")) in arch_support_sort_key()
/Linux-v6.1/tools/perf/util/
Dkvm-stat.h84 const char *sort_key; member
Devent.h500 int arch_support_sort_key(const char *sort_key);
Dsort.c1995 int __weak arch_support_sort_key(const char *sort_key __maybe_unused) in arch_support_sort_key()
/Linux-v6.1/tools/perf/
Dbuiltin-lock.c262 static const char *sort_key = "acquired"; variable
306 if (!strcmp(keys[i].name, sort_key)) { in select_key()
317 pr_err("Unknown compare key: %s\n", sort_key); in select_key()
1885 OPT_STRING('k', "key", &sort_key, "acquired", in cmd_lock()
1899 OPT_STRING('k', "key", &sort_key, "wait_total", in cmd_lock()
1981 sort_key = "wait_total"; in cmd_lock()
Dbuiltin-kvm.c498 if (!strcmp(keys[i].name, kvm->sort_key)) { in select_key()
504 pr_err("Unknown compare key:%s\n", kvm->sort_key); in select_key()
1264 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_report()
1365 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_live()
1495 .sort_key = "sample", in kvm_cmd_stat()
/Linux-v6.1/tools/perf/Documentation/
Dperf-report.txt234 --call-graph=<print_type,threshold[,print_limit],order,sort_key[,branch],value>::
261 sort_key can be: