Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dhists_common.c41 struct fake_sym { struct
47 static struct fake_sym perf_syms[] = { argument
53 static struct fake_sym bash_syms[] = {
59 static struct fake_sym libc_syms[] = {
68 static struct fake_sym kernel_syms[] = {
76 struct fake_sym *syms;
140 struct fake_sym *fsym = &fake_symbols[i].syms[k]; in setup_fake_machine()