Home
last modified time | relevance | path

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

12

/tools/testing/selftests/sgx/
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/perf/util/
Dconfig.c594 static struct perf_config_section *find_section(struct list_head *sections, in find_section() argument
599 list_for_each_entry(section, sections, node) in find_section()
618 static struct perf_config_section *add_section(struct list_head *sections, in add_section() argument
634 list_add_tail(&section->node, sections); in add_section()
678 struct list_head *sections; in collect_config() local
683 sections = &set->sections; in collect_config()
695 section = find_section(sections, section_name); in collect_config()
697 section = add_section(sections, section_name); in collect_config()
761 INIT_LIST_HEAD(&set->sections); in perf_config_set__new()
773 INIT_LIST_HEAD(&set->sections); in perf_config_set__load_file()
[all …]
Dconfig.h23 struct list_head sections; member
76 perf_config_sections__for_each_entry(&set->sections, section) \
/tools/memory-model/litmus-tests/
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.
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
DZ6.0+pooncelock+poonceLock+pombonce.litmus7 * used to ensure that accesses in different critical sections for a
/tools/testing/selftests/splice/
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/
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/include/objtool/
Delf.h90 struct list_head sections; member
301 list_for_each_entry(sec, &file->elf->sections, list)
/tools/objtool/
Delf.c375 list_add_tail(&sec->list, &elf->sections); in read_sections()
519 list_for_each_entry(sec, &elf->sections, list) { in read_symbols()
950 list_for_each_entry(rsec, &elf->sections, list) { in read_relocs()
1013 INIT_LIST_HEAD(&elf->sections); in elf_open_read()
1164 list_add_tail(&sec->list, &elf->sections); in elf_create_section()
1309 list_for_each_entry(sec, &elf->sections, list) { in elf_write()
/tools/memory-model/
Dlinux-kernel.cat115 * Effects of read-side critical sections proceed from the rcu_read_unlock()
138 * critical sections (joined by rcu-link) induces order like a generalized
140 * Likewise for SRCU grace periods and read-side critical sections, provided
/tools/perf/Documentation/
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
Dperf-buildid-cache.txt36 Note that the copied file contains only code sections not the whole core
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
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
Dtopdown.txt181 specific sections. For this it is needed to deltas on metrics.
/tools/memory-model/Documentation/
DREADME88 their corresponding critical sections.
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
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.
1522 at the start and rcu_read_unlock() at the end. Critical sections can
1603 grace periods and read-side critical sections into the picture, in the
1855 and read-side critical sections. However, there are some significant
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
[all …]
Dlocking.txt297 code from entering critical sections. It is not sufficient to only
Dglossary.txt11 sections:
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).
/tools/bpf/bpftool/Documentation/
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/
Dattr.py256 for section in filter(self.is_event, parser_event.sections()):
/tools/usb/usbip/
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

12