Is there any way to place probes on assembly labels with SystemTap? If I know the address, I know it can be done like this: probe kernel.statement(0xc000000000008664).absolute I'm looking for a way to use the label itself instead of the address. Thanks, Mike