Searched refs:core_wide (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Dsmt.h15 bool core_wide(bool system_wide, const char *user_requested_cpu_list);
H A Dsmt.c25 bool core_wide(bool system_wide, const char *user_requested_cpu_list) function
27 /* If not everything running on a core is being recorded then we can't use core_wide. */
31 /* Cheap case that SMT is disabled and therefore we're inherently core_wide. */
H A Dexpr.c453 if (!strcmp("#core_wide", literal)) {
454 result = core_wide(ctx->system_wide, ctx->user_requested_cpu_list)
/linux-master/tools/perf/tests/
H A Dexpr.c163 bool corewide = core_wide(/*system_wide=*/false,
177 expr__find_ids("EVENT1 if #core_wide else EVENT2",

Completed in 133 milliseconds