Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsymbol-minimal.c34 static int read_build_id(void *note_data, size_t note_len, struct build_id *bid, in read_build_id() argument
45 ptr = note_data; in read_build_id()
46 while (ptr < (note_data + note_len)) { in read_build_id()