Searched refs:sort_key (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/kernel/trace/ |
D | tracing_map.c | 705 struct tracing_map_sort_key *sort_key) in set_sort_key() argument 707 map->sort_key = *sort_key; in set_sort_key() 852 struct tracing_map_sort_key *sort_key; in cmp_entries_sum() local 861 sort_key = &elt_a->map->sort_key; in cmp_entries_sum() 863 field = &elt_a->fields[sort_key->field_idx]; in cmp_entries_sum() 866 val_a = &elt_a->fields[sort_key->field_idx].sum; in cmp_entries_sum() 867 val_b = &elt_b->fields[sort_key->field_idx].sum; in cmp_entries_sum() 870 if (sort_key->descending) in cmp_entries_sum() 880 struct tracing_map_sort_key *sort_key; in cmp_entries_key() local 889 sort_key = &elt_a->map->sort_key; in cmp_entries_key() [all …]
|
D | tracing_map.h | 197 struct tracing_map_sort_key sort_key; member
|
D | trace_events_hist.c | 4163 struct tracing_map_sort_key *sort_key; in create_sort_keys() local 4183 sort_key = &hist_data->sort_keys[i]; in create_sort_keys() 4209 sort_key->descending = descending; in create_sort_keys() 4225 sort_key->field_idx = idx; in create_sort_keys() 4231 sort_key->descending = descending; in create_sort_keys() 5003 struct tracing_map_sort_key *sort_key; in event_hist_trigger_print() local 5009 sort_key = &hist_data->sort_keys[i]; in event_hist_trigger_print() 5010 idx = sort_key->field_idx; in event_hist_trigger_print() 5026 if (sort_key->descending) in event_hist_trigger_print() 5185 struct tracing_map_sort_key *sort_key, *sort_key_test; in hist_trigger_match() local [all …]
|
/Linux-v4.19/tools/perf/util/ |
D | kvm-stat.h | 81 const char *sort_key; member
|
/Linux-v4.19/tools/perf/ |
D | builtin-lock.c | 244 static const char *sort_key = "acquired"; variable 270 if (!strcmp(keys[i].name, sort_key)) { in select_key() 276 pr_err("Unknown compare key: %s\n", sort_key); in select_key() 974 OPT_STRING('k', "key", &sort_key, "acquired", in cmd_lock()
|
D | builtin-kvm.c | 491 if (!strcmp(keys[i].name, kvm->sort_key)) { in select_key() 497 pr_err("Unknown compare key:%s\n", kvm->sort_key); in select_key() 1258 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_report() 1360 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_live() 1492 .sort_key = "sample", in kvm_cmd_stat()
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-report.txt | 210 --call-graph=<print_type,threshold[,print_limit],order,sort_key[,branch],value>:: 237 sort_key can be:
|