Home
last modified time | relevance | path

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

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