Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tracing: add (minimal) net_device type
Packet-level kprobes often have a struct net_device as a parameter, which describes the network device over which the function acts. We currently cannot report or match on this type. This commit adds minimal support for struct net_device, treating it's name (dev->name) as a simple string that can be matched upon and reported. Simply specify the arg type as 'net_device' and assume it is the string of its name. Signed-off-by: Kevin Sheldrake <[email protected]>
- Loading branch information