Searched refs:test_objdump_path (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/tools/perf/tests/ |
D | builtin-test.c | 48 const char *test_objdump_path = "objdump"; variable 637 test_objdump_path = value; in perf_test__config() 710 OPT_STRING(0, "objdump", &test_objdump_path, "path", in cmd_test()
|
D | tests.h | 232 extern const char *test_objdump_path;
|
D | code-reading.c | 197 ret = snprintf(cmd, sizeof(cmd), fmt, test_objdump_path); in objdump_version() 278 ret = snprintf(cmd, sizeof(cmd), fmt, test_objdump_path, addr, stop_address, in read_via_objdump()
|