Searched refs:uid_str (Results 1 – 6 of 6) sorted by relevance
| /tools/perf/bench/ |
| A D | evlist-open-close.c | 60 static struct evlist *bench__create_evlist(char *evstr, const char *uid_str) in bench__create_evlist() argument 81 if (uid_str) { in bench__create_evlist() 82 uid_t uid = parse_uid(uid_str); in bench__create_evlist() 85 pr_err("Invalid User: %s", uid_str); in bench__create_evlist() 132 static int bench_evlist_open_close__run(char *evstr, const char *uid_str) in bench_evlist_open_close__run() argument 135 struct evlist *evlist = bench__create_evlist(evstr, uid_str); in bench_evlist_open_close__run() 157 evlist = bench__create_evlist(evstr, uid_str); in bench_evlist_open_close__run() 221 const char *uid_str = NULL; in bench_evlist_open_close() local 237 OPT_STRING('u', "uid", &uid_str, "user", "user to profile"), in bench_evlist_open_close() 270 err = bench_evlist_open_close__run(evstr, uid_str); in bench_evlist_open_close()
|
| /tools/perf/util/ |
| A D | top.c | 91 else if (top->uid_str != NULL) in perf_top__header_snprintf() 93 top->uid_str); in perf_top__header_snprintf()
|
| A D | top.h | 51 const char *uid_str; member
|
| /tools/perf/ |
| A D | builtin-top.c | 646 hists->uid_filter_str = top->uid_str; in display_thread_tui() 1575 OPT_STRING('u', "uid", &top.uid_str, "user", "user to profile"), in cmd_top() 1795 if (top.uid_str) { in cmd_top() 1796 uid_t uid = parse_uid(top.uid_str); in cmd_top() 1799 ui__error("Invalid User: %s", top.uid_str); in cmd_top()
|
| A D | builtin-record.c | 179 const char *uid_str; member 3538 OPT_STRING('u', "uid", &record.uid_str, "user", "user to profile"), 4285 if (rec->uid_str) { in cmd_record() 4286 uid_t uid = parse_uid(rec->uid_str); in cmd_record() 4289 ui__error("Invalid User: %s", rec->uid_str); in cmd_record()
|
| A D | builtin-trace.c | 234 const char *uid_str; member 5393 OPT_STRING('u', "uid", &trace.uid_str, "user", "user to profile"), in cmd_trace() 5723 if (trace.uid_str) { in cmd_trace() 5724 uid_t uid = parse_uid(trace.uid_str); in cmd_trace() 5727 ui__error("Invalid User: %s", trace.uid_str); in cmd_trace()
|
Completed in 27 milliseconds