Searched refs:system_cmd (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/perf/tests/ |
| H A D | dlfilter-test.c | 80 static __printf(1, 2) int system_cmd(const char *fmt, ...) in system_cmd() function 108 return !system_cmd("gcc --version"); in have_gcc() 289 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() 385 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 | 344 struct iwl_system_statistics_cmd system_cmd = { in iwl_mvm_request_periodic_system_statistics() local 354 0, sizeof(system_cmd), &system_cmd); in iwl_mvm_request_periodic_system_statistics() 360 struct iwl_system_statistics_cmd system_cmd = { in iwl_mvm_request_system_statistics() local 370 .len[0] = sizeof(system_cmd), in iwl_mvm_request_system_statistics() 371 .data[0] = &system_cmd, in iwl_mvm_request_system_statistics()
|