Searched refs:note (Results 1 – 15 of 15) sorted by relevance
/tools/perf/util/ |
D | probe-file.c | 689 static unsigned long long sdt_note__get_addr(struct sdt_note *note) in sdt_note__get_addr() argument 691 return note->bit32 ? in sdt_note__get_addr() 692 (unsigned long long)note->addr.a32[SDT_NOTE_IDX_LOC] : in sdt_note__get_addr() 693 (unsigned long long)note->addr.a64[SDT_NOTE_IDX_LOC]; in sdt_note__get_addr() 696 static unsigned long long sdt_note__get_ref_ctr_offset(struct sdt_note *note) in sdt_note__get_ref_ctr_offset() argument 698 return note->bit32 ? in sdt_note__get_ref_ctr_offset() 699 (unsigned long long)note->addr.a32[SDT_NOTE_IDX_REFCTR] : in sdt_note__get_ref_ctr_offset() 700 (unsigned long long)note->addr.a64[SDT_NOTE_IDX_REFCTR]; in sdt_note__get_ref_ctr_offset() 772 static char *synthesize_sdt_probe_command(struct sdt_note *note, in synthesize_sdt_probe_command() argument 785 sdtgrp, note->name, pathname, in synthesize_sdt_probe_command() [all …]
|
D | genelf.c | 106 gen_build_id(struct buildid_note *note, in gen_build_id() argument 112 size_t sz = sizeof(note->build_id); in gen_build_id() 119 sret = read(fd, note->build_id, sz); in gen_build_id() 124 memset(note->build_id, 0, sz); in gen_build_id() 130 gen_build_id(struct buildid_note *note, in gen_build_id() argument 135 if (sizeof(note->build_id) < SHA_DIGEST_LENGTH) in gen_build_id() 138 SHA1(code, csize, (unsigned char *)note->build_id); in gen_build_id() 144 gen_build_id(struct buildid_note *note, unsigned long load_addr, const void *code, size_t csize) in gen_build_id() argument 148 if (sizeof(note->build_id) < 16) in gen_build_id() 154 MD5_Final((unsigned char *)note->build_id, &context); in gen_build_id()
|
/tools/perf/bench/ |
D | mem-memset-x86-64-asm.S | 12 .section .note.GNU-stack,"",@progbits
|
D | mem-memcpy-x86-64-asm.S | 17 .section .note.GNU-stack,"",@progbits
|
/tools/power/acpi/ |
D | Makefile.config | 88 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
|
/tools/testing/selftests/powerpc/ptrace/ |
D | core-pkey.c | 202 void *p = ehdr, *note; in check_core_file() local 242 note = p + sizeof(*nhdr) + __ALIGN_KERNEL(nhdr->n_namesz, 4); in check_core_file() 244 regs = (unsigned long *) note; in check_core_file()
|
/tools/perf/arch/x86/tests/ |
D | regs_load.S | 99 .section .note.GNU-stack,"",@progbits
|
/tools/usb/ |
D | ffs-test.c | 97 #define note(...) _msg(5, __VA_ARGS__) macro
|
/tools/memory-model/ |
D | README | 271 Finally, please note that LKMM is subject to change as hardware, use cases,
|
/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
|
/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
|
/tools/perf/Documentation/ |
D | intel-pt.txt | 85 Also note that the coarseness of Intel PT timing information will start to 125 Also note that the IPC instruction count may or may not include the current 131 Another note, in the case of "branches" events, non-taken branches are not
|
D | perf-script.txt | 233 print computed metrics for all the events in the group. Please note
|
D | perf-report.txt | 501 Please note that not all mmaps are stored, options affecting which ones
|
/tools/memory-model/Documentation/ |
D | explanation.txt | 145 Please note that this example code is a simplified abstraction. Real
|