Home
last modified time | relevance | path

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

/tools/perf/util/
Dsrcline.c84 static void find_address_in_section(bfd *abfd, asection *section, void *data) in find_address_in_section() argument
95 flags = bfd_get_section_flags(abfd, section); in find_address_in_section()
97 flags = bfd_section_flags(section); in find_address_in_section()
104 vma = bfd_get_section_vma(abfd, section); in find_address_in_section()
106 vma = bfd_section_vma(section); in find_address_in_section()
109 size = bfd_get_section_size(section); in find_address_in_section()
111 size = bfd_section_size(section); in find_address_in_section()
117 a2l->found = bfd_find_nearest_line(abfd, section, a2l->syms, pc - vma, in find_address_in_section()
Dheader.c1379 static int process_tracing_data(struct perf_file_section *section __maybe_unused, in process_tracing_data()
1387 static int process_build_id(struct perf_file_section *section, in process_build_id() argument
1391 if (perf_header__read_build_ids(ph, fd, section->offset, section->size)) in process_build_id()
1396 static int process_hostname(struct perf_file_section *section __maybe_unused, in process_hostname()
1404 static int process_osrelease(struct perf_file_section *section __maybe_unused, in process_osrelease()
1412 static int process_version(struct perf_file_section *section __maybe_unused, in process_version()
1420 static int process_arch(struct perf_file_section *section __maybe_unused, in process_arch()
1428 static int process_nrcpus(struct perf_file_section *section __maybe_unused, in process_nrcpus()
1455 static int process_cpudesc(struct perf_file_section *section __maybe_unused, in process_cpudesc()
1463 static int process_cpuid(struct perf_file_section *section __maybe_unused, in process_cpuid()
[all …]
Dheader.h96 int (*process)(struct perf_file_section *section,
/tools/perf/tests/
Dattr.py155 for section in filter(self.is_event, parser_event.sections()):
157 parser_items = parser_event.items(section);
161 if (':' in section):
162 base = section[section.index(':') + 1:]
167 e = Event(section, parser_items, base_items)
168 events[section] = e
Dbpf-script-test-kbuild.c9 #define SEC(NAME) __attribute__((section(NAME), used))
Dbpf-script-example.c26 #define SEC(NAME) __attribute__((section(NAME), used))
/tools/perf/bench/
Dmem-memset-x86-64-asm.S11 .section .note.GNU-stack,"",@progbits
Dmem-memcpy-x86-64-asm.S10 .section .note.GNU-stack,"",@progbits
/tools/power/acpi/
DMakefile.config91 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
/tools/testing/selftests/powerpc/switch_endian/
Dswitch_endian_test.S8 .section ".toc"
/tools/perf/scripts/python/
Dcall-graph-from-postgresql.py238 def headerData(self, section, orientation, role): argument
240 if section > 1:
246 return self.root.columnHeader(section)
/tools/perf/arch/x86/tests/
Dregs_load.S98 .section .note.GNU-stack,"",@progbits
/tools/perf/Documentation/
Dexamples.txt198 : Disassembly of section .plt:
199 : Disassembly of section .text:
Dperf-top.txt165 implies -g. See `--call-graph` section in perf-record and
172 enabled. See the `overhead calculation' section for more details.
Dperf-timechart.txt46 Only output the CPU power section of the diagram
Dperf-script-python.txt24 This section shows the process, start to finish, of creating a working
110 stream (for more details, see the STARTER SCRIPTS section).
167 script respectively (for more details, see the SCRIPT_LAYOUT section
174 raw_syscalls__sys_enter(). (see the EVENT HANDLERS section below for
Dperf-list.txt92 details. Some of them are referenced in the SEE ALSO section below.
Dperf-diff.txt90 See COMPARISON METHODS section for more info.
Dperf-script.txt70 See the 'SEE ALSO' section for links to language-specific
Dperf-report.txt211 See the `overhead calculation' section for more details.
Dintel-pt.txt145 Note there are now new config terms - see section 'config terms' further below.
390 reduced as described in the 'new auxtrace mmap size option' section below.
/tools/usb/usbip/
DCOPYING124 Thus, it is not the intent of this section to claim rights or contest
210 If any portion of this section is held invalid or unenforceable under
211 any particular circumstance, the balance of the section is intended to
212 apply and the section as a whole is intended to apply in other
215 It is not the purpose of this section to induce you to infringe any
217 such claims; this section has the sole purpose of protecting the
226 This section is intended to make thoroughly clear what is believed to
/tools/perf/
Ddesign.txt324 __u32 data_head; /* head in the data section */
Dbuiltin-timechart.c1506 static int process_header(struct perf_file_section *section __maybe_unused, in process_header()