/tools/perf/util/ |
D | config.h | 23 struct list_head sections; member 70 perf_config_sections__for_each_entry(&set->sections, section) \
|
D | config.c | 534 static struct perf_config_section *find_section(struct list_head *sections, in find_section() argument 539 list_for_each_entry(section, sections, node) in find_section() 558 static struct perf_config_section *add_section(struct list_head *sections, in add_section() argument 574 list_add_tail(§ion->node, sections); in add_section() 618 struct list_head *sections; in collect_config() local 623 sections = &set->sections; in collect_config() 635 section = find_section(sections, section_name); in collect_config() 637 section = add_section(sections, section_name); in collect_config() 734 INIT_LIST_HEAD(&set->sections); in perf_config_set__new() 821 list_for_each_entry_safe(section, tmp, &set->sections, node) { in perf_config_set__purge()
|
/tools/testing/selftests/splice/ |
D | short_splice_read.sh | 127 if ! [ -d /sys/module/test_module/sections ] ; then 131 expect_failure "kernfs binattr splice" test_splice /sys/module/test_module/sections/.init.text
|
/tools/perf/ |
D | builtin-config.c | 54 perf_config_items__for_each_entry(&set->sections, section) { in set_config() 80 perf_config_items__for_each_entry(&set->sections, section) { in show_spec_config()
|
/tools/objtool/ |
D | elf.h | 91 struct list_head sections; member 155 list_for_each_entry(sec, &file->elf->sections, list)
|
D | elf.c | 327 list_add_tail(&sec->list, &elf->sections); in read_sections() 448 list_for_each_entry(sec, &elf->sections, list) { in read_symbols() 550 list_for_each_entry(sec, &elf->sections, list) { in elf_dirty_reloc_sym() 818 list_for_each_entry(sec, &elf->sections, list) { in read_relocs() 890 memset(elf, 0, offsetof(struct elf, sections)); in elf_open_read() 892 INIT_LIST_HEAD(&elf->sections); in elf_open_read() 1052 list_add_tail(&sec->list, &elf->sections); in elf_create_section() 1260 list_for_each_entry(sec, &elf->sections, list) { in elf_write() 1309 list_for_each_entry_safe(sec, tmpsec, &elf->sections, list) { in elf_close()
|
/tools/memory-model/litmus-tests/ |
D | Z6.0+pooncelock+poonceLock+pombonce.litmus | 7 * used to ensure that accesses in different critical sections for a
|
/tools/memory-model/ |
D | linux-kernel.cat | 102 * Effects of read-side critical sections proceed from the rcu_read_unlock() 125 * critical sections (joined by rcu-link) induces order like a generalized 127 * Likewise for SRCU grace periods and read-side critical sections, provided
|
D | lock.cat | 102 * within one of the lock's critical sections returns False.
|
/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. 553 The remaining sections provide descriptions of each of the available 559 The following sections describe the functions and variables available
|
D | topdown.txt | 164 specific sections. For this it is needed to deltas on metrics.
|
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 | perf-intel-pt.txt | 89 See the sections below for more information about the --itrace option.
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-gen.rst | 116 *.bss*, *.rodata*, and *.kconfig* structs/data sections. 117 These data sections/structs can be used to set up initial
|
/tools/perf/tests/ |
D | attr.py | 207 for section in filter(self.is_event, parser_event.sections()):
|
/tools/memory-model/Documentation/ |
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). 1001 overlapping SRCU read-side critical sections: 1012 SRCU read-side critical sections, with the outer critical 1018 SRCU read-side critical sections. For more information
|
D | explanation.txt | 322 describe in the following sections. The memory model requires certain 876 Rcu: This requires that RCU read-side critical sections and 1434 rests on two concepts: grace periods and read-side critical sections. 1439 at the start and rcu_read_unlock() at the end. Critical sections can 1520 grace periods and read-side critical sections into the picture, in the 1772 SRCU grace periods and read-side critical sections. There is a 2446 earlier sections.
|
D | recipes.txt | 566 locking and in the release-acquire 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
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 17 It also follows code paths involving special sections, like
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 6249 sections = Config.sections() 6252 if 'Settings' in sections: 6377 if kprobesec in sections: 6382 if kprobesec in sections:
|
D | README | 124 1) First configure a kernel using the instructions from the previous sections.
|