| /tools/testing/selftests/sgx/ |
| A 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/memory-model/litmus-tests/ |
| A 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.
|
| A 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
|
| /tools/perf/util/ |
| A D | config.c | 621 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(§ion->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 D | config.h | 23 struct list_head sections; member 77 perf_config_sections__for_each_entry(&set->sections, section) \
|
| /tools/testing/selftests/splice/ |
| A 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/ |
| A 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/ |
| A D | elf.c | 374 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 D | elf.h | 92 struct list_head sections; member 328 list_for_each_entry(sec, &file->elf->sections, list)
|
| /tools/perf/Documentation/ |
| A 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
|
| A D | perf-buildid-cache.txt | 36 Note that the copied file contains only code sections not the whole core
|
| A 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
|
| A 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
|
| A D | topdown.txt | 181 specific sections. For this it is needed to deltas on metrics.
|
| /tools/memory-model/ |
| A D | linux-kernel.cat | 125 * 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 D | README | 91 their corresponding critical sections.
|
| A 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
|
| A 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. 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 D | glossary.txt | 11 sections:
|
| A D | locking.txt | 302 code from entering critical sections. It is not sufficient to only
|
| A 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).
|
| A D | recipes.txt | 570 locking and in the release-acquire sections.
|
| /tools/bpf/bpftool/Documentation/ |
| A 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/shell/lib/ |
| A D | attr.py | 267 for section in filter(self.is_event, parser_event.sections()):
|
| /tools/usb/usbip/ |
| A 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
|