Home
last modified time | relevance | path

Searched refs:test_objdump_path (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/tests/
H A Dbuiltin-test.c52 const char *test_objdump_path = "objdump"; variable
724 test_objdump_path = value; in perf_test__config()
797 OPT_STRING(0, "objdump", &test_objdump_path, "path", in cmd_test()
H A Dtests.h244 extern const char *test_objdump_path;
H A Dcode-reading.c251 ret = snprintf(cmd, sizeof(cmd), fmt, test_objdump_path); in objdump_version()
332 ret = snprintf(cmd, sizeof(cmd), fmt, test_objdump_path, addr, stop_address, in read_via_objdump()