Home
last modified time | relevance | path

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

/tools/testing/selftests/livepatch/
Dtest-ftrace.sh9 setup_config
Dtest-syscall.sh10 setup_config
Dtest-shadow-vars.sh9 setup_config
Dtest-sysfs.sh9 setup_config
Dtest-state.sh11 setup_config
Dtest-livepatch.sh12 setup_config
DREADME51 functions, most importantly setup_config(), start_test() and
Dfunctions.sh109 function setup_config() { function
Dtest-callbacks.sh12 setup_config
/tools/perf/
Dbuiltin-daemon.c1095 static int setup_config(struct daemon *daemon) in setup_config() function
1267 if (setup_config(daemon)) { in __cmd_start()
1431 if (setup_config(daemon)) { in __cmd_signal()
1457 if (setup_config(daemon)) { in __cmd_stop()
1483 if (setup_config(daemon)) { in __cmd_ping()
1537 ret = setup_config(&__daemon); in cmd_daemon()