Home
last modified time | relevance | path

Searched refs:system_cmd (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/perf/tests/
H A Ddlfilter-test.c81 static __printf(1, 2) int system_cmd(const char *fmt, ...) in system_cmd() function
109 return !system_cmd("gcc --version"); in have_gcc()
290 return system_cmd("%s script -i %s " in do_run_perf_script()
343 system_cmd("cat %s ; echo", td->c_file_name); in test__dlfilter_test()
345 if (system_cmd("gcc -g -o %s %s", td->prog_file_name, td->c_file_name)) in test__dlfilter_test()
349 system_cmd("objdump -x -dS %s", td->prog_file_name); in test__dlfilter_test()
380 system_cmd("%s script -i %s -D", td->perf, td->perf_data_file_name); in test__dlfilter_test()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c358 struct iwl_system_statistics_cmd system_cmd = { in iwl_mvm_request_periodic_system_statistics() local
368 0, sizeof(system_cmd), &system_cmd); in iwl_mvm_request_periodic_system_statistics()
374 struct iwl_system_statistics_cmd system_cmd = { in iwl_mvm_request_system_statistics() local
384 .len[0] = sizeof(system_cmd), in iwl_mvm_request_system_statistics()
385 .data[0] = &system_cmd, in iwl_mvm_request_system_statistics()