Home
last modified time | relevance | path

Searched refs:note (Results 1 – 25 of 46) sorted by relevance

12

/tools/testing/selftests/bpf/
A Duprobe_multi.ld4 .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 Dsdt.h256 _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 DREADME.rst82 .. 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 Dusdt.c625 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 Dprobe-file.c724 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 Dclang_helpers_32.S11 .section .note.GNU-stack,"",%progbits
A Dclang_helpers_64.S28 .section .note.GNU-stack,"",%progbits
A Dthunks_32.S49 .section .note.GNU-stack,"",%progbits
A Dthunks.S61 .section .note.GNU-stack,"",%progbits
A Draw_syscall_helper_32.S49 .section .note.GNU-stack,"",%progbits
/tools/perf/bench/
A Dmem-memset-x86-64-asm.S15 .section .note.GNU-stack,"",@progbits
A Dmem-memcpy-x86-64-asm.S20 .section .note.GNU-stack,"",@progbits
/tools/testing/selftests/sgx/
A Dtest_encl.lds33 *(.note*)
/tools/perf/tests/shell/coresight/asm_pure_loop/
A Dasm_pure_loop.S30 .section .note.GNU-stack, "", @progbits
/tools/testing/selftests/arm64/bti/
A Dassembler.h29 .pushsection .note.gnu.property, "a"
/tools/power/acpi/
A DMakefile.config88 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
/tools/testing/selftests/powerpc/ptrace/
A Dcore-pkey.c173 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 Dhandlers.S81 .section .note.GNU-stack, "", %progbits
/tools/testing/selftests/net/packetdrill/
A Dtcp_nagle_sendmsg_msg_more.pkt45 // Err... we relase the remaining right after the ACK? note that PUSH is reset
/tools/perf/arch/x86/tests/
A Dregs_load.S99 .section .note.GNU-stack,"",@progbits
/tools/memory-model/Documentation/
A Dcontrol-dependencies.txt40 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 DREADME8 depending on what you know and what you would like to learn. Please note
/tools/perf/Documentation/
A Ditrace.txt49 On x86, note that G and L work poorly when data has been recorded with
/tools/lib/perf/Documentation/
A Dlibperf-counting.txt155 Both events are created as disabled (note the `disabled = 1` assignment above),
A Dlibperf-sampling.txt155 The event is created as disabled (note the `disabled = 1` assignment above),

Completed in 29 milliseconds

12