Home
last modified time | relevance | path

Searched refs:should_load_fail (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/tools/perf/tests/
A Dllvm.c26 bool should_load_fail; member
43 .should_load_fail = true,
52 bool *should_load_fail) in test_llvm__fetch_bpf_obj() argument
65 if (should_load_fail) in test_llvm__fetch_bpf_obj()
66 *should_load_fail = bpf_source_table[idx].should_load_fail; in test_llvm__fetch_bpf_obj()
132 bool should_load_fail = false; in test__llvm() local
138 subtest, false, &should_load_fail); in test__llvm()
140 if (ret == TEST_OK && !should_load_fail) { in test__llvm()
A Dllvm.h27 bool *should_load_fail);

Completed in 3 milliseconds