Home
last modified time | relevance | path

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

/tools/perf/util/
Dconfig.h23 struct list_head sections; member
70 perf_config_sections__for_each_entry(&set->sections, section) \
Dconfig.c534 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(&section->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/
Dshort_splice_read.sh127 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/
Dbuiltin-config.c54 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/
Delf.h91 struct list_head sections; member
155 list_for_each_entry(sec, &file->elf->sections, list)
Delf.c327 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/
DZ6.0+pooncelock+poonceLock+pombonce.litmus7 * used to ensure that accesses in different critical sections for a
/tools/memory-model/
Dlinux-kernel.cat102 * 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
Dlock.cat102 * within one of the lock's critical sections returns False.
/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.
553 The remaining sections provide descriptions of each of the available
559 The following sections describe the functions and variables available
Dtopdown.txt164 specific sections. For this it is needed to deltas on metrics.
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
Dperf-intel-pt.txt89 See the sections below for more information about the --itrace option.
/tools/bpf/bpftool/Documentation/
Dbpftool-gen.rst116 *.bss*, *.rodata*, and *.kconfig* structs/data sections.
117 These data sections/structs can be used to set up initial
/tools/perf/tests/
Dattr.py207 for section in filter(self.is_event, parser_event.sections()):
/tools/memory-model/Documentation/
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).
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
Dexplanation.txt322 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.
Drecipes.txt566 locking and in the release-acquire 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
/tools/objtool/Documentation/
Dstack-validation.txt17 It also follows code paths involving special sections, like
/tools/power/pm-graph/
Dsleepgraph.py6249 sections = Config.sections()
6252 if 'Settings' in sections:
6377 if kprobesec in sections:
6382 if kprobesec in sections:
DREADME124 1) First configure a kernel using the instructions from the previous sections.