Home
last modified time | relevance | path

Searched refs:from_system_config (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
Dconfig.h11 bool from_system_config; member
18 bool from_system_config; member
Dconfig.c655 section->from_system_config = true; in collect_config()
656 item->from_system_config = true; in collect_config()
658 section->from_system_config = false; in collect_config()
659 item->from_system_config = false; in collect_config()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-config.c55 if (!use_system_config && section->from_system_config) in set_config()
60 if (!use_system_config && item->from_system_config) in set_config()