Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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) in core_wide() function
27 /* If not everything running on a core is being recorded then we can't use core_wide. */ in core_wide()
31 /* Cheap case that SMT is disabled and therefore we're inherently core_wide. */ in core_wide()
H A Dexpr.c453 if (!strcmp("#core_wide", literal)) { in expr__get_literal()
454 result = core_wide(ctx->system_wide, ctx->user_requested_cpu_list) in expr__get_literal()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dexpr.c159 bool corewide = core_wide(/*system_wide=*/false, in test__expr()
173 expr__find_ids("EVENT1 if #core_wide else EVENT2", in test__expr()

Completed in 3 milliseconds