Searched refs:all_kernel (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/perf/ |
H A D | builtin-mem.c | 73 bool all_user = false, all_kernel = false; in __cmd_record() local 83 OPT_BOOLEAN('K', "all-kernel", &all_kernel, "collect only kernel level data"), in __cmd_record() 160 if (all_kernel) in __cmd_record()
|
H A D | builtin-c2c.c | 3245 bool all_user = false, all_kernel = false; in perf_c2c__record() local 3253 OPT_BOOLEAN('k', "all-kernel", &all_kernel, "collect only kernel level data"), in perf_c2c__record() 3315 if (all_kernel) in perf_c2c__record()
|
H A D | builtin-stat.c | 1290 OPT_BOOLEAN_FLAG(0, "all-kernel", &stat_config.all_kernel,
|
H A D | builtin-record.c | 3450 OPT_BOOLEAN_FLAG(0, "all-kernel", &record.opts.all_kernel,
|
/openbmc/linux/tools/perf/util/ |
H A D | record.h | 42 bool all_kernel; member
|
H A D | stat.h | 82 bool all_kernel; member
|
H A D | stat.c | 780 if (config->all_kernel) { in create_perf_stat_counter()
|
H A D | evsel.c | 1330 if (opts->all_kernel) { in evsel__config()
|