| 37 | |
| 38 | @dataclass(frozen=True) |
| 39 | class PMCSample: name:str; block:str; xcc:int; inst:int; se:int; sa:int; wgp:int; off:int; size:int; regsample:str # noqa: E702 |
| 40 | |
| 41 | @dataclass(frozen=True) |
| 42 | class ProfilePMCEvent(ProfileEvent): device:str; kern:int; sched:list[PMCSample]; blob:bytes; exec_tag:int # noqa: E702 |
no outgoing calls
no test coverage detected
searching dependent graphs…