Searched refs:strarrays__scnprintf (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | arch_prctl.c | 27 …return strarrays__scnprintf(&strarrays__x86_arch_prctl_codes, bf, size, "%#x", show_prefix, option… in x86_arch_prctl__scnprintf_code()
|
H A D | beauty.h | 57 size_t strarrays__scnprintf(struct strarrays *sas, char *bf, size_t size, const char *intfmt, bool …
|
/openbmc/linux/tools/perf/trace/beauty/tracepoints/ |
H A D | x86_msr.c | 26 return strarrays__scnprintf(&strarrays__x86_MSRs_tables, bf, size, "%#x", show_prefix, msr); in x86_MSR__scnprintf()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-trace.c | 559 size_t strarrays__scnprintf(struct strarrays *sas, char *bf, size_t size, const char *intfmt, bool … in strarrays__scnprintf() function 652 return strarrays__scnprintf(arg->parm, bf, size, "%d", arg->show_string_prefix, arg->val); in syscall_arg__scnprintf_strarrays()
|