Searched refs:loaded (Results 1 – 24 of 24) sorted by relevance
/tools/perf/util/ |
D | counts.h | 16 struct xyarray *loaded; member 29 return *((bool *) xyarray__entry(counts->loaded, cpu, thread)); in perf_counts__is_loaded() 33 perf_counts__set_loaded(struct perf_counts *counts, int cpu, int thread, bool loaded) in perf_counts__set_loaded() argument 35 *((bool *) xyarray__entry(counts->loaded, cpu, thread)) = loaded; in perf_counts__set_loaded()
|
D | counts.c | 30 counts->loaded = values; in perf_counts__new() 39 xyarray__delete(counts->loaded); in perf_counts__delete() 47 xyarray__reset(counts->loaded); in perf_counts__reset()
|
D | dso.h | 165 bool loaded; member 215 dso->loaded = true; in dso__set_loaded()
|
D | dso.c | 1170 return dso->loaded; in dso__loaded() 1200 dso->loaded = 0; in dso__new()
|
D | symbol.c | 815 if (curr_map->dso->loaded && in map_groups__split_kallsyms()
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-plugins.txt | 42 The _tep_unload_plugins()_ function unloads the plugins, previously loaded by 44 _plugin_list_ is the list of loaded plugins, returned by 49 The _tep_load_plugins()_ function returns a list of successfully loaded plugins, 50 or NULL in case no plugins are loaded. 62 /* no plugins are loaded */
|
D | libtraceevent.txt | 154 …Additional plugin directory. All shared object files, located in this directory will be loaded as …
|
/tools/testing/selftests/powerpc/math/ |
D | vsx_asm.S | 26 # that the VMX have been loaded with varray. Will proceed to check the
|
D | fpu_asm.S | 98 # has been loaded with darray. Will proceed to check the validity of the FPU
|
D | vmx_asm.S | 114 # the VMX have been loaded with varray. Will proceed to check the validity of
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-btf.rst | 34 Show information about loaded BTF objects. If a BTF ID is 36 otherwise list all BTF objects currently loaded on the 43 loaded and all its BTF types emitted.
|
D | bpftool-prog.rst | 55 Show information about loaded programs. If *PROG* is 57 list all programs currently loaded on the system. 115 object being loaded. **map** parameter allows for the reuse 121 If **dev** *NAME* is specified program will be loaded onto
|
D | bpftool-map.rst | 57 Show information about loaded maps. If *MAP* is specified 59 maps currently loaded on the system.
|
/tools/memory-model/ |
D | README | 72 which may then be loaded and run.
|
/tools/memory-model/Documentation/ |
D | recipes.txt | 274 against later accesses that depend on the value loaded. A dependency 275 is present if the value loaded determines the address of a later access
|
D | explanation.txt | 446 loaded by the READ_ONCE. Such dependencies can wind through 462 index value loaded by the first. Pointer indirection also gives rise 485 somehow on a value that doesn't get loaded from shared memory until 493 the value loaded by the read is the value that was stored by the 704 The value loaded from x will be 0 (assuming cache coherence!), and it
|
/tools/lib/bpf/ |
D | libbpf.c | 249 bool loaded; member 529 obj->loaded = false; in bpf_object__new() 3719 if (obj->loaded) { in bpf_object__load_xattr() 3724 obj->loaded = true; in bpf_object__load_xattr() 4017 if (!obj->loaded) { in bpf_object__pin_maps() 4100 if (!obj->loaded) { in bpf_object__pin_programs()
|
/tools/power/cpupower/po/ |
D | cs.po | 571 " governor to be available and loaded\n" 626 " or because the userspace governor isn't loaded?\n"
|
D | fr.po | 571 " governor to be available and loaded\n" 623 " or because the userspace governor isn't loaded?\n"
|
D | it.po | 574 " governor to be available and loaded\n" 632 " or because the userspace governor isn't loaded?\n"
|
D | pt.po | 577 " governor to be available and loaded\n" 633 " or because the userspace governor isn't loaded?\n"
|
D | de.po | 589 " governor to be available and loaded\n" 646 " or because the userspace governor isn't loaded?\n"
|
/tools/perf/Documentation/ |
D | perf-probe.txt | 47 a module which has not been loaded yet).
|
D | perf-config.txt | 273 Basing on a first address of a loaded function, offset can be used.
|