Searched refs:CASE (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | libbpf_probes.c | 89 #define CASE(prog, helper, supp) { \ in test_libbpf_probe_helpers() macro 103 CASE(KPROBE, unspec, false), in test_libbpf_probe_helpers() 104 CASE(KPROBE, map_lookup_elem, true), in test_libbpf_probe_helpers() 105 CASE(KPROBE, loop, true), in test_libbpf_probe_helpers() 107 CASE(KPROBE, ktime_get_coarse_ns, false), in test_libbpf_probe_helpers() 108 CASE(SOCKET_FILTER, ktime_get_coarse_ns, true), in test_libbpf_probe_helpers() 110 CASE(KPROBE, sys_bpf, false), in test_libbpf_probe_helpers() 111 CASE(SYSCALL, sys_bpf, true), in test_libbpf_probe_helpers()
|
| /tools/perf/util/ |
| A D | parse-events.l | 173 CASE('u', user); in modifiers() 174 CASE('k', kernel); in modifiers() 175 CASE('h', hypervisor); in modifiers() 176 CASE('I', non_idle); in modifiers() 177 CASE('G', guest); in modifiers() 178 CASE('H', host); in modifiers() 204 CASE('D', pinned); in modifiers() 205 CASE('W', weak); in modifiers() 206 CASE('e', exclusive); in modifiers() 207 CASE('b', bpf); in modifiers() [all …]
|
| A D | event.c | 162 #define CASE(__term, __val) \ in perf_event__read_stat_config() macro 167 CASE(AGGR_MODE, aggr_mode) in perf_event__read_stat_config() 168 CASE(SCALE, scale) in perf_event__read_stat_config() 169 CASE(INTERVAL, interval) in perf_event__read_stat_config() 170 CASE(AGGR_LEVEL, aggr_level) in perf_event__read_stat_config() 171 #undef CASE in perf_event__read_stat_config()
|
| /tools/testing/selftests/tc-testing/creating-testcases/ |
| A D | AddingTestCases.txt | 29 TEST CASE STRUCTURE
|
Completed in 8 milliseconds