Searched refs:uid_str (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
D | target.c | 32 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()
|
D | target.h | 12 const char *uid_str; member 54 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()
|
/kernel/linux/linux-5.10/security/keys/ |
D | request_key.c | 122 char *argv[9], *envp[3], uid_str[12], gid_str[12]; in call_sbin_request_key() local 152 sprintf(uid_str, "%d", from_kuid(&init_user_ns, cred->fsuid)); in call_sbin_request_key() 185 argv[i++] = uid_str; in call_sbin_request_key()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
D | acpi_lpss.c | 182 const char *uid_str = acpi_device_uid(pdata->adev); in byt_i2c_setup() local 189 if (uid_str) in byt_i2c_setup() 190 uid = simple_strtol(uid_str, NULL, 10); in byt_i2c_setup()
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-top.c | 641 hists->uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui() 1544 OPT_STRING('u', "uid", &target->uid_str, "user", "user to profile"), in cmd_top()
|
D | builtin-kvm.c | 1400 kvm->opts.target.uid_str = NULL; in kvm_events_live()
|
D | builtin-record.c | 2499 OPT_STRING('u', "uid", &record.opts.target.uid_str, "user",
|
D | builtin-trace.c | 4774 OPT_STRING('u', "uid", &trace.opts.target.uid_str, "user",
|