Home
last modified time | relevance | path

Searched refs:loaded (Results 1 – 24 of 24) sorted by relevance

/tools/perf/util/
Dcounts.h16 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()
Dcounts.c30 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()
Ddso.h165 bool loaded; member
215 dso->loaded = true; in dso__set_loaded()
Ddso.c1170 return dso->loaded; in dso__loaded()
1200 dso->loaded = 0; in dso__new()
Dsymbol.c815 if (curr_map->dso->loaded && in map_groups__split_kallsyms()
/tools/lib/traceevent/Documentation/
Dlibtraceevent-plugins.txt42 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 */
Dlibtraceevent.txt154 …Additional plugin directory. All shared object files, located in this directory will be loaded as …
/tools/testing/selftests/powerpc/math/
Dvsx_asm.S26 # that the VMX have been loaded with varray. Will proceed to check the
Dfpu_asm.S98 # has been loaded with darray. Will proceed to check the validity of the FPU
Dvmx_asm.S114 # the VMX have been loaded with varray. Will proceed to check the validity of
/tools/bpf/bpftool/Documentation/
Dbpftool-btf.rst34 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.
Dbpftool-prog.rst55 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
Dbpftool-map.rst57 Show information about loaded maps. If *MAP* is specified
59 maps currently loaded on the system.
/tools/memory-model/
DREADME72 which may then be loaded and run.
/tools/memory-model/Documentation/
Drecipes.txt274 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
Dexplanation.txt446 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/
Dlibbpf.c249 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/
Dcs.po571 " governor to be available and loaded\n"
626 " or because the userspace governor isn't loaded?\n"
Dfr.po571 " governor to be available and loaded\n"
623 " or because the userspace governor isn't loaded?\n"
Dit.po574 " governor to be available and loaded\n"
632 " or because the userspace governor isn't loaded?\n"
Dpt.po577 " governor to be available and loaded\n"
633 " or because the userspace governor isn't loaded?\n"
Dde.po589 " governor to be available and loaded\n"
646 " or because the userspace governor isn't loaded?\n"
/tools/perf/Documentation/
Dperf-probe.txt47 a module which has not been loaded yet).
Dperf-config.txt273 Basing on a first address of a loaded function, offset can be used.