Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 25 of 30) sorted by relevance

12

/tools/testing/selftests/sgx/
A Dload.c141 Elf64_Shdr *sections; in encl_get_entry() local
147 sections = encl->bin + ehdr->e_shoff; in encl_get_entry()
150 if (sections[i].sh_type == SHT_SYMTAB) { in encl_get_entry()
151 symtab = (Elf64_Sym *)((char *)encl->bin + sections[i].sh_offset); in encl_get_entry()
152 num_sym = sections[i].sh_size / sections[i].sh_entsize; in encl_get_entry()
158 if (sections[i].sh_type == SHT_STRTAB) { in encl_get_entry()
159 sym_names = (char *)encl->bin + sections[i].sh_offset; in encl_get_entry()
/tools/memory-model/litmus-tests/
A DMP+unlocklockonceonce+fencermbonceonce.litmus6 * If two locked critical sections execute on the same CPU, stores in the
8 * the critical sections are protected by different locks.
A DLB+unlocklockonceonce+poacquireonce.litmus6 * If two locked critical sections execute on the same CPU, all accesses
8 * critical sections are protected by different locks. Note: Even when a
/tools/perf/util/
A Dconfig.c621 static struct perf_config_section *find_section(struct list_head *sections, in find_section() argument
626 list_for_each_entry(section, sections, node) in find_section()
645 static struct perf_config_section *add_section(struct list_head *sections, in add_section() argument
661 list_add_tail(&section->node, sections); in add_section()
705 struct list_head *sections; in collect_config() local
710 sections = &set->sections; in collect_config()
722 section = find_section(sections, section_name); in collect_config()
724 section = add_section(sections, section_name); in collect_config()
788 INIT_LIST_HEAD(&set->sections); in perf_config_set__new()
800 INIT_LIST_HEAD(&set->sections); in perf_config_set__load_file()
[all …]
A Dconfig.h23 struct list_head sections; member
77 perf_config_sections__for_each_entry(&set->sections, section) \
/tools/testing/selftests/splice/
A Dshort_splice_read.sh127 if ! [ -d /sys/module/test_module/sections ] ; then
131 expect_success "kernfs binattr splice" test_splice /sys/module/test_module/sections/.init.text
/tools/perf/
A Dbuiltin-config.c55 perf_config_items__for_each_entry(&set->sections, section) { in set_config()
81 perf_config_items__for_each_entry(&set->sections, section) { in show_spec_config()
/tools/objtool/
A Delf.c374 list_add_tail(&sec->list, &elf->sections); in read_sections()
517 list_for_each_entry(sec, &elf->sections, list) { in read_symbols()
586 list_for_each_entry(sec, &elf->sections, list) { in mark_group_syms()
977 list_for_each_entry(rsec, &elf->sections, list) { in read_relocs()
1038 INIT_LIST_HEAD(&elf->sections); in elf_open_read()
1192 list_add_tail(&sec->list, &elf->sections); in elf_create_section()
1334 list_for_each_entry(sec, &elf->sections, list) { in elf_write()
/tools/objtool/include/objtool/
A Delf.h92 struct list_head sections; member
328 list_for_each_entry(sec, &file->elf->sections, list)
/tools/perf/Documentation/
A Dperf-script-perl.txt109 write a useful trace script. The sections below cover the rest.
163 The remaining sections provide descriptions of each of the available
169 The following sections describe the functions and variables available
A Dperf-buildid-cache.txt36 Note that the copied file contains only code sections not the whole core
A Dperf-script-python.txt501 write a useful trace script. The sections below cover the rest.
574 The remaining sections provide descriptions of each of the available
580 The following sections describe the functions and variables available
A Dperf-config.txt24 Show current config variables, name and value, for all sections.
54 The file consist of sections. A section starts with its name
A Dtopdown.txt181 specific sections. For this it is needed to deltas on metrics.
/tools/memory-model/
A Dlinux-kernel.cat125 * Effects of read-side critical sections proceed from the rcu_read_unlock()
148 * critical sections (joined by rcu-link) induces order like a generalized
150 * Likewise for SRCU grace periods and read-side critical sections, provided
/tools/memory-model/Documentation/
A DREADME91 their corresponding critical sections.
A Dordering.txt27 following sections.
120 sections, as documented in their comment headers. But of course if you
379 for RCU read-side critical sections incur very low overhead because
A Dexplanation.txt323 describe in the following sections. The memory model requires certain
929 Rcu: This requires that RCU read-side critical sections and
1517 rests on two concepts: grace periods and read-side critical sections.
1856 differences between RCU read-side critical sections and their SRCU
1864 sections. They differ from RCU read-side critical sections in the
1871 same domain. Read-side critical sections and grace periods
1874 to pairs of critical sections and grace periods having the
1882 read-side critical sections to overlap partially, as in the
1895 sections: an inner one and an outer one.
2155 critical sections used different lock variables.)
[all …]
A Dglossary.txt11 sections:
A Dlocking.txt302 code from entering critical sections. It is not sufficient to only
A Dlitmus-tests.txt108 initialization must have non-empty initialization sections, as in the
564 sections are discarded and any effects that they might have had are
603 executions in which both critical sections proceed concurrently. In
941 sections).
A Drecipes.txt570 locking and in the release-acquire sections.
/tools/bpf/bpftool/Documentation/
A Dbpftool-gen.rst39 object files, but in addition to combining data and instruction sections,
129 structs/data sections. These data sections/structs can be used to set up
/tools/perf/tests/shell/lib/
A Dattr.py267 for section in filter(self.is_event, parser_event.sections()):
/tools/usb/usbip/
A DCOPYING115 identifiable sections of that work are not derived from the Program,
118 sections when you distribute them as separate works. But when you
119 distribute the same sections as part of a whole which is a work based

Completed in 34 milliseconds

12