Searched refs:is_event_supported (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/util/ |
| A D | print-events.c | 243 bool is_event_supported(u8 type, u64 config) in is_event_supported() function 322 if (ret || !is_event_supported(PERF_TYPE_HW_CACHE, config)) in print_hwcache_events() 381 if (!is_event_supported(type, i)) in print_symbol_events()
|
| A D | print-events.h | 41 bool is_event_supported(u8 type, u64 config);
|
| A D | pmus.c | 645 …if (!is_event_supported(PERF_TYPE_HARDWARE, PERF_COUNT_HW_CPU_CYCLES | ((__u64)pmu->type << PERF_P… in __perf_pmus__supports_extended_type()
|
| /linux/drivers/input/ |
| A D | input.c | 64 static inline int is_event_supported(unsigned int code, in is_event_supported() function 235 if (is_event_supported(code, dev->keybit, KEY_MAX)) { in input_get_disposition() 252 if (is_event_supported(code, dev->swbit, SW_MAX) && in input_get_disposition() 261 if (is_event_supported(code, dev->absbit, ABS_MAX)) in input_get_disposition() 267 if (is_event_supported(code, dev->relbit, REL_MAX) && value) in input_get_disposition() 273 if (is_event_supported(code, dev->mscbit, MSC_MAX)) in input_get_disposition() 279 if (is_event_supported(code, dev->ledbit, LED_MAX) && in input_get_disposition() 288 if (is_event_supported(code, dev->sndbit, SND_MAX)) { in input_get_disposition() 395 if (is_event_supported(type, dev->evbit, EV_MAX)) { in input_event() 422 if (is_event_supported(type, dev->evbit, EV_MAX)) { in input_inject_event() [all …]
|
Completed in 12 milliseconds