Searched refs:all_kernel (Results 1 – 8 of 8) sorted by relevance
/linux/tools/perf/ |
A D | builtin-mem.c | 72 bool all_user = false, all_kernel = false; in __cmd_record() local 82 OPT_BOOLEAN('K', "all-kernel", &all_kernel, "collect only kernel level data"), in __cmd_record() 157 if (all_kernel) in __cmd_record()
|
A D | builtin-c2c.c | 2920 bool all_user = false, all_kernel = false; in perf_c2c__record() local 2928 OPT_BOOLEAN('k', "all-kernel", &all_kernel, "collect only kernel level data"), in perf_c2c__record() 2991 if (all_kernel) in perf_c2c__record()
|
A D | builtin-stat.c | 1269 OPT_BOOLEAN_FLAG(0, "all-kernel", &stat_config.all_kernel,
|
A D | builtin-record.c | 2600 OPT_BOOLEAN_FLAG(0, "all-kernel", &record.opts.all_kernel,
|
/linux/tools/perf/util/ |
A D | record.h | 42 bool all_kernel; member
|
A D | stat.h | 127 bool all_kernel; member
|
A D | stat.c | 566 if (config->all_kernel) { in create_perf_stat_counter()
|
A D | evsel.c | 1299 if (opts->all_kernel) { in evsel__config()
|
Completed in 29 milliseconds