Searched refs:sort_key (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/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 | 4740 struct tracing_map_sort_key *sort_key; in create_sort_keys() local 4760 sort_key = &hist_data->sort_keys[i]; in create_sort_keys() 4786 sort_key->descending = descending; in create_sort_keys() 4802 sort_key->field_idx = idx; in create_sort_keys() 4808 sort_key->descending = descending; in create_sort_keys() 5633 struct tracing_map_sort_key *sort_key; in event_hist_trigger_print() local 5639 sort_key = &hist_data->sort_keys[i]; in event_hist_trigger_print() 5640 idx = sort_key->field_idx; in event_hist_trigger_print() 5656 if (sort_key->descending) in event_hist_trigger_print() 5815 struct tracing_map_sort_key *sort_key, *sort_key_test; in hist_trigger_match() local [all …]
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-lock.c | 245 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() 973 OPT_STRING('k', "key", &sort_key, "acquired", in cmd_lock()
|
| D | builtin-kvm.c | 497 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() 1365 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_live() 1495 .sort_key = "sample", in kvm_cmd_stat()
|
| /Linux-v5.4/tools/perf/util/ |
| D | kvm-stat.h | 84 const char *sort_key; member
|
| /Linux-v5.4/tools/perf/Documentation/ |
| D | perf-report.txt | 220 --call-graph=<print_type,threshold[,print_limit],order,sort_key[,branch],value>:: 247 sort_key can be:
|