| /linux/tools/perf/util/ |
| H A D | rb_resort.h | |
| H A D | dsos.c | 22 dsos->sorted = true; in dsos__init() 39 dsos->sorted = true; in dsos__purge() 172 if (!dsos->sorted) { in __dsos__find_by_longname_id() 186 dsos->sorted = true; in __dsos__find_by_longname_id() 211 if (!dsos->sorted) { in __dsos__add()
|
| H A D | symbol-elf.c | 269 u32 *sorted; member 278 idx = ri->sorted ? ri->sorted[idx] : idx; in get_rel_symidx() 313 size_t sz = sizeof(ri->sorted[0]); in sort_rel() 316 ri->sorted = calloc(ri->nr_entries, sz); in sort_rel() 317 if (!ri->sorted) in sort_rel() 320 ri->sorted[i] = i; in sort_rel() 321 qsort_r(ri->sorted, ri->nr_entries, sz, rel_cmp, ri); in sort_rel() 363 zfree(&ri->sorted); in exit_rel() 423 struct rela_dyn *sorted; member 431 zfree(&di->sorted); in exit_rela_dyn() [all …]
|
| H A D | dsos.h | 25 bool sorted; member
|
| /linux/kernel/kcsan/ |
| H A D | debugfs.c | 47 bool sorted; /* if elements are sorted */ member 112 if (!report_filterlist.sorted) { in kcsan_skip_report_debugfs() 115 report_filterlist.sorted = true; in kcsan_skip_report_debugfs() 183 report_filterlist.sorted = false; in insert_report_filterlist()
|
| /linux/Documentation/admin-guide/mm/damon/ |
| H A D | lru_sort.rst | 16 systems, LRU lists are normally not proactively sorted but partially and 17 reactively sorted for special events including specific user requests, system 232 memory and successfully LRU-sorted 32 KiB of the memory in total. 247 Number of hot memory regions that tried to be LRU-sorted. 252 Total bytes of hot memory regions that tried to be LRU-sorted. 257 Number of hot memory regions that successfully be LRU-sorted. 262 Total bytes of hot memory regions that successfully be LRU-sorted. 272 Number of cold memory regions that tried to be LRU-sorted. 277 Total bytes of cold memory regions that tried to be LRU-sorted. 282 Number of cold memory regions that successfully be LRU-sorted. [all …]
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | selftest_guc_multi_lrc.c | 15 struct intel_engine_cs *sorted[MAX_ENGINE_INSTANCE + 1]; in logical_sort() local 21 sorted[i] = engines[j]; in logical_sort() 26 memcpy(*engines, *sorted, in logical_sort()
|
| /linux/scripts/ |
| H A D | checkkconfigsymbols.py | 162 for symbol in sorted(undefined_b): 165 files = sorted(undefined_b.get(symbol)) 169 files = sorted(undefined_b.get(symbol) - 182 for symbol in sorted(undefined): 185 files = sorted(undefined.get(symbol)) 362 for symbol in sorted(referenced_symbols):
|
| /linux/drivers/comedi/drivers/ni_routing/tools/ |
| H A D | convert_csv_to_c.py | 40 D0 = sorted(D0.items(), key=lambda i: eval(i[0], comedi_h.__dict__, Locals)) 43 D1 = sorted(D1_D.items(), key=lambda i: eval(i[0], comedi_h.__dict__, Locals)) 89 D0 = sorted(D0.items(), key=lambda i: eval(i[0], comedi_h.__dict__, Locals)) 233 sheets = sorted(self.items(), key=lambda i : tuple(i[0].split('-')[::-1]) ) 421 sheets = sorted(self.items(), key=lambda i : i[0] )
|
| H A D | convert_py_to_csv.py | 23 fieldnames = [value_to_name[i] for i in sorted(D.keys())] 31 S = sorted(S.items(), key = lambda src_destD : src_destD[0])
|
| H A D | make_blank_csv.py | 20 fieldnames = [sig for sig_val, sig in sorted(value_to_name.items())]
|
| /linux/tools/verification/rvgen/rvgen/ |
| H A D | ltl2k.py | 31 for label in sorted(node.labels): 84 for a in sorted(self.atoms): 146 for o in sorted(node.outgoing): 158 for o in sorted(node.outgoing):
|
| H A D | automata.py | 108 states = sorted(set(states)) 141 return sorted(set(events))
|
| /linux/tools/hv/ |
| H A D | lsvmbus | 71 chn_vp_mapping = sorted( 91 vmbus_dev_list = sorted(vmbus_dev_list, key=lambda d: int(d.vmbus_id))
|
| /linux/tools/perf/pmu-events/ |
| H A D | jevents.py | 146 sorted_reversed_strings = sorted([x[::-1] for x in self.strings]) 183 for s in sorted(self.strings, key=string_cmp_key): 537 for event in sorted(_pending_events, key=event_cmp_key): 559 for (pmu, tbl_pmu) in sorted(pmus): 595 for metric in sorted(_pending_metrics, key=metric_cmp_key): 614 for (pmu, tbl_pmu) in sorted(pmus): 1355 for mgroup in sorted(_metricgroups): 1396 for item in sorted(os.scandir(path), key=lambda e: e.name):
|
| /linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| H A D | Core.py | 35 for idx in sorted(flag_fields[event_name][field_name]['values']): 52 for idx in sorted(symbolic_fields[event_name][field_name]['values']):
|
| /linux/tools/lib/python/feat/ |
| H A D | parse_features.py | 252 sorted_features = sorted(self.data.keys(), 323 for arch in sorted(arch_table.keys()): 379 for name in sorted(self.data.keys(), 405 arch_table = sorted(self.data[name]["table"].items(), 475 for name in sorted(self.data.keys(),
|
| /linux/tools/lib/python/abi/ |
| H A D | abi_regex.py | 197 for t in sorted(self.data.items(), key=lambda x: x[0]): 228 biggestd_keys = sorted(self.regex_group.keys(),
|
| /linux/tools/docs/ |
| H A D | test_doc_build.py | 370 for cur_ver in sorted(vers): 395 for ver, elapsed_time in sorted(self.built_time.items()): 502 sphinx_versions = sorted(list(SPHINX_REQUIREMENTS.keys()))
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 468 for name in sorted(out): 595 for i in sorted(self.tracefuncs): 648 for arg in sorted(args): 679 for i in sorted(args): 693 for name in sorted(self.kprobes): 1031 for dev in sorted(props): 1067 for dev in sorted(props): 1144 for key in sorted(before): 1545 return sorted(self.dmesg, key=lambda k:self.dmesg[k]['order']) 1548 for phase in sorted(self.dmesg.keys()): [all …]
|
| /linux/drivers/gpu/drm/hisilicon/ |
| H A D | Kconfig | 4 # Please keep this list sorted alphabetically
|
| /linux/Documentation/kbuild/ |
| H A D | kconfig.rst | 185 When searching, symbols are sorted thus: 187 - first, exact matches, sorted alphabetically (an exact match 189 - then, other matches, sorted alphabetically. 196 of which only ATH5K and ATH9K match exactly and so are sorted 198 sorted in alphabetical order.
|
| /linux/tools/perf/scripts/python/ |
| H A D | syscall-counts.py | 63 for id, val in sorted(syscalls.items(),
|
| H A D | sctop.py | 81 for id, val in sorted(syscalls.items(),
|
| /linux/tools/lib/python/kdoc/ |
| H A D | latex_fonts.py | 143 return sorted(cjk_fonts)
|