Searched refs:show_string_prefix (Results 1 - 25 of 35) sorted by last modified time

12

/linux-master/tools/perf/trace/beauty/
H A Dstatx.c21 bool show_prefix = arg->show_string_prefix;
H A Dsync_file_range.c39 return sync_file_range__scnprintf_flags(flags, bf, size, 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 Dfsmount.c40 return fsmount__scnprintf_attr_flags(flags, bf, size, arg->show_string_prefix);
H A Dflock.c25 bool show_prefix = arg->show_string_prefix;
H A Dfs_at_flags.c31 bool show_prefix = arg->show_string_prefix;
54 bool show_prefix = 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 Dclone.c41 return clone__scnprintf_flags(flags, bf, size, arg->show_string_prefix);
H A Dbeauty.h102 * @show_string_prefix: When there is a common prefix in a string table, show it or not
119 bool show_string_prefix; member in struct:syscall_arg
H A Dmsg_flags.c30 bool show_prefix = arg->show_string_prefix;
H A Darch_prctl.c34 return x86_arch_prctl__scnprintf_code(code, bf, size, arg->show_string_prefix);
H A Dperf_event_open.c21 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 Dsockaddr.c54 strarray__scnprintf(&strarray__socket_families, family, sizeof(family), "%d", arg->show_string_prefix, sa->sa_family);
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 Dioctl.c186 return ioctl__scnprintf_cmd(cmd, 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 Dfspick.c23 return fspick__scnprintf_flags(flags, bf, size, arg->show_string_prefix);
H A Drenameat.c17 return renameat2__scnprintf_flags(flags, bf, size, arg->show_string_prefix);
H A Dwaitid_options.c8 bool show_prefix = 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_type.c23 bool show_prefix = arg->show_string_prefix;
/linux-master/tools/perf/
H A Dbuiltin-trace.c196 bool show_string_prefix; member in struct:trace
529 return strarray__scnprintf(arg->parm, bf, size, intfmt, arg->show_string_prefix, arg->val);
557 return strarray__scnprintf_flags(arg->parm, bf, size, arg->show_string_prefix, arg->val);
653 return strarrays__scnprintf(arg->parm, bf, size, "%d", arg->show_string_prefix, arg->val);
667 return scnprintf(bf, size, "%s%s", arg->show_string_prefix ? prefix : "", "CWD");
802 bool show_prefix = arg->show_string_prefix;
836 bool show_prefix = arg->show_string_prefix;
868 bool show_prefix = arg->show_string_prefix;
2066 .show_string_prefix = trace->show_string_prefix,
[all...]
/linux-master/tools/perf/trace/beauty/tracepoints/
H A Dx86_msr.c33 return x86_MSR__scnprintf(flags, bf, size, arg->show_string_prefix);
H A Dx86_irq_vectors.c23 return x86_irq_vectors__scnprintf(vector, bf, size, arg->show_string_prefix);

Completed in 226 milliseconds

12