Home
last modified time | relevance | path

Searched refs:config (Results 1 – 5 of 5) sorted by relevance

/samples/
DKconfig8 config SAMPLE_TRACE_EVENTS
14 config SAMPLE_KOBJECT
18 This config option will allow you to build a number of
24 config SAMPLE_KPROBES
30 config SAMPLE_KRETPROBES
35 config SAMPLE_HW_BREAKPOINT
41 config SAMPLE_KFIFO
45 This config option will allow you to build a number of
51 config SAMPLE_KDB
58 config SAMPLE_RPMSG_CLIENT
[all …]
/samples/bpf/
Dtracex6_user.c29 .config = 0,/* PMU: cycles */ in test_bpf_perf_event()
Dtrace_output_user.c158 .config = PERF_COUNT_SW_BPF_OUTPUT, in test_bpf_perf_event()
Dbpf_load.c137 attr.config = id; in load_and_attach()
/samples/mic/mpssd/
Dmpssd.c961 FILE *config; in set_backend_file() local
965 config = fopen(buff, "r"); in set_backend_file()
966 if (config == NULL) in set_backend_file()
969 line = fgets(buff, PATH_MAX, config); in set_backend_file()
978 fclose(config); in set_backend_file()