Searched refs:show_string_prefix (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/tools/perf/trace/beauty/
H A Dfutex_val3.c14 return scnprintf(bf, size, "%s%s", arg->show_string_prefix ? prefix : "", "MATCH_ANY");
H A Drenameat.c17 return renameat2__scnprintf_flags(flags, bf, size, arg->show_string_prefix);
H A Dfspick.c23 return fspick__scnprintf_flags(flags, bf, size, arg->show_string_prefix);
H A Dmove_mount.c23 return move_mount__scnprintf_flags(flags, bf, size, arg->show_string_prefix);
H A Dmmap.c17 return scnprintf(bf, size, "%sNONE", arg->show_string_prefix ? strarray__mmap_prot.prefix : "");
19 return mmap__scnprintf_prot(prot, bf, size, arg->show_string_prefix);
40 return mmap__scnprintf_flags(flags, bf, size, arg->show_string_prefix);
60 return mremap__scnprintf_flags(flags, bf, size, arg->show_string_prefix);
H A Dmount_flags.c42 return mount__scnprintf_flags(flags, bf, size, arg->show_string_prefix);
H A Dfsmount.c33 return fsmount__scnprintf_attr_flags(flags, bf, size, arg->show_string_prefix);
H A Dsync_file_range.c30 return sync_file_range__scnprintf_flags(flags, bf, size, arg->show_string_prefix);
H A Darch_prctl.c34 return x86_arch_prctl__scnprintf_code(code, bf, size, arg->show_string_prefix);
H A Dseccomp.c11 bool show_prefix = arg->show_string_prefix;
36 bool show_prefix = arg->show_string_prefix;
H A Dsocket.c26 return socket__scnprintf_ipproto(arg->val, bf, size, arg->show_string_prefix);
46 return socket__scnprintf_level(arg->val, bf, size, arg->show_string_prefix);
H A Dfcntl.c20 return fcntl__scnprintf_getfd(arg->val, bf, size, arg->show_string_prefix);
33 return fcntl__scnprintf_getlease(arg->val, bf, size, arg->show_string_prefix);
72 bool show_prefix = arg->show_string_prefix;
H A Dwaitid_options.c8 bool show_prefix = arg->show_string_prefix;
H A Deventfd.c16 bool show_prefix = arg->show_string_prefix;
H A Dkcmp.c42 return kcmp__scnprintf_type(type, bf, size, arg->show_string_prefix);
H A Dsched_policy.c20 bool show_prefix = arg->show_string_prefix;
H A Dprctl.c32 return prctl__scnprintf_set_mm(arg->val, bf, size, arg->show_string_prefix);
81 return prctl__scnprintf_option(option, bf, size, arg->show_string_prefix);
H A Dstatx.c16 bool show_prefix = arg->show_string_prefix;
46 bool show_prefix = arg->show_string_prefix;
H A Dsocket_type.c23 bool show_prefix = arg->show_string_prefix;
H A Dsignum.c6 bool show_prefix = arg->show_string_prefix;
H A Dflock.c25 bool show_prefix = arg->show_string_prefix;
H A Dpkey_alloc.c53 return pkey_alloc__scnprintf_access_rights(cmd, bf, size, arg->show_string_prefix);
H A Dmsg_flags.c30 bool show_prefix = arg->show_string_prefix;
/linux-master/tools/perf/trace/beauty/tracepoints/
H A Dx86_irq_vectors.c23 return x86_irq_vectors__scnprintf(vector, bf, size, arg->show_string_prefix);
H A Dx86_msr.c33 return x86_MSR__scnprintf(flags, bf, size, arg->show_string_prefix);

Completed in 196 milliseconds

12