Searched refs:uid_str (Results 1 – 8 of 8) sorted by relevance
/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 63 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()
|
/tools/perf/bench/ |
D | evlist-open-close.c | 53 OPT_STRING('u', "uid", &opts.target.uid_str, "user", "user to profile"),
|
/tools/perf/ |
D | builtin-top.c | 642 hists->uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui() 1537 OPT_STRING('u', "uid", &target->uid_str, "user", "user to profile"), in cmd_top()
|
D | builtin-kvm.c | 1399 kvm->opts.target.uid_str = NULL; in kvm_events_live()
|
D | builtin-record.c | 2530 OPT_STRING('u', "uid", &record.opts.target.uid_str, "user",
|
D | builtin-trace.c | 4816 OPT_STRING('u', "uid", &trace.opts.target.uid_str, "user",
|