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

/linux-master/tools/perf/util/
H A Dconfig.h11 bool from_system_config; member in struct:perf_config_item
18 bool from_system_config; member in struct:perf_config_section
H A Dconfig.c715 section->from_system_config = true;
716 item->from_system_config = true;
718 section->from_system_config = false;
719 item->from_system_config = false;
/linux-master/tools/perf/
H A Dbuiltin-config.c56 if (!use_system_config && section->from_system_config)
61 if (!use_system_config && item->from_system_config)

Completed in 148 milliseconds