Searched refs:uid_str (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/perf/util/
H A Dtarget.c32 if (target->tid && target->uid_str) {
33 target->uid_str = NULL;
39 if (target->uid_str && target->cpu_list) {
53 if (target->uid_str && target->system_wide) {
74 if (target->bpf_str && target->uid_str) {
75 target->uid_str = NULL;
101 const char *str = target->uid_str;
175 snprintf(buf, buflen, msg, target->uid_str);
H A Dtarget.h12 const char *uid_str; member in struct:target
62 return target->tid || target->pid || target->uid_str;
H A Dtop.c91 else if (target->uid_str != NULL)
93 target->uid_str);
/linux-master/security/keys/
H A Drequest_key.c125 char *argv[9], *envp[3], uid_str[12], gid_str[12]; local
155 sprintf(uid_str, "%d", from_kuid(&init_user_ns, cred->fsuid));
188 argv[i++] = uid_str;
/linux-master/tools/perf/bench/
H A Devlist-open-close.c58 OPT_STRING('u', "uid", &opts.target.uid_str, "user", "user to profile"),
/linux-master/drivers/platform/x86/dell/
H A Ddell-wmi-ddv.c645 const char *uid_str; local
647 uid_str = acpi_device_uid(acpi_dev);
648 if (!uid_str)
651 return kstrtou32(uid_str, 10, index);
/linux-master/drivers/platform/surface/aggregator/
H A Dtrace.h107 * @uid_str: A buffer of length SSAM_PTR_UID_LEN where the UID will be stored.
112 static inline void ssam_trace_ptr_uid(const void *ptr, char *uid_str) argument
119 memcpy(uid_str, &buf[ARRAY_SIZE(buf) - SSAM_PTR_UID_LEN],
/linux-master/tools/perf/
H A Dbuiltin-top.c645 hists->uid_filter_str = top->record_opts.target.uid_str;
1556 OPT_STRING('u', "uid", &target->uid_str, "user", "user to profile"),
H A Dbuiltin-kvm.c1936 kvm->opts.target.uid_str = NULL;
H A Dbuiltin-record.c3465 OPT_STRING('u', "uid", &record.opts.target.uid_str, "user",
H A Dbuiltin-trace.c4737 OPT_STRING('u', "uid", &trace.opts.target.uid_str, "user",

Completed in 189 milliseconds