Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/tests/
Dbuiltin-test.c48 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()
Dtests.h232 extern const char *test_objdump_path;
Dcode-reading.c197 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()