Searched refs:has_event (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/perf/pmu-events/ |
| H A D | intel_metrics.py | 10 from metric import (d_ratio, has_event, max, source_count, CheckPmu, Event, 37 cond_pkg = Select(pkg, has_event(pkg), math.nan) 39 cond_cores = Select(cores, has_event(cores), math.nan) 41 cond_ram = Select(ram, has_event(ram), math.nan) 43 cond_gpu = Select(gpu, has_event(gpu), math.nan) 45 cond_psys = Select(psys, has_event(psys), math.nan) 70 has_event(aperf), 74 Select(smi_num, has_event(smi_num), 0), 'SMI#'), 109 Select(cycles_in_tx / cycles, has_event(cycles_in_tx), 0), 113 has_event(cycles_in_tx), [all …]
|
| H A D | amd_metrics.py | 8 from metric import (d_ratio, has_event, max, Event, JsonEncodeMetric, 416 cond_pkg = Select(pkg, has_event(pkg), math.nan)
|
| H A D | metric.py | 580 def has_event(event: Event) -> Function: function
|
| /linux/drivers/virt/nitro_enclaves/ |
| H A D | ne_misc_dev.h | 68 bool has_event; member
|
| H A D | ne_pci_dev.c | 253 ne_enclave->has_event = true; in ne_event_work_handler()
|
| H A D | ne_misc_dev.c | 1561 if (ne_enclave->has_event) in ne_enclave_poll() 1681 ne_enclave->has_event = false; in ne_create_vm_ioctl()
|
| /linux/tools/perf/util/ |
| H A D | expr.l | 124 has_event { return HAS_EVENT; }
|