Searched refs:gelf_getnote (Results 1 – 5 of 5) sorted by relevance
/tools/build/feature/ |
D | test-libelf-gelf_getnote.c | 7 return gelf_getnote(NULL, 0, NULL, NULL, NULL); in main()
|
D | Makefile | 26 test-libelf-gelf_getnote.bin \ 151 $(OUTPUT)test-libelf-gelf_getnote.bin:
|
/tools/build/ |
D | Makefile.feature | 48 libelf-gelf_getnote \
|
/tools/perf/ |
D | Makefile.config | 453 ifeq ($(feature-libelf-gelf_getnote), 1) 456 msg := $(warning gelf_getnote() not found on libelf, SDT support disabled); function
|
/tools/perf/util/ |
D | symbol-elf.c | 2201 for (offset = 0; (next = gelf_getnote(data, offset, &nhdr, &name_off, in construct_sdt_notes_list()
|