Home
last modified time | relevance | path

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

/tools/perf/tests/
Dllvm.c34 bool should_load_fail; member
51 .should_load_fail = true,
60 bool *should_load_fail) in test_llvm__fetch_bpf_obj() argument
73 if (should_load_fail) in test_llvm__fetch_bpf_obj()
74 *should_load_fail = bpf_source_table[idx].should_load_fail; in test_llvm__fetch_bpf_obj()
141 bool should_load_fail = false; in test__llvm() local
147 subtest, false, &should_load_fail); in test__llvm()
149 if (ret == TEST_OK && !should_load_fail) { in test__llvm()
Dllvm.h27 bool *should_load_fail);