Searched refs:uid_str (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | target.c | 31 if (target->tid && target->uid_str) { in target__validate() 32 target->uid_str = NULL; in target__validate() 38 if (target->uid_str && target->cpu_list) { in target__validate() 52 if (target->uid_str && target->system_wide) { in target__validate() 72 const char *str = target->uid_str; in target__parse_uid() 146 snprintf(buf, buflen, msg, target->uid_str); in target__strerror()
|
D | target.h | 11 const char *uid_str; member 53 return target->tid || target->pid || target->uid_str; in target__has_task()
|
D | top.c | 90 else if (target->uid_str != NULL) in perf_top__header_snprintf() 92 target->uid_str); in perf_top__header_snprintf()
|
/linux-4.4.14/security/keys/ |
D | request_key.c | 102 char *argv[9], *envp[3], uid_str[12], gid_str[12]; in call_sbin_request_key() local 132 sprintf(uid_str, "%d", from_kuid(&init_user_ns, cred->fsuid)); in call_sbin_request_key() 167 argv[i++] = uid_str; in call_sbin_request_key()
|
/linux-4.4.14/tools/perf/ |
D | builtin-top.c | 587 hists->uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui() 1205 OPT_STRING('u', "uid", &target->uid_str, "user", "user to profile"), in cmd_top()
|
D | builtin-record.c | 1086 OPT_STRING('u', "uid", &record.opts.target.uid_str, "user",
|
D | builtin-kvm.c | 1346 kvm->opts.target.uid_str = NULL; in kvm_events_live()
|
D | builtin-trace.c | 3075 OPT_STRING('u', "uid", &trace.opts.target.uid_str, "user", in cmd_trace()
|