Home
last modified time | relevance | path

Searched refs:has_event (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/pmu-events/
H A Dintel_metrics.py10 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 Damd_metrics.py8 from metric import (d_ratio, has_event, max, Event, JsonEncodeMetric,
416 cond_pkg = Select(pkg, has_event(pkg), math.nan)
H A Dmetric.py580 def has_event(event: Event) -> Function: function
/linux/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.h68 bool has_event; member
H A Dne_pci_dev.c253 ne_enclave->has_event = true; in ne_event_work_handler()
H A Dne_misc_dev.c1561 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 Dexpr.l124 has_event { return HAS_EVENT; }