| /tools/testing/selftests/sgx/ |
| D | load.c | 141 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/ |
| D | config.c | 594 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(§ion->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 …]
|
| D | config.h | 23 struct list_head sections; member 76 perf_config_sections__for_each_entry(&set->sections, section) \
|
| /tools/memory-model/litmus-tests/ |
| D | MP+unlocklockonceonce+fencermbonceonce.litmus | 6 * If two locked critical sections execute on the same CPU, stores in the 8 * the critical sections are protected by different locks.
|
| D | LB+unlocklockonceonce+poacquireonce.litmus | 6 * If two locked critical sections execute on the same CPU, all accesses 8 * critical sections are protected by different locks. Note: Even when a
|
| D | Z6.0+pooncelock+poonceLock+pombonce.litmus | 7 * used to ensure that accesses in different critical sections for a
|
| /tools/testing/selftests/splice/ |
| D | short_splice_read.sh | 127 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/ |
| D | builtin-config.c | 55 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/ |
| D | elf.h | 90 struct list_head sections; member 301 list_for_each_entry(sec, &file->elf->sections, list)
|
| /tools/objtool/ |
| D | elf.c | 375 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/ |
| D | linux-kernel.cat | 115 * 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/ |
| D | perf-script-perl.txt | 109 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
|
| D | perf-buildid-cache.txt | 36 Note that the copied file contains only code sections not the whole core
|
| D | perf-script-python.txt | 501 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
|
| D | perf-config.txt | 24 Show current config variables, name and value, for all sections. 54 The file consist of sections. A section starts with its name
|
| D | topdown.txt | 181 specific sections. For this it is needed to deltas on metrics.
|
| /tools/memory-model/Documentation/ |
| D | README | 88 their corresponding critical sections.
|
| D | ordering.txt | 27 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
|
| D | explanation.txt | 323 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 …]
|
| D | locking.txt | 297 code from entering critical sections. It is not sufficient to only
|
| D | glossary.txt | 11 sections:
|
| D | litmus-tests.txt | 108 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/ |
| D | bpftool-gen.rst | 39 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/ |
| D | attr.py | 256 for section in filter(self.is_event, parser_event.sections()):
|
| /tools/usb/usbip/ |
| D | COPYING | 115 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
|