Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dtarget.c32 if (target->tid && target->uid_str) { in target__validate()
33 target->uid_str = NULL; in target__validate()
39 if (target->uid_str && target->cpu_list) { in target__validate()
53 if (target->uid_str && target->system_wide) { in target__validate()
73 const char *str = target->uid_str; in target__parse_uid()
143 snprintf(buf, buflen, msg, target->uid_str); in target__strerror()
Dtarget.h12 const char *uid_str; member
54 return target->tid || target->pid || target->uid_str; in target__has_task()
Dtop.c90 else if (target->uid_str != NULL) in perf_top__header_snprintf()
92 target->uid_str); in perf_top__header_snprintf()
/Linux-v4.19/security/keys/
Drequest_key.c103 char *argv[9], *envp[3], uid_str[12], gid_str[12]; in call_sbin_request_key() local
133 sprintf(uid_str, "%d", from_kuid(&init_user_ns, cred->fsuid)); in call_sbin_request_key()
168 argv[i++] = uid_str; in call_sbin_request_key()
/Linux-v4.19/tools/perf/
Dbuiltin-top.c603 hists->uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui()
1355 OPT_STRING('u', "uid", &target->uid_str, "user", "user to profile"), in cmd_top()
Dbuiltin-kvm.c1395 kvm->opts.target.uid_str = NULL; in kvm_events_live()
Dbuiltin-record.c1622 OPT_STRING('u', "uid", &record.opts.target.uid_str, "user",
Dbuiltin-trace.c3203 OPT_STRING('u', "uid", &trace.opts.target.uid_str, "user", in cmd_trace()