Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A 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()
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 Dtarget.h12 const char *uid_str; member
63 return target->tid || target->pid || target->uid_str; in target__has_task()
H A Dtop.c91 else if (target->uid_str != NULL) in perf_top__header_snprintf()
93 target->uid_str); in perf_top__header_snprintf()
H A Dbpf-filter.c452 bool needs_idx_hash = !target__has_cpu(target) && !target->uid_str; in perf_bpf_filter__prepare()
/linux/drivers/platform/x86/dell/
H A Ddell-wmi-ddv.c645 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 Drequest_key.c125 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 Devlist-open-close.c58 OPT_STRING('u', "uid", &opts.target.uid_str, "user", "user to profile"),
/linux/drivers/platform/surface/aggregator/
H A Dtrace.h112 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 Dbuiltin-top.c645 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 Dbuiltin-kvm.c1935 kvm->opts.target.uid_str = NULL; in kvm_events_live()
H A Dbuiltin-record.c3454 OPT_STRING('u', "uid", &record.opts.target.uid_str, "user",
H A Dbuiltin-trace.c5139 OPT_STRING('u', "uid", &trace.opts.target.uid_str, "user",