Home
last modified time | relevance | path

Searched refs:all_user (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Drecord.h43 bool all_user; member
H A Dstat.h83 bool all_user; member
H A Dstat.c775 if (config->all_user) { in create_perf_stat_counter()
H A Devsel.c1325 if (opts->all_user) { in evsel__config()
/openbmc/linux/tools/perf/
H A Dbuiltin-mem.c73 bool all_user = false, all_kernel = false; in __cmd_record() local
82 OPT_BOOLEAN('U', "all-user", &all_user, "collect only user level data"), in __cmd_record()
157 if (all_user) in __cmd_record()
H A Dbuiltin-c2c.c3245 bool all_user = false, all_kernel = false; in perf_c2c__record() local
3252 OPT_BOOLEAN('u', "all-user", &all_user, "collect only user level data"), in perf_c2c__record()
3312 if (all_user) in perf_c2c__record()
H A Dbuiltin-stat.c1271 OPT_BOOLEAN_FLAG(0, "all-user", &stat_config.all_user,
H A Dbuiltin-record.c3453 OPT_BOOLEAN_FLAG(0, "all-user", &record.opts.all_user,