Searched refs:note (Results 1 – 8 of 8) sorted by relevance
/tools/perf/util/ |
D | genelf.c | 100 gen_build_id(struct buildid_note *note, in gen_build_id() argument 106 size_t sz = sizeof(note->build_id); in gen_build_id() 113 sret = read(fd, note->build_id, sz); in gen_build_id() 118 memset(note->build_id, 0, sz); in gen_build_id() 124 gen_build_id(struct buildid_note *note, in gen_build_id() argument 129 if (sizeof(note->build_id) < SHA_DIGEST_LENGTH) in gen_build_id() 132 SHA1(code, csize, (unsigned char *)note->build_id); in gen_build_id() 138 gen_build_id(struct buildid_note *note, unsigned long load_addr, const void *code, size_t csize) in gen_build_id() argument 142 if (sizeof(note->build_id) < 16) in gen_build_id() 148 MD5_Final((unsigned char *)note->build_id, &context); in gen_build_id()
|
D | probe-file.c | 684 static unsigned long long sdt_note__get_addr(struct sdt_note *note) in sdt_note__get_addr() argument 686 return note->bit32 ? (unsigned long long)note->addr.a32[0] in sdt_note__get_addr() 687 : (unsigned long long)note->addr.a64[0]; in sdt_note__get_addr() 694 struct sdt_note *note; in probe_cache__scan_sdt() local 705 list_for_each_entry(note, &sdtlist, note_list) { in probe_cache__scan_sdt() 706 ret = snprintf(sdtgrp, 64, "sdt_%s", note->provider); in probe_cache__scan_sdt() 710 entry = probe_cache__find_by_name(pcache, sdtgrp, note->name); in probe_cache__scan_sdt() 719 note->name, note->name); in probe_cache__scan_sdt() 722 entry->pev.event = strdup(note->name); in probe_cache__scan_sdt() 727 sdtgrp, note->name, pathname, in probe_cache__scan_sdt() [all …]
|
/tools/perf/bench/ |
D | mem-memset-x86-64-asm.S | 11 .section .note.GNU-stack,"",@progbits
|
D | mem-memcpy-x86-64-asm.S | 15 .section .note.GNU-stack,"",@progbits
|
/tools/power/acpi/ |
D | Makefile.config | 93 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
|
/tools/perf/arch/x86/tests/ |
D | regs_load.S | 98 .section .note.GNU-stack,"",@progbits
|
/tools/usb/ |
D | ffs-test.c | 97 #define note(...) _msg(5, __VA_ARGS__) macro
|
/tools/perf/Documentation/ |
D | intel-pt.txt | 85 Also note that the coarseness of Intel PT timing information will start to
|