Home
last modified time | relevance | path

Searched refs:setup_config (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/tools/testing/selftests/livepatch/
H A Dtest-ftrace.sh9 setup_config
H A Dtest-sysfs.sh9 setup_config
H A Dtest-shadow-vars.sh9 setup_config
H A Dtest-state.sh11 setup_config
H A Dtest-livepatch.sh10 setup_config
H A DREADME38 functions, most importantly setup_config(), start_test() and
H A Dfunctions.sh109 function setup_config() { function
H A Dtest-callbacks.sh12 setup_config
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A D0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch64 …8ae2b71781acc49297e5544fa0cf059f735636f8f1338edef8dbf7232443945","src/setup_config.rs":"72deaf1927…
66 …8ae2b71781acc49297e5544fa0cf059f735636f8f1338edef8dbf7232443945","src/setup_config.rs":"72deaf1927…
/openbmc/linux/tools/perf/
H A Dbuiltin-daemon.c1094 static int setup_config(struct daemon *daemon) in setup_config() function
1266 if (setup_config(daemon)) { in __cmd_start()
1430 if (setup_config(daemon)) { in __cmd_signal()
1456 if (setup_config(daemon)) { in __cmd_stop()
1482 if (setup_config(daemon)) { in __cmd_ping()
1536 ret = setup_config(&__daemon); in cmd_daemon()