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