/tools/perf/util/ |
D | srcline.c | 84 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()
|
D | header.c | 1379 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 …]
|
D | header.h | 96 int (*process)(struct perf_file_section *section,
|
/tools/perf/tests/ |
D | attr.py | 155 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
|
D | bpf-script-test-kbuild.c | 9 #define SEC(NAME) __attribute__((section(NAME), used))
|
D | bpf-script-example.c | 26 #define SEC(NAME) __attribute__((section(NAME), used))
|
/tools/perf/bench/ |
D | mem-memset-x86-64-asm.S | 11 .section .note.GNU-stack,"",@progbits
|
D | mem-memcpy-x86-64-asm.S | 10 .section .note.GNU-stack,"",@progbits
|
/tools/power/acpi/ |
D | Makefile.config | 91 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
|
/tools/testing/selftests/powerpc/switch_endian/ |
D | switch_endian_test.S | 8 .section ".toc"
|
/tools/perf/scripts/python/ |
D | call-graph-from-postgresql.py | 238 def headerData(self, section, orientation, role): argument 240 if section > 1: 246 return self.root.columnHeader(section)
|
/tools/perf/arch/x86/tests/ |
D | regs_load.S | 98 .section .note.GNU-stack,"",@progbits
|
/tools/perf/Documentation/ |
D | examples.txt | 198 : Disassembly of section .plt: 199 : Disassembly of section .text:
|
D | perf-top.txt | 165 implies -g. See `--call-graph` section in perf-record and 172 enabled. See the `overhead calculation' section for more details.
|
D | perf-timechart.txt | 46 Only output the CPU power section of the diagram
|
D | perf-script-python.txt | 24 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
|
D | perf-list.txt | 92 details. Some of them are referenced in the SEE ALSO section below.
|
D | perf-diff.txt | 90 See COMPARISON METHODS section for more info.
|
D | perf-script.txt | 70 See the 'SEE ALSO' section for links to language-specific
|
D | perf-report.txt | 211 See the `overhead calculation' section for more details.
|
D | intel-pt.txt | 145 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/ |
D | COPYING | 124 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/ |
D | design.txt | 324 __u32 data_head; /* head in the data section */
|
D | builtin-timechart.c | 1506 static int process_header(struct perf_file_section *section __maybe_unused, in process_header()
|