Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsymbol_conf.h18 show_kernel_path, member
H A Dmap.c443 (symbol_conf.show_kernel_path || in prefer_dso_long_name()
H A Ddlfilter.c36 if (symbol_conf.show_kernel_path && dso->long_name) in al_to_d_al()
/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c323 if (symbol_conf.show_kernel_path && dso->long_name) in perl_process_callchain()
H A Dtrace-event-python.c394 if (symbol_conf.show_kernel_path && dso->long_name) in get_dsoname()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c3958 OPT_BOOLEAN('\0', "show-kernel-path", &symbol_conf.show_kernel_path, in cmd_script()