Searched refs:uid_str (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/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() 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()
|
D | target.h | 12 const char *uid_str; member 62 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-6.1.9/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()
|
/linux-6.1.9/tools/perf/bench/ |
D | evlist-open-close.c | 58 OPT_STRING('u', "uid", &opts.target.uid_str, "user", "user to profile"),
|
/linux-6.1.9/drivers/platform/surface/aggregator/ |
D | trace.h | 111 static inline void ssam_trace_ptr_uid(const void *ptr, char *uid_str) in ssam_trace_ptr_uid() argument 118 memcpy(uid_str, &buf[ARRAY_SIZE(buf) - SSAM_PTR_UID_LEN], in ssam_trace_ptr_uid()
|
/linux-6.1.9/tools/perf/ |
D | builtin-top.c | 643 hists->uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui() 1538 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 | 3425 OPT_STRING('u', "uid", &record.opts.target.uid_str, "user",
|
D | builtin-trace.c | 4838 OPT_STRING('u', "uid", &trace.opts.target.uid_str, "user",
|