Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/trace/beauty/
H A Darch_errno_names.sh13 arch_string() function
32 arch=$(arch_string "$1")
63 printf '\tif (!strcmp(arch, "%s"))\n' $(arch_string "$arch")
64 printf '\t\treturn errno_to_name__%s(err);\n' $(arch_string "$arch")
66 printf '\treturn errno_to_name__%s(err);\n' $(arch_string "$default")