Searched refs:uid_str (Results 1 – 12 of 12) sorted by relevance
/linux/tools/perf/util/ |
H A 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() 74 if (target->bpf_str && target->uid_str) { in target__validate() 75 target->uid_str = NULL; in target__validate() 101 const char *str = target->uid_str; in target__parse_uid() 175 snprintf(buf, buflen, msg, target->uid_str); in target__strerror()
|
H A D | target.h | 12 const char *uid_str; member 63 return target->tid || target->pid || target->uid_str; in target__has_task()
|
H A D | top.c | 91 else if (target->uid_str != NULL) in perf_top__header_snprintf() 93 target->uid_str); in perf_top__header_snprintf()
|
H A D | bpf-filter.c | 452 bool needs_idx_hash = !target__has_cpu(target) && !target->uid_str; in perf_bpf_filter__prepare()
|
/linux/drivers/platform/x86/dell/ |
H A D | dell-wmi-ddv.c | 645 const char *uid_str; in dell_wmi_ddv_battery_index() local 647 uid_str = acpi_device_uid(acpi_dev); in dell_wmi_ddv_battery_index() 648 if (!uid_str) in dell_wmi_ddv_battery_index() 651 return kstrtou32(uid_str, 10, index); in dell_wmi_ddv_battery_index()
|
/linux/security/keys/ |
H A D | request_key.c | 125 char *argv[9], *envp[3], uid_str[12], gid_str[12]; in call_sbin_request_key() local 155 sprintf(uid_str, "%d", from_kuid(&init_user_ns, cred->fsuid)); in call_sbin_request_key() 188 argv[i++] = uid_str; in call_sbin_request_key()
|
/linux/tools/perf/bench/ |
H A D | evlist-open-close.c | 58 OPT_STRING('u', "uid", &opts.target.uid_str, "user", "user to profile"),
|
/linux/drivers/platform/surface/aggregator/ |
H A D | trace.h | 112 static inline void ssam_trace_ptr_uid(const void *ptr, char *uid_str) in ssam_trace_ptr_uid() argument 119 memcpy(uid_str, &buf[ARRAY_SIZE(buf) - SSAM_PTR_UID_LEN], in ssam_trace_ptr_uid()
|
/linux/tools/perf/ |
H A D | builtin-top.c | 645 hists->uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui() 1565 OPT_STRING('u', "uid", &target->uid_str, "user", "user to profile"), in cmd_top()
|
H A D | builtin-kvm.c | 1935 kvm->opts.target.uid_str = NULL; in kvm_events_live()
|
H A D | builtin-record.c | 3454 OPT_STRING('u', "uid", &record.opts.target.uid_str, "user",
|
H A D | builtin-trace.c | 5139 OPT_STRING('u', "uid", &trace.opts.target.uid_str, "user",
|