Searched refs:system_cmd (Results 1 – 2 of 2) sorted by relevance
/linux/tools/perf/tests/ |
H A D | dlfilter-test.c | 81 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() 344 system_cmd("cat %s ; echo", td->c_file_name); in test__dlfilter_test() 346 if (system_cmd("gcc -g -o %s %s", td->prog_file_name, td->c_file_name)) in test__dlfilter_test() 350 system_cmd("objdump -x -dS %s", td->prog_file_name); in test__dlfilter_test() 386 system_cmd("%s script -i %s -D", td->perf, td->perf_data_file_name); in test__dlfilter_test()
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | utils.c | 352 struct iwl_system_statistics_cmd system_cmd = { in iwl_mvm_request_periodic_system_statistics() local 362 0, sizeof(system_cmd), &system_cmd); in iwl_mvm_request_periodic_system_statistics() 368 struct iwl_system_statistics_cmd system_cmd = { in iwl_mvm_request_system_statistics() local 378 .len[0] = sizeof(system_cmd), in iwl_mvm_request_system_statistics() 379 .data[0] = &system_cmd, in iwl_mvm_request_system_statistics()
|