Home
last modified time | relevance | path

Searched refs:USDT_NOTE_SEC (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dusdt.c193 #define USDT_NOTE_SEC ".note.stapsdt" macro
596 err = find_elf_sec_by_name(elf, USDT_NOTE_SEC, &notes_shdr, &notes_scn); in collect_usdt_targets()
598 pr_warn("usdt: no USDT notes section (%s) found in '%s'\n", USDT_NOTE_SEC, path); in collect_usdt_targets()
603 pr_warn("usdt: invalid USDT notes section (%s) in '%s'\n", USDT_NOTE_SEC, path); in collect_usdt_targets()