| /tools/testing/selftests/bpf/ |
| A D | uprobe_multi.ld | 4 .note.gnu.build-id : { *(.note.gnu.build-id) } 9 build_id_start = ADDR(.note.gnu.build-id); 10 build_id_end = ADDR(.note.gnu.build-id) + SIZEOF(.note.gnu.build-id);
|
| A D | sdt.h | 256 _SDT_ASM_3(.pushsection .note.stapsdt,"","note") \ 263 _SDT_ASM_3(.pushsection .note.stapsdt,"","note") \ 271 _SDT_ASM_3(.pushsection .note.stapsdt,"","note") \ 292 _SDT_ASM_3( .pushsection .note.stapsdt,_SDT_ASM_AUTOGROUP,"note") \
|
| A D | README.rst | 82 .. note:: Some distros may not support static linking. 84 .. note:: The script uses pahole and clang based on host environment setting.
|
| /tools/lib/bpf/ |
| A D | usdt.c | 625 struct usdt_note note; in collect_usdt_targets() local 633 if (strcmp(note.provider, usdt_provider) != 0 || strcmp(note.name, usdt_name) != 0) in collect_usdt_targets() 732 note.loc_addr, note.base_addr, usdt_abs_ip, usdt_rel_ip, note.args, in collect_usdt_targets() 736 if (note.sema_addr) { in collect_usdt_targets() 755 note.sema_addr); in collect_usdt_targets() 763 path, note.sema_addr, note.base_addr, usdt_sema_off, in collect_usdt_targets() 1178 note->name = name; in parse_usdt_note() 1180 note->args = ""; in parse_usdt_note() 1182 note->args = args; in parse_usdt_note() 1201 s = note->args; in parse_usdt_spec() [all …]
|
| /tools/perf/util/ |
| A D | probe-file.c | 724 return note->bit32 ? in sdt_note__get_addr() 731 return note->bit32 ? in sdt_note__get_ref_ctr_offset() 820 sdtgrp, note->name, pathname, in synthesize_sdt_probe_command() 821 sdt_note__get_addr(note)); in synthesize_sdt_probe_command() 830 if (!note->args) in synthesize_sdt_probe_command() 833 if (note->args) { in synthesize_sdt_probe_command() 834 char **args = argv_split(note->args, &args_count); in synthesize_sdt_probe_command() 892 struct sdt_note *note; in probe_cache__scan_sdt() local 903 list_for_each_entry(note, &sdtlist, note_list) { in probe_cache__scan_sdt() 917 note->name, note->name); in probe_cache__scan_sdt() [all …]
|
| /tools/testing/selftests/x86/ |
| A D | clang_helpers_32.S | 11 .section .note.GNU-stack,"",%progbits
|
| A D | clang_helpers_64.S | 28 .section .note.GNU-stack,"",%progbits
|
| A D | thunks_32.S | 49 .section .note.GNU-stack,"",%progbits
|
| A D | thunks.S | 61 .section .note.GNU-stack,"",%progbits
|
| A D | raw_syscall_helper_32.S | 49 .section .note.GNU-stack,"",%progbits
|
| /tools/perf/bench/ |
| A D | mem-memset-x86-64-asm.S | 15 .section .note.GNU-stack,"",@progbits
|
| A D | mem-memcpy-x86-64-asm.S | 20 .section .note.GNU-stack,"",@progbits
|
| /tools/testing/selftests/sgx/ |
| A D | test_encl.lds | 33 *(.note*)
|
| /tools/perf/tests/shell/coresight/asm_pure_loop/ |
| A D | asm_pure_loop.S | 30 .section .note.GNU-stack, "", @progbits
|
| /tools/testing/selftests/arm64/bti/ |
| A D | assembler.h | 29 .pushsection .note.gnu.property, "a"
|
| /tools/power/acpi/ |
| A D | Makefile.config | 88 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
|
| /tools/testing/selftests/powerpc/ptrace/ |
| A D | core-pkey.c | 173 void *p = ehdr, *note; in check_core_file() local 213 note = p + sizeof(*nhdr) + __ALIGN_KERNEL(nhdr->n_namesz, 4); in check_core_file() 215 regs = (unsigned long *) note; in check_core_file()
|
| /tools/testing/selftests/kvm/lib/x86/ |
| A D | handlers.S | 81 .section .note.GNU-stack, "", %progbits
|
| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_nagle_sendmsg_msg_more.pkt | 45 // Err... we relase the remaining right after the ACK? note that PUSH is reset
|
| /tools/perf/arch/x86/tests/ |
| A D | regs_load.S | 99 .section .note.GNU-stack,"",@progbits
|
| /tools/memory-model/Documentation/ |
| A D | control-dependencies.txt | 40 of ordering. But please note that neither the READ_ONCE() nor the 118 But please note that you need to be careful what you do with the local 158 Please note once again that each leg of the "if" statement absolutely 229 smp_store_release(). Please note that it is *not* sufficient to use
|
| A D | README | 8 depending on what you know and what you would like to learn. Please note
|
| /tools/perf/Documentation/ |
| A D | itrace.txt | 49 On x86, note that G and L work poorly when data has been recorded with
|
| /tools/lib/perf/Documentation/ |
| A D | libperf-counting.txt | 155 Both events are created as disabled (note the `disabled = 1` assignment above),
|
| A D | libperf-sampling.txt | 155 The event is created as disabled (note the `disabled = 1` assignment above),
|