Searched refs:all_user (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-mem.c | 42 bool all_user; member 150 if (mem->all_user) in __cmd_record() 501 OPT_BOOLEAN('U', "all-user", &mem.all_user, "collect only user level data"), in cmd_mem()
|
| H A D | builtin-c2c.c | 3395 bool all_user = false, all_kernel = false; in perf_c2c__record() local 3403 OPT_BOOLEAN('u', "all-user", &all_user, "collect only user level data"), in perf_c2c__record() 3459 if (all_user) in perf_c2c__record()
|
| H A D | builtin-stat.c | 736 if (config->all_user) { in create_perf_stat_counter() 2545 OPT_BOOLEAN_FLAG(0, "all-user", &stat_config.all_user, in cmd_stat()
|
| H A D | builtin-record.c | 3615 OPT_BOOLEAN_FLAG(0, "all-user", &record.opts.all_user,
|
| /linux/tools/perf/util/ |
| H A D | record.h | 46 bool all_user; member
|
| H A D | stat.h | 77 bool all_user; member
|
| H A D | evsel.c | 1702 if (opts->all_user) { in evsel__config()
|